From c254fb76fdbc6d6376c39f861ca0d0a0ab1ba0ad Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Fri, 3 Feb 2023 19:47:56 +0800 Subject: [PATCH 01/36] bump zkevm 1220 --- common/libzkp/impl/Cargo.lock | 2668 ++++++++++++++++++++++++----- common/libzkp/impl/Cargo.toml | 7 +- common/libzkp/impl/rust-toolchain | 2 +- common/libzkp/impl/src/prove.rs | 2 +- common/version/version.go | 2 +- 5 files changed, 2267 insertions(+), 414 deletions(-) diff --git a/common/libzkp/impl/Cargo.lock b/common/libzkp/impl/Cargo.lock index 7953d2a3b8..2a57fd6d7b 100644 --- a/common/libzkp/impl/Cargo.lock +++ b/common/libzkp/impl/Cargo.lock @@ -2,6 +2,34 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "Inflector" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" +dependencies = [ + "lazy_static", + "regex", +] + +[[package]] +name = "addr2line" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" +dependencies = [ + "gimli 0.26.2", +] + +[[package]] +name = "addr2line" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" +dependencies = [ + "gimli 0.27.0", +] + [[package]] name = "adler" version = "1.0.2" @@ -20,35 +48,74 @@ dependencies = [ "opaque-debug 0.3.0", ] +[[package]] +name = "ahash" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" +dependencies = [ + "getrandom 0.2.7", + "once_cell", + "version_check", +] + +[[package]] +name = "ahash" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" +dependencies = [ + "cfg-if 1.0.0", + "getrandom 0.2.7", + "once_cell", + "version_check", +] + [[package]] name = "aho-corasick" -version = "0.7.19" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ "memchr", ] [[package]] -name = "android_system_properties" -version = "0.1.5" +name = "ansi_term" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ - "libc", + "winapi", ] [[package]] name = "anyhow" -version = "1.0.64" +version = "1.0.58" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" + +[[package]] +name = "ark-std" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "array-bytes" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" +checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" [[package]] name = "array-init" -version = "2.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfb6d71005dc22a708c7496eee5c8dc0300ee47355de6256c3b35b12b5fef596" +checksum = "6945cc5422176fc5e602e590c2878d2c2acd9a4fe20a4baa7c28022521698ec6" [[package]] name = "arrayref" @@ -56,6 +123,12 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" +[[package]] +name = "arrayvec" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" + [[package]] name = "arrayvec" version = "0.7.2" @@ -64,9 +137,9 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282" dependencies = [ "proc-macro2", "quote", @@ -113,6 +186,21 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "backtrace" +version = "0.3.67" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" +dependencies = [ + "addr2line 0.19.0", + "cc", + "cfg-if 1.0.0", + "libc", + "miniz_oxide 0.6.2", + "object 0.30.1", + "rustc-demangle", +] + [[package]] name = "base16ct" version = "0.1.1" @@ -125,13 +213,19 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" +[[package]] +name = "base58" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" + [[package]] name = "base58check" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ee2fe4c9a0c84515f136aaae2466744a721af6d63339c18689d9e995d74d99b" dependencies = [ - "base58", + "base58 0.1.0", "sha2 0.8.2", ] @@ -224,7 +318,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" dependencies = [ "arrayref", - "arrayvec", + "arrayvec 0.7.2", "constant_time_eq", ] @@ -256,16 +350,16 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.5", ] [[package]] name = "block-buffer" -version = "0.10.3" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" +checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.5", ] [[package]] @@ -301,11 +395,13 @@ checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" [[package]] name = "bus-mapping" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ "eth-types", "ethers-core", "ethers-providers", + "ethers-signers", + "fp-evm", "gadgets", "halo2_proofs", "hex", @@ -313,6 +409,15 @@ dependencies = [ "keccak256", "lazy_static", "log", + "mock", + "once_cell", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-curve25519", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-simple", + "primitive-types 0.12.1", + "rand 0.8.5", "serde", "serde_json", "strum", @@ -358,6 +463,15 @@ version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" +[[package]] +name = "cfg-expr" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db" +dependencies = [ + "smallvec", +] + [[package]] name = "cfg-if" version = "0.1.10" @@ -372,24 +486,22 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.22" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" dependencies = [ - "iana-time-zone", - "js-sys", + "libc", "num-integer", "num-traits", "time", - "wasm-bindgen", "winapi", ] [[package]] name = "chrono-tz" -version = "0.6.3" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde" +checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552" dependencies = [ "chrono", "chrono-tz-build", @@ -398,9 +510,9 @@ dependencies = [ [[package]] name = "chrono-tz-build" -version = "0.0.3" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c" +checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069" dependencies = [ "parse-zoneinfo", "phf", @@ -413,14 +525,14 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.5", ] [[package]] name = "clap" -version = "3.2.21" +version = "3.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" +checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a" dependencies = [ "atty", "bitflags", @@ -435,9 +547,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.2.18" +version = "3.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" +checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a" dependencies = [ "heck", "proc-macro-error", @@ -448,9 +560,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.2.4" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" +checksum = "87eba3c8c7f42ef17f6c659fc7416d0f4758cd3e58861ee63c5fa4a4dde649e4" dependencies = [ "os_str_bytes", ] @@ -465,12 +577,12 @@ dependencies = [ "bs58", "coins-core", "digest 0.10.3", - "getrandom", + "getrandom 0.2.7", "hmac 0.12.1", "k256", "lazy_static", "serde", - "sha2 0.10.5", + "sha2 0.10.2", "thiserror", ] @@ -482,12 +594,12 @@ checksum = "2a11892bcac83b4c6e95ab84b5b06c76d9d70ad73548dd07418269c5c7977171" dependencies = [ "bitvec 0.17.4", "coins-bip32", - "getrandom", + "getrandom 0.2.7", "hex", "hmac 0.12.1", "pbkdf2 0.11.0", - "rand", - "sha2 0.10.5", + "rand 0.8.5", + "sha2 0.10.2", "thiserror", ] @@ -502,13 +614,13 @@ dependencies = [ "bech32", "blake2", "digest 0.10.3", - "generic-array 0.14.6", + "generic-array 0.14.5", "hex", "ripemd", "serde", "serde_derive", - "sha2 0.10.5", - "sha3 0.10.4", + "sha2 0.10.2", + "sha3 0.10.1", "thiserror", ] @@ -531,20 +643,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" [[package]] -name = "core-foundation-sys" -version = "0.8.3" +name = "cpp_demangle" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" +checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" +dependencies = [ + "cfg-if 1.0.0", +] [[package]] name = "cpufeatures" -version = "0.2.5" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" +checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" dependencies = [ "libc", ] +[[package]] +name = "cranelift-entity" +version = "0.88.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352" +dependencies = [ + "serde", +] + [[package]] name = "crc32fast" version = "1.3.2" @@ -556,9 +680,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.6" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" +checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -566,9 +690,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" +checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" dependencies = [ "cfg-if 1.0.0", "crossbeam-epoch", @@ -577,9 +701,9 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.10" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" +checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d" dependencies = [ "autocfg", "cfg-if 1.0.0", @@ -591,9 +715,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.11" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" +checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978" dependencies = [ "cfg-if 1.0.0", "once_cell", @@ -607,23 +731,23 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.4.9" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" +checksum = "9f2b443d17d49dad5ef0ede301c3179cc923b8822f3393b4d2c28c269dd4a122" dependencies = [ - "generic-array 0.14.6", - "rand_core", + "generic-array 0.14.5", + "rand_core 0.6.3", "subtle", "zeroize", ] [[package]] name = "crypto-common" -version = "0.1.6" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.5", "typenum", ] @@ -633,7 +757,17 @@ 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.5", + "subtle", +] + +[[package]] +name = "crypto-mac" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" +dependencies = [ + "generic-array 0.14.5", "subtle", ] @@ -646,6 +780,45 @@ dependencies = [ "cipher", ] +[[package]] +name = "curve25519-dalek" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216" +dependencies = [ + "byteorder", + "digest 0.8.1", + "rand_core 0.5.1", + "subtle", + "zeroize", +] + +[[package]] +name = "curve25519-dalek" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.5.1", + "subtle", + "zeroize", +] + +[[package]] +name = "curve25519-dalek" +version = "4.0.0-pre.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.6.3", + "subtle", + "zeroize", +] + [[package]] name = "darling" version = "0.13.4" @@ -691,6 +864,28 @@ dependencies = [ "zeroize", ] +[[package]] +name = "derive-syn-parse" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "derive_more" +version = "0.99.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "deunicode" version = "0.4.3" @@ -721,7 +916,7 @@ 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.5", ] [[package]] @@ -730,7 +925,7 @@ version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" dependencies = [ - "block-buffer 0.10.3", + "block-buffer 0.10.2", "crypto-common", "subtle", ] @@ -741,39 +936,72 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" +[[package]] +name = "downcast-rs" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" + +[[package]] +name = "dyn-clonable" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +dependencies = [ + "dyn-clonable-impl", + "dyn-clone", +] + +[[package]] +name = "dyn-clonable-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "dyn-clone" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" + [[package]] name = "ecc" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2wrong?branch=scroll-dev-0902#46658f34ec33dbdc913667d5c1a8af617d543257" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" dependencies = [ "group", "integer", "num-bigint", "num-integer", "num-traits", - "rand", + "rand 0.8.5", "subtle", ] [[package]] name = "ecdsa" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2wrong?branch=scroll-dev-0902#46658f34ec33dbdc913667d5c1a8af617d543257" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" dependencies = [ "ecc", "group", "num-bigint", "num-integer", "num-traits", - "rand", + "rand 0.8.5", "subtle", ] [[package]] name = "ecdsa" -version = "0.14.8" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" +checksum = "85789ce7dfbd0f0624c07ef653a08bb2ebf43d3e16531361f46d36dd54334fed" dependencies = [ "der", "elliptic-curve", @@ -781,11 +1009,46 @@ dependencies = [ "signature", ] +[[package]] +name = "ed25519" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" +dependencies = [ + "signature", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519", + "sha2 0.9.9", + "zeroize", +] + +[[package]] +name = "ed25519-zebra" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" +dependencies = [ + "curve25519-dalek 3.2.0", + "hashbrown 0.12.3", + "hex", + "rand_core 0.6.3", + "sha2 0.9.9", + "zeroize", +] + [[package]] name = "either" -version = "1.8.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "elliptic-curve" @@ -797,11 +1060,11 @@ dependencies = [ "crypto-bigint", "der", "digest 0.10.3", - "ff 0.12.1", - "generic-array 0.14.6", + "ff 0.12.0", + "generic-array 0.14.5", "group", "pkcs8", - "rand_core", + "rand_core 0.6.3", "sec1", "subtle", "zeroize", @@ -829,6 +1092,12 @@ dependencies = [ "termcolor", ] +[[package]] +name = "environmental" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" + [[package]] name = "errno" version = "0.2.8" @@ -862,12 +1131,12 @@ dependencies = [ "hex", "hmac 0.12.1", "pbkdf2 0.11.0", - "rand", + "rand 0.8.5", "scrypt", "serde", "serde_json", - "sha2 0.10.5", - "sha3 0.10.4", + "sha2 0.10.2", + "sha3 0.10.1", "thiserror", "uuid", ] @@ -875,10 +1144,11 @@ dependencies = [ [[package]] name = "eth-types" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ "ethers-core", "ethers-signers", + "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0111)", "halo2_proofs", "hex", "itertools", @@ -890,7 +1160,9 @@ dependencies = [ "serde", "serde_json", "serde_with", - "sha3 0.10.4", + "sha3 0.10.1", + "strum", + "strum_macros", "subtle", "uint", ] @@ -901,13 +1173,13 @@ version = "17.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4966fba78396ff92db3b817ee71143eccd98acf0f876b8d600e585a670c5d1b" dependencies = [ - "ethereum-types", + "ethereum-types 0.13.1", "hex", "once_cell", "regex", "serde", "serde_json", - "sha3 0.10.4", + "sha3 0.10.1", "thiserror", "uint", ] @@ -919,23 +1191,72 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef" dependencies = [ "crunchy", - "fixed-hash", + "fixed-hash 0.7.0", "impl-rlp", - "impl-serde", + "impl-serde 0.3.2", "tiny-keccak", ] +[[package]] +name = "ethbloom" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" +dependencies = [ + "crunchy", + "fixed-hash 0.8.0", + "impl-codec", + "impl-rlp", + "impl-serde 0.4.0", + "scale-info", + "tiny-keccak", +] + +[[package]] +name = "ethereum" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7" +dependencies = [ + "bytes", + "ethereum-types 0.14.1", + "hash-db", + "hash256-std-hasher", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "sha3 0.10.1", + "triehash", +] + [[package]] name = "ethereum-types" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6" dependencies = [ - "ethbloom", - "fixed-hash", + "ethbloom 0.12.1", + "fixed-hash 0.7.0", + "impl-rlp", + "impl-serde 0.3.2", + "primitive-types 0.11.1", + "uint", +] + +[[package]] +name = "ethereum-types" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" +dependencies = [ + "ethbloom 0.13.0", + "fixed-hash 0.8.0", + "impl-codec", "impl-rlp", - "impl-serde", - "primitive-types", + "impl-serde 0.4.0", + "primitive-types 0.12.1", + "scale-info", "uint", ] @@ -945,18 +1266,18 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ebdd63c828f58aa067f40f9adcbea5e114fb1f90144b3a1e2858e0c9b1ff4e8" dependencies = [ - "arrayvec", + "arrayvec 0.7.2", "bytes", "chrono", "convert_case", "elliptic-curve", "ethabi", "fastrlp", - "generic-array 0.14.6", + "generic-array 0.14.5", "hex", "k256", "proc-macro2", - "rand", + "rand 0.8.5", "rlp", "rlp-derive", "rust_decimal", @@ -983,12 +1304,12 @@ dependencies = [ "futures-core", "futures-timer", "futures-util", - "getrandom", + "getrandom 0.2.7", "hashers", "hex", "http", "once_cell", - "parking_lot", + "parking_lot 0.11.2", "pin-project", "reqwest", "serde", @@ -1019,46 +1340,110 @@ dependencies = [ "eth-keystore", "ethers-core", "hex", - "rand", - "sha2 0.10.5", + "rand 0.8.5", + "sha2 0.10.2", "thiserror", ] [[package]] -name = "external-tracer" -version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +name = "evm" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4448c65b71e8e2b9718232d84d09045eeaaccb2320494e6bd6dbf7e58fec8ff" dependencies = [ - "eth-types", - "geth-utils", + "auto_impl", + "environmental", + "ethereum", + "evm-core", + "evm-gasometer", + "evm-runtime", + "log", + "parity-scale-codec", + "primitive-types 0.12.1", + "rlp", + "scale-info", "serde", - "serde_json", + "sha3 0.10.1", ] [[package]] -name = "fake-simd" -version = "0.1.2" +name = "evm-core" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" +checksum = "64c51bec0eb68a891c2575c758eaaa1d61373fc51f7caaf216b1fb5c3fea3b5d" +dependencies = [ + "parity-scale-codec", + "primitive-types 0.12.1", + "scale-info", + "serde", +] [[package]] -name = "fastrlp" -version = "0.1.3" +name = "evm-gasometer" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8b93c59c54fc26522d842f0e0d3f8e8be331c776df18ff3e540b53c2f64d509" +dependencies = [ + "environmental", + "evm-core", + "evm-runtime", + "primitive-types 0.12.1", +] + +[[package]] +name = "evm-runtime" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c79b9459ce64f1a28688397c4013764ce53cd57bb84efc16b5187fa9b05b13ad" +dependencies = [ + "auto_impl", + "environmental", + "evm-core", + "primitive-types 0.12.1", + "sha3 0.10.1", +] + +[[package]] +name = "external-tracer" +version = "0.1.0" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +dependencies = [ + "eth-types", + "geth-utils", + "serde", + "serde_json", +] + +[[package]] +name = "fake-simd" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" + +[[package]] +name = "fallible-iterator" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" + +[[package]] +name = "fastrlp" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "089263294bb1c38ac73649a6ad563dd9a5142c8dc0482be15b8b9acb22a1611e" dependencies = [ - "arrayvec", + "arrayvec 0.7.2", "auto_impl", "bytes", - "ethereum-types", + "ethereum-types 0.13.1", "fastrlp-derive", ] [[package]] name = "fastrlp-derive" -version = "0.1.3" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e9158c1d8f0a7a716c9191562eaabba70268ba64972ef4871ce8d66fd08872" +checksum = "e1fa41ebc231af281098b11ad4a4f6182ec9096902afffe948034a20d4e1385a" dependencies = [ "bytes", "proc-macro2", @@ -1073,18 +1458,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924" dependencies = [ "bitvec 0.22.3", - "rand_core", + "rand_core 0.6.3", "subtle", ] [[package]] name = "ff" -version = "0.12.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" +checksum = "df689201f395c6b90dfe87127685f8dbfc083a5e779e613575d8bd7314300c3e" dependencies = [ "bitvec 1.0.1", - "rand_core", + "rand_core 0.6.3", "subtle", ] @@ -1095,7 +1480,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", + "rustc-hex", + "static_assertions", +] + +[[package]] +name = "fixed-hash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" +dependencies = [ + "byteorder", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -1107,7 +1504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" dependencies = [ "crc32fast", - "miniz_oxide", + "miniz_oxide 0.5.3", ] [[package]] @@ -1118,13 +1515,108 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" dependencies = [ + "matches", "percent-encoding", ] +[[package]] +name = "fp-evm" +version = "3.0.0-dev" +source = "git+https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca" +dependencies = [ + "evm", + "frame-support", + "parity-scale-codec", + "serde", + "sp-core", + "sp-std", +] + +[[package]] +name = "frame-metadata" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" +dependencies = [ + "cfg-if 1.0.0", + "parity-scale-codec", + "scale-info", + "serde", +] + +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "bitflags", + "frame-metadata", + "frame-support-procedural", + "impl-trait-for-tuples", + "k256", + "log", + "once_cell", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "smallvec", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", + "tt-call", +] + +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "frame-support-procedural-tools", + "itertools", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "frame-support-procedural-tools-derive", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "funty" version = "1.2.0" @@ -1139,9 +1631,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c" +checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" dependencies = [ "futures-channel", "futures-core", @@ -1154,9 +1646,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" +checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" dependencies = [ "futures-core", "futures-sink", @@ -1164,32 +1656,33 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" +checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" [[package]] name = "futures-executor" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" +checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" dependencies = [ "futures-core", "futures-task", "futures-util", + "num_cpus", ] [[package]] name = "futures-io" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" +checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" [[package]] name = "futures-macro" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" +checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" dependencies = [ "proc-macro2", "quote", @@ -1198,15 +1691,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" +checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" [[package]] name = "futures-task" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" +checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" [[package]] name = "futures-timer" @@ -1216,9 +1709,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.24" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" +checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" dependencies = [ "futures-channel", "futures-core", @@ -1244,7 +1737,7 @@ dependencies = [ [[package]] name = "gadgets" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ "digest 0.7.6", "eth-types", @@ -1273,9 +1766,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.6" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" +checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" dependencies = [ "typenum", "version_check", @@ -1284,9 +1777,22 @@ dependencies = [ [[package]] name = "geth-utils" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ + "env_logger", "gobuild", + "log", +] + +[[package]] +name = "getrandom" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] @@ -1302,6 +1808,22 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "gimli" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" +dependencies = [ + "fallible-iterator", + "stable_deref_trait", +] + +[[package]] +name = "gimli" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" + [[package]] name = "globset" version = "0.4.9" @@ -1337,20 +1859,21 @@ dependencies = [ [[package]] name = "group" -version = "0.12.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" +checksum = "7391856def869c1c81063a03457c676fbcd419709c3dfb33d8d319de484b154d" dependencies = [ - "ff 0.12.1", - "rand_core", + "byteorder", + "ff 0.12.0", + "rand_core 0.6.3", "subtle", ] [[package]] name = "h2" -version = "0.3.14" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be" +checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" dependencies = [ "bytes", "fnv", @@ -1368,7 +1891,7 @@ dependencies = [ [[package]] name = "halo2-ecc-circuit-lib" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0920-tpl#0d2bc2d6dee04fbf8dbb590b6c61d8f845f0004d" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" dependencies = [ "group", "halo2_proofs", @@ -1380,7 +1903,24 @@ dependencies = [ [[package]] name = "halo2-mpt-circuits" version = "0.1.0" -source = "git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0920-fix#d6bd0f291d41c4585e783d2d94a77fd80e1ba47e" +source = "git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0111#1b78a0db938b627a6ee0d9d7ef5f6f1b373876c6" +dependencies = [ + "halo2_proofs", + "hex", + "lazy_static", + "log", + "num-bigint", + "poseidon-circuit", + "rand 0.8.5", + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "halo2-mpt-circuits" +version = "0.1.0" +source = "git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-1220#007c3371062c9865195d97a1ba1db3e9afd739ad" dependencies = [ "bitvec 0.22.3", "ff 0.11.1", @@ -1388,7 +1928,7 @@ dependencies = [ "hex", "lazy_static", "num-bigint", - "rand", + "rand 0.8.5", "serde", "serde_json", "thiserror", @@ -1397,7 +1937,7 @@ dependencies = [ [[package]] name = "halo2-snark-aggregator-api" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0920-tpl#0d2bc2d6dee04fbf8dbb590b6c61d8f845f0004d" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" dependencies = [ "blake2b_simd", "chrono", @@ -1408,7 +1948,7 @@ dependencies = [ "log", "num-bigint", "poseidon 0.2.0 (git+https://github.com/privacy-scaling-explorations/poseidon.git)", - "rand", + "rand 0.8.5", "rand_pcg", "rand_xorshift", ] @@ -1416,7 +1956,7 @@ dependencies = [ [[package]] name = "halo2-snark-aggregator-circuit" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0920-tpl#0d2bc2d6dee04fbf8dbb590b6c61d8f845f0004d" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" dependencies = [ "clap", "halo2-ecc-circuit-lib", @@ -1424,18 +1964,18 @@ dependencies = [ "halo2_proofs", "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", "log", - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.3", "rayon", "serde_json", - "sha2 0.10.5", - "sha3 0.10.4", + "sha2 0.10.2", + "sha3 0.10.1", ] [[package]] name = "halo2-snark-aggregator-solidity" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0920-tpl#0d2bc2d6dee04fbf8dbb590b6c61d8f845f0004d" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" dependencies = [ "halo2-ecc-circuit-lib", "halo2-snark-aggregator-api", @@ -1444,25 +1984,26 @@ dependencies = [ "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", "log", "num-bigint", - "sha3 0.10.4", + "sha3 0.10.1", "tera", ] [[package]] name = "halo2_proofs" version = "0.2.0" -source = "git+https://github.com/scroll-tech/halo2.git?branch=scroll-dev-0902#6b8c8a07da9fbf5d5878831e35360b8c5e6d89a3" +source = "git+https://github.com/scroll-tech/halo2.git?branch=scroll-dev-1220#c7c72fdbd7a9ebbc77ad641b8ca99dd4a48970da" dependencies = [ + "ark-std", "blake2b_simd", "cfg-if 0.1.10", - "ff 0.12.1", + "ff 0.12.0", "group", "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", "log", "num-bigint", "num-integer", "poseidon 0.2.0 (git+https://github.com/appliedzkp/poseidon.git)", - "rand_core", + "rand_core 0.6.3", "rayon", "subtle", "tracing", @@ -1473,14 +2014,14 @@ name = "halo2curves" version = "0.2.1" source = "git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1#f75ed26c961179186e9cec02cc3f841ca9e3fec1" dependencies = [ - "ff 0.12.1", + "ff 0.12.0", "group", "lazy_static", "num-bigint", "num-traits", "pasta_curves", - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.3", "static_assertions", "subtle", ] @@ -1490,14 +2031,14 @@ name = "halo2curves" version = "0.2.1" source = "git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.3.0#83c72d49762343ffc9576ca11a2aa615efe1029b" dependencies = [ - "ff 0.12.1", + "ff 0.12.0", "group", "lazy_static", "num-bigint", "num-traits", "pasta_curves", - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.3", "static_assertions", "subtle", ] @@ -1505,7 +2046,7 @@ dependencies = [ [[package]] name = "halo2wrong" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2wrong?branch=scroll-dev-0902#46658f34ec33dbdc913667d5c1a8af617d543257" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" dependencies = [ "group", "halo2_proofs", @@ -1514,11 +2055,35 @@ dependencies = [ "num-traits", ] +[[package]] +name = "hash-db" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" + +[[package]] +name = "hash256-std-hasher" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" +dependencies = [ + "crunchy", +] + [[package]] 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" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" [[package]] name = "hashers" @@ -1556,7 +2121,17 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" dependencies = [ - "crypto-mac", + "crypto-mac 0.8.0", + "digest 0.9.0", +] + +[[package]] +name = "hmac" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" +dependencies = [ + "crypto-mac 0.11.1", "digest 0.9.0", ] @@ -1576,7 +2151,7 @@ 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.5", "hmac 0.8.1", ] @@ -1604,9 +2179,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.8.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" [[package]] name = "httpdate" @@ -1628,9 +2203,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.20" +version = "0.14.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" +checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" dependencies = [ "bytes", "futures-channel", @@ -1663,20 +2238,6 @@ dependencies = [ "tokio-rustls", ] -[[package]] -name = "iana-time-zone" -version = "0.1.48" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237a0714f28b1ee39ccec0770ccb544eb02c9ef2c82bb096230eefcffa6468b0" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "js-sys", - "once_cell", - "wasm-bindgen", - "winapi", -] - [[package]] name = "ident_case" version = "1.0.1" @@ -1685,10 +2246,11 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.3.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ + "matches", "unicode-bidi", "unicode-normalization", ] @@ -1738,6 +2300,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -1756,7 +2327,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.12.3", + "serde", ] [[package]] @@ -1774,22 +2346,31 @@ dependencies = [ [[package]] name = "integer" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2wrong?branch=scroll-dev-0902#46658f34ec33dbdc913667d5c1a8af617d543257" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" dependencies = [ "group", "maingate", "num-bigint", "num-integer", "num-traits", - "rand", + "rand 0.8.5", "subtle", ] +[[package]] +name = "integer-sqrt" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" +dependencies = [ + "num-traits", +] + [[package]] name = "io-lifetimes" -version = "0.7.3" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06" +checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb" [[package]] name = "ipnet" @@ -1814,39 +2395,39 @@ checksum = "5741cc4ac9f6105f6bb067d09bb5685dc255e5bdec6f3bf6d86f4bda6187d17e" [[package]] name = "itertools" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] [[package]] name = "itoa" -version = "1.0.3" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" +checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "js-sys" -version = "0.3.60" +version = "0.3.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" +checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27" dependencies = [ "wasm-bindgen", ] [[package]] name = "k256" -version = "0.11.6" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" +checksum = "3636d281d46c3b64182eb3a0a42b7b483191a2ecc3f05301fa67403f7c9bc949" dependencies = [ "cfg-if 1.0.0", - "ecdsa 0.14.8", + "ecdsa 0.14.7", "elliptic-curve", - "sha2 0.10.5", - "sha3 0.10.4", + "sha2 0.10.2", + "sha3 0.10.1", ] [[package]] @@ -1858,12 +2439,14 @@ checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" [[package]] name = "keccak256" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ + "env_logger", "eth-types", "halo2_proofs", "itertools", "lazy_static", + "log", "num-bigint", "num-traits", ] @@ -1873,18 +2456,27 @@ name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +dependencies = [ + "spin", +] [[package]] name = "libc" -version = "0.2.132" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" + +[[package]] +name = "libm" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37" dependencies = [ "arrayref", "base64 0.13.0", @@ -1893,7 +2485,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -1936,9 +2528,9 @@ checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" [[package]] name = "lock_api" -version = "0.4.8" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390" +checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" dependencies = [ "autocfg", "scopeguard", @@ -1953,20 +2545,50 @@ dependencies = [ "cfg-if 1.0.0", ] +[[package]] +name = "mach" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" +dependencies = [ + "libc", +] + [[package]] name = "maingate" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2wrong?branch=scroll-dev-0902#46658f34ec33dbdc913667d5c1a8af617d543257" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" dependencies = [ "group", "halo2wrong", "num-bigint", "num-integer", "num-traits", - "rand", + "rand 0.8.5", "subtle", ] +[[package]] +name = "maplit" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + +[[package]] +name = "matchers" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" +dependencies = [ + "regex-automata", +] + +[[package]] +name = "matches" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" + [[package]] name = "memchr" version = "2.5.0" @@ -1982,6 +2604,34 @@ dependencies = [ "autocfg", ] +[[package]] +name = "memory-db" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66" +dependencies = [ + "hash-db", + "hashbrown 0.12.3", +] + +[[package]] +name = "memory_units" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" + +[[package]] +name = "merlin" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" +dependencies = [ + "byteorder", + "keccak", + "rand_core 0.5.1", + "zeroize", +] + [[package]] name = "mime" version = "0.3.16" @@ -1990,9 +2640,18 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "miniz_oxide" -version = "0.5.4" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" +dependencies = [ + "adler", +] + +[[package]] +name = "miniz_oxide" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" +checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" dependencies = [ "adler", ] @@ -2006,13 +2665,13 @@ dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys", + "windows-sys 0.36.1", ] [[package]] name = "mock" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ "eth-types", "ethers-core", @@ -2020,21 +2679,42 @@ dependencies = [ "external-tracer", "itertools", "lazy_static", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", ] [[package]] -name = "num" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" +name = "mpt-zktrie" +version = "0.1.0" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ + "bus-mapping", + "eth-types", + "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0111)", + "halo2_proofs", + "lazy_static", + "log", "num-bigint", - "num-complex", - "num-integer", - "num-iter", - "num-rational", + "zktrie", +] + +[[package]] +name = "nohash-hasher" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + +[[package]] +name = "num" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" +dependencies = [ + "num-bigint", + "num-complex", + "num-integer", + "num-iter", + "num-rational", "num-traits", ] @@ -2047,7 +2727,7 @@ dependencies = [ "autocfg", "num-integer", "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -2059,6 +2739,16 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-format" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" +dependencies = [ + "arrayvec 0.7.2", + "itoa", +] + [[package]] name = "num-integer" version = "0.1.45" @@ -2082,9 +2772,9 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" dependencies = [ "autocfg", "num-bigint", @@ -2111,11 +2801,32 @@ dependencies = [ "libc", ] +[[package]] +name = "object" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" +dependencies = [ + "crc32fast", + "hashbrown 0.12.3", + "indexmap", + "memchr", +] + +[[package]] +name = "object" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a" +dependencies = [ + "memchr", +] + [[package]] name = "once_cell" -version = "1.14.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "opaque-debug" @@ -2131,19 +2842,66 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "os_str_bytes" -version = "6.3.0" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" +checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" + +[[package]] +name = "pallet-evm-precompile-blake2" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca" +dependencies = [ + "fp-evm", +] + +[[package]] +name = "pallet-evm-precompile-bn128" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca" +dependencies = [ + "fp-evm", + "sp-core", + "substrate-bn", +] + +[[package]] +name = "pallet-evm-precompile-curve25519" +version = "1.0.0-dev" +source = "git+https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca" +dependencies = [ + "curve25519-dalek 4.0.0-pre.1", + "fp-evm", +] + +[[package]] +name = "pallet-evm-precompile-modexp" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca" +dependencies = [ + "fp-evm", + "num", +] + +[[package]] +name = "pallet-evm-precompile-simple" +version = "2.0.0-dev" +source = "git+https://github.com/paritytech/frontier?rev=73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca#73e6223e8bc26bf8e57cd9b212f1bc2fd288c5ca" +dependencies = [ + "fp-evm", + "ripemd", + "sp-io", +] [[package]] name = "parity-scale-codec" -version = "3.2.1" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a" +checksum = "e7ab01d0f889e957861bc65888d5ccbe82c158d0270136ba46820d43837cdf72" dependencies = [ - "arrayvec", + "arrayvec 0.7.2", "bitvec 1.0.1", "byte-slice-cast", + "bytes", "impl-trait-for-tuples", "parity-scale-codec-derive", "serde", @@ -2151,9 +2909,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd" +checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2161,6 +2919,12 @@ dependencies = [ "syn", ] +[[package]] +name = "parity-wasm" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" + [[package]] name = "parking_lot" version = "0.11.2" @@ -2169,7 +2933,17 @@ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", "lock_api", - "parking_lot_core", + "parking_lot_core 0.8.5", +] + +[[package]] +name = "parking_lot" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +dependencies = [ + "lock_api", + "parking_lot_core 0.9.5", ] [[package]] @@ -2186,6 +2960,19 @@ dependencies = [ "winapi", ] +[[package]] +name = "parking_lot_core" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "redox_syscall", + "smallvec", + "windows-sys 0.42.0", +] + [[package]] name = "parse-zoneinfo" version = "0.3.0" @@ -2202,7 +2989,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8" dependencies = [ "base64ct", - "rand_core", + "rand_core 0.6.3", "subtle", ] @@ -2213,25 +3000,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" dependencies = [ "base64ct", - "rand_core", + "rand_core 0.6.3", "subtle", ] [[package]] name = "pasta_curves" -version = "0.4.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" +checksum = "369d7785168ad7ff0cbe467d968ca3e19a927d8536b11ef9c21b4e454b15ba42" dependencies = [ "blake2b_simd", - "ff 0.12.1", + "ff 0.12.0", "group", "lazy_static", - "rand", + "rand 0.8.5", "static_assertions", "subtle", ] +[[package]] +name = "paste" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" + +[[package]] +name = "pbkdf2" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" +dependencies = [ + "crypto-mac 0.11.1", +] + [[package]] name = "pbkdf2" version = "0.10.1" @@ -2250,30 +3052,29 @@ dependencies = [ "digest 0.10.3", "hmac 0.12.1", "password-hash 0.4.2", - "sha2 0.10.5", + "sha2 0.10.2", ] [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.3.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb779fcf4bb850fbbb0edc96ff6cf34fd90c4b1a112ce042653280d9a7364048" +checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" dependencies = [ - "thiserror", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.3.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502b62a6d0245378b04ffe0a7fb4f4419a4815fce813bd8a0ec89a56e07d67b1" +checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" dependencies = [ "pest", "pest_generator", @@ -2281,9 +3082,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.3.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "451e629bf49b750254da26132f1a5a9d11fd8a95a3df51d15c4abd1ba154cb6c" +checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" dependencies = [ "pest", "pest_meta", @@ -2294,13 +3095,13 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.3.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcec162c71c45e269dfc3fc2916eaeb97feab22993a21bcce4721d08cd7801a6" +checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" dependencies = [ - "once_cell", + "maplit", "pest", - "sha1", + "sha-1 0.8.2", ] [[package]] @@ -2315,18 +3116,18 @@ dependencies = [ [[package]] name = "phf" -version = "0.11.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" +checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" dependencies = [ "phf_shared", ] [[package]] name = "phf_codegen" -version = "0.11.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" +checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" dependencies = [ "phf_generator", "phf_shared", @@ -2334,19 +3135,19 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.11.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" +checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" dependencies = [ "phf_shared", - "rand", + "rand 0.8.5", ] [[package]] name = "phf_shared" -version = "0.11.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" +checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" dependencies = [ "siphasher", "uncased", @@ -2414,6 +3215,17 @@ dependencies = [ "subtle", ] +[[package]] +name = "poseidon-circuit" +version = "0.1.0" +source = "git+https://github.com/scroll-tech/poseidon-circuit.git?branch=scroll-dev-0111#c5d49a9a6bffb18fb62206e0d8cd88e5e80483c9" +dependencies = [ + "bitvec 0.22.3", + "halo2_proofs", + "lazy_static", + "thiserror", +] + [[package]] name = "ppv-lite86" version = "0.2.16" @@ -2426,20 +3238,33 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a" dependencies = [ - "fixed-hash", + "fixed-hash 0.7.0", + "impl-codec", + "impl-rlp", + "impl-serde 0.3.2", + "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", "impl-codec", "impl-rlp", - "impl-serde", + "impl-serde 0.4.0", + "scale-info", "uint", ] [[package]] name = "proc-macro-crate" -version = "1.2.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" +checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "once_cell", "thiserror", "toml", ] @@ -2479,9 +3304,9 @@ dependencies = [ [[package]] name = "procfs" -version = "0.13.3" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b4030746dfb40582518bebdc6303faef2bedfe787bac3786458bcdcc923b4e8" +checksum = "57928c5e4262566636d405e7c6a5a4f59bcb61a04a65dea57cf26b0dc3de6423" dependencies = [ "bitflags", "byteorder", @@ -2492,11 +3317,20 @@ dependencies = [ "rustix", ] +[[package]] +name = "psm" +version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +dependencies = [ + "cc", +] + [[package]] name = "quote" -version = "1.0.21" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" +checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" dependencies = [ "proc-macro2", ] @@ -2519,6 +3353,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -2526,8 +3373,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", - "rand_core", + "rand_chacha 0.3.1", + "rand_core 0.6.3", +] + +[[package]] +name = "rand_chacha" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" +dependencies = [ + "ppv-lite86", + "rand_core 0.5.1", ] [[package]] @@ -2537,7 +3394,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.3", +] + +[[package]] +name = "rand_core" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" +dependencies = [ + "getrandom 0.1.16", ] [[package]] @@ -2546,7 +3412,16 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom", + "getrandom 0.2.7", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -2555,7 +3430,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core", + "rand_core 0.6.3", ] [[package]] @@ -2564,7 +3439,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" dependencies = [ - "rand_core", + "rand_core 0.6.3", ] [[package]] @@ -2593,29 +3468,58 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.16" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" dependencies = [ "bitflags", ] +[[package]] +name = "ref-cast" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed" +dependencies = [ + "ref-cast-impl", +] + +[[package]] +name = "ref-cast-impl" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "regex" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" +checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] +[[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +dependencies = [ + "regex-syntax", +] + [[package]] name = "regex-syntax" -version = "0.6.27" +version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" +checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "reqwest" @@ -2693,11 +3597,12 @@ dependencies = [ [[package]] name = "rlp" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5" +checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", + "rlp-derive", "rustc-hex", ] @@ -2718,11 +3623,23 @@ version = "1.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee9164faf726e4f3ece4978b25ca877ddc6802fa77f38cdccb32c7f805ecd70c" dependencies = [ - "arrayvec", + "arrayvec 0.7.2", "num-traits", "serde", ] +[[package]] +name = "rustc-demangle" +version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + [[package]] name = "rustc-hex" version = "2.1.0" @@ -2740,16 +3657,16 @@ dependencies = [ [[package]] name = "rustix" -version = "0.35.9" +version = "0.35.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada" +checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787" dependencies = [ "bitflags", "errno", "io-lifetimes", "libc", "linux-raw-sys", - "windows-sys", + "windows-sys 0.36.1", ] [[package]] @@ -2766,24 +3683,24 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" +checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" dependencies = [ "base64 0.13.0", ] [[package]] name = "rustversion" -version = "1.0.9" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" +checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf" [[package]] name = "ryu" -version = "1.0.11" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" +checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" [[package]] name = "salsa20" @@ -2803,6 +3720,61 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "scale-info" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608" +dependencies = [ + "bitvec 1.0.1", + "cfg-if 1.0.0", + "derive_more", + "parity-scale-codec", + "scale-info-derive", + "serde", +] + +[[package]] +name = "scale-info-derive" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "schnellru" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" +dependencies = [ + "ahash 0.8.3", + "cfg-if 1.0.0", + "hashbrown 0.13.2", +] + +[[package]] +name = "schnorrkel" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" +dependencies = [ + "arrayref", + "arrayvec 0.5.2", + "curve25519-dalek 2.1.3", + "getrandom 0.1.16", + "merlin", + "rand 0.7.3", + "rand_core 0.5.1", + "sha2 0.8.2", + "subtle", + "zeroize", +] + [[package]] name = "scopeguard" version = "1.1.0" @@ -2819,7 +3791,7 @@ dependencies = [ "password-hash 0.3.2", "pbkdf2 0.10.1", "salsa20", - "sha2 0.10.5", + "sha2 0.10.2", ] [[package]] @@ -2840,26 +3812,53 @@ checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ "base16ct", "der", - "generic-array 0.14.6", + "generic-array 0.14.5", "pkcs8", "subtle", "zeroize", ] [[package]] -name = "semver" -version = "1.0.13" +name = "secp256k1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" +checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3" +dependencies = [ + "secp256k1-sys", +] [[package]] -name = "send_wrapper" -version = "0.5.0" +name = "secp256k1-sys" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930c0acf610d3fdb5e2ab6213019aaa04e227ebe9547b0649ba599b16d788bd7" +checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b" +dependencies = [ + "cc", +] [[package]] -name = "serde" +name = "secrecy" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" +dependencies = [ + "zeroize", +] + +[[package]] +name = "semver" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c" + +[[package]] +name = "send_wrapper" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "930c0acf610d3fdb5e2ab6213019aaa04e227ebe9547b0649ba599b16d788bd7" + +[[package]] +name = "serde" version = "1.0.144" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" @@ -2880,9 +3879,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.85" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" +checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" dependencies = [ "itoa", "ryu", @@ -2891,9 +3890,9 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.9" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca" +checksum = "a2ad84e47328a31223de7fed7a4f5087f2d6ddfe586cf3ca25b7a165bc0a5aed" dependencies = [ "proc-macro2", "quote", @@ -2936,20 +3935,21 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.10.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" +checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" dependencies = [ - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.10.3", + "block-buffer 0.7.3", + "digest 0.8.1", + "fake-simd", + "opaque-debug 0.2.3", ] [[package]] -name = "sha1" -version = "0.10.4" +name = "sha-1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "006769ba83e921b3085caa8334186b00cf92b4cb1a6cf4632fbccc8eff5c7549" +checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -2983,9 +3983,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.5" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" +checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -3006,22 +4006,31 @@ dependencies = [ [[package]] name = "sha3" -version = "0.10.4" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaedf34ed289ea47c2b741bb72e5357a209512d67bcd4bda44359e5bf0470f56" +checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86" dependencies = [ "digest 0.10.3", "keccak", ] +[[package]] +name = "sharded-slab" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +dependencies = [ + "lazy_static", +] + [[package]] name = "signature" -version = "1.6.4" +version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" +checksum = "deb766570a2825fa972bceff0d195727876a9cdf2460ab2e52d455dc2de47fd9" dependencies = [ "digest 0.10.3", - "rand_core", + "rand_core 0.6.3", ] [[package]] @@ -3032,12 +4041,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "slab" -version = "0.4.7" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" -dependencies = [ - "autocfg", -] +checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" [[package]] name = "slug" @@ -3050,20 +4056,423 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.9.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" +checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "socket2" -version = "0.4.7" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" +checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" dependencies = [ "libc", "winapi", ] +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", + "thiserror", +] + +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "blake2", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-application-crypto" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-std", +] + +[[package]] +name = "sp-arithmetic" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + +[[package]] +name = "sp-core" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "array-bytes", + "base58 0.2.0", + "bitflags", + "blake2", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde 0.4.0", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.1", + "primitive-types 0.12.1", + "rand 0.8.5", + "regex", + "scale-info", + "schnorrkel", + "secp256k1", + "secrecy", + "serde", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "zeroize", +] + +[[package]] +name = "sp-core-hashing" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "blake2", + "byteorder", + "digest 0.10.3", + "sha2 0.10.2", + "sha3 0.10.1", + "sp-std", + "twox-hash", +] + +[[package]] +name = "sp-core-hashing-proc-macro" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing", + "syn", +] + +[[package]] +name = "sp-debug-derive" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-externalities" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage", +] + +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-core", + "sp-runtime", + "sp-std", + "thiserror", +] + +[[package]] +name = "sp-io" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "bytes", + "ed25519", + "ed25519-dalek", + "futures", + "libsecp256k1", + "log", + "parity-scale-codec", + "secp256k1", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-keystore" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "async-trait", + "futures", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnorrkel", + "sp-core", + "sp-externalities", + "thiserror", +] + +[[package]] +name = "sp-panic-handler" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + +[[package]] +name = "sp-runtime" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", +] + +[[package]] +name = "sp-runtime-interface" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types 0.12.1", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "sp-state-machine" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", + "thiserror", + "tracing", +] + +[[package]] +name = "sp-std" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" + +[[package]] +name = "sp-storage" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "impl-serde 0.4.0", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", + "sp-std", +] + +[[package]] +name = "sp-tracing" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "parity-scale-codec", + "sp-std", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-trie" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "ahash 0.8.3", + "hash-db", + "hashbrown 0.12.3", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "scale-info", + "schnellru", + "sp-core", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-version" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "impl-serde 0.4.0", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-core-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", + "thiserror", +] + +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-wasm-interface" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std", + "wasmi", + "wasmtime", +] + +[[package]] +name = "sp-weights" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "spin" version = "0.5.2" @@ -3080,6 +4489,27 @@ dependencies = [ "der", ] +[[package]] +name = "ss58-registry" +version = "1.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d44528162f980c0e03c71e005d334332c8da0aec9f2b0b4bdc557ed4a9f24776" +dependencies = [ + "Inflector", + "num-format", + "proc-macro2", + "quote", + "serde", + "serde_json", + "unicode-xid", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + [[package]] name = "static_assertions" version = "1.1.0" @@ -3103,9 +4533,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.24.3" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" +checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef" dependencies = [ "heck", "proc-macro2", @@ -3114,6 +4544,32 @@ dependencies = [ "syn", ] +[[package]] +name = "substrate-bip39" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c" +dependencies = [ + "hmac 0.11.0", + "pbkdf2 0.8.0", + "schnorrkel", + "sha2 0.9.9", + "zeroize", +] + +[[package]] +name = "substrate-bn" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" +dependencies = [ + "byteorder", + "crunchy", + "lazy_static", + "rand 0.8.5", + "rustc-hex", +] + [[package]] name = "subtle" version = "2.4.1" @@ -3122,26 +4578,44 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.99" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" +checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] +[[package]] +name = "synstructure" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "unicode-xid", +] + [[package]] name = "tap" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +[[package]] +name = "target-lexicon" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" + [[package]] name = "tera" -version = "1.17.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d4685e72cb35f0eb74319c8fe2d3b61e93da5609841cde2cb87fcc3bea56d20" +checksum = "7c9783d6ff395ae80cf17ed9a25360e7ba37742a79fa8fddabb073c5c7c8856d" dependencies = [ "chrono", "chrono-tz", @@ -3151,7 +4625,7 @@ dependencies = [ "percent-encoding", "pest", "pest_derive", - "rand", + "rand 0.8.5", "regex", "serde", "serde_json", @@ -3176,18 +4650,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.34" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.34" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2", "quote", @@ -3214,6 +4688,25 @@ dependencies = [ "winapi", ] +[[package]] +name = "tiny-bip39" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" +dependencies = [ + "anyhow", + "hmac 0.12.1", + "once_cell", + "pbkdf2 0.11.0", + "rand 0.8.5", + "rustc-hash", + "sha2 0.10.2", + "thiserror", + "unicode-normalization", + "wasm-bindgen", + "zeroize", +] + [[package]] name = "tiny-keccak" version = "2.0.2" @@ -3240,11 +4733,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.0" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ - "autocfg", "bytes", "libc", "memchr", @@ -3284,9 +4776,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.4" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" +checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" dependencies = [ "bytes", "futures-core", @@ -3313,9 +4805,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.36" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", @@ -3325,9 +4817,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.23" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" +checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" dependencies = [ "proc-macro2", "quote", @@ -3336,11 +4828,12 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ "once_cell", + "valuable", ] [[package]] @@ -3353,12 +4846,93 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-log" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" +dependencies = [ + "lazy_static", + "log", + "tracing-core", +] + +[[package]] +name = "tracing-serde" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" +dependencies = [ + "serde", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" +dependencies = [ + "ansi_term", + "chrono", + "lazy_static", + "matchers", + "regex", + "serde", + "serde_json", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", + "tracing-serde", +] + +[[package]] +name = "trie-db" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908" +dependencies = [ + "hash-db", + "hashbrown 0.12.3", + "log", + "rustc-hex", + "smallvec", +] + +[[package]] +name = "trie-root" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891" +dependencies = [ + "hash-db", +] + +[[package]] +name = "triehash" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c" +dependencies = [ + "hash-db", + "rlp", +] + [[package]] name = "try-lock" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" +[[package]] +name = "tt-call" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" + [[package]] name = "tungstenite" version = "0.17.3" @@ -3371,15 +4945,27 @@ dependencies = [ "http", "httparse", "log", - "rand", + "rand 0.8.5", "rustls", - "sha-1", + "sha-1 0.10.0", "thiserror", "url", "utf-8", "webpki", ] +[[package]] +name = "twox-hash" +version = "1.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +dependencies = [ + "cfg-if 1.0.0", + "digest 0.10.3", + "rand 0.8.5", + "static_assertions", +] + [[package]] name = "typenum" version = "1.15.0" @@ -3389,13 +4975,13 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "types" version = "0.1.0" -source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=fix/mpt_limit#cfe8b4e959d6e09b3a45b58e45589ae62988a729" +source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=scroll-dev-1220#b0086de30b82d055840d7727292c89138dc8c590" dependencies = [ "base64 0.13.0", "blake2", "eth-types", "ethers-core", - "halo2-mpt-circuits", + "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-1220)", "serde", "serde_derive", "serde_json", @@ -3404,9 +4990,9 @@ dependencies = [ [[package]] name = "ucd-trie" -version = "0.1.5" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" +checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" @@ -3487,15 +5073,15 @@ checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" [[package]] name = "unicode-ident" -version = "1.0.3" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" +checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" [[package]] name = "unicode-normalization" -version = "0.1.21" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" dependencies = [ "tinyvec", ] @@ -3514,12 +5100,13 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.3.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" dependencies = [ "form_urlencoded", "idna", + "matches", "percent-encoding", ] @@ -3535,10 +5122,16 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom", + "getrandom 0.2.7", "serde", ] +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + [[package]] name = "version_check" version = "0.9.4" @@ -3566,6 +5159,12 @@ dependencies = [ "try-lock", ] +[[package]] +name = "wasi" +version = "0.9.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" + [[package]] name = "wasi" version = "0.10.0+wasi-snapshot-preview1" @@ -3580,9 +5179,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.83" +version = "0.2.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" +checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -3590,13 +5189,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.83" +version = "0.2.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" +checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a" dependencies = [ "bumpalo", + "lazy_static", "log", - "once_cell", "proc-macro2", "quote", "syn", @@ -3605,9 +5204,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.33" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" +checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -3617,9 +5216,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.83" +version = "0.2.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" +checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3627,9 +5226,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.83" +version = "0.2.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" +checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" dependencies = [ "proc-macro2", "quote", @@ -3640,9 +5239,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.83" +version = "0.2.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" +checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" [[package]] name = "wasm-timer" @@ -3652,18 +5251,182 @@ checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ "futures", "js-sys", - "parking_lot", + "parking_lot 0.11.2", "pin-utils", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", ] +[[package]] +name = "wasmi" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" +dependencies = [ + "parity-wasm", + "wasmi-validation", + "wasmi_core", +] + +[[package]] +name = "wasmi-validation" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b" +dependencies = [ + "parity-wasm", +] + +[[package]] +name = "wasmi_core" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" +dependencies = [ + "downcast-rs", + "libm", + "memory_units", + "num-rational", + "num-traits", +] + +[[package]] +name = "wasmparser" +version = "0.89.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef" +dependencies = [ + "indexmap", +] + +[[package]] +name = "wasmtime" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731" +dependencies = [ + "anyhow", + "bincode", + "cfg-if 1.0.0", + "indexmap", + "libc", + "log", + "object 0.29.0", + "once_cell", + "paste", + "psm", + "serde", + "target-lexicon", + "wasmparser", + "wasmtime-environ", + "wasmtime-jit", + "wasmtime-runtime", + "windows-sys 0.36.1", +] + +[[package]] +name = "wasmtime-asm-macros" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597" +dependencies = [ + "cfg-if 1.0.0", +] + +[[package]] +name = "wasmtime-environ" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644" +dependencies = [ + "anyhow", + "cranelift-entity", + "gimli 0.26.2", + "indexmap", + "log", + "object 0.29.0", + "serde", + "target-lexicon", + "thiserror", + "wasmparser", + "wasmtime-types", +] + +[[package]] +name = "wasmtime-jit" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681" +dependencies = [ + "addr2line 0.17.0", + "anyhow", + "bincode", + "cfg-if 1.0.0", + "cpp_demangle", + "gimli 0.26.2", + "log", + "object 0.29.0", + "rustc-demangle", + "rustix", + "serde", + "target-lexicon", + "thiserror", + "wasmtime-environ", + "wasmtime-runtime", + "windows-sys 0.36.1", +] + +[[package]] +name = "wasmtime-jit-debug" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731" +dependencies = [ + "once_cell", +] + +[[package]] +name = "wasmtime-runtime" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd" +dependencies = [ + "anyhow", + "cc", + "cfg-if 1.0.0", + "indexmap", + "libc", + "log", + "mach", + "memoffset", + "paste", + "rand 0.8.5", + "rustix", + "thiserror", + "wasmtime-asm-macros", + "wasmtime-environ", + "wasmtime-jit-debug", + "windows-sys 0.36.1", +] + +[[package]] +name = "wasmtime-types" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb" +dependencies = [ + "cranelift-entity", + "serde", + "thiserror", + "wasmparser", +] + [[package]] name = "web-sys" -version = "0.3.60" +version = "0.3.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" +checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90" dependencies = [ "js-sys", "wasm-bindgen", @@ -3681,9 +5444,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.4" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" +checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf" dependencies = [ "webpki", ] @@ -3725,43 +5488,100 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" dependencies = [ - "windows_aarch64_msvc", - "windows_i686_gnu", - "windows_i686_msvc", - "windows_x86_64_gnu", - "windows_x86_64_msvc", + "windows_aarch64_msvc 0.36.1", + "windows_i686_gnu 0.36.1", + "windows_i686_msvc 0.36.1", + "windows_x86_64_gnu 0.36.1", + "windows_x86_64_msvc 0.36.1", +] + +[[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 0.42.0", + "windows_i686_gnu 0.42.0", + "windows_i686_msvc 0.42.0", + "windows_x86_64_gnu 0.42.0", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc 0.42.0", ] +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" + [[package]] name = "windows_aarch64_msvc" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" + [[package]] name = "windows_i686_gnu" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" +[[package]] +name = "windows_i686_gnu" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" + [[package]] name = "windows_i686_msvc" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" +[[package]] +name = "windows_i686_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" + [[package]] name = "windows_x86_64_gnu" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" + [[package]] name = "windows_x86_64_msvc" version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" + [[package]] name = "winreg" version = "0.10.1" @@ -3812,11 +5632,26 @@ name = "zeroize" version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" +dependencies = [ + "zeroize_derive", +] + +[[package]] +name = "zeroize_derive" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] [[package]] name = "zkevm" version = "0.1.0" -source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=fix/mpt_limit#cfe8b4e959d6e09b3a45b58e45589ae62988a729" +source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=scroll-dev-1220#b0086de30b82d055840d7727292c89138dc8c590" dependencies = [ "anyhow", "blake2", @@ -3826,23 +5661,25 @@ dependencies = [ "env_logger", "eth-types", "ethers-core", - "halo2-mpt-circuits", + "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-1220)", "halo2-snark-aggregator-api", "halo2-snark-aggregator-circuit", "halo2-snark-aggregator-solidity", "halo2_proofs", "hex", "is-even", + "itertools", "log", + "mpt-zktrie", "num-bigint", "once_cell", "procfs", - "rand", + "rand 0.8.5", "rand_xorshift", "serde", "serde_derive", "serde_json", - "sha2 0.10.5", + "sha2 0.10.2", "strum", "strum_macros", "types", @@ -3852,7 +5689,7 @@ dependencies = [ [[package]] name = "zkevm-circuits" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-0920#123e4bbd23f196a71037daf40fae66b7ca24a02e" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" dependencies = [ "array-init", "bus-mapping", @@ -3864,6 +5701,7 @@ dependencies = [ "ethers-signers", "gadgets", "halo2_proofs", + "hex", "integer", "itertools", "keccak256", @@ -3872,11 +5710,15 @@ dependencies = [ "log", "maingate", "mock", + "mpt-zktrie", "num", "num-bigint", - "rand", + "rand 0.8.5", + "rand_chacha 0.3.1", "rand_xorshift", - "sha3 0.10.4", + "rayon", + "rlp", + "sha3 0.10.1", "strum", "strum_macros", "subtle", @@ -3896,3 +5738,11 @@ dependencies = [ "types", "zkevm", ] + +[[package]] +name = "zktrie" +version = "0.1.1" +source = "git+https://github.com/scroll-tech/zktrie.git?branch=dev-1102#0ba3e060f7447c57175e2a70b1366053b5199a8a" +dependencies = [ + "gobuild", +] diff --git a/common/libzkp/impl/Cargo.toml b/common/libzkp/impl/Cargo.toml index b64bee6857..975f229f2c 100644 --- a/common/libzkp/impl/Cargo.toml +++ b/common/libzkp/impl/Cargo.toml @@ -7,9 +7,12 @@ edition = "2021" [lib] crate-type = ["dylib"] +[patch."https://github.com/privacy-scaling-explorations/halo2.git"] +halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-1220" } + [dependencies] -zkevm = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="fix/mpt_limit" } -types = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="fix/mpt_limit" } +zkevm = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="scroll-dev-1220" } +types = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="scroll-dev-1220" } log = "0.4" env_logger = "0.9.0" diff --git a/common/libzkp/impl/rust-toolchain b/common/libzkp/impl/rust-toolchain index 24b6d11f20..44b874bfca 100644 --- a/common/libzkp/impl/rust-toolchain +++ b/common/libzkp/impl/rust-toolchain @@ -1 +1 @@ -nightly-2022-08-23 +nightly-2022-12-10 diff --git a/common/libzkp/impl/src/prove.rs b/common/libzkp/impl/src/prove.rs index cf69312c32..d7b08f4a9a 100644 --- a/common/libzkp/impl/src/prove.rs +++ b/common/libzkp/impl/src/prove.rs @@ -44,7 +44,7 @@ pub unsafe extern "C" fn create_agg_proof_multi(trace_char: *const c_char) -> *c let proof = PROVER .get_mut() .unwrap() - .create_agg_circuit_proof_multi(traces.as_slice()) + .create_agg_circuit_proof_batch(traces.as_slice()) .unwrap(); let proof_bytes = serde_json::to_vec(&proof).unwrap(); vec_to_c_char(proof_bytes) diff --git a/common/version/version.go b/common/version/version.go index 66f9441235..832078ea46 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -5,7 +5,7 @@ import ( "runtime/debug" ) -var tag = "prealpha-v11.17" +var tag = "prealpha-v12.0" var commit = func() string { if info, ok := debug.ReadBuildInfo(); ok { From d55dcaf5f95235b9c03ddeba509c0c64fffde9f1 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Fri, 3 Feb 2023 21:16:55 +0800 Subject: [PATCH 02/36] modify rust-toolchain --- .github/workflows/common.yml | 2 +- .github/workflows/coordinator.yml | 2 +- .github/workflows/roller.yml | 2 +- build/dockerfiles/coordinator.Dockerfile | 4 ++-- build/dockerfiles/intermediate/Makefile | 2 +- .../intermediate/go-rust-alpine-builder.Dockerfile | 2 +- build/dockerfiles/intermediate/go-rust-builder.Dockerfile | 2 +- build/dockerfiles/intermediate/rust-alpine-builder.Dockerfile | 2 +- build/dockerfiles/intermediate/rust-builder.Dockerfile | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 4613639631..43b161d3de 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-08-23 + toolchain: nightly-2022-12-10 override: true components: rustfmt, clippy - name: Install Go diff --git a/.github/workflows/coordinator.yml b/.github/workflows/coordinator.yml index b1732ff15a..d7f0a28dc0 100644 --- a/.github/workflows/coordinator.yml +++ b/.github/workflows/coordinator.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-08-23 + toolchain: nightly-2022-12-10 override: true components: rustfmt, clippy - name: Install Go diff --git a/.github/workflows/roller.yml b/.github/workflows/roller.yml index 6d02da4505..9712773bce 100644 --- a/.github/workflows/roller.yml +++ b/.github/workflows/roller.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-08-23 + toolchain: nightly-2022-12-10 override: true components: rustfmt, clippy - name: Install Go diff --git a/build/dockerfiles/coordinator.Dockerfile b/build/dockerfiles/coordinator.Dockerfile index 0c1957ebef..d253c2bf5d 100644 --- a/build/dockerfiles/coordinator.Dockerfile +++ b/build/dockerfiles/coordinator.Dockerfile @@ -1,5 +1,5 @@ # Build libzkp dependency -FROM scrolltech/go-rust-builder:go-1.18-rust-nightly-2022-08-23 as chef +FROM scrolltech/go-rust-builder:go-1.18-rust-nightly-2022-12-10 as chef WORKDIR app FROM chef as planner @@ -16,7 +16,7 @@ RUN cargo build --release # Download Go dependencies -FROM scrolltech/go-rust-builder:go-1.18-rust-nightly-2022-08-23 as base +FROM scrolltech/go-rust-builder:go-1.18-rust-nightly-2022-12-10 as base WORKDIR /src COPY go.work* ./ COPY ./bridge/go.* ./bridge/ diff --git a/build/dockerfiles/intermediate/Makefile b/build/dockerfiles/intermediate/Makefile index 4894469d8b..a70adc5d1a 100644 --- a/build/dockerfiles/intermediate/Makefile +++ b/build/dockerfiles/intermediate/Makefile @@ -1,6 +1,6 @@ GO_VERSION := 1.18 PYTHON_VERSION := 3.10 -RUST_VERSION := nightly-2022-08-23 +RUST_VERSION := nightly-2022-12-10 .PHONY: all go-alpine-builder rust-builder rust-alpine-builder go-rust-alpine-builder go-rust-builder py-runner diff --git a/build/dockerfiles/intermediate/go-rust-alpine-builder.Dockerfile b/build/dockerfiles/intermediate/go-rust-alpine-builder.Dockerfile index 2c46056ba8..171df9f6d0 100644 --- a/build/dockerfiles/intermediate/go-rust-alpine-builder.Dockerfile +++ b/build/dockerfiles/intermediate/go-rust-alpine-builder.Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18-alpine ARG CARGO_CHEF_TAG=0.1.41 -ARG DEFAULT_RUST_TOOLCHAIN=nightly-2022-08-23 +ARG DEFAULT_RUST_TOOLCHAIN=nightly-2022-12-10 RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates diff --git a/build/dockerfiles/intermediate/go-rust-builder.Dockerfile b/build/dockerfiles/intermediate/go-rust-builder.Dockerfile index 878643c6b6..6fb532d11b 100644 --- a/build/dockerfiles/intermediate/go-rust-builder.Dockerfile +++ b/build/dockerfiles/intermediate/go-rust-builder.Dockerfile @@ -14,7 +14,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" ENV CARGO_HOME=/root/.cargo # Add Toolchain -RUN rustup toolchain install nightly-2022-08-23 +RUN rustup toolchain install nightly-2022-12-10 # TODO: make this ARG ENV CARGO_CHEF_TAG=0.1.41 diff --git a/build/dockerfiles/intermediate/rust-alpine-builder.Dockerfile b/build/dockerfiles/intermediate/rust-alpine-builder.Dockerfile index 05466fc5ce..76783f2ea8 100644 --- a/build/dockerfiles/intermediate/rust-alpine-builder.Dockerfile +++ b/build/dockerfiles/intermediate/rust-alpine-builder.Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE_VERSION=3.15 FROM alpine:${ALPINE_VERSION} ARG CARGO_CHEF_TAG=0.1.41 -ARG DEFAULT_RUST_TOOLCHAIN=nightly-2022-08-23 +ARG DEFAULT_RUST_TOOLCHAIN=nightly-2022-12-10 RUN apk add --no-cache \ ca-certificates \ diff --git a/build/dockerfiles/intermediate/rust-builder.Dockerfile b/build/dockerfiles/intermediate/rust-builder.Dockerfile index ab52382671..0dcdaca172 100644 --- a/build/dockerfiles/intermediate/rust-builder.Dockerfile +++ b/build/dockerfiles/intermediate/rust-builder.Dockerfile @@ -13,4 +13,4 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" # Add Toolchain -RUN rustup toolchain install nightly-2022-08-23 +RUN rustup toolchain install nightly-2022-12-10 From 586493ba6e27767bc2934b6ec10c16d8f262d1ba Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 18:54:39 +0800 Subject: [PATCH 03/36] add zktrie.so --- coordinator/Makefile | 2 ++ coordinator/verifier/verifier.go | 4 ++-- roller/Makefile | 2 ++ roller/prover/prover.go | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index a0072b191a..1343941503 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -16,6 +16,8 @@ test: libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib + cp $(find ./|grep libzktrie.so) ./verifier/lib/libzktrie.so coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/coordinator/verifier/verifier.go b/coordinator/verifier/verifier.go index a34cdd003f..f93e694a63 100644 --- a/coordinator/verifier/verifier.go +++ b/coordinator/verifier/verifier.go @@ -3,8 +3,8 @@ package verifier /* -#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart +#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -Wl,-rpath=${SRCDIR}/lib +#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib #include #include "./lib/libzkp.h" */ diff --git a/roller/Makefile b/roller/Makefile index 2ddc15c5c2..b869aba19b 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -12,6 +12,8 @@ endif libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib + cp $(find ./|grep libzktrie.so) ./prover/lib/libzktrie.so roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd diff --git a/roller/prover/prover.go b/roller/prover/prover.go index 01ee2689a0..3aba128c7f 100644 --- a/roller/prover/prover.go +++ b/roller/prover/prover.go @@ -4,8 +4,8 @@ package prover /* -#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart +#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -Wl,-rpath=${SRCDIR}/lib +#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib #include #include "./lib/libzkp.h" */ From 338f341a92a55c213bd1697545fce0dd4a817d1e Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 18:59:01 +0800 Subject: [PATCH 04/36] fix path --- coordinator/Makefile | 2 +- roller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index 1343941503..50ab969d6b 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -17,7 +17,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib - cp $(find ./|grep libzktrie.so) ./verifier/lib/libzktrie.so + cp $(find ../common/|grep libzktrie.so) ./verifier/lib/libzktrie.so coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index b869aba19b..19f4eed87b 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -13,7 +13,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib - cp $(find ./|grep libzktrie.so) ./prover/lib/libzktrie.so + cp $(find ../common/|grep libzktrie.so) ./prover/lib/libzktrie.so roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 970be448bb26dbb58193956112cfd09c8858e9b6 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 19:15:29 +0800 Subject: [PATCH 05/36] fix path --- coordinator/Makefile | 2 +- roller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index 50ab969d6b..ec452c31da 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -17,7 +17,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib - cp $(find ../common/|grep libzktrie.so) ./verifier/lib/libzktrie.so + cp $(shell find ../common|grep libzktrie.so) ./verifier/lib/libzktrie.so coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index 19f4eed87b..31597c973f 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -13,7 +13,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib - cp $(find ../common/|grep libzktrie.so) ./prover/lib/libzktrie.so + cp $(shell find ../common|grep libzktrie.so) ./prover/lib/libzktrie.so roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 40e30001b331d008252c4a9feac0afadc5cafc71 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 21:02:40 +0800 Subject: [PATCH 06/36] add test_zkp tool --- Makefile | 12 ++++++++++++ coordinator/assets/agg_vk | Bin 736 -> 736 bytes 2 files changed, 12 insertions(+) diff --git a/Makefile b/Makefile index a708ee8e79..29a3ac7b51 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ .PHONY: check update dev_docker clean +ZKP_VERSION=release-1220 + help: ## Display this help message @grep -h \ -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \ @@ -29,5 +31,15 @@ dev_docker: ## build docker images for development/testing usages docker build -t scroll_l1geth ./common/docker/l1geth/ docker build -t scroll_l2geth ./common/docker/l2geth/ +test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and coordinator/verifier verifies it + mkdir test_params + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/$ZKP_VERSION/test_params/params18 -O ./test_params/params18 + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/$ZKP_VERSION/test_params/params25 -O ./test_params/params25 + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/$ZKP_VERSION/test_seed -O test_seed + rm -rf ./roller/assets/test_params && mv test_params ./roller/assets/ && mv test_seed ./roller/assets/ + cd ./roller && make test-gpu-prover + rm -rf ./coordinator/assets/test_params && mv ./roller/assets/test_params ./coordinator/assets/ + cd ./coordinator && make test-gpu-verifier + clean: ## Empty out the bin folder @rm -rf build/bin diff --git a/coordinator/assets/agg_vk b/coordinator/assets/agg_vk index 3a00da96a8051e54ad800a38e5511e929654a759..203659d5a51f2ed167ed823b345e654453c090ab 100644 GIT binary patch literal 736 zcmV<60w4Wjm=~j2bnfxxTgm)c$nW1tIrxJQVZ0jt01NaaY4I;8uv)Ggi}9S?;++Uj zw)y*z_jLfX6@FE>vg%-LK)vIq0r?B{nGI+3=;8~JGfYu=;lFiEr zeV(CNAIWuJ8zlIE7p;2&J#nFrcYU8O(-4tli`f-y^op}JCs9P@o@@I(NqFbqTkuH+ z3Gft-sFFbfyEm>Pz_-hra}Qs*Rm%$TQddC!rRRBDPmHBC@sQ0!BQ0)YJU~>^%wdT` zLkh!(u)9Re*Hl=f)nuF134=E1nV`uTBs}O`Hw%5tY$Hlz6f)i4O6G+Snw_s*4cpQE zC70&tjAaz0neGk4^cZc>4*F=L@&=d=U@jQkx9}12S<%Ir(GPcd%ofPZC0(<6H<0Vrq`YXobW89rU&awy)pz^+gK+H)y5XVEd?I;jV?#! ze%B#;K#(OMyZj!J$Jyj<1Is8;aBYon3~WelY@nSb;&;(RS3g5XBzwr30gWdeYC9g> zx9}12S<%Ir(GPcd%ofPZC0(<6T S9HdT@RntJ~jo{VK6dn?LWp7{r literal 736 zcmV<60w4W3OLdnLieYwAX0L|cay8x455kY}N0}oN#ZkwB zU*q%Vfq9ebyI7&EGnL|cay8x455kY}N0}oN#ZkwBU*q%Vfq9czW^Mhh$^PjX_|2)(hcH9KgFVbm zSPCb2zD%GiL*)so_o!M{cr_Expe?{9hXJk#gx~uzpJZ5jY*ge{wyhR$j3+ve3_dq> ze*#?k!9TyHx>Ob-@-wEhEiq?5~P(1!_`#7P_TX42XIS? zZtoZ9A=}LQ7Hwly)@NV@f&_p_qkhk7)@c&U!UZfOPAU`9D?E Sdm7X6A(%+1G_J$Unac}4QF*Wc From 1645a228aae76229e0b4e79a8e29ef1965e4e5e2 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 21:40:47 +0800 Subject: [PATCH 07/36] fix --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 29a3ac7b51..05400fb2c6 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,9 @@ dev_docker: ## build docker images for development/testing usages test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and coordinator/verifier verifies it mkdir test_params - wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/$ZKP_VERSION/test_params/params18 -O ./test_params/params18 - wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/$ZKP_VERSION/test_params/params25 -O ./test_params/params25 - wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/$ZKP_VERSION/test_seed -O test_seed + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params18 -O ./test_params/params18 + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params25 -O ./test_params/params25 + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_seed -O test_seed rm -rf ./roller/assets/test_params && mv test_params ./roller/assets/ && mv test_seed ./roller/assets/ cd ./roller && make test-gpu-prover rm -rf ./coordinator/assets/test_params && mv ./roller/assets/test_params ./coordinator/assets/ From 824ab1afdbe8802489cb54ff5c0ba1de71ca7658 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 21:41:30 +0800 Subject: [PATCH 08/36] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05400fb2c6..8cb631d1fc 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ dev_docker: ## build docker images for development/testing usages docker build -t scroll_l2geth ./common/docker/l2geth/ test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and coordinator/verifier verifies it - mkdir test_params + mkdir -p test_params wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params18 -O ./test_params/params18 wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params25 -O ./test_params/params25 wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_seed -O test_seed From ed8540e4d38841f0bdc848daec8d3c2531f4c60c Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 21:52:21 +0800 Subject: [PATCH 09/36] fix params --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8cb631d1fc..9b67ed7abe 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ dev_docker: ## build docker images for development/testing usages test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and coordinator/verifier verifies it mkdir -p test_params - wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params18 -O ./test_params/params18 - wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params25 -O ./test_params/params25 + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params19 -O ./test_params/params19 + wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params26 -O ./test_params/params26 wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_seed -O test_seed rm -rf ./roller/assets/test_params && mv test_params ./roller/assets/ && mv test_seed ./roller/assets/ cd ./roller && make test-gpu-prover From b0342bbd66220169d1318543ff68187abc00ba24 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 23:41:16 +0800 Subject: [PATCH 10/36] mv agg_proof --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b67ed7abe..e4b5e57c50 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and co wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_seed -O test_seed rm -rf ./roller/assets/test_params && mv test_params ./roller/assets/ && mv test_seed ./roller/assets/ cd ./roller && make test-gpu-prover - rm -rf ./coordinator/assets/test_params && mv ./roller/assets/test_params ./coordinator/assets/ + rm -rf ./coordinator/assets/test_params && mv ./roller/assets/test_params ./coordinator/assets/ && mv ./roller/assets/agg_proof ./coordinator/assets/ cd ./coordinator && make test-gpu-verifier clean: ## Empty out the bin folder From 4cf3666f5b7ef8c227c391b179c0100baea31c89 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 6 Feb 2023 23:53:40 +0800 Subject: [PATCH 11/36] fix aggProof --- common/message/message.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/message/message.go b/common/message/message.go index cdd5e227c8..84f2b26f89 100644 --- a/common/message/message.go +++ b/common/message/message.go @@ -214,8 +214,9 @@ func (z *ProofDetail) Hash() ([]byte, error) { // AggProof includes the proof and public input that are required to verification and rollup. type AggProof struct { - Proof []byte `json:"proof"` - Instance []byte `json:"instance"` - FinalPair []byte `json:"final_pair"` - Vk []byte `json:"vk"` + Proof []byte `json:"proof"` + Instance []byte `json:"instance"` + FinalPair []byte `json:"final_pair"` + Vk []byte `json:"vk"` + BlockCount uint `json:"block_count"` } From 59fe682f8c0a730a9fd8c5cdee8922ee9f0c0615 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 01:11:27 +0800 Subject: [PATCH 12/36] fix path --- coordinator/Makefile | 4 +++- roller/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index ec452c31da..b4c50166e3 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -10,6 +10,8 @@ else ZK_VERSION=$(shell grep -m 1 "scroll-zkevm" ../common/libzkp/impl/Cargo.lock | cut -d "\#" -f2 | cut -c-7) endif +ZKTRIE_PATH = $(shell find ../common|grep libzktrie.so) + test: go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/... @@ -17,7 +19,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib - cp $(shell find ../common|grep libzktrie.so) ./verifier/lib/libzktrie.so + cp ${ZKTRIE_PATH} ./verifier/lib/libzktrie.so coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index 31597c973f..cf90eb3baf 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -9,11 +9,13 @@ else ZK_VERSION=$(shell grep -m 1 "scroll-zkevm" ../common/libzkp/impl/Cargo.lock | cut -d "\#" -f2 | cut -c-7) endif +ZKTRIE_PATH = $(shell find ../common|grep libzktrie.so) + libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib - cp $(shell find ../common|grep libzktrie.so) ./prover/lib/libzktrie.so + cp ${ZKTRIE_PATH} ./prover/lib/libzktrie.so roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 81758317be1181c72f8439052ad0e0fde35d7c1d Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 01:25:35 +0800 Subject: [PATCH 13/36] Revert "fix path" This reverts commit 59fe682f8c0a730a9fd8c5cdee8922ee9f0c0615. --- coordinator/Makefile | 4 +--- roller/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index b4c50166e3..ec452c31da 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -10,8 +10,6 @@ else ZK_VERSION=$(shell grep -m 1 "scroll-zkevm" ../common/libzkp/impl/Cargo.lock | cut -d "\#" -f2 | cut -c-7) endif -ZKTRIE_PATH = $(shell find ../common|grep libzktrie.so) - test: go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/... @@ -19,7 +17,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib - cp ${ZKTRIE_PATH} ./verifier/lib/libzktrie.so + cp $(shell find ../common|grep libzktrie.so) ./verifier/lib/libzktrie.so coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index cf90eb3baf..31597c973f 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -9,13 +9,11 @@ else ZK_VERSION=$(shell grep -m 1 "scroll-zkevm" ../common/libzkp/impl/Cargo.lock | cut -d "\#" -f2 | cut -c-7) endif -ZKTRIE_PATH = $(shell find ../common|grep libzktrie.so) - libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib - cp ${ZKTRIE_PATH} ./prover/lib/libzktrie.so + cp $(shell find ../common|grep libzktrie.so) ./prover/lib/libzktrie.so roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From de542e2ffbfae97f638b9fa97be5c51708bc3ed2 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 10:10:04 +0800 Subject: [PATCH 14/36] update agg_proof --- coordinator/assets/agg_proof | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/coordinator/assets/agg_proof b/coordinator/assets/agg_proof index 21ed70b032..d1466296c4 100644 --- a/coordinator/assets/agg_proof +++ b/coordinator/assets/agg_proof @@ -1,6 +1,7 @@ { - "proof": "44D1GOPlV7Hdg8rS7kdzpR8mp8y5CGwhjQCakyrFNSJzQRtpVyFLiN/HzT4DDSn9Zf7HEGtL9pfyZv0uiU1DFPpqtuFMOYtHgp2Uv+IRh6zKbwd94BXVv+WygVP6E7ouXv4OtEsjHzkWFjg2nYqhQ1Of80lHyPStw4zAVVPdSwMDFAW3sYyhgPA3SViw9zsFHx38LazaLA1o2TheonswJM7AanLMqmXW9uAn2Zja4PWWvtMXrK49kXMeXy3UPXYYKZxq3Nl8s+l3lmcE1PntaaVEuxnBdsQzfPGpaViOawxS97X+W2mA4EfJEHHPWEiwBB7a7sMZgE0gDdJ1JV/dJ8iChgAhMhR7lU5a7VIJCOvE7GTj7fGqDkojQF/+stQL4jwFzilJdIpSI0olDg3J0XyfWCxddpTOhQuVl7b1ci//Wn86I+UAV1GCOtT5l5vx6kpF35ulteG+NdPilcyzAB1AZv7deCs9YnoJt+zccIFgSeuemEXiG+m2V+ruBH0SpQOOVw3d1NUPEC1+aQIEV5PI34Ukx3R4DbmM80gr/iWpxUgc8Fu/OM/ZKzTHKH1qlGKwAeungcmlfJPvi8e2GOYjcjauB5uVTbsisbTGDRTBmu9G6tcMbGSG72nByokpqU9+CEIS1VuiRMj/d6JokXPfXLZ0emmbfL0MwtLLfig77R1lwz7tWW9TVZO5JTMspizlfGiwmuU3WYepFgf6A+BMf1vt4nMuyaPG+fCgiJBhOgy49pFh6zx2M6hM85sgpagIPUcniXFr0MF/BYIH5XG2sbcb9qg5pe30NM+eeycK8FRtdR9H8rC/B6Q3RlT/NBBPJBiNRco2FTyMZI0LGkh/w9UVJkwPrHHgfbHHd2grK52WsCVT9HJIV0FMEGkKwU1F8vTDiY3t154LVT+5lEW2g+yxg8T6i9cDz+zYtwzfDpQ8f5BTt1TYSfTC3FWOH17oeMTiBZtvEsR3suLGKZCJiX06hqbTNKRI/yio7LxnrU5p7T23nuNxLIZdGP4ZGrWHN0JLxy/eSgxCAGJiGf9elIyjPgibTPfaJLs8ByjvVPlb7UeeSvm9x1ttog0Wv5c1NzHJghrn0ithelK0EVzQYaFLHvaUDpkhVZgqKLyv3s6xfSjd2jRNYBq5PC8pesHLMdKiqE/SzST1t7HclcCOpNL0PUFTMcAcuHYfAiteQZ8kopyDvFTuLgh6qDP67wzADLpIRHGIi+OmV6l5Eq038P0/Pv2ugoVTkCOfISuHEsm3RSNx7NCyBImhBc0jAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZthYbvJ16cUjp6ZJcZAjNSTCEyxLvLm7p7CQJoTKYEh98HIIlnOUlWja+/OTTcMCZcWl8a29QYnQzihmuS5hGT/lPNaOBUTGZ0omFzGm2vogiiZXluFTS/tXlKU2qyCUFrXIJPfwvmsvYOo+MoRjuoEiBtgtgPVUhoz0zT73oJa8wLcpy9DBikqXFHBz9Mo/SkAeIv8te530F1t/1GCBs6wuBghEqM8t3qvgIGhlmZE5xjH5lLH5JRuvkkv07mEaLh9pfV8Buh0PUQc3i+jacdGITZLdjLvnjobqqaA0AgCLuXySCI9Go1ujGBX0sItc3grfCDMeBwpks1K+uAoSj1tpuzkomZDjMfsm2uIaAvCq37FVfYg4QZY2TVr7AHC/OoTo2COKcmf3m9KGZwV2r1rSTwLQD5RCdBahE0Yach1q1zYriKY5iKyIXs/ym8jXfTqPY1KHhC/jQXzUzPeyoA/isru+E62XmFnF7eXEeQcV2InmrAA4vhScjpfOlgEhrwaSAOiuJF16+zK+DKaOEf3A8p1WdCuiKN2rzhZgYqOnME6a0Cn4Uhp+3+mFL5MQsUkWR1KtQzov80dtMjrggf/lxvltqGdO0qzUtXxnTtL9SUyiOsIZntpukhuU/pJVtWuSdjDo9WfkjpHmZTpdmLejQvOxvQ2Wc1CoGguWIYfsLJr9pKoqZDC9Zp4puOb1hICExQ9oqZiitjNjftlyi3YBZz6ytrRB/usw047HkrXuuRmq0n0mFFYQTOwhpOH0dQCDDVbSiLPfL1vBvQnCEaqx2IGKfVlD1evBEmUJUpHmmUhWZuN0ia67U9mOcgb/tEl0e9tlLP9U7hurOtOgxGJm7J0DtFLmF2iobxZesUZNBwiewvgTyLQxMPciRjDCcqBTUmM3HD3EJLgWOcDPtFFPGLIXDS0M0oE4S7ngQjtDTDDehkiV4SEorGsI1nT0HG5W5N4PSlEmygZGVUJAjx/PpD7SMYRxmX/HVOz12dFJmZ2aiWKo1FKg8plwe0IQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJkr0NvNmKSMTt4U4qDoTRUjnO8/csmVueMkcXvsA2FmW/VGDPOUePepW/4L3y+jERQqHSUgjMbaXnHq/3A1sBa2LMx29EdY47A8PtSoGbzmIRlgrmjVXciZWDeJ0rRBF8EwhhkB28lukl2zPW66SYAmdegQUF7AjZrzxHqecfAka2XiHcssC0C8lsVPRMlW5kyX2O7mGYNhDq2BqnR+Ahn2hJ7jhl2GUiB+6PR/R2FNBHZv7l9ahBqVBGTqh9zBHVH3ODugySKYJmBcWx3zNClfeelG66o5Jegl+qlcOaDk38OGANdUp3A4yjGyLOBCTw7eOCO+YkSk7VLf3u42smP6hjv2UgfbVhY3h7iqPQP5SiEJBMeSVavA+TX1Sj+AbHZQklwHZpAKrPnIR1z01Jmz7dY2sIGaU//SDFCbCaKQmhlZMyin2qmEHuIUhIwad3OO4yCNr4Qc8L79u8Ib4Hhgqm52cSXc88bujybis85RpCqeMoJAINCoJOZZ9Dah00/6UiHMl2mKo7Dobd6lTytGx019QyR6uegEB9I2WNApyTamYSAxa0DbfyrRrqY+C/rK0LDwRjlOXBj8fhyNEgnUWsRr4E69cNCiX2bwvbRuh3O0990zveJiV3s59VaQeXL8WUJFl+AvHkXfy1NfMnWDEcUJzYN4BdJDtplk7wHMObf2hkkk4TSKEFO2WnOo9+gmJg65ZAizD+6dT3hFcuxu2EgrK53vnbtH89EyFiGttVsmd0RSIRQlY7rLsDbQCJ9hAt6ckj667hiL0GZIfe/7WFTtLgT25lS8j2mQnmJRyrw8beL7pIN+fJc2tX0QtS05c/cS1+4b8e8VcTk1scdyxTEaaB9qcd8WFtRLOFuc7hsai4M0zSQd+MEQm+eh8MRovqEvA/ahSB3si5B4Cd2RHJkb5Ek4zQ9NLKjdobFnWN3bkZ2POAExsGrsIudDvpszFpbU/LUn2ohFF5aQ4Rh/HTq6GMh7/Uo/HdcWm3YtCh8zeJR8RxJGajGpGBqwO7q4xVy2s3bwU0pj3FJHPMttD6Mecv4GaK80h6cR8YFLsKn22nLLQfJOoGn+2nd3Op/tzc+5atdLMets/7xSkIHyxwcwjWz8+zgAvDyGkzBcC7jYfT6PolrLP+2lfeTicor6JB7nd7hNQOqybZwOmH+sWgLEQzu8jbkXZla2k5EBfX+LNvgUvfR7u0FFkDZHmw8F8suYSlLo4R0iYVqjoTIzuuU/ycPoiKNmHTnnrmqYJtpG23dnqGNDIrcYoFOCm4aF4T009EhOLyx43Jg5KfJXQ0Ff9M6lfFeIKxANxkECivokHud3uE1A6rJtnA6Yf6xaAsRDO7yNuRdmVraTkQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJMhgMG+V2v4Kft6FRKx8vF08t7UNr6eY6XkpaOYnlL1KWMX3ws0o980ztpl9SsQmGDh5Qg8Q+T8a30N3onmQkNMcbVDzfvZ5qKS0nvKL6YT3fiY8+R8rEdBQqrlYkzwmJvbM5AW9iRTb/1ERLvkusSMyZftAwd5HdjBV+l3nyL2cUIg7hu2fPwUDSO/Fuy4+TXDWPLa8IsIzq663vysMWyDcRoGX/1VfGj5ohg2CGd0MZTHTkxhhrRmQyc2p8sBGeaOweZr4o/jAdcQb3/OMo9A1LblhT30O5fMWPoaBqCH4bIIfSomycIfOPB1mMderAhlFOsmw04N/7l0fEuXwvMZLyDkaCmkmp7PKYYG/lTjsPGNBy/Se0VfDvdkJm0Rq9Sw/gKJw1IW8L4TGauenNR+TnG9EG0K2H1eessAB4IUMfi71c2eeXdNq53wzzI6VIqg23wnETR+GMe2jD12oOwjw2VD8PRAIoANj3xpAYgv1byJJwzazEBKrsBag5GR7FAqVuQVhXH8dR68hdtxNlLKM5cEQlFA0MQpWet0VQFPX/vabuwJnlrWxZADckjNLuZU4ZIQqB0tz4TFE2i3Yatg8+7r172fKIYTxaMfojncvBPiFNaWqqOR57AiyhtgrDUeoLPEO/ZOISu/rGv7n8vGlPmPHQjmUSR0USbVmfKz1/UYorvVpI3cCwHvjKBHTFFE3oCxBRDpvqhWYYQrUCVaL1Cj6sBAyjinNRclSBirKjvMAs/QJoqpF/Q05lSwELuOrmhktMgRPE5iRbTNeWHW//5tdhifjZNlneZo+7L6RBiKrnszOcQORIESWwtsAM5kGJQJ3Hd/dZGo7D75UdVohGhb6NdqP45i/JBJLEFsMsRFqnPHuVNzOBwFMw5BudOLFhWdhHcvWCJaDS2CXm9Iix3s4ChhHj0AvpEH67FFXZ33OInIhG03CYxQ3F9dtfbqAPeAtjerZNYAY9NGQMjv39aj/6St7vifhDuT/67itRkCW371IEasKzKNCdOx+ucbiys8Yj2JwAK1bG/7H9CAZISxy9rlhOBcuQoxKCJkN7eLgaMeFKpvm3nMMJuZ7H8sRt39dfCaRtdQmyLY8p3Gp+LBt7a3DPpglgPjj064N5Fl00BNAuZ0CeJCx9ThIbCsDmOQaS+KVA9Leq/c1+Yefqs2XWvqvmiDI8HQDAK4NESr5MI9ehUpKHh/ETFN+ro/s1vEpQ7jWx9R9tVhYIPUH23e+c01fEIzi7gwDtLzj1/AjSi3IgiFipBMKa9CyEFAv7AurCJu4AoDcs5SB8AMKF5hKfpsubJ4uRhrSSB7tOGd0zBMFf5NdsK97RHN1kxMIIITYoU85oy0SdnI8pEZyD95zU8M1BoxNWgFblIVNxguhCqQRZ7dgAPUF/6hEXtr7FPyvYFmsyY2Y1GBUtPmB44qLE4S8/Zu+T17xQHuiXJtfJZSrYANLB3YjVikLeOe5FcqRWu03Ih1IH+58HPOnWPqbtR7E56rxjhImSShHsUYtCtz//18SzjeSQgQSFeBqf19063m8gLRkGN5ddN83FbbVOU0fJF4ap3uLuAPTyBZ5hgv+oG+3EyB/2knGP8hLMpnXXT9Fllp6fi90nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN6UUhzRuBGkfOCykcorMqYR7jvlIfHMxuZOTg6BTo8rYZSle5FsnoqTxilBVD2HL9+idWMtsLYvZirqDe3iFxJTI88uU7n9XgvgJHZDpAbfwRI7FpcuT8uM0V8o7dVkHCuU8oqVQ1SviPigihbwlJWyx8QlELIGbuQSKV/Yh8kiPY9Gg3p3ZhH/e1rMASLSNQHUCLe3LbCYo7wtxk4hJAxluBI2X2hIT03ktG/CwBoUUXzj5nlNgAU3GnvgjHo3FsXWUkgerieLVZY+7eWMRqgmPE1X36HJGWV5oeRlnyMgMr823mbwxVJxXvaWu/9s6bukIvM0BxTr4YLVbymEOQ1pMzkWOVCWKGxj8q9uzc4w3dxgfYJk/A41GlI7kl9rIKOsGhXmCNDsrecAQA0jryhU5LsutxcZHSdeNEUz+3suJpcjAUbx1ZGci0baqURS6vvySxY+lz43YqZlIX0gjw4DzTl916tbN10ScGRAfvJSgYPAaasEF/S4p9oveMK8CmiWruRJr8PdmuwURlShQ6lHa2B4c12cSzM4dnv6s40pqO6aAbsLIU7JyHUz9Vlc2/pqdR943je2jUazu2Gkzyg=", - "instance": "W1tbWzkxLDQxLDI1MywxNywxMCwxOTcsMjQwLDI4LDE5Niw4NSwyMDYsMTA5LDUxLDQ5LDI1MCw2NCwxNSwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzMzLDYwLDE0MCwyMjMsMTQyLDEzNiwxOTAsMTUsNDcsODgsMjUzLDI0OCw1OSw4OSw3LDAsMCwxLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzEzOSw5Myw3NiwxNDgsMTQ1LDI1MiwxNjQsMjksNzEsMjAwLDE0LDExNiwxMjUsMzIsNzksMzAsNjEsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyMSwxNCwyNTMsODAsNzIsMjksMzYsMzAsMTUzLDIyOCw4NSw2OSwxODgsMTAwLDI0LDAsMCwxLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF1dXV0=", - "final_pair": "Wyn9EQrF8BzEVc5tMzH6QA8hPIzfjoi+Dy9Y/fg7WQdBbKVNllEgoF8YHyLzIX/CWT5GfWuk2NOHIOEGWxxjJItdTJSR/KQdR8gOdH0gTx49FQ79UEgdJB6Z5FVFvGQY0WE/l55SSjGJ484iWVDoItvxgu2d7E+/O9/JjaNEGi4=", - "vk": "f0jvzuUPB9+tV7cCvBA4ue716GbjNR2ctrH+1q4sC6pEfUu+PTC3UYV8hlWe0+6CSo6HfRWMV5Ic20zpezM/lpENE/2c0OhLz4QOeSxkPVSA41uRsQL4wWi0Nzv/LsajZPhSpfiT2NPYwdUl11oj1j0QeeZSDP6vS03GN49VzyqWHoXq1K7844GUckAoC6CIgpWRhqz0itWw/q4zwA9wqCKgRT5RkexofblP/fN1cvDCleepuN43GOt0rK6Vl+cg+G8TB4cXUb4ukE4hCoIBfFFwQm+ELHnDFMpi6NcXWqoxnpMyF2mOO3qs0OlCSLSVmeYDV8DPPY43nJxlSnqvitpI0gEYC2cNkAIzJR2vpUlvqE5lVmJs6AFKsBCiS3WXEophdlJmtTP5TsoU+ilv29S5jyiV5oRc106GafEamaqopp4mbS3dSOaeNSaViaHfZ7nc2+fv+gmcsWD+gV/LmZctZ0f41xXsvX675lJn/sPnzjfYhRN0jsFNfoV29fwoWfy9ZVrZcP8xcjXd0w/Cj/FHmSMTxVHHgV/j8+eBeZPru1ihrTOblWKbRs/2+GOqBmIHQ4D9IG2y4pWE1FEoovupoZIFQucxHecdy/0zyalHowJSKcVKBYY+HJ2mk4isn8EPm6Kl9XCsd7AIbaeUhZlIz2+JYrLU4bI4YPFWHAtZ/L1lWtlw/zFyNd3TD8KP8UeZIxPFUceBX+Pz54F5k1lmbf2uyf7pGfjNqdKHMEPDgz3MTVgKJ3i+TKArQ+UJqveoWlZ4NRPPoC3AJYcBrgiE3/syn2RYe2xU5Fa2rRZwjCc6jww+N3R/Alz6wT+/peU8JyF/4aFC71wyscy9lUjrjA1K38JBf4ZSZg0SpJUKw9VUw1CwfdoHcEuJbu8X6CHbzPoWbWNV1mdgBIIEgEijfs9q1mkSy8IFLFWm9JPQ0+cZLoGEf8zqPosU+T9V1Hsa0/EhmEipNK7DzJnLCw==" + "proof":"/vzZJXe+rOp8M7EOJX7cSp2uDgDiNJJ6BnLu5IwmVCVkLrfmV3iZcvF+MRKTCn5fWVx5Yq2hV2wx60kus8tjE0t/moJp50dni2xSCqk/mjfz2UWVZPQ1FyMgNWopVDgRqbidlgZ2Xod0xpTOxpqJTi+/0DcG7uNx+qu6xNrQxw7xhaYTsgzWTyUKRoBsL9OMfaWaIyLtWfQ35oHmSj2WHI3b47hX1GBm5Uz2VNxo/QEOdxcSQ9lkWLEiXQC1SC0g4QA8ek+Xe5zNVqAxxAhYSYTKXoUrq1abGbpmIUc58Cbrizs/1XTqNNYQ8Dx0pStwJpRoiFHNi8OEFelHCBnYDxO8Dpl5pjYVAGEjFXP1IocEmBSF1Ng47o6NpGhDaFQSjt6KBxd6nF91BsP9DzDby6XR9Gbz5cramnA6axv+Hgb+i2G2dWzdss7e8egwP8j7GOFJsovSX2nBDnjSeHBNJF0jPv8tpuzkUERLYJUcV1IlGPCHm1NFK7qTaRm1HLwkEM+vYTCtC+7NRnejXL3PLiPfFJB8yT/7sGcjmnjQnAUCTVU/KQP45ecz9djA933csxZ0lNM7x2ij0z9sHRZ4HPwyHBvR/jhczmBuuaOc0Tj7BTlMDdXY9muYQT7A7AoiyOgymr7q0Flb6tK3rq9VAyfOdlsOBQS3TPmRrsZ2bx1NCMQ5Yx7JgZYWq31sZ1V8h8PS8pCmHDLb1QdfukxhHKYfzidPS2DvPbxilHv+ly7ozJQqbBAKdGLu1itmMNoE6vT9uwOv7bdq3DzvggTgQZ73xMXZYYPH6isztaLtaxlr1sU5jYyRiTpwQPetw8hWvuFXw03EDXOm/+Q/hOTiFGTPN86pL6Hx+X1R2u3yGnTwwvTcCzv5LUY4DVzKqykTcXn3OHArHqaUdP4SLZu8m5am67NXwrtnKBeG3bNESR80VXGCJrDe5l2oxTcKuTidxcGL8kiJ4Pz+3O2+fiuhFNtau9UYWKITiVsiD1rApAGkG7n6ZGGlB2dG4D0bEicAPMiDKjzmdCZ83cf0kv4aUDKl9XR+BGxKLB+4dVxBDiSf97VKQEX9XUOerp7lxxT9Fym66oxVf2OUipjyVrE8LMwd7rSy44fQ8BmJAj3CksqKLKgs+Dxhuy0ALxMhXsQd75rnd/lKplTtzVC6ruPtfSbwBqu53iFR9hWpYDo/3h2fjWS1YSBLJBoufR1ahN/6ppfNnsMCQAUWLnww6evrE/lITreR2bLs19LSz+MEqGrCBvwNhXOvkIWS2yhy3lUsx4FZdcUtil9LtYrpqXgijWjGghksNkJ1jgPBMoDC4xq+nilC6sboRXrnQV4Ih8jufH+4stpgoUVYW/ryvXbSEgZ/rSFGmHGgt1hZ5u+NzTktH1P3Sb0bA+cnwHubOIEuXru9Y5VtOy3vjBiA58g76pn63rgbPT53oP0SL1+TmyQmvPKshRp+yZGclmrR1WyvPfiN8ZFEkJZwfsQPRZKKBgGMkl7jnL6Us4wGxvxQFEDlcGqh7z1sOEb/wHY2fsUUI1iT2QouHAzPPhjQTWkLN3RpQe9BJ0jtDVvK5m8smChmzikdiMZkW9yglvCBKcU/DRZlWGsFn6BRotuvskB2G+EIrXnmik0SGTMWqWljcW05UWsjL6EZMgZ+Fvpxh3IY/BYM4bJ4lCH2GNytahXjmPtwQsB2CVTg+HyKKLXx7Ch4WkCQ2rBeFTF/chuQuFXjDSg2Vai3dZeGgW/5p+akGV2uyoxUBsQxTsW176J4zEl8NFgE1KagJ+ASUs3lQzsJHAEiZpjQzDjoiEKZlFoq2bazw12nAne3xRtEUGVy9iBs6QrjepwbaZQuNd2g9GbSNT3AbucmpYswsBflrmnRCD/EepsB/Zi0ykD9wLc6DcOJaOPS7astJRZBrBP43GkMY9ukxB6R0vxk0HvZRGWbeP0FNyhZ9KmPxL37OjY1UCO3utZ56ktO7IS8S6D96bLWCVSY8otT8c58he6QzbO0FZs9LPKGGQdEH6KuxEJ1mfbX9sGQ9Nm1DvYgLH686CgSlhG1yBs+4BBPMtCGv2bwlwYOPVXe84PBn1vVnXzY1yrXQLepHVl20NUKauw/aOH2dPuuNs7NTVPYhvWjwHhNF5/R95NPg0BliIrUf2FFWYg9oGERbpviy6F4tsyeVUAja7scMQ7tKveSoLYU7hmH+6aFXJlK9K9K3QDcX+c/RwA0auYjhCFdBlMY0bSe/pbhirbirtrpZWq0d7nhl+lBMJ2Zbf1GEewm0Gcr/Qut4qEfpFPRgjp7W63twgbr0PcI3AAnCZgf+4i9Aea5a3yQrbdZtYiEnF8a5JuWjHGZtyC9Hy4KQWLBaTlZ0mMndYUZ8PzqLGVlsykS8B+lFR1MKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADodWMb7MwSus2USNXrApA3CIzakxqDdCOkh/zsMxgHGQyuch75ySSLAE7tjZ3GDFbXT94FQk10QKUYqVmqUYUpJXI1PW21wQnne8zxvyHinBMtkYS/e6ZfUKaCCBQKsg+VlFJFikwRti7sQSqHXPJcmQTrNPyY7p3MynMt9c2+LeuYFYiV+8ecfwMLBjpW6pNp2w9skafhhM4b2AVCPPEb8WT8IZ+7MAPlFaehNR+lGL9vSuAcNB1rfWGwBDUBaxtjqtl4xNBLlwbvWWvPPZqxZtlZyV7pIoEPfbiA2eQbK/VnB9xfHEl+Ag+CVJj4vvzL0DPGfcXS69ULmmVws2opM8zp5McbZvyBR763QR4Q0PwZiGouxUStQjggakUT7S+aGzT8V7sxidvP+y//a+HSyaReqo2Ij1U6PkanA6o2KdXBDYUi3so3X+qzTXdHnPj9JaUf8FCdQ6ndUmCTut8HYTR/Q0VyBfmh7TPMc9car9T2AdhBRGD04JKO5wHdcQWZ/iOGpsbRP5E5xbBRLcsW2Krm+OfXTY7wbQyYyYZ2A+K+mLbYlzUHOkwDm16FB+ai0ncxetCdcM95T+NcdbsKDO2lybY9extj2EFAcoGK0Y9ebRfOrn5hwniTckTzdSc7c/wtKtkhsf0Ubu0kEt9fk1gpXtXv0qjDBnYPX4cxF5lKQ1zsuBkD0M8rUUKB9GFMN9jGdOv4WMsRuNQV9RwgB0cpsDJ495dIpnL51PYpyJVjGmLsbFf3CQV6x4jJJAL/rPXkE8rHtU3dLtnHiy3xKx2+zMICBjpnGZfXZEsXHypOpWLcmfX5rZfD9YTgHtY070TBrth+kAkTTTLxRCsHYDhLPPlwXg/clxNtwm0/3UuUqYHeCMI4CwvX5Nt9kAT4DCEzG/x2utJ0SeNk+fbFabOw7S28+34g4nNLQs8HGTmSTf7scn5Hz8fyqOKhpEaRIe2WP37qnsWUryhzYcIG+udhIYInbWmxHmmDsYsMzvsMZW77wky73/QOvuyLUwqMlpde15tX8IQ8COetgjncqq7gFSF94b9xMV+T3/B5JDX/l1QBfDFdO6DA87S7NmKUW6I4s+l2+iVpJnfhIXcKVMilPpjWSfyEGZwVPGDQBTYZWecIRr1twOMC5NcjRyQj3k7NnMWqRHVZCxZeKQskZNZErmDp8SV/Q/q/nFOsIT+xIfUVoz2KJRr+IqVtzZ5mv5EIQag19q32FNhI7p8uuSBQsuZy5+5JO+FaxvBGy+/h/QwpCL/KeArwqLK5zRKLShAx2U7enuWlfTpt7pJ8XlP6S03x38Z8bveiMekzJSPeTs2cxapEdVkLFl4pCyRk1kSuYOnxJX9D+r+cU6whAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPiFq+mCr8bB1g5kFKBODPs80aZD+sCF29+ibQWW5YETyMWwuy2hFUCR6xhCpFGJ7V9ngmMX4H0VRmwUxI0IURkH9+UvvCYK8iktd6MZn2AaPRnTQDGLiUIdKjiOwMWQi5VVe56EvzG3GGNZ+h1pb4PExzCNjbffsp4cVeu2nvCJtRe57QhDFq1ioIEKWW6U8J2Wa3rWF4fKnLI5spwh8j0QpXHhCwqohB7dtwpPpFE7u068BwR9tqmaMaynr9mRrP1lpD+Rm2js+VDbThRdIVSghwTNfMWSJIfCJ9J0+MJ3sJbcz/4Zdw/WiM0wAyiEM5ct4L6jnfy5qoCXC94o0umXp+7lBbkdyWuYLYtmfRDLMsE5DLjc09rCSumq9JaQn6xNrU4r1XmfdzSSLTgxI5fYPXe7gT9mc5daHE7WuKL7eR+8ef/pD3VcrihybmDney8a+XQpj4S2NYjVI1vkQVOrCKirt5D9384aaQr9TmfSs4hL357gMdQncovdpv9BUZgqQWdW4gyv8omU9aed4ml8yiLdsnaywRaCJqXiWUIW3NVdlQfv0/+kdLyPPBSyzW1iNfCbRWGbJ1rfAD36kIKUfibp6ctxHAuaBmKGdRiUS+kuXGA+mc1qfl41FRiA85cHyuLJf5kRaPXk+5wlqMKVLH/m2cumxKIu6Y3sxrBPcwkPZiXGkC6jPaExsgeZhIzRgQ+Y9IDfGGUyHywjUHkIkn0ANPVA351DaFWzwhAcEjB+bH4ATxd6LyD0QcoSIQJttpMvF8psfrepChUgN0xQ3lJcG62bpAWWJUDlImFAgy3frGoyCptlPM9ZxCun6Y7ptx9tiWTFp3BF7PHakSJaoBJpR66zAY3RxdyKx0GI3n4cZAB8DW6gkCXoicdBdns3ENxAi9qjuh5IMLWZuVPFJWp2eP0ZbUCUVK78UOLPNLNNAg2LRThmlkRxHbnXwtNEKDm9TdRgAqN/KRPYoWOBQ4KCkAQtWkAhtNmDfOCfJIcxbQi5gFhxpwvN6WTQgbi4Yhsg5RJFqjHx9opUh4LzZxluu2CR6TXp4Tnr9SMF7ZTewHpLNyBKaixlX4t/vChd5DLM5Sa2gyqAedwsYnrgGteDPCW9ExeOV0kgFB3sCqfLorzqe/Sq5/IUsvoxZiPMsaANZj64Nr3ioMGpNoE/Of8sTZPwy3vo8EinpeFCWyZVKgohG+i2M2iz3nclhW3tvyfEsyoOY9Qt2h0k8Xbr9yTWYMPgzZw7RF4UJJerZkWA5uN/yXBAeAhkeC/RqNalaQz2NOfbBHRcdw0VNA+WYQuPAw7C4NjbbrYNhcKVAQCEsqKhCgZVrs1E3kmhrC18lrHjO0QrXZIQrx1Q0X+20r8DbsUxQfes+4HL2976LoeRmzMiVVrN9Ij4q7oQJezLNsaAbJXPKG11W6ykOUArUk1cPaoE6qNzaR3kufBrMoG8nhdOxoKxyizEOQ7/pYscbG5V50mwI/gWUpM9IanLLpCTdyg+kUgjH7SLL16A767toOVSLgXyfyiw+tDChL2o6+6Wn6r1QWLLiJTK/piHorSxcDBGjjHk1eiygPG7upStJF+ftHSlYF5Z7NP0W0U+FVcug7B4A7nwrcawgXUGG6vIZFkuAYqrJe2LModZr/cAEa7b6vZooWXpWkYin1xZO5TCKqRbQ12XlDrz43Xa47byiEyAs3OxeDRIW4KlIKH0aY7oMHsekrCxeJOL92OCNx8O//HFmVXO2hwcIZO6r12bdxNJxHAYR9OARVYGdhBtsv0qRkPCgBGD7o9wfQTvoGE69yNojkjDbu6yHt9WEi11tAsUbDrRXKXIMMAvk0A99USCihg5UsbKF9EEyUvcnf4OmTwRYFCbUa/ykH02xPK9vfZ9zW5SRVGskIQXi3jXYxn/hvyq5BKgdiog2lnwthrBlnxgoU7Suuwo4ojf7gG0Dc9sp81RnfiwdkLsmEnux2lbvBIyvMA+9L+t6fgvcMZJ7WafWLvltQ6GckI+0oZIWZa4Jiotr+2SwNezZhxlMs7z5wQ+TFVmDmBgoctrbsQ3hYBKn3y9K3ZQx+tvAsRnVu8RkyhwIWA2BkLK3HQMg8a6MBFbgJ+6wic+lGmiSFT5lol9dkdeXyDZ4Gzd3t6uwrZPl0niS9kUKVbhjMMJlebkV2fnX687Df6QAEbeQ4H09XvEJ8+n+lzt5cjEnyv3WQWxu0HPel8l37JQ9HJBfNsdZUB8be6xEEkNqDX+PhQvGjEFskko5L1W0Mb32wRQWch8SMqByc8zb8udvGOClT2fgv1VqeZgH3thk=", + "instance":"W1tbWzUsMjAxLDEzMywxNTYsNyw1NiwxODMsMjIzLDIsOTYsMjI2LDE2MiwyMzksMjA0LDcwLDM2LDEwNCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzU5LDEyNiwxMzAsMTY4LDgzLDIwNSwxMzMsMjMzLDIwMSwyMzAsMjQ2LDE3Myw4NCw3NCwzMSwwLDAsMSwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyNDYsMTMsMjI4LDIyNCwyMjUsMTU2LDIwLDIzMywxOTcsMTcsNzQsMTY4LDM1LDc3LDEzMyw3OCwyMzYsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFs4NywxMDksMTU0LDcxLDE1MiwzOSw5MSwxMTQsMTAyLDMxLDE0NywyNTEsMTY4LDgwLDQ3LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzEzMCw0NSwxNDcsNjEsMTc4LDgsNTQsMTA4LDE2MCwyNDMsMTkzLDMzLDI0MiwxNzEsODYsMTQ0LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyMzMsNjQsMjE2LDk0LDEyMCwxODEsNTIsMTk2LDIxNCwxMTUsNjMsNDMsMTU5LDE5NiwxODksMywwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXV1dXQ==", + "final_pair":"BcmFnAc4t98CYOKi78xGJGg7foKoU82F6cnm9q1USh/LZoa8XDw0NR3/LKVBcXPKclKoxbbQnbtZM2a/9Pi8FfYN5ODhnBTpxRFKqCNNhU7sV22aR5gnW3JmH5P7qFAvMAuzG7+s15QRZF1ORrcquzBFFElPvwo8Il8nnMI2IQyCLZM9sgg2bKDzwSHyq1aQAAAAAAAAAAAAAAAAAAAAAOlA2F54tTTE1nM/K5/EvQMAAAAAAAAAAAAAAAAAAAAA", + "vk":"Y5gXo1l07vHlW8n8Wcjv30k5+IMPYbwa/gAL9CRp8S8osFquG4vxnNzinQhPtvn7kPd1ALMVWQmi1xUckeBcFi68Zi0tMsL3qQlwSp+LwEn4JmIRtSslkU35QRJvRgwhJ1GdtDhjSNoWFGKqaYfjeWKeevDX3HZo/Oa9NXkEyBWWPrNRPoOjJNLGA/V3gQZ51p7TLjXcH/1tZo8HSjmPorVruNY6w1vp7PAiHV6FFroT1atvD6ew+IoyeLCZ4FmSQ4DWISWSzcsJfZ6hWR/JdV8bJPiAF617Aj1xoY93fZ8u0xCRZIvZFWz0irM1J1FE5Z5r+z1JeOffW/BJBgnwFI6okkECuzeuIsC3y5tzD1+4VcsK8VJXQP6l53lbT4ylNfGQzUMjLW5jPEBU0sxhiUNDCsOHsLtEzNdUWKTVZJvVCYM26JmgyRkkPOhcNwt9zGwjSmMUMt3fSuaFEJqdr10N29H9JZfm6IxlFKSZ7g3D9Bht0A76aKPyBpgOYC4Y3LfwEfJZ0cWZ0Q93ecwWyMwlXbN65T78uwq4MQjX/AsBG818ZqjE88bqAjn4pteeBJzwLKSmB+tLvTIEWttYJwvVxhbBLQUe940uR+V+1yF7QJAlILv8HpHH2eRtA8soUXBtjXAMbEhubKCdJeJ30URXP0NHJHvImgGNJx1qOx7ct/AR8lnRxZnRD3d5zBbIzCVds3rlPvy7CrgxCNf8C71hGUPCYfumhaPRCnToy5k62fqUJPbz8MmMflDfrMyNOcCaxS4dy/qKNcEENbsNtFy4gavIEo/vWMLms4zWdgIEd5hs+kbpQbPbRJWB2Qwpmf1k97wY33aZ9kB3Y29WnXmgoc+ulYH3eNDCzcqwlVq1mTu2r/xIb1AMzBe3HQIjzZGiODCMZpZ9OtNAX1HGnQsQPEsMHtHWVS7y4+WtLw/G47TCq+Fq25lJ2jgfAKUGHBykTpNV00DqjeDVzxQeEg==", + "block_count":8 } \ No newline at end of file From 58a69baa69718b010958a4d5bd1a03f588d50fe3 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 11:24:10 +0800 Subject: [PATCH 15/36] update coordinator dockerfile --- build/dockerfiles/coordinator.Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/dockerfiles/coordinator.Dockerfile b/build/dockerfiles/coordinator.Dockerfile index d253c2bf5d..6ef4e337c1 100644 --- a/build/dockerfiles/coordinator.Dockerfile +++ b/build/dockerfiles/coordinator.Dockerfile @@ -13,6 +13,7 @@ RUN cargo chef cook --release --recipe-path recipe.json COPY ./common/libzkp/impl . RUN cargo build --release +RUN zktrie_path=`find ./ |grep libzktrie.so` && cp $zktrie_path /app/target/release/libzktrie.so # Download Go dependencies @@ -33,11 +34,12 @@ FROM base as builder COPY . . RUN cp -r ./common/libzkp/interface ./coordinator/verifier/lib COPY --from=zkp-builder /app/target/release/libzkp.so ./coordinator/verifier/lib/ +COPY --from=zkp-builder /app/target/release/libzktrie.so ./coordinator/verifier/lib/ RUN cd ./coordinator && go build -v -p 4 -o /bin/coordinator ./cmd && mv verifier/lib /bin/ # Pull coordinator into a second stage deploy alpine container FROM ubuntu:20.04 - +ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib RUN mkdir -p /src/coordinator/verifier/lib COPY --from=builder /bin/lib /src/coordinator/verifier/lib COPY --from=builder /bin/coordinator /bin/ From eaecf5430b12b4d8b1aab7a2b5c8634aca85569c Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 13:21:27 +0800 Subject: [PATCH 16/36] fix makefile --- coordinator/Makefile | 2 +- roller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index ec452c31da..e1ec22c343 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -17,7 +17,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib - cp $(shell find ../common|grep libzktrie.so) ./verifier/lib/libzktrie.so + find ../common | grep libzktrie.so | xargs cp -t ./verifier/lib/ coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index 31597c973f..f2a2eae738 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -13,7 +13,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib - cp $(shell find ../common|grep libzktrie.so) ./prover/lib/libzktrie.so + find ../common | grep libzktrie.so | xargs cp -t ./prover/lib/ roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 830348d90aa8a91852564501c1193a6c151fb769 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 13:32:26 +0800 Subject: [PATCH 17/36] fix makefile --- coordinator/Makefile | 2 +- roller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index e1ec22c343..5dedb8dbf1 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -17,7 +17,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib - find ../common | grep libzktrie.so | xargs cp -t ./verifier/lib/ + find ../common | grep libzktrie.so | xargs -i cp {} ./verifier/lib/ coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index f2a2eae738..53629c8b23 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -13,7 +13,7 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib - find ../common | grep libzktrie.so | xargs cp -t ./prover/lib/ + find ../common | grep libzktrie.so | xargs -i cp {} ./prover/lib/ roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 335818b7073bc31859feeaa56fdbbb374ad313bc Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 14:05:21 +0800 Subject: [PATCH 18/36] fix env --- .github/workflows/roller.yml | 1 + coordinator/Makefile | 2 +- roller/Makefile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/roller.yml b/.github/workflows/roller.yml index 9712773bce..a24f760f1d 100644 --- a/.github/workflows/roller.yml +++ b/.github/workflows/roller.yml @@ -42,6 +42,7 @@ jobs: - name: Test run: | make roller + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib go test -v ./... check: runs-on: ubuntu-latest diff --git a/coordinator/Makefile b/coordinator/Makefile index 5dedb8dbf1..6a37307a32 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -13,10 +13,10 @@ endif test: go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/... +libzkp:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib find ../common | grep libzktrie.so | xargs -i cp {} ./verifier/lib/ coordinator: libzkp ## Builds the Coordinator instance. diff --git a/roller/Makefile b/roller/Makefile index 53629c8b23..26ab55c964 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -9,10 +9,10 @@ else ZK_VERSION=$(shell grep -m 1 "scroll-zkevm" ../common/libzkp/impl/Cargo.lock | cut -d "\#" -f2 | cut -c-7) endif +libzkp:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib find ../common | grep libzktrie.so | xargs -i cp {} ./prover/lib/ roller: libzkp ## Build the Roller instance. From 0f690c54ddffec545bdc85cf87899740252bafb0 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 14:12:09 +0800 Subject: [PATCH 19/36] fix makefile env --- coordinator/Makefile | 2 +- roller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index 6a37307a32..fcdc6a9f3f 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -13,11 +13,11 @@ endif test: go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/... -libzkp:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib find ../common | grep libzktrie.so | xargs -i cp {} ./verifier/lib/ + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index 26ab55c964..c64b227c8c 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -9,11 +9,11 @@ else ZK_VERSION=$(shell grep -m 1 "scroll-zkevm" ../common/libzkp/impl/Cargo.lock | cut -d "\#" -f2 | cut -c-7) endif -libzkp:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib find ../common | grep libzktrie.so | xargs -i cp {} ./prover/lib/ + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 27ecd5430022af986c54d71d43745723fc9ffcef Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 14:19:13 +0800 Subject: [PATCH 20/36] fix --- coordinator/Makefile | 3 ++- roller/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index fcdc6a9f3f..604a76e6d4 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -1,5 +1,7 @@ .PHONY: lint docker clean coordinator +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib + IMAGE_NAME=coordinator IMAGE_VERSION=latest REPO_ROOT_DIR=./.. @@ -17,7 +19,6 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib find ../common | grep libzktrie.so | xargs -i cp {} ./verifier/lib/ - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib coordinator: libzkp ## Builds the Coordinator instance. go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/coordinator ./cmd diff --git a/roller/Makefile b/roller/Makefile index c64b227c8c..c252c8be23 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -1,5 +1,7 @@ .PHONY: lint docker clean roller mock_roller +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib + IMAGE_NAME=go-roller IMAGE_VERSION=latest @@ -13,7 +15,6 @@ libzkp: cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib find ../common | grep libzktrie.so | xargs -i cp {} ./prover/lib/ - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib roller: libzkp ## Build the Roller instance. GOBIN=$(PWD)/build/bin go build -ldflags "-X scroll-tech/common/version.ZkVersion=${ZK_VERSION}" -o $(PWD)/build/bin/roller ./cmd From 51df758a42146f32c8ac8fa3f02cb73316a08cad Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 14:26:21 +0800 Subject: [PATCH 21/36] jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index dc9d79b042..161aac2820 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,7 @@ pipeline { environment { GO111MODULE = 'on' PATH="/home/ubuntu/.cargo/bin:$PATH" + LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./coordinator/verifier/lib" // LOG_DOCKER = 'true' } stages { From e934c5d8ab3aca2aeb8c307c9298a9e9d8c66228 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 14:28:18 +0800 Subject: [PATCH 22/36] fix --- coordinator/Makefile | 2 +- roller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index 604a76e6d4..f42658d939 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -1,6 +1,6 @@ .PHONY: lint docker clean coordinator -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib +export LD_LIBRARY_PATH := $LD_LIBRARY_PATH:./verifier/lib IMAGE_NAME=coordinator IMAGE_VERSION=latest diff --git a/roller/Makefile b/roller/Makefile index c252c8be23..f7b4391d1a 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -1,6 +1,6 @@ .PHONY: lint docker clean roller mock_roller -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib +export LD_LIBRARY_PATH := $LD_LIBRARY_PATH:./prover/lib IMAGE_NAME=go-roller IMAGE_VERSION=latest From 8d1036c3ec0daa2bbc53378b1541a607e12f559a Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Tue, 7 Feb 2023 15:31:06 +0800 Subject: [PATCH 23/36] export makefile --- coordinator/Makefile | 3 ++- roller/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index f42658d939..c2b96bda00 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -1,6 +1,7 @@ .PHONY: lint docker clean coordinator -export LD_LIBRARY_PATH := $LD_LIBRARY_PATH:./verifier/lib +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib +export LD_LIBRARY_PATH IMAGE_NAME=coordinator IMAGE_VERSION=latest diff --git a/roller/Makefile b/roller/Makefile index f7b4391d1a..b14f529892 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -1,6 +1,7 @@ .PHONY: lint docker clean roller mock_roller -export LD_LIBRARY_PATH := $LD_LIBRARY_PATH:./prover/lib +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib +export LD_LIBRARY_PATH IMAGE_NAME=go-roller IMAGE_VERSION=latest From 4ed1b70f8efe3a68d554003e049ed45ce82fec5a Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 10:52:58 +0800 Subject: [PATCH 24/36] to staticlib --- build/dockerfiles/coordinator.Dockerfile | 2 +- coordinator/Makefile | 2 +- coordinator/verifier/verifier.go | 4 ++-- roller/Makefile | 2 +- roller/prover/prover.go | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/dockerfiles/coordinator.Dockerfile b/build/dockerfiles/coordinator.Dockerfile index 6ef4e337c1..caf5e5ce25 100644 --- a/build/dockerfiles/coordinator.Dockerfile +++ b/build/dockerfiles/coordinator.Dockerfile @@ -33,7 +33,7 @@ RUN go mod download -x FROM base as builder COPY . . RUN cp -r ./common/libzkp/interface ./coordinator/verifier/lib -COPY --from=zkp-builder /app/target/release/libzkp.so ./coordinator/verifier/lib/ +COPY --from=zkp-builder /app/target/release/libzkp.a ./coordinator/verifier/lib/ COPY --from=zkp-builder /app/target/release/libzktrie.so ./coordinator/verifier/lib/ RUN cd ./coordinator && go build -v -p 4 -o /bin/coordinator ./cmd && mv verifier/lib /bin/ diff --git a/coordinator/Makefile b/coordinator/Makefile index c2b96bda00..f0fdc80042 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -17,7 +17,7 @@ test: go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/... libzkp: - cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ + cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.a ../interface/ rm -rf ./verifier/lib && cp -r ../common/libzkp/interface ./verifier/lib find ../common | grep libzktrie.so | xargs -i cp {} ./verifier/lib/ diff --git a/coordinator/verifier/verifier.go b/coordinator/verifier/verifier.go index f93e694a63..8874456f4e 100644 --- a/coordinator/verifier/verifier.go +++ b/coordinator/verifier/verifier.go @@ -3,8 +3,8 @@ package verifier /* -#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -Wl,-rpath=${SRCDIR}/lib -#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib +#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -Wl,-rpath=${SRCDIR}/lib +#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib #include #include "./lib/libzkp.h" */ diff --git a/roller/Makefile b/roller/Makefile index b14f529892..3b0fb5e0cd 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -13,7 +13,7 @@ else endif libzkp: - cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.so ../interface/ + cd ../common/libzkp/impl && cargo build --release && cp ./target/release/libzkp.a ../interface/ rm -rf ./prover/lib && cp -r ../common/libzkp/interface ./prover/lib find ../common | grep libzktrie.so | xargs -i cp {} ./prover/lib/ diff --git a/roller/prover/prover.go b/roller/prover/prover.go index 3aba128c7f..af905f9b26 100644 --- a/roller/prover/prover.go +++ b/roller/prover/prover.go @@ -4,8 +4,8 @@ package prover /* -#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -Wl,-rpath=${SRCDIR}/lib -#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.so -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib +#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -Wl,-rpath=${SRCDIR}/lib +#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib #include #include "./lib/libzkp.h" */ From 8228477e25dba26b14d2e8e34688412b8aac4b3d Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 11:53:21 +0800 Subject: [PATCH 25/36] to staticlib --- common/libzkp/impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libzkp/impl/Cargo.toml b/common/libzkp/impl/Cargo.toml index 975f229f2c..7e115aae14 100644 --- a/common/libzkp/impl/Cargo.toml +++ b/common/libzkp/impl/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] -crate-type = ["dylib"] +crate-type = ["staticlib"] [patch."https://github.com/privacy-scaling-explorations/halo2.git"] halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-1220" } From 7b7d2daef6454f8636674540a35d74363faaa083 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 14:08:32 +0800 Subject: [PATCH 26/36] comment --- coordinator/Makefile | 4 ++-- roller/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index f0fdc80042..033ee5710e 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -1,7 +1,7 @@ .PHONY: lint docker clean coordinator -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib -export LD_LIBRARY_PATH +# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib +# export LD_LIBRARY_PATH IMAGE_NAME=coordinator IMAGE_VERSION=latest diff --git a/roller/Makefile b/roller/Makefile index 3b0fb5e0cd..5466dcbfb9 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -1,7 +1,7 @@ .PHONY: lint docker clean roller mock_roller -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib -export LD_LIBRARY_PATH +# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib +# export LD_LIBRARY_PATH IMAGE_NAME=go-roller IMAGE_VERSION=latest From 1f3e2e28f86299de4865690042c4aae57791a782 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 15:22:31 +0800 Subject: [PATCH 27/36] fix --- coordinator/verifier/verifier.go | 4 ++-- roller/prover/prover.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coordinator/verifier/verifier.go b/coordinator/verifier/verifier.go index 8874456f4e..796d3a9cc7 100644 --- a/coordinator/verifier/verifier.go +++ b/coordinator/verifier/verifier.go @@ -3,8 +3,8 @@ package verifier /* -#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -Wl,-rpath=${SRCDIR}/lib -#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib +#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lzktrie -L${SRCDIR}/lib/ -Wl,-rpath=${SRCDIR}/lib +#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lgmp -lstdc++ -lprocps -lzktrie -L/usr/local/cuda/lib64/ -L${SRCDIR}/lib/ -lcudart -Wl,-rpath=${SRCDIR}/lib #include #include "./lib/libzkp.h" */ diff --git a/roller/prover/prover.go b/roller/prover/prover.go index af905f9b26..ee3f34d00b 100644 --- a/roller/prover/prover.go +++ b/roller/prover/prover.go @@ -4,8 +4,8 @@ package prover /* -#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -Wl,-rpath=${SRCDIR}/lib -#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lgmp -lstdc++ -lprocps -L/usr/local/cuda/lib64/ -lcudart -Wl,-rpath=${SRCDIR}/lib +#cgo LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lzktrie -L${SRCDIR}/lib/ -Wl,-rpath=${SRCDIR}/lib +#cgo gpu LDFLAGS: ${SRCDIR}/lib/libzkp.a -lm -ldl -lgmp -lstdc++ -lprocps -lzktrie -L/usr/local/cuda/lib64/ -L${SRCDIR}/lib/ -lcudart -Wl,-rpath=${SRCDIR}/lib #include #include "./lib/libzkp.h" */ From ba7cd44a7d9b20e0b729b489f7b3822fcd99a219 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 16:31:56 +0800 Subject: [PATCH 28/36] update agg_proof --- coordinator/assets/agg_proof | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coordinator/assets/agg_proof b/coordinator/assets/agg_proof index d1466296c4..89cddad163 100644 --- a/coordinator/assets/agg_proof +++ b/coordinator/assets/agg_proof @@ -1,7 +1,7 @@ { - "proof":"/vzZJXe+rOp8M7EOJX7cSp2uDgDiNJJ6BnLu5IwmVCVkLrfmV3iZcvF+MRKTCn5fWVx5Yq2hV2wx60kus8tjE0t/moJp50dni2xSCqk/mjfz2UWVZPQ1FyMgNWopVDgRqbidlgZ2Xod0xpTOxpqJTi+/0DcG7uNx+qu6xNrQxw7xhaYTsgzWTyUKRoBsL9OMfaWaIyLtWfQ35oHmSj2WHI3b47hX1GBm5Uz2VNxo/QEOdxcSQ9lkWLEiXQC1SC0g4QA8ek+Xe5zNVqAxxAhYSYTKXoUrq1abGbpmIUc58Cbrizs/1XTqNNYQ8Dx0pStwJpRoiFHNi8OEFelHCBnYDxO8Dpl5pjYVAGEjFXP1IocEmBSF1Ng47o6NpGhDaFQSjt6KBxd6nF91BsP9DzDby6XR9Gbz5cramnA6axv+Hgb+i2G2dWzdss7e8egwP8j7GOFJsovSX2nBDnjSeHBNJF0jPv8tpuzkUERLYJUcV1IlGPCHm1NFK7qTaRm1HLwkEM+vYTCtC+7NRnejXL3PLiPfFJB8yT/7sGcjmnjQnAUCTVU/KQP45ecz9djA933csxZ0lNM7x2ij0z9sHRZ4HPwyHBvR/jhczmBuuaOc0Tj7BTlMDdXY9muYQT7A7AoiyOgymr7q0Flb6tK3rq9VAyfOdlsOBQS3TPmRrsZ2bx1NCMQ5Yx7JgZYWq31sZ1V8h8PS8pCmHDLb1QdfukxhHKYfzidPS2DvPbxilHv+ly7ozJQqbBAKdGLu1itmMNoE6vT9uwOv7bdq3DzvggTgQZ73xMXZYYPH6isztaLtaxlr1sU5jYyRiTpwQPetw8hWvuFXw03EDXOm/+Q/hOTiFGTPN86pL6Hx+X1R2u3yGnTwwvTcCzv5LUY4DVzKqykTcXn3OHArHqaUdP4SLZu8m5am67NXwrtnKBeG3bNESR80VXGCJrDe5l2oxTcKuTidxcGL8kiJ4Pz+3O2+fiuhFNtau9UYWKITiVsiD1rApAGkG7n6ZGGlB2dG4D0bEicAPMiDKjzmdCZ83cf0kv4aUDKl9XR+BGxKLB+4dVxBDiSf97VKQEX9XUOerp7lxxT9Fym66oxVf2OUipjyVrE8LMwd7rSy44fQ8BmJAj3CksqKLKgs+Dxhuy0ALxMhXsQd75rnd/lKplTtzVC6ruPtfSbwBqu53iFR9hWpYDo/3h2fjWS1YSBLJBoufR1ahN/6ppfNnsMCQAUWLnww6evrE/lITreR2bLs19LSz+MEqGrCBvwNhXOvkIWS2yhy3lUsx4FZdcUtil9LtYrpqXgijWjGghksNkJ1jgPBMoDC4xq+nilC6sboRXrnQV4Ih8jufH+4stpgoUVYW/ryvXbSEgZ/rSFGmHGgt1hZ5u+NzTktH1P3Sb0bA+cnwHubOIEuXru9Y5VtOy3vjBiA58g76pn63rgbPT53oP0SL1+TmyQmvPKshRp+yZGclmrR1WyvPfiN8ZFEkJZwfsQPRZKKBgGMkl7jnL6Us4wGxvxQFEDlcGqh7z1sOEb/wHY2fsUUI1iT2QouHAzPPhjQTWkLN3RpQe9BJ0jtDVvK5m8smChmzikdiMZkW9yglvCBKcU/DRZlWGsFn6BRotuvskB2G+EIrXnmik0SGTMWqWljcW05UWsjL6EZMgZ+Fvpxh3IY/BYM4bJ4lCH2GNytahXjmPtwQsB2CVTg+HyKKLXx7Ch4WkCQ2rBeFTF/chuQuFXjDSg2Vai3dZeGgW/5p+akGV2uyoxUBsQxTsW176J4zEl8NFgE1KagJ+ASUs3lQzsJHAEiZpjQzDjoiEKZlFoq2bazw12nAne3xRtEUGVy9iBs6QrjepwbaZQuNd2g9GbSNT3AbucmpYswsBflrmnRCD/EepsB/Zi0ykD9wLc6DcOJaOPS7astJRZBrBP43GkMY9ukxB6R0vxk0HvZRGWbeP0FNyhZ9KmPxL37OjY1UCO3utZ56ktO7IS8S6D96bLWCVSY8otT8c58he6QzbO0FZs9LPKGGQdEH6KuxEJ1mfbX9sGQ9Nm1DvYgLH686CgSlhG1yBs+4BBPMtCGv2bwlwYOPVXe84PBn1vVnXzY1yrXQLepHVl20NUKauw/aOH2dPuuNs7NTVPYhvWjwHhNF5/R95NPg0BliIrUf2FFWYg9oGERbpviy6F4tsyeVUAja7scMQ7tKveSoLYU7hmH+6aFXJlK9K9K3QDcX+c/RwA0auYjhCFdBlMY0bSe/pbhirbirtrpZWq0d7nhl+lBMJ2Zbf1GEewm0Gcr/Qut4qEfpFPRgjp7W63twgbr0PcI3AAnCZgf+4i9Aea5a3yQrbdZtYiEnF8a5JuWjHGZtyC9Hy4KQWLBaTlZ0mMndYUZ8PzqLGVlsykS8B+lFR1MKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADodWMb7MwSus2USNXrApA3CIzakxqDdCOkh/zsMxgHGQyuch75ySSLAE7tjZ3GDFbXT94FQk10QKUYqVmqUYUpJXI1PW21wQnne8zxvyHinBMtkYS/e6ZfUKaCCBQKsg+VlFJFikwRti7sQSqHXPJcmQTrNPyY7p3MynMt9c2+LeuYFYiV+8ecfwMLBjpW6pNp2w9skafhhM4b2AVCPPEb8WT8IZ+7MAPlFaehNR+lGL9vSuAcNB1rfWGwBDUBaxtjqtl4xNBLlwbvWWvPPZqxZtlZyV7pIoEPfbiA2eQbK/VnB9xfHEl+Ag+CVJj4vvzL0DPGfcXS69ULmmVws2opM8zp5McbZvyBR763QR4Q0PwZiGouxUStQjggakUT7S+aGzT8V7sxidvP+y//a+HSyaReqo2Ij1U6PkanA6o2KdXBDYUi3so3X+qzTXdHnPj9JaUf8FCdQ6ndUmCTut8HYTR/Q0VyBfmh7TPMc9car9T2AdhBRGD04JKO5wHdcQWZ/iOGpsbRP5E5xbBRLcsW2Krm+OfXTY7wbQyYyYZ2A+K+mLbYlzUHOkwDm16FB+ai0ncxetCdcM95T+NcdbsKDO2lybY9extj2EFAcoGK0Y9ebRfOrn5hwniTckTzdSc7c/wtKtkhsf0Ubu0kEt9fk1gpXtXv0qjDBnYPX4cxF5lKQ1zsuBkD0M8rUUKB9GFMN9jGdOv4WMsRuNQV9RwgB0cpsDJ495dIpnL51PYpyJVjGmLsbFf3CQV6x4jJJAL/rPXkE8rHtU3dLtnHiy3xKx2+zMICBjpnGZfXZEsXHypOpWLcmfX5rZfD9YTgHtY070TBrth+kAkTTTLxRCsHYDhLPPlwXg/clxNtwm0/3UuUqYHeCMI4CwvX5Nt9kAT4DCEzG/x2utJ0SeNk+fbFabOw7S28+34g4nNLQs8HGTmSTf7scn5Hz8fyqOKhpEaRIe2WP37qnsWUryhzYcIG+udhIYInbWmxHmmDsYsMzvsMZW77wky73/QOvuyLUwqMlpde15tX8IQ8COetgjncqq7gFSF94b9xMV+T3/B5JDX/l1QBfDFdO6DA87S7NmKUW6I4s+l2+iVpJnfhIXcKVMilPpjWSfyEGZwVPGDQBTYZWecIRr1twOMC5NcjRyQj3k7NnMWqRHVZCxZeKQskZNZErmDp8SV/Q/q/nFOsIT+xIfUVoz2KJRr+IqVtzZ5mv5EIQag19q32FNhI7p8uuSBQsuZy5+5JO+FaxvBGy+/h/QwpCL/KeArwqLK5zRKLShAx2U7enuWlfTpt7pJ8XlP6S03x38Z8bveiMekzJSPeTs2cxapEdVkLFl4pCyRk1kSuYOnxJX9D+r+cU6whAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPiFq+mCr8bB1g5kFKBODPs80aZD+sCF29+ibQWW5YETyMWwuy2hFUCR6xhCpFGJ7V9ngmMX4H0VRmwUxI0IURkH9+UvvCYK8iktd6MZn2AaPRnTQDGLiUIdKjiOwMWQi5VVe56EvzG3GGNZ+h1pb4PExzCNjbffsp4cVeu2nvCJtRe57QhDFq1ioIEKWW6U8J2Wa3rWF4fKnLI5spwh8j0QpXHhCwqohB7dtwpPpFE7u068BwR9tqmaMaynr9mRrP1lpD+Rm2js+VDbThRdIVSghwTNfMWSJIfCJ9J0+MJ3sJbcz/4Zdw/WiM0wAyiEM5ct4L6jnfy5qoCXC94o0umXp+7lBbkdyWuYLYtmfRDLMsE5DLjc09rCSumq9JaQn6xNrU4r1XmfdzSSLTgxI5fYPXe7gT9mc5daHE7WuKL7eR+8ef/pD3VcrihybmDney8a+XQpj4S2NYjVI1vkQVOrCKirt5D9384aaQr9TmfSs4hL357gMdQncovdpv9BUZgqQWdW4gyv8omU9aed4ml8yiLdsnaywRaCJqXiWUIW3NVdlQfv0/+kdLyPPBSyzW1iNfCbRWGbJ1rfAD36kIKUfibp6ctxHAuaBmKGdRiUS+kuXGA+mc1qfl41FRiA85cHyuLJf5kRaPXk+5wlqMKVLH/m2cumxKIu6Y3sxrBPcwkPZiXGkC6jPaExsgeZhIzRgQ+Y9IDfGGUyHywjUHkIkn0ANPVA351DaFWzwhAcEjB+bH4ATxd6LyD0QcoSIQJttpMvF8psfrepChUgN0xQ3lJcG62bpAWWJUDlImFAgy3frGoyCptlPM9ZxCun6Y7ptx9tiWTFp3BF7PHakSJaoBJpR66zAY3RxdyKx0GI3n4cZAB8DW6gkCXoicdBdns3ENxAi9qjuh5IMLWZuVPFJWp2eP0ZbUCUVK78UOLPNLNNAg2LRThmlkRxHbnXwtNEKDm9TdRgAqN/KRPYoWOBQ4KCkAQtWkAhtNmDfOCfJIcxbQi5gFhxpwvN6WTQgbi4Yhsg5RJFqjHx9opUh4LzZxluu2CR6TXp4Tnr9SMF7ZTewHpLNyBKaixlX4t/vChd5DLM5Sa2gyqAedwsYnrgGteDPCW9ExeOV0kgFB3sCqfLorzqe/Sq5/IUsvoxZiPMsaANZj64Nr3ioMGpNoE/Of8sTZPwy3vo8EinpeFCWyZVKgohG+i2M2iz3nclhW3tvyfEsyoOY9Qt2h0k8Xbr9yTWYMPgzZw7RF4UJJerZkWA5uN/yXBAeAhkeC/RqNalaQz2NOfbBHRcdw0VNA+WYQuPAw7C4NjbbrYNhcKVAQCEsqKhCgZVrs1E3kmhrC18lrHjO0QrXZIQrx1Q0X+20r8DbsUxQfes+4HL2976LoeRmzMiVVrN9Ij4q7oQJezLNsaAbJXPKG11W6ykOUArUk1cPaoE6qNzaR3kufBrMoG8nhdOxoKxyizEOQ7/pYscbG5V50mwI/gWUpM9IanLLpCTdyg+kUgjH7SLL16A767toOVSLgXyfyiw+tDChL2o6+6Wn6r1QWLLiJTK/piHorSxcDBGjjHk1eiygPG7upStJF+ftHSlYF5Z7NP0W0U+FVcug7B4A7nwrcawgXUGG6vIZFkuAYqrJe2LModZr/cAEa7b6vZooWXpWkYin1xZO5TCKqRbQ12XlDrz43Xa47byiEyAs3OxeDRIW4KlIKH0aY7oMHsekrCxeJOL92OCNx8O//HFmVXO2hwcIZO6r12bdxNJxHAYR9OARVYGdhBtsv0qRkPCgBGD7o9wfQTvoGE69yNojkjDbu6yHt9WEi11tAsUbDrRXKXIMMAvk0A99USCihg5UsbKF9EEyUvcnf4OmTwRYFCbUa/ykH02xPK9vfZ9zW5SRVGskIQXi3jXYxn/hvyq5BKgdiog2lnwthrBlnxgoU7Suuwo4ojf7gG0Dc9sp81RnfiwdkLsmEnux2lbvBIyvMA+9L+t6fgvcMZJ7WafWLvltQ6GckI+0oZIWZa4Jiotr+2SwNezZhxlMs7z5wQ+TFVmDmBgoctrbsQ3hYBKn3y9K3ZQx+tvAsRnVu8RkyhwIWA2BkLK3HQMg8a6MBFbgJ+6wic+lGmiSFT5lol9dkdeXyDZ4Gzd3t6uwrZPl0niS9kUKVbhjMMJlebkV2fnX687Df6QAEbeQ4H09XvEJ8+n+lzt5cjEnyv3WQWxu0HPel8l37JQ9HJBfNsdZUB8be6xEEkNqDX+PhQvGjEFskko5L1W0Mb32wRQWch8SMqByc8zb8udvGOClT2fgv1VqeZgH3thk=", - "instance":"W1tbWzUsMjAxLDEzMywxNTYsNyw1NiwxODMsMjIzLDIsOTYsMjI2LDE2MiwyMzksMjA0LDcwLDM2LDEwNCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzU5LDEyNiwxMzAsMTY4LDgzLDIwNSwxMzMsMjMzLDIwMSwyMzAsMjQ2LDE3Myw4NCw3NCwzMSwwLDAsMSwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyNDYsMTMsMjI4LDIyNCwyMjUsMTU2LDIwLDIzMywxOTcsMTcsNzQsMTY4LDM1LDc3LDEzMyw3OCwyMzYsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFs4NywxMDksMTU0LDcxLDE1MiwzOSw5MSwxMTQsMTAyLDMxLDE0NywyNTEsMTY4LDgwLDQ3LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzEzMCw0NSwxNDcsNjEsMTc4LDgsNTQsMTA4LDE2MCwyNDMsMTkzLDMzLDI0MiwxNzEsODYsMTQ0LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyMzMsNjQsMjE2LDk0LDEyMCwxODEsNTIsMTk2LDIxNCwxMTUsNjMsNDMsMTU5LDE5NiwxODksMywwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXV1dXQ==", - "final_pair":"BcmFnAc4t98CYOKi78xGJGg7foKoU82F6cnm9q1USh/LZoa8XDw0NR3/LKVBcXPKclKoxbbQnbtZM2a/9Pi8FfYN5ODhnBTpxRFKqCNNhU7sV22aR5gnW3JmH5P7qFAvMAuzG7+s15QRZF1ORrcquzBFFElPvwo8Il8nnMI2IQyCLZM9sgg2bKDzwSHyq1aQAAAAAAAAAAAAAAAAAAAAAOlA2F54tTTE1nM/K5/EvQMAAAAAAAAAAAAAAAAAAAAA", + "proof":"9z2loYJhdXk4WUEBeLcBhCQHT7YgzUBLGez9mO5DQwhFE8EeoIMmnfRfoK0NdxraBxIFtFaMwvVJIMlG4mpUJlwc95roF8yqUHLppBKkRAgtSgHeHUio1p2Ta7rbyWwkS2D7/bvHlFFjcIHF+0gM/C34FdRuXUCtZHJDv/GJwh+b3wUfeRdHiMfbWdhOOvLKZoI3XkVbGvMdTWcmJgAgEHED6SEXv+yMz1G39NdDsQsSzROHUVUx4RCQoenTX14CqaZMJA85KClfMeXBgWQaLK+pv3iqqltERdklWCypvhNr//0fcrqJWwp71RSWv6EL+SJD2E6tHaSVW0WkJrqrKnVuem0A8IvXc1TTIBIP4l1OoVGFL5tgwwNCfvk7QTMScQAVn3Ba1l6wN4GI053+3S105SxYRQrIIpmg+lD3XxVxw2Z3hb7jSEmgsTUmC6zGIhJsVvZcH5CmHtJ4XXOyKguMTZoOWqAlUjnbeWAPdXrWTnOWj0hruRnhZT6++ngZ7iOWJ1HXNr00hKLOyykLh4I6faUIuha+Iv17lMwVsQczz/o8ZqoYGITnUmk3rfZXJ/jpkvcq3I0pfnoUZi8tEd3E+JkbC1sBPzdo6yrzoi687x/ZgTIddZbMkRyDu8ogJSnXJ3wk+ykp8SGFVmJPrNVv0OwwAAEz4nEvPhNdQAPPvVwZaC79t6ZSd4ID9cV7GP9h0BcL5hcJJyI45kiFJDdm5JhqAI0ry7pb36vZLuCvKv4JlCtK3zsimF6Fw/IsOwI4dOnvxiNZx4LXeLHUUaBpplA9a9tLC9ELoYNjOBPBZHKGbNTIfEZw2Ti/OvHRc8oBebKpCWOvLzPJcN5GI4Si21hpTnf/iKAxYPWI8+ehgNlmNnAvcv0JRn9VHDIHl6TMu9e2NjRK4akBs7MpAJ2bPTyxV4wJ652MJg1BBiS3GV959n8pF0+mp1YgY2wJKkdL3hEYqucyXI1a4SV7Dy77jtt9slGWxW+Wy+kC2Lo3ssXP4xvL3VpQrLu6FrMFHNTQaMJKpQqlGTQ1zs33ynYshVxAjS1aB5zPvAEPcBIrFKlpaDF1wrXmtUrlzlv4ZZMYqeU0xdDCsKUPMfi5GKOb/u+foNvautU9Qdn69T1ygniHwKdjz7rMKfDFeTEHhy/roHDNm/v+iFGuYg2Z0NGsyFoOskKXlvGs37ybhRE6cco/xx9VkrYT3zFtdNRV/urUZKZKqZUez8+ZcPphHSsZnNfCRucoAol4HBkn4UUPQgQ3KPT0lNk1J5lpBEsDx4FZdcUtil9LtYrpqXgijWjGghksNkJ1jgPBMoDC4xq+nilC6sboRXrnQV4Ih8jufH+4stpgoUVYW/ryvXbSEgZ/rSFGmHGgt1hZ5u+NzTktH1P3Sb0bA+cnwHubOIEuXru9Y5VtOy3vjBiA58g76pn63rgbPT53oP0SL1+TmySXLdFaOip1kupQBabWB79Vw9wrDUKlKN053Qk7uOz1GubLzJ/wVD73IfOaPRX0abt2W6hP+jvprNjmn/WjxEMSQaTUA+yqSLJsKyuXFAej0ZXDNNLgprXck11y4YYMbwvK7KC5iYt5CmPqu2b4mOS0NfD7S9g5CJqm0wEs/LyyLW91ftI3z6tLzPL34q5JskHAU2G+jwFKRdxt+cuv7kkRA6+WjkLBmbmqcoLlaUNvLxQtKZy6q/O4uFbYo/6FTQjTPDOESlRAObbtoCL8eNwLRgBeVy/OsThOueG86ySgEjZx98YFwsU++25cS/arv+slqeLADK5NDQRODFikom0nbHnCjbc65991xRVj8dNcRkPPjTqT0LECK2Z3qNlkuwV0RMIq9ZRPVmBYIzjDtHEuvPVEcg7FnyiGJoURHJgnKVMl/BtuEm8D/bO+RGbI+2JlSdZyqU6YtntdOP/psYIofnQcPkZg/CT8GnywI7maVKwuSJCQf/Awk2+bptehfB6BUuV2J2bLuGZCols35ZAS7tahcTD4K5OQoYRb7jaiCysyCr8dvPnHdwoWEKWA3OeUfWwjfXuG5VlwZ8NfipYK08zM7YwDJ+noi2UX6kGRYyU9ONX3JkiXAdyJRINAUCEmIkgVBXzqxM4JExTtQzmaYz0RSg692Dz5OSlZQNh7LmjRt6wm0KdagW3GeYJXKzkNLtFz5Ss4rMXuWXUi8xcJwxt17AVuRpioFWHmZkcEVPLAS1+zgJAPthSySOfR4STwY9NHCj8o39wWgzQ4rbxu53bcwDviHD1/4Wq2fIy4GO8WlCoaNxUkCxmNzjiAo2512eAX2dDcnzQpk8ggJiYbmc0ARUBQFFPnMWth+k+/+qtw7t2EypWMpgo4PZlSlRM+qvAxs554Kdp1lLsI1deri4rnTX75w2keL2P2jMppFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACaBCriqauGxKFl1s3RIXx2hnZxv+N48B56ICXjpVatIv35taLwmo3EYlkpuNeTEPlSRXOmWDQsuTebdX8XSYQAfTSaVKr4fXGMSxekG38tqIrAJ8vhFuEDWbo/AHXN/y9bMPLvHtgMEKDw/7rLP6+pMeSWjVPhvN0xO31+1Zb1F/Or0xXw1DUrgFvCqoWj1rq1fWoLJyw8H4G4I3f1tfsGugx9Fi/BbpQ3LLNIQLxcC9qcHkI8cL87dGw/nQeCvCqpZNIakW7XkJhDJOb4SP5XXBXubF/iCFgEx2alab1iDJLIcR6kv9IEcqkLzQwVpFqcnMNEnFsyKwW++uVheOADI9ugnGt9nadlPgryN9hLThUq+kWt5f3R0GZyNpB50i/ZSN/PmZxgcsXEd/+GHKpkgQUu8ms6aqOWcvV/hx7uIbxxalHYn1liFNpat56ImWpiadQQyGc3CIyC2Uo9NcsTOBVsSVoIo1vXe4/2WgoJxxHe6NE5224KAcXBI98L5AyHnyQwZ6tqfHt4HnOpNLYMy7yaw4/kklKoXMZzESw8CgRGz6reEtL8+K+9R2okztaQEFMgz1SZ54BUX5xLgWktTDKR+Yn56aFnk/ydkV0PcTXuEpwQjsrWnW8ZWgJpNQZvJ0rPJKEcuZ26GEN670QYr6JTkJuxqnY3vkhi+1+SBSWE3npPiUqHydnI/Wp0k60YN9BwaImui5bGkG2oolshWCDeIB4oHAUa2HYCbhy6fqN6MxogYgNlmzLpotLVWCh6RyLcYdEdqNbTj5X14NSY51kAh+5dZ2EJdhCJyiBWC45ZLKL173+Ec7nvbtwvQmv7+yRS1oEjcbyJqc6r45svJ0B/oFWTSpRpeavblrfHtdV5llZ7xKA71iYs/zp8OgAy3abfV0T0lqu/+nEE88SXwgQv/yWGwld3qxdLiTDMHGwNJuOtQiQ2rEPRK1LKAnz51tNYiQFfRsfCQAFEJrEpzFDu3CHiZf7qe9pDkADP8RIqbAZBZrK4EAZXSTSxcwGx89vYdV5fJMtCoA1Bsmiv7w8HM184q+VIcd7dGJ9OJS0WLD7QDogA0OZvbZGsY5H5CKinO/CBIp6kIB41sGQexjbIIxoSP5O9R9VgMtpErV/TU1RgWYM4ojNXd3IlHimZUyjCC+b7f8cBfWA8xWnDGC9/7Shu04AFUrr6uAvGLzQSoByj5EPZAo4stViwjnnZINTlWgO5eqxueZnd1E0Ru/NdFCCMJqvndZnRACjZ4VdXoF13+Hxk0l87R+ygzRF/VH+YhUqIygJ3ofpqMI4Vk1XppJsPRtdBDPDMWNY9B5lTKMIL5vt/xwF9YDzFacMYL3/tKG7TgAVSuvq4C8YvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhdkavY4hkSJmkM3oBujpZZbgL/8uc80/5kwwcN7PiIUqre/KSnvweV6rsaYz1HqpqRIgLW75yV9p1VWxQkSgp3MS4ttN7Hqd8xe3/zXSjcLY6xD0Ujsb6B6OYGyYXKgIaSGx+aKIWoxUuDa8qH/Gad0Ge3d2a7QXLh1uxbMJNDDXW0uasM6WZ6+BRiRlTO5hxqeekEM2JDCndOyTbO0MIjdvDULlP/8DJJ58TFApvRk6F1mgJ04zjLYnsZ0vRzRjpj1MWuMm+hx8MO8aG7tayeWuk4pgLWBI59tEPpirBH7dDVq+GxmWL0rECO7REEf4M3AlZKYvztUDEperA2AcJRHV+hfckQXA+tWfnGD86PciAshhKG+q8wR4L/1wyfBWfUZgCVPQ+oBHP8pSSvc6WWtlI+K6WBS+I3TTneU6lHuhG7Fh0TshcAePY8gYG5KFKja0BhaGU8Oe9C98eZzwbFOMugJaA7vIbrjdtC5a8/c6rWcDafzXh5DVeqhDV9RZmN3hZUffvPFbRbQ14plJhRxWgVfPqGDBoewjE0WjxGStLHDKh3cFuw5fZANKvd0dUbbG6P2u5qccsSQQSGq4qmZ2g+7m2pcNUDoQGMC9o5kYtuA4PtRDxrcl+pR0XsRteb3JkJtnlKdO1Hu3gCC4QuxgRetZIy/QQdYYU3jx3ClgtAlvdfq8M6Eh4d2fIlZHQ8S4FxdKY2Ij1ICZdzjEIfn8ZfqyISLmwf/DFEPOQwNrBNIKsGGvL3EFWBPHZRS6ava9UMLZhCPKOTcddPp+TwEdaqkZ5Vb3a9Cx+WvFgHB6Dfc4HPNvbEW79kdiBjAZXf3iZHRjSVdBU6xKMdRYm7Tn2XU72I4Tui223B+yxOOsSS9tsHgqsZ3shzHUS1i/qpHT3GlGE80uCWZStYU9v79+u2i7aG+W9Y2nwq+znGGaFv5caJgInUHLrda6MehzcZPGCSSvcOHoO2WsNzeQhkoCavLfLCZ8dPorLCuAYlclUNAeXh+EuF3yp9rbuHy+U963h73171rcwVc2ZIUl/glixXZNf1TVoAcQg5uA9E4r+SfzhwTqi7IzlRV3urmjbujXK/E7XRYR5pxSvrHAPisfEHJZ8fzCm2cOAImZbKaErom/jPAw7WWoiU46XXy5be4R39e+LGl9W476Is5i6brvSw9fV77yD9iG2bF7JBzJPpw1eX8FnweBBRFXVpTQmRF4HlJdLKhl4vk2yswMthKMUMrpw+MnqqAiLEcYZNUEbKcfe67naHKAIPx8ASxZv86vB3UtG5Wo590Rb0JXUaNE2LWPrjzOFUcjv5Uk8KCl0DRK2HYYz8QDR4s2zj5m3MLbuypRn4gCrasqCA2wAIARdpP8sePWXo4cT0xS8LgIlFt+Q8QZGEjLgOzuV/yZeArNooDj2f/erNvRuUDbdQMb5fjqBlqlKNsVgqtXvD0R0uY6PUlrndseW5lempgTMngCLRoS2OdoOsqZ84pEF6t1N3K09Hd/aX7wY2P/GIvqp7XYHIiN6mg0ePKsrqCjEginCYRmwRIde3M6Gy9Vhx9ToNfF9LT/IQNFN9e8SJxBejX/qAV7YaXIpFx0xK0iUs+E2GqEOmOMjTEPxd1EbNme0fKI9CxvGrDVHf/EiE5+yz/XpR5ol89xWxDQjiCH64IdSGCNRxjyjTjvvOJJ+qqSxFc5/FEHwBM8j41oWCYESFQ8x2fzlis+IzKDjvWge1Kag+UnxScy+GgALtLIdghZVg8rmhG6+u+jSYA9j78orMtey8Lo0reKreEfrzh1i2bQ+HSKZUhpDB4i/EKqEjfmypW8noqaL2LRhyVuJBFutbMhlJgl9i1Ndb1m+3XLVljH1f5EWj3ugdIP1LmkOhZMGpjpYJtYny9IRAcvaq8CC2AiQHd9P8ZZyqWJX0xv8fuzfejK1RtnXs6NyBCi1kyA3clATWLkW0jdoT09jHA0imwuDu9gMbT/DaYNl9GarESZ2AG01esq4gnqaLx4FosA1GmAIfOr60+1z2Pk+s0zRyrvmLfKb0K0N8Pe5hBdcTpwYx8d1q8KW1QKr9NFq23dG4SvVBtLhLc8kucAdFxqdQzh3tT7shmzn/wm6zR9e4yja45c2O8sBRkBfJycsWDCc90J3WNj97TwcKRvM+YLseGJdCtMhcY+JBR5jtAwbBwtS1YXDXe9ucZf9JQG0C+Vv0Ec0+O8Ce38F47vjC4F4JOqbYApdt3KCgGaPqBQJh10KTvuzN2eQI6fR/yEvJ4AeCU12ctmOjpC0FiMiYLvVo1SS+OdXay/11Pgwkgo=", + "instance":"W1tbWzExNywxMjgsMjExLDE1MywyMzAsMTA2LDEyMSwyMzQsMjIzLDE1OCw1NywxMTgsMzksMTk5LDY5LDE4MCwxNDEsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFs4LDEyMCw4MiwyMTgsMTksMzIsNTgsMTA3LDU1LDkzLDgyLDIzOCwyMjksMTI1LDE2LDAsMCwxLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzIwLDEwLDE2MCwxNTUsNzIsMTc2LDc2LDExNSwyMDYsMjE0LDE1OCwxNDIsMTIyLDIzNSwyNDIsMzMsNCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzE3NSw4Niw2MywyNDUsMTE2LDIyMCwxOTQsNjgsNDUsMTE3LDE3Miw5OSwxMTAsMTU0LDI5LDAsMCwxLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzEzMCw0NSwxNDcsNjEsMTc4LDgsNTQsMTA4LDE2MCwyNDMsMTkzLDMzLDI0MiwxNzEsODYsMTQ0LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyMzMsNjQsMjE2LDk0LDEyMCwxODEsNTIsMTk2LDIxNCwxMTUsNjMsNDMsMTU5LDE5NiwxODksMywwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXV1dXQ==", + "final_pair":"dYDTmeZqeerfnjl2J8dFtI0IeFLaEyA6azddUu7lfRAVTGMvRg5GZrYbTINDa0QCwNmWNGGsbL3xJ+F1LvHcLhQKoJtIsExzztaejnrr8iEEr1Y/9XTcwkQtdaxjbpodwQOOc42v4DOtOtk5fPYhVJcwybHf61mkuj46yF6V/ymCLZM9sgg2bKDzwSHyq1aQAAAAAAAAAAAAAAAAAAAAAOlA2F54tTTE1nM/K5/EvQMAAAAAAAAAAAAAAAAAAAAA", "vk":"Y5gXo1l07vHlW8n8Wcjv30k5+IMPYbwa/gAL9CRp8S8osFquG4vxnNzinQhPtvn7kPd1ALMVWQmi1xUckeBcFi68Zi0tMsL3qQlwSp+LwEn4JmIRtSslkU35QRJvRgwhJ1GdtDhjSNoWFGKqaYfjeWKeevDX3HZo/Oa9NXkEyBWWPrNRPoOjJNLGA/V3gQZ51p7TLjXcH/1tZo8HSjmPorVruNY6w1vp7PAiHV6FFroT1atvD6ew+IoyeLCZ4FmSQ4DWISWSzcsJfZ6hWR/JdV8bJPiAF617Aj1xoY93fZ8u0xCRZIvZFWz0irM1J1FE5Z5r+z1JeOffW/BJBgnwFI6okkECuzeuIsC3y5tzD1+4VcsK8VJXQP6l53lbT4ylNfGQzUMjLW5jPEBU0sxhiUNDCsOHsLtEzNdUWKTVZJvVCYM26JmgyRkkPOhcNwt9zGwjSmMUMt3fSuaFEJqdr10N29H9JZfm6IxlFKSZ7g3D9Bht0A76aKPyBpgOYC4Y3LfwEfJZ0cWZ0Q93ecwWyMwlXbN65T78uwq4MQjX/AsBG818ZqjE88bqAjn4pteeBJzwLKSmB+tLvTIEWttYJwvVxhbBLQUe940uR+V+1yF7QJAlILv8HpHH2eRtA8soUXBtjXAMbEhubKCdJeJ30URXP0NHJHvImgGNJx1qOx7ct/AR8lnRxZnRD3d5zBbIzCVds3rlPvy7CrgxCNf8C71hGUPCYfumhaPRCnToy5k62fqUJPbz8MmMflDfrMyNOcCaxS4dy/qKNcEENbsNtFy4gavIEo/vWMLms4zWdgIEd5hs+kbpQbPbRJWB2Qwpmf1k97wY33aZ9kB3Y29WnXmgoc+ulYH3eNDCzcqwlVq1mTu2r/xIb1AMzBe3HQIjzZGiODCMZpZ9OtNAX1HGnQsQPEsMHtHWVS7y4+WtLw/G47TCq+Fq25lJ2jgfAKUGHBykTpNV00DqjeDVzxQeEg==", "block_count":8 } \ No newline at end of file From e9e080d73d8efe6a553c8b9cc6ffdbb1bdf6f0fa Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 16:43:17 +0800 Subject: [PATCH 29/36] update docker --- build/dockerfiles/coordinator.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/coordinator.Dockerfile b/build/dockerfiles/coordinator.Dockerfile index caf5e5ce25..f0cfe3eb5b 100644 --- a/build/dockerfiles/coordinator.Dockerfile +++ b/build/dockerfiles/coordinator.Dockerfile @@ -13,7 +13,7 @@ RUN cargo chef cook --release --recipe-path recipe.json COPY ./common/libzkp/impl . RUN cargo build --release -RUN zktrie_path=`find ./ |grep libzktrie.so` && cp $zktrie_path /app/target/release/libzktrie.so +RUN find ./ | grep libzktrie.so | xargs -i cp {} /app/target/release/ # Download Go dependencies From db47beff5d8e0ccbae8ab0d6ba7ad34917a814cd Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 17:36:23 +0800 Subject: [PATCH 30/36] clean --- coordinator/Makefile | 3 --- roller/Makefile | 3 --- 2 files changed, 6 deletions(-) diff --git a/coordinator/Makefile b/coordinator/Makefile index 033ee5710e..efc7df8548 100644 --- a/coordinator/Makefile +++ b/coordinator/Makefile @@ -1,8 +1,5 @@ .PHONY: lint docker clean coordinator -# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./verifier/lib -# export LD_LIBRARY_PATH - IMAGE_NAME=coordinator IMAGE_VERSION=latest REPO_ROOT_DIR=./.. diff --git a/roller/Makefile b/roller/Makefile index 5466dcbfb9..3975173c76 100644 --- a/roller/Makefile +++ b/roller/Makefile @@ -1,8 +1,5 @@ .PHONY: lint docker clean roller mock_roller -# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib -# export LD_LIBRARY_PATH - IMAGE_NAME=go-roller IMAGE_VERSION=latest From e356828514eeca370bee2369b4afe7b95f1a81a4 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 17:39:25 +0800 Subject: [PATCH 31/36] env docker LD_LIBRARY --- build/dockerfiles/coordinator.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/coordinator.Dockerfile b/build/dockerfiles/coordinator.Dockerfile index f0cfe3eb5b..a2ff92568e 100644 --- a/build/dockerfiles/coordinator.Dockerfile +++ b/build/dockerfiles/coordinator.Dockerfile @@ -39,7 +39,7 @@ RUN cd ./coordinator && go build -v -p 4 -o /bin/coordinator ./cmd && mv verifie # Pull coordinator into a second stage deploy alpine container FROM ubuntu:20.04 -ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib +ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/src/coordinator/verifier/lib RUN mkdir -p /src/coordinator/verifier/lib COPY --from=builder /bin/lib /src/coordinator/verifier/lib COPY --from=builder /bin/coordinator /bin/ From 21403e74ca6c72ecfacab7deba842d923ddcdb0d Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Wed, 8 Feb 2023 18:32:10 +0800 Subject: [PATCH 32/36] trigger jenkins From 97edcdb2f4f891a8822f07349c2bfc3db5824c1f Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Sun, 12 Feb 2023 19:27:17 +0800 Subject: [PATCH 33/36] bump version --- common/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version/version.go b/common/version/version.go index 89f635e066..a490c48161 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -5,7 +5,7 @@ import ( "runtime/debug" ) -var tag = "prealpha-v13.0" +var tag = "prealpha-v14.0" var commit = func() string { if info, ok := debug.ReadBuildInfo(); ok { From 63675ddb5c9bbbaac852b5a20a82d74381274136 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Mon, 13 Feb 2023 15:25:34 +0800 Subject: [PATCH 34/36] update contract --- .../src/libraries/verifier/RollupVerifier.sol | 175 ++++++++++-------- 1 file changed, 98 insertions(+), 77 deletions(-) diff --git a/contracts/src/libraries/verifier/RollupVerifier.sol b/contracts/src/libraries/verifier/RollupVerifier.sol index 158acaa398..ce7fd47ee9 100644 --- a/contracts/src/libraries/verifier/RollupVerifier.sol +++ b/contracts/src/libraries/verifier/RollupVerifier.sol @@ -337,7 +337,7 @@ library RollupVerifier { n.y[1] = uint256(13392588948715843804641432497768002650278120570034223513918757245338268106653); } - function get_wx_wg(uint256[] calldata proof, uint256[4] memory instances) + function get_wx_wg(uint256[] calldata proof, uint256[6] memory instances) internal view returns ( @@ -354,15 +354,15 @@ library RollupVerifier { (t0, t1) = ( ecc_mul( - 13911018583007884881416842514661274050567796652031922980888952067142200734890, - 6304656948134906299141761906515211516376236447819044970320185642735642777036, + 16273630658577275004922498653030603356133576819117084202553121866583118864964, + 6490159372778831696763963776713702553449715395136256408127406430701013586737, instances[0] ) ); (t0, t1) = ( ecc_mul_add( - 10634526547038245645834822324032425487434811507756950001533785848774317018670, - 11025818855933089539342999945076144168100709119485154428833847826982360951459, + 21465583338900056601761668793508143213048509206826828900542864688378093593107, + 18916078441896187703473496284050716429170517783995157941513585201547834049281, instances[1], t0, t1 @@ -370,23 +370,41 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 13485936455723319058155687139769502499697405985650416391707184524158646623799, - 16234009237501684544798205490615498675425737095147152991328466405207467143566, + 6343857336395576108841088300387244434710621968858839561085778033655098739860, + 8647137667680968494319179221347060255241434220013711910139382436020093396308, instances[2], t0, t1 ) ); - (m[0], m[1]) = ( + (t0, t1) = ( ecc_mul_add( - 21550585789286941025166870525096478397065943995678337623823808437877187678077, - 4447338868884713453743453617617291019986465683944733951178865127876671635659, + 17609998990685530094209191702545036897101285294398654477281719279316619940710, + 7891327626892441842954365090016786852185025910332850053066512639794082797200, instances[3], t0, t1 ) ); - update_hash_scalar(18620528901694425296072105892920066495478887717015933899493919566746585676047, absorbing, 0); + (t0, t1) = ( + ecc_mul_add( + 1271298011119556361067568041994358027954229594187408866479678256322993207430, + 16519855264988006509000373008036578681979317060055767197977112967887569978562, + instances[4], + t0, + t1 + ) + ); + (m[0], m[1]) = ( + ecc_mul_add( + 9106880861932848269529912338578777683259870408474914617967634470292361865683, + 3191458938194545761508145121615374474619318896841102235687991186359560600763, + instances[5], + t0, + t1 + ) + ); + update_hash_scalar(9041251678832252462276167704948301954775106914454606584016914679968512645752, absorbing, 0); update_hash_point(m[0], m[1], absorbing, 2); for (t0 = 0; t0 <= 4; t0++) { update_hash_point(proof[0 + t0 * 2], proof[1 + t0 * 2], absorbing, 5 + t0 * 3); @@ -413,31 +431,31 @@ library RollupVerifier { update_hash_point(proof[137 + t0 * 2], proof[138 + t0 * 2], absorbing, 1 + t0 * 3); } m[8] = (squeeze_challenge(absorbing, 13)); - m[9] = (mulmod(m[6], 6143038923529407703646399695489445107254060255791852207908457597807435305312, q_mod)); - m[10] = (mulmod(m[6], 7358966525675286471217089135633860168646304224547606326237275077574224349359, q_mod)); - m[11] = (mulmod(m[6], 11377606117859914088982205826922132024839443553408109299929510653283289974216, q_mod)); - m[12] = (fr_pow(m[6], 33554432)); + m[9] = (mulmod(m[6], 13446667982376394161563610564587413125564757801019538732601045199901075958935, q_mod)); + m[10] = (mulmod(m[6], 16569469942529664681363945218228869388192121720036659574609237682362097667612, q_mod)); + m[11] = (mulmod(m[6], 14803907026430593724305438564799066516271154714737734572920456128449769927233, q_mod)); + m[12] = (fr_pow(m[6], 67108864)); m[13] = (addmod(m[12], q_mod - 1, q_mod)); - m[14] = (mulmod(21888242219518804655518433051623070663413851959604507555939307129453691614729, m[13], q_mod)); + m[14] = (mulmod(21888242545679039938882419398440172875981108180010270949818755658014750055173, m[13], q_mod)); t0 = (addmod(m[6], q_mod - 1, q_mod)); m[14] = (fr_div(m[14], t0)); - m[15] = (mulmod(3814514741328848551622746860665626251343731549210296844380905280010844577811, m[13], q_mod)); - t0 = (addmod(m[6], q_mod - 11377606117859914088982205826922132024839443553408109299929510653283289974216, q_mod)); + m[15] = (mulmod(3495999257316610708652455694658595065970881061159015347599790211259094641512, m[13], q_mod)); + t0 = (addmod(m[6], q_mod - 14803907026430593724305438564799066516271154714737734572920456128449769927233, q_mod)); m[15] = (fr_div(m[15], t0)); - m[16] = (mulmod(14167635312934689395373925807699824183296350635557349457928542208657273886961, m[13], q_mod)); - t0 = (addmod(m[6], q_mod - 17329448237240114492580865744088056414251735686965494637158808787419781175510, q_mod)); + m[16] = (mulmod(12851378806584061886934576302961450669946047974813165594039554733293326536714, m[13], q_mod)); + t0 = (addmod(m[6], q_mod - 11377606117859914088982205826922132024839443553408109299929510653283289974216, q_mod)); m[16] = (fr_div(m[16], t0)); - m[17] = (mulmod(12609034248192017902501772617940356704925468750503023243291639149763830461639, m[13], q_mod)); - t0 = (addmod(m[6], q_mod - 16569469942529664681363945218228869388192121720036659574609237682362097667612, q_mod)); + m[17] = (mulmod(14638077285440018490948843142723135319134576188472316769433007423695824509066, m[13], q_mod)); + t0 = (addmod(m[6], q_mod - 3693565015985198455139889557180396682968596245011005461846595820698933079918, q_mod)); m[17] = (fr_div(m[17], t0)); - m[18] = (mulmod(12805242257443675784492534138904933930037912868081131057088370227525924812579, m[13], q_mod)); - t0 = (addmod(m[6], q_mod - 9741553891420464328295280489650144566903017206473301385034033384879943874347, q_mod)); + m[18] = (mulmod(18027939092386982308810165776478549635922357517986691900813373197616541191289, m[13], q_mod)); + t0 = (addmod(m[6], q_mod - 17329448237240114492580865744088056414251735686965494637158808787419781175510, q_mod)); m[18] = (fr_div(m[18], t0)); - m[19] = (mulmod(6559137297042406441428413756926584610543422337862324541665337888392460442551, m[13], q_mod)); - t0 = (addmod(m[6], q_mod - 5723528081196465413808013109680264505774289533922470433187916976440924869204, q_mod)); + m[19] = (mulmod(912591536032578604421866340844550116335029274442283291811906603256731601654, m[13], q_mod)); + t0 = (addmod(m[6], q_mod - 6047398202650739717314770882059679662647667807426525133977681644606291529311, q_mod)); m[19] = (fr_div(m[19], t0)); - m[20] = (mulmod(14811589476322888753142612645486192973009181596950146578897598212834285850868, m[13], q_mod)); - t0 = (addmod(m[6], q_mod - 7358966525675286471217089135633860168646304224547606326237275077574224349359, q_mod)); + m[20] = (mulmod(17248638560015646562374089181598815896736916575459528793494921668169819478628, m[13], q_mod)); + t0 = (addmod(m[6], q_mod - 16569469942529664681363945218228869388192121720036659574609237682362097667612, q_mod)); m[20] = (fr_div(m[20], t0)); t0 = (addmod(m[15], m[16], q_mod)); t0 = (addmod(t0, m[17], q_mod)); @@ -724,8 +742,8 @@ library RollupVerifier { (t0, t1) = (ecc_mul_add_pm(m, proof, 1461486238301980199876269201563775120819706402602, t0, t1)); (t0, t1) = ( ecc_mul_add( - 5335172776193682293002595672140655300498265857728161236987288793112411362256, - 9153855726472286104461915396077745889260526805920405949557461469033032628222, + 8194780324601936861373752139121562114441567738436752747156571370058914522054, + 3600938669523298778163886282847056440946577983340671827159630851405869891618, m[78], t0, t1 @@ -733,8 +751,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 9026202793013131831701482540600751978141377016764300618037152689098701087208, - 19644677619301694001087044142922327551116787792977369058786364247421954485859, + 6868934740744879126573408541524133123766016938272720307545725559017587249613, + 15427552078269671596568320917622867752623990801006265449193727808437725626308, m[77], t0, t1 @@ -742,8 +760,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 10826234859452509771814283128042282248838241144105945602706734900173561719624, - 5628243352113405764051108388315822074832358861640908064883601198703833923438, + 15834688481364300605595999826370082963191574364619873811462043540731113611385, + 21308834176879780815187404163906383811133132848629353971379202978446381827940, m[76], t0, t1 @@ -751,8 +769,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 9833916648960859819503777242562918959056952519298917148524233826817297321072, - 837915750759756490172805968793319594111899487492554675680829218939384285955, + 13269790231923767167209926893407546365721915640178305356236368092090668185348, + 19506256053594080774478580096691712532874680603719094938246103021338283761573, m[75], t0, t1 @@ -760,8 +778,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 10257805671474982710489846158410183388099935223468876792311814484878286190506, - 6925081619093494730602614238209964215162532591387952125009817011864359314464, + 1114594417866957734334771096143928613898408195937233931515719010205598138425, + 8036846519675806652417921710615138945583855033542265333729541855571709721900, m[74], t0, t1 @@ -769,8 +787,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 4475887208248126488081900175351981014160135345959097965081514547035591501401, - 17809934801579097157548855239127693133451078551727048660674021788322026074440, + 6241696953714051169624307504843007542964395732925744261127384402163115057597, + 11749943383152432608704271124126387295529721396333251807643343167420444770601, m[73], t0, t1 @@ -778,8 +796,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 8808629196631084710334110767449499515582902470045288549019060600095073238105, - 13294364470509711632739201553507258372326885785844949555702886281377427438475, + 5422170891120229182360564594866246906567981360038071999127508208070564034524, + 14722029885921976755274052080011416898514630484317773275415621146460924728182, m[72], t0, t1 @@ -787,8 +805,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 5025513109896000321643874120256520860696240548707294083465215087271048364447, - 3512836639252013523316566987122028012000136443005216091303269685639094608348, + 13674361805436315463021956154049035888498058661499502767760117374328385663057, + 4063045650413447244440097525225759659883451049115879705508619956448247085952, m[71], t0, t1 @@ -796,8 +814,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 20143075587083355112417414887372164250381042430441089145485481665404780784123, - 9674175910548207533970570126063643897609459066877075659644076646142886425503, + 18451207565454686459225553564649439057698581050443267052774483067774590965003, + 4419693978684087696088612463773850574955779922948673330581664932100506990694, m[70], t0, t1 @@ -805,8 +823,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 15449875505347857882486479091299788291220259329814373554032711960946424724459, - 18962357525499685082729877436365914814836051345178637509857216081206536249101, + 17797197545735156306066657132900896569765749093145646448660314659502118738689, + 18001521016317289264471247148935243461366273627431441720522923389477173226482, m[69], t0, t1 @@ -814,8 +832,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 8808629196631084710334110767449499515582902470045288549019060600095073238105, - 13294364470509711632739201553507258372326885785844949555702886281377427438475, + 5422170891120229182360564594866246906567981360038071999127508208070564034524, + 14722029885921976755274052080011416898514630484317773275415621146460924728182, m[68], t0, t1 @@ -823,8 +841,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 18539453526841971932568089122596968064597086391356856358866942118522457107863, - 3647865108410881496134024808028560930237661296032155096209994441023206530212, + 10937446292077070729558153487785987613622069784306547513629328604503647915357, + 6273888793400372489088525589714098650686762995992388043440762837989023765476, m[67], t0, t1 @@ -832,8 +850,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 11667150339256836494926506499230187360957884531183800528342644917396989453992, - 15540782144062394272475578831064080588044323224200171932910650185556553066875, + 21537162186981550637121053147454964150809482185492418377558290311964245821909, + 2173324946696678910860567153502925685634606622474439126082176533839311460335, m[66], t0, t1 @@ -841,8 +859,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 19267653195273486172950176174654469275684545789180737280515385961619717720594, - 8975180971271331994178632284567744253406636398050840906044549681238954521839, + 12390606120931534758260111699622573885997761093315765454454682051326279479605, + 9726715848732746770175347136601925983847710318489343288334446618334500425063, m[65], t0, t1 @@ -850,8 +868,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 19156320437354843782276382482504062704637529342417677454208679985931193905144, - 12513036134308417802230431028731202760516379532825961661396005403922128650283, + 14243379369268060061592621051325451291507522889756641244777516680701879418947, + 14249257112373879531360174752116712311645592128527719431361763525909415537977, m[64], t0, t1 @@ -859,8 +877,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 14883199025754033315476980677331963148201112555947054150371482532558947065890, - 19913319410736467436640597337700981504577668548125107926660028143291852201132, + 8300430797902002046014838065113316554545790383542348581265135223250762623925, + 17024482413122062320242571556337044808131892111554495327780045155681579869925, m[63], t0, t1 @@ -868,8 +886,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 18290509522533712126835038141804610778392690327965261406132668236833728306838, - 3710298066677974093924183129147170087104393961634393354172472701713090868425, + 15631691377468364022801992121599321102430920478623161647366100163795621199510, + 19163513781624185083078943315597837113778109078360445745333098983381418647465, m[62], t0, t1 @@ -877,8 +895,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 19363467492491917195052183458025198134822377737629876295496853723068679518308, - 5854330679906778271391785925618350923591828884998994352880284635518306250788, + 9851970108002877638147263885545876947139684654910580315658033952655239106855, + 11437169193264689064695775844329715464248862531162384194208704675527289254606, m[61], t0, t1 @@ -886,8 +904,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 16181109780595136982201896766265118193466959602989950846464420951358063185297, - 8811570609098296287610981932552574275858846837699446990256241563674576678567, + 14948012284746248135020137472922872532038051017188171202668216764188628270126, + 640229462575844920580098174565041412884008083409611186505447916007648558074, m[60], t0, t1 @@ -895,8 +913,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 10062549363619405779400496848029040530770586215674909583260224093983878118724, - 1989582851705118987083736605676322092152792129388805756040224163519806904905, + 10114982502123149300110696864072327511545630425734536570254736636572776181800, + 12013842011564353939248757075562079411864388020175092474598698485156637609776, m[59], t0, t1 @@ -904,8 +922,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 19016883348721334939078393300672242978266248861945205052660538073783955572863, - 1976040209279107904310062622264754919366006151976304093568644070161390236037, + 21685239705650329803296512425410740185921377059397603625833195389524205082723, + 3878846872459309055906205385107045105888809086091420876617936448117106251062, m[58], t0, t1 @@ -913,8 +931,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 4833170740960210126662783488087087210159995687268566750051519788650425720369, - 14321097009933429277686973550787181101481482473464521566076287626133354519061, + 9470362552475616326619686474335467494973623030979869064562646198785676464942, + 2657646314201532168762753727338923752546065784007627246529086700978792832760, m[57], t0, t1 @@ -922,8 +940,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 10610438624239085062445835373411523076517149007370367578847561825933262473434, - 14538778619212692682166219259545768162136692909816914624880992580957990166795, + 16983481690804455262021586409023353170937559044471905873068647148078270425230, + 20317999369110898945076694244233444101172754594046484526281600553114021251943, m[56], t0, t1 @@ -937,12 +955,15 @@ library RollupVerifier { } function verify(uint256[] calldata proof, uint256[] calldata target_circuit_final_pair) public view { - uint256[4] memory instances; + uint256[6] memory instances; instances[0] = target_circuit_final_pair[0] & ((1 << 136) - 1); instances[1] = (target_circuit_final_pair[0] >> 136) + ((target_circuit_final_pair[1] & 1) << 136); instances[2] = target_circuit_final_pair[2] & ((1 << 136) - 1); instances[3] = (target_circuit_final_pair[2] >> 136) + ((target_circuit_final_pair[3] & 1) << 136); + instances[4] = target_circuit_final_pair[4]; + instances[5] = target_circuit_final_pair[5]; + uint256 x0 = 0; uint256 x1 = 0; uint256 y0 = 0; @@ -961,7 +982,7 @@ library RollupVerifier { g2_points[1] = get_verify_circuit_g2_n(); checked = pairing(g1_points, g2_points); - require(checked, "verified failed"); + require(checked); g1_points[0].x = target_circuit_final_pair[0]; g1_points[0].y = target_circuit_final_pair[1]; @@ -971,6 +992,6 @@ library RollupVerifier { g2_points[1] = get_target_circuit_g2_n(); checked = pairing(g1_points, g2_points); - require(checked, "verified failed"); + require(checked); } } From f0e31850ef6aa11086c7a329fcf4a975f810261c Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Mon, 13 Feb 2023 21:21:45 +0800 Subject: [PATCH 35/36] update readme --- roller/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roller/README.md b/roller/README.md index 6cdcf9135a..f3ec226423 100644 --- a/roller/README.md +++ b/roller/README.md @@ -6,7 +6,13 @@ make clean && make roller ``` ## Start -- use config.toml +- Set environment variables +```shell +export RUST_MIN_STACK=100000000 +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib:/usr/local/cuda/ # cuda only for GPU machine +``` + +- Use config.toml ```shell ./build/bin/roller ``` \ No newline at end of file From 2f0edba02810c43b9897e29db4de01082267080f Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:28:24 +0800 Subject: [PATCH 36/36] Zkevm 0215 (#300) Co-authored-by: xinran chen Co-authored-by: Lawliet-Chan <1576710154@qq.com> Co-authored-by: Ubuntu --- .github/workflows/roller.yml | 1 + Jenkinsfile | 1 + build/dockerfiles/coordinator.Dockerfile | 1 + common/libzkp/impl/Cargo.lock | 492 +- common/libzkp/impl/Cargo.toml | 10 +- .../src/libraries/verifier/RollupVerifier.sol | 78 +- coordinator/assets/agg_proof | 10 +- coordinator/assets/agg_vk | Bin 736 -> 744 bytes roller/README.md | 1 + roller/assets/traces/01.json | 41 - roller/assets/traces/02.json | 41 - roller/assets/traces/03.json | 41 - roller/assets/traces/04.json | 41 - roller/assets/traces/05.json | 5366 -- roller/assets/traces/06.json | 1756 - roller/assets/traces/07.json | 3581 - roller/assets/traces/08.json | 1069 - roller/assets/traces/09.json | 72700 ---------------- roller/assets/traces/196.json | 42482 +++++++++ scripts/download_params.sh | 6 +- 20 files changed, 42801 insertions(+), 84917 deletions(-) delete mode 100644 roller/assets/traces/01.json delete mode 100644 roller/assets/traces/02.json delete mode 100644 roller/assets/traces/03.json delete mode 100644 roller/assets/traces/04.json delete mode 100644 roller/assets/traces/05.json delete mode 100644 roller/assets/traces/06.json delete mode 100644 roller/assets/traces/07.json delete mode 100644 roller/assets/traces/08.json delete mode 100644 roller/assets/traces/09.json create mode 100644 roller/assets/traces/196.json diff --git a/.github/workflows/roller.yml b/.github/workflows/roller.yml index a24f760f1d..31fa0736b2 100644 --- a/.github/workflows/roller.yml +++ b/.github/workflows/roller.yml @@ -43,6 +43,7 @@ jobs: run: | make roller export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib + export CHAIN_ID=534353 go test -v ./... check: runs-on: ubuntu-latest diff --git a/Jenkinsfile b/Jenkinsfile index 161aac2820..0d4ce9aff9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ pipeline { GO111MODULE = 'on' PATH="/home/ubuntu/.cargo/bin:$PATH" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./coordinator/verifier/lib" + CHAIN_ID='534353' // LOG_DOCKER = 'true' } stages { diff --git a/build/dockerfiles/coordinator.Dockerfile b/build/dockerfiles/coordinator.Dockerfile index a2ff92568e..b333efb350 100644 --- a/build/dockerfiles/coordinator.Dockerfile +++ b/build/dockerfiles/coordinator.Dockerfile @@ -40,6 +40,7 @@ RUN cd ./coordinator && go build -v -p 4 -o /bin/coordinator ./cmd && mv verifie # Pull coordinator into a second stage deploy alpine container FROM ubuntu:20.04 ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/src/coordinator/verifier/lib +# ENV CHAIN_ID=534353 RUN mkdir -p /src/coordinator/verifier/lib COPY --from=builder /bin/lib /src/coordinator/verifier/lib COPY --from=builder /bin/coordinator /bin/ diff --git a/common/libzkp/impl/Cargo.lock b/common/libzkp/impl/Cargo.lock index 2a57fd6d7b..4d080ad7a7 100644 --- a/common/libzkp/impl/Cargo.lock +++ b/common/libzkp/impl/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "ark-std" @@ -278,28 +278,16 @@ dependencies = [ "radium 0.3.0", ] -[[package]] -name = "bitvec" -version = "0.22.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527" -dependencies = [ - "funty 1.2.0", - "radium 0.6.2", - "tap", - "wyz 0.4.0", -] - [[package]] name = "bitvec" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ - "funty 2.0.0", + "funty", "radium 0.7.0", "tap", - "wyz 0.5.0", + "wyz", ] [[package]] @@ -338,7 +326,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" dependencies = [ - "block-padding", + "block-padding 0.1.5", "byte-tools 0.3.1", "byteorder", "generic-array 0.12.4", @@ -350,6 +338,7 @@ 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.5", ] @@ -371,6 +360,24 @@ dependencies = [ "byte-tools 0.3.1", ] +[[package]] +name = "block-padding" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" + +[[package]] +name = "bounded-collections" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a071c348a5ef6da1d3a87166b408170b46002382b1dda83992b5c2208cefb370" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "serde", +] + [[package]] name = "bs58" version = "0.4.0" @@ -395,7 +402,7 @@ checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" [[package]] name = "bus-mapping" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "eth-types", "ethers-core", @@ -662,9 +669,8 @@ dependencies = [ [[package]] name = "cranelift-entity" -version = "0.88.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352" +version = "0.92.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "serde", ] @@ -972,7 +978,7 @@ checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" [[package]] name = "ecc" version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2023_02_02#5905a20b62fcd9f6c269416a39c80de7ced8fb02" dependencies = [ "group", "integer", @@ -983,20 +989,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ecdsa" -version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" -dependencies = [ - "ecc", - "group", - "num-bigint", - "num-integer", - "num-traits", - "rand 0.8.5", - "subtle", -] - [[package]] name = "ecdsa" version = "0.14.7" @@ -1060,7 +1052,7 @@ dependencies = [ "crypto-bigint", "der", "digest 0.10.3", - "ff 0.12.0", + "ff", "generic-array 0.14.5", "group", "pkcs8", @@ -1144,11 +1136,11 @@ dependencies = [ [[package]] name = "eth-types" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "ethers-core", "ethers-signers", - "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0111)", + "halo2-mpt-circuits", "halo2_proofs", "hex", "itertools", @@ -1406,7 +1398,7 @@ dependencies = [ [[package]] name = "external-tracer" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "eth-types", "geth-utils", @@ -1451,17 +1443,6 @@ dependencies = [ "syn", ] -[[package]] -name = "ff" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924" -dependencies = [ - "bitvec 0.22.3", - "rand_core 0.6.3", - "subtle", -] - [[package]] name = "ff" version = "0.12.0" @@ -1515,11 +1496,10 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" dependencies = [ - "matches", "percent-encoding", ] @@ -1551,7 +1531,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "bitflags", "frame-metadata", @@ -1583,7 +1563,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "Inflector", "cfg-expr", @@ -1598,7 +1578,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1610,19 +1590,13 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "proc-macro2", "quote", "syn", ] -[[package]] -name = "funty" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e" - [[package]] name = "funty" version = "2.0.0" @@ -1737,7 +1711,7 @@ dependencies = [ [[package]] name = "gadgets" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "digest 0.7.6", "eth-types", @@ -1777,7 +1751,7 @@ dependencies = [ [[package]] name = "geth-utils" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "env_logger", "gobuild", @@ -1864,7 +1838,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7391856def869c1c81063a03457c676fbcd419709c3dfb33d8d319de484b154d" dependencies = [ "byteorder", - "ff 0.12.0", + "ff", "rand_core 0.6.3", "subtle", ] @@ -1891,11 +1865,11 @@ dependencies = [ [[package]] name = "halo2-ecc-circuit-lib" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0220#67519cd84168a3ac54a7b24c025acaa9d41d6e06" dependencies = [ "group", "halo2_proofs", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", "num-bigint", "num-integer", ] @@ -1903,12 +1877,11 @@ dependencies = [ [[package]] name = "halo2-mpt-circuits" version = "0.1.0" -source = "git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0111#1b78a0db938b627a6ee0d9d7ef5f6f1b373876c6" +source = "git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0216#051b5efc54512d1422eba35338364473fe3a65c0" dependencies = [ "halo2_proofs", "hex", "lazy_static", - "log", "num-bigint", "poseidon-circuit", "rand 0.8.5", @@ -1917,37 +1890,20 @@ dependencies = [ "thiserror", ] -[[package]] -name = "halo2-mpt-circuits" -version = "0.1.0" -source = "git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-1220#007c3371062c9865195d97a1ba1db3e9afd739ad" -dependencies = [ - "bitvec 0.22.3", - "ff 0.11.1", - "halo2_proofs", - "hex", - "lazy_static", - "num-bigint", - "rand 0.8.5", - "serde", - "serde_json", - "thiserror", -] - [[package]] name = "halo2-snark-aggregator-api" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0220#67519cd84168a3ac54a7b24c025acaa9d41d6e06" dependencies = [ "blake2b_simd", "chrono", "digest 0.10.3", "group", "halo2_proofs", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", "log", "num-bigint", - "poseidon 0.2.0 (git+https://github.com/privacy-scaling-explorations/poseidon.git)", + "poseidon", "rand 0.8.5", "rand_pcg", "rand_xorshift", @@ -1956,13 +1912,13 @@ dependencies = [ [[package]] name = "halo2-snark-aggregator-circuit" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0220#67519cd84168a3ac54a7b24c025acaa9d41d6e06" dependencies = [ "clap", "halo2-ecc-circuit-lib", "halo2-snark-aggregator-api", "halo2_proofs", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", "log", "rand 0.8.5", "rand_core 0.6.3", @@ -1975,46 +1931,79 @@ dependencies = [ [[package]] name = "halo2-snark-aggregator-solidity" version = "0.1.0" -source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-1220#77c850fa39fc8d197f4e3d25e161fdc5949fcc9e" +source = "git+https://github.com/scroll-tech/halo2-snark-aggregator?branch=scroll-dev-0220#67519cd84168a3ac54a7b24c025acaa9d41d6e06" dependencies = [ "halo2-ecc-circuit-lib", "halo2-snark-aggregator-api", "halo2-snark-aggregator-circuit", "halo2_proofs", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", "log", "num-bigint", "sha3 0.10.1", "tera", ] +[[package]] +name = "halo2_base" +version = "0.1.0" +source = "git+https://github.com/scroll-tech/halo2-lib?branch=halo2-ecc-ecdsa-0129#89cf51f0ac452e4814e028b9a331ec613aafa726" +dependencies = [ + "ff", + "halo2_proofs", + "num-bigint", + "num-integer", + "num-traits", +] + +[[package]] +name = "halo2_ecc" +version = "0.1.0" +source = "git+https://github.com/scroll-tech/halo2-lib?branch=halo2-ecc-ecdsa-0129#89cf51f0ac452e4814e028b9a331ec613aafa726" +dependencies = [ + "ark-std", + "ff", + "group", + "halo2_base", + "halo2_proofs", + "halo2curves 0.3.1 (git+https://github.com/jonathanpwang/halo2curves.git)", + "num-bigint", + "num-integer", + "num-traits", + "rand 0.8.5", + "rand_core 0.6.3", + "serde", + "serde_json", +] + [[package]] name = "halo2_proofs" version = "0.2.0" -source = "git+https://github.com/scroll-tech/halo2.git?branch=scroll-dev-1220#c7c72fdbd7a9ebbc77ad641b8ca99dd4a48970da" +source = "git+https://github.com/scroll-tech/halo2.git?branch=scroll-dev-0220#49f4c58908095b46b4f0983404c12106b725df4e" dependencies = [ "ark-std", "blake2b_simd", "cfg-if 0.1.10", - "ff 0.12.0", + "ff", "group", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1)", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", "log", "num-bigint", "num-integer", - "poseidon 0.2.0 (git+https://github.com/appliedzkp/poseidon.git)", + "poseidon", "rand_core 0.6.3", "rayon", + "sha3 0.9.1", "subtle", "tracing", ] [[package]] name = "halo2curves" -version = "0.2.1" -source = "git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.2.1#f75ed26c961179186e9cec02cc3f841ca9e3fec1" +version = "0.3.1" +source = "git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1#9b67e19bca30a35208b0c1b41c1723771e2c9f49" dependencies = [ - "ff 0.12.0", + "ff", "group", "lazy_static", "num-bigint", @@ -2028,10 +2017,10 @@ dependencies = [ [[package]] name = "halo2curves" -version = "0.2.1" -source = "git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.3.0#83c72d49762343ffc9576ca11a2aa615efe1029b" +version = "0.3.1" +source = "git+https://github.com/jonathanpwang/halo2curves.git#a6437dbe92fe3fd347674ab32cc0909c605a4f89" dependencies = [ - "ff 0.12.0", + "ff", "group", "lazy_static", "num-bigint", @@ -2046,7 +2035,7 @@ dependencies = [ [[package]] name = "halo2wrong" version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2023_02_02#5905a20b62fcd9f6c269416a39c80de7ced8fb02" dependencies = [ "group", "halo2_proofs", @@ -2246,11 +2235,10 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" dependencies = [ - "matches", "unicode-bidi", "unicode-normalization", ] @@ -2346,7 +2334,7 @@ dependencies = [ [[package]] name = "integer" version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2023_02_02#5905a20b62fcd9f6c269416a39c80de7ced8fb02" dependencies = [ "group", "maingate", @@ -2372,6 +2360,16 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb" +[[package]] +name = "io-lifetimes" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e" +dependencies = [ + "libc", + "windows-sys 0.42.0", +] + [[package]] name = "ipnet" version = "2.5.0" @@ -2424,7 +2422,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3636d281d46c3b64182eb3a0a42b7b483191a2ecc3f05301fa67403f7c9bc949" dependencies = [ "cfg-if 1.0.0", - "ecdsa 0.14.7", + "ecdsa", "elliptic-curve", "sha2 0.10.2", "sha3 0.10.1", @@ -2439,7 +2437,7 @@ checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" [[package]] name = "keccak256" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "env_logger", "eth-types", @@ -2462,9 +2460,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.126" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libm" @@ -2526,6 +2524,12 @@ version = "0.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" +[[package]] +name = "linux-raw-sys" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" + [[package]] name = "lock_api" version = "0.4.7" @@ -2557,7 +2561,7 @@ dependencies = [ [[package]] name = "maingate" version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2022_09_09#2d708b4453387f03059aad68d6d87441db112a2f" +source = "git+https://github.com/privacy-scaling-explorations/halo2wrong?tag=v2023_02_02#5905a20b62fcd9f6c269416a39c80de7ced8fb02" dependencies = [ "group", "halo2wrong", @@ -2583,18 +2587,21 @@ dependencies = [ "regex-automata", ] -[[package]] -name = "matches" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" - [[package]] name = "memchr" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +[[package]] +name = "memfd" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb" +dependencies = [ + "rustix 0.36.7", +] + [[package]] name = "memoffset" version = "0.6.5" @@ -2671,7 +2678,7 @@ dependencies = [ [[package]] name = "mock" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "eth-types", "ethers-core", @@ -2686,12 +2693,13 @@ dependencies = [ [[package]] name = "mpt-zktrie" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "bus-mapping", "eth-types", - "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-0111)", + "halo2-mpt-circuits", "halo2_proofs", + "hex", "lazy_static", "log", "num-bigint", @@ -2894,9 +2902,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.2.2" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ab01d0f889e957861bc65888d5ccbe82c158d0270136ba46820d43837cdf72" +checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" dependencies = [ "arrayvec 0.7.2", "bitvec 1.0.1", @@ -3011,7 +3019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "369d7785168ad7ff0cbe467d968ca3e19a927d8536b11ef9c21b4e454b15ba42" dependencies = [ "blake2b_simd", - "ff 0.12.0", + "ff", "group", "lazy_static", "rand 0.8.5", @@ -3057,9 +3065,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" +checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" @@ -3198,29 +3206,19 @@ dependencies = [ [[package]] name = "poseidon" version = "0.2.0" -source = "git+https://github.com/appliedzkp/poseidon.git#0b9965fbcd9e03559088b8f68489592286bc55e0" +source = "git+https://github.com/scroll-tech/poseidon.git?branch=scroll-dev-0220#2fb4a2385bada39b50dce12fe50cb80d2fd33476" dependencies = [ "group", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.3.0)", - "subtle", -] - -[[package]] -name = "poseidon" -version = "0.2.0" -source = "git+https://github.com/privacy-scaling-explorations/poseidon.git#0b9965fbcd9e03559088b8f68489592286bc55e0" -dependencies = [ - "group", - "halo2curves 0.2.1 (git+https://github.com/privacy-scaling-explorations/halo2curves?tag=0.3.0)", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", "subtle", ] [[package]] name = "poseidon-circuit" version = "0.1.0" -source = "git+https://github.com/scroll-tech/poseidon-circuit.git?branch=scroll-dev-0111#c5d49a9a6bffb18fb62206e0d8cd88e5e80483c9" +source = "git+https://github.com/scroll-tech/poseidon-circuit.git?branch=scroll-dev-0215#1eea94a77a2252f2e8ca4eb5b98b66934b32623e" dependencies = [ - "bitvec 0.22.3", + "bitvec 1.0.1", "halo2_proofs", "lazy_static", "thiserror", @@ -3314,7 +3312,7 @@ dependencies = [ "flate2", "hex", "lazy_static", - "rustix", + "rustix 0.35.7", ] [[package]] @@ -3341,12 +3339,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" -[[package]] -name = "radium" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb" - [[package]] name = "radium" version = "0.7.0" @@ -3663,12 +3655,26 @@ checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787" dependencies = [ "bitflags", "errno", - "io-lifetimes", + "io-lifetimes 0.7.2", "libc", - "linux-raw-sys", + "linux-raw-sys 0.0.46", "windows-sys 0.36.1", ] +[[package]] +name = "rustix" +version = "0.36.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" +dependencies = [ + "bitflags", + "errno", + "io-lifetimes 1.0.4", + "libc", + "linux-raw-sys 0.1.4", + "windows-sys 0.42.0", +] + [[package]] name = "rustls" version = "0.20.6" @@ -4004,6 +4010,18 @@ dependencies = [ "keccak", ] +[[package]] +name = "sha3" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" +dependencies = [ + "block-buffer 0.9.0", + "digest 0.9.0", + "keccak", + "opaque-debug 0.3.0", +] + [[package]] name = "sha3" version = "0.10.1" @@ -4060,6 +4078,24 @@ version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" +[[package]] +name = "snark-verifier" +version = "0.1.0" +source = "git+https://github.com/privacy-scaling-explorations/snark-verifier?tag=v2023_02_02#df03d898b841f71cbc36c2fb9fa07b8196f9623e" +dependencies = [ + "ecc", + "halo2_proofs", + "halo2curves 0.3.1 (git+https://github.com/privacy-scaling-explorations/halo2curves.git?tag=0.3.1)", + "hex", + "itertools", + "lazy_static", + "num-bigint", + "num-integer", + "num-traits", + "poseidon", + "rand 0.8.5", +] + [[package]] name = "socket2" version = "0.4.4" @@ -4073,7 +4109,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "hash-db", "log", @@ -4091,7 +4127,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "blake2", "proc-macro-crate", @@ -4103,7 +4139,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "parity-scale-codec", "scale-info", @@ -4116,7 +4152,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "integer-sqrt", "num-traits", @@ -4130,12 +4166,13 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "array-bytes", "base58 0.2.0", "bitflags", "blake2", + "bounded-collections", "dyn-clonable", "ed25519-zebra", "futures", @@ -4172,7 +4209,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "blake2", "byteorder", @@ -4186,7 +4223,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "proc-macro2", "quote", @@ -4197,7 +4234,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "proc-macro2", "quote", @@ -4207,7 +4244,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "environmental", "parity-scale-codec", @@ -4218,11 +4255,12 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", + "scale-info", "sp-core", "sp-runtime", "sp-std", @@ -4232,7 +4270,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "bytes", "ed25519", @@ -4257,7 +4295,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "async-trait", "futures", @@ -4273,7 +4311,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "backtrace", "lazy_static", @@ -4283,7 +4321,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "either", "hash256-std-hasher", @@ -4305,7 +4343,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -4323,7 +4361,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "Inflector", "proc-macro-crate", @@ -4335,7 +4373,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "parity-scale-codec", "scale-info", @@ -4347,7 +4385,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "hash-db", "log", @@ -4367,12 +4405,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -4385,7 +4423,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "parity-scale-codec", "sp-std", @@ -4397,7 +4435,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "ahash 0.8.3", "hash-db", @@ -4420,7 +4458,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -4437,7 +4475,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -4448,8 +4486,9 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ + "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -4461,7 +4500,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d0867c7dcdc50572422611128853ccff63ebd4d" +source = "git+https://github.com/paritytech/substrate?branch=master#d97a18851f9da0b1c299daa8fb18022794065779" dependencies = [ "parity-scale-codec", "scale-info", @@ -4975,13 +5014,12 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "types" version = "0.1.0" -source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=scroll-dev-1220#b0086de30b82d055840d7727292c89138dc8c590" +source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=goerli-0215#d0d3338663a0b3eee51e9d044ab96a7899d70252" dependencies = [ "base64 0.13.0", "blake2", "eth-types", "ethers-core", - "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-1220)", "serde", "serde_derive", "serde_json", @@ -5100,13 +5138,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.2.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", "idna", - "matches", "percent-encoding", ] @@ -5293,18 +5330,18 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.89.1" +version = "0.96.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef" +checksum = "adde01ade41ab9a5d10ec8ed0bb954238cf8625b5cd5a13093d6de2ad9c2be1a" dependencies = [ "indexmap", + "url", ] [[package]] name = "wasmtime" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "anyhow", "bincode", @@ -5322,23 +5359,21 @@ dependencies = [ "wasmtime-environ", "wasmtime-jit", "wasmtime-runtime", - "windows-sys 0.36.1", + "windows-sys 0.42.0", ] [[package]] name = "wasmtime-asm-macros" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "cfg-if 1.0.0", ] [[package]] name = "wasmtime-environ" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "anyhow", "cranelift-entity", @@ -5355,9 +5390,8 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "addr2line 0.17.0", "anyhow", @@ -5368,29 +5402,36 @@ dependencies = [ "log", "object 0.29.0", "rustc-demangle", - "rustix", "serde", "target-lexicon", - "thiserror", "wasmtime-environ", + "wasmtime-jit-icache-coherence", "wasmtime-runtime", - "windows-sys 0.36.1", + "windows-sys 0.42.0", ] [[package]] name = "wasmtime-jit-debug" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "once_cell", ] +[[package]] +name = "wasmtime-jit-icache-coherence" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "windows-sys 0.42.0", +] + [[package]] name = "wasmtime-runtime" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "anyhow", "cc", @@ -5399,22 +5440,21 @@ dependencies = [ "libc", "log", "mach", + "memfd", "memoffset", "paste", "rand 0.8.5", - "rustix", - "thiserror", + "rustix 0.36.7", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-jit-debug", - "windows-sys 0.36.1", + "windows-sys 0.42.0", ] [[package]] name = "wasmtime-types" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb" +version = "5.0.0" +source = "git+https://github.com/paritytech/wasmtime.git?branch=v5.0.0_lto_fix#8a02705ad378108e43abe23c538688adf73f3b71" dependencies = [ "cranelift-entity", "serde", @@ -5609,15 +5649,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wyz" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188" -dependencies = [ - "tap", -] - [[package]] name = "wyz" version = "0.5.0" @@ -5651,7 +5682,7 @@ dependencies = [ [[package]] name = "zkevm" version = "0.1.0" -source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=scroll-dev-1220#b0086de30b82d055840d7727292c89138dc8c590" +source = "git+https://github.com/scroll-tech/scroll-zkevm?branch=goerli-0215#d0d3338663a0b3eee51e9d044ab96a7899d70252" dependencies = [ "anyhow", "blake2", @@ -5661,7 +5692,6 @@ dependencies = [ "env_logger", "eth-types", "ethers-core", - "halo2-mpt-circuits 0.1.0 (git+https://github.com/scroll-tech/mpt-circuit.git?branch=scroll-dev-1220)", "halo2-snark-aggregator-api", "halo2-snark-aggregator-circuit", "halo2-snark-aggregator-solidity", @@ -5689,20 +5719,19 @@ dependencies = [ [[package]] name = "zkevm-circuits" version = "0.1.0" -source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=scroll-dev-1220#e7997ddfb00474415dd45db89ebce458ad370e57" +source = "git+https://github.com/scroll-tech/zkevm-circuits.git?branch=goerli-0215#3395fe1abfb39000da19631af27508e33437295d" dependencies = [ "array-init", "bus-mapping", - "ecc", - "ecdsa 0.1.0", "env_logger", "eth-types", "ethers-core", "ethers-signers", "gadgets", + "halo2_base", + "halo2_ecc", "halo2_proofs", "hex", - "integer", "itertools", "keccak256", "lazy_static", @@ -5713,12 +5742,13 @@ dependencies = [ "mpt-zktrie", "num", "num-bigint", + "once_cell", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", "rayon", - "rlp", "sha3 0.10.1", + "snark-verifier", "strum", "strum_macros", "subtle", @@ -5741,8 +5771,8 @@ dependencies = [ [[package]] name = "zktrie" -version = "0.1.1" -source = "git+https://github.com/scroll-tech/zktrie.git?branch=dev-1102#0ba3e060f7447c57175e2a70b1366053b5199a8a" +version = "0.1.2" +source = "git+https://github.com/lispc/zktrie?branch=scroll-dev-0215#0bd8820fea4fea1ad10371ae9cae49622bd5413b" dependencies = [ "gobuild", ] diff --git a/common/libzkp/impl/Cargo.toml b/common/libzkp/impl/Cargo.toml index 7e115aae14..8993b01f44 100644 --- a/common/libzkp/impl/Cargo.toml +++ b/common/libzkp/impl/Cargo.toml @@ -8,11 +8,15 @@ edition = "2021" crate-type = ["staticlib"] [patch."https://github.com/privacy-scaling-explorations/halo2.git"] -halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-1220" } +halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-0220" } +[patch."https://github.com/privacy-scaling-explorations/poseidon.git"] +poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "scroll-dev-0220" } +[patch."https://github.com/scroll-tech/zktrie.git"] +zktrie = { git = "https://github.com/lispc/zktrie", branch = "scroll-dev-0215" } [dependencies] -zkevm = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="scroll-dev-1220" } -types = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="scroll-dev-1220" } +zkevm = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="goerli-0215" } +types = { git = "https://github.com/scroll-tech/scroll-zkevm", branch="goerli-0215" } log = "0.4" env_logger = "0.9.0" diff --git a/contracts/src/libraries/verifier/RollupVerifier.sol b/contracts/src/libraries/verifier/RollupVerifier.sol index ce7fd47ee9..c9c1a30f20 100644 --- a/contracts/src/libraries/verifier/RollupVerifier.sol +++ b/contracts/src/libraries/verifier/RollupVerifier.sol @@ -404,7 +404,7 @@ library RollupVerifier { t1 ) ); - update_hash_scalar(9041251678832252462276167704948301954775106914454606584016914679968512645752, absorbing, 0); + update_hash_scalar(16714713909008743871958519800387174981836263428094013165455393524274317552599, absorbing, 0); update_hash_point(m[0], m[1], absorbing, 2); for (t0 = 0; t0 <= 4; t0++) { update_hash_point(proof[0 + t0 * 2], proof[1 + t0 * 2], absorbing, 5 + t0 * 3); @@ -742,8 +742,8 @@ library RollupVerifier { (t0, t1) = (ecc_mul_add_pm(m, proof, 1461486238301980199876269201563775120819706402602, t0, t1)); (t0, t1) = ( ecc_mul_add( - 8194780324601936861373752139121562114441567738436752747156571370058914522054, - 3600938669523298778163886282847056440946577983340671827159630851405869891618, + 1166255827574633395469889753099263335112651429543747917860844891223509395230, + 18119530258797056675590474142263379269133137917926199526995010149706608452268, m[78], t0, t1 @@ -751,8 +751,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 6868934740744879126573408541524133123766016938272720307545725559017587249613, - 15427552078269671596568320917622867752623990801006265449193727808437725626308, + 479654250230311733675045936187074887335076118790675548184957988765243051391, + 3100719863754926915077773261837642988281275398456491618898287285885297258973, m[77], t0, t1 @@ -760,8 +760,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 15834688481364300605595999826370082963191574364619873811462043540731113611385, - 21308834176879780815187404163906383811133132848629353971379202978446381827940, + 3244117516185602927429536955777596704962143625995582449305913349309466588374, + 4949447249861524239830935874731901209583893161129086694779290040738731707868, m[76], t0, t1 @@ -769,8 +769,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 13269790231923767167209926893407546365721915640178305356236368092090668185348, - 19506256053594080774478580096691712532874680603719094938246103021338283761573, + 14948547489533026990535642276664751166524290089518721217701084060838942037816, + 4158304819018152066924650590566402375351800342702049911667413813453648544913, m[75], t0, t1 @@ -778,8 +778,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 1114594417866957734334771096143928613898408195937233931515719010205598138425, - 8036846519675806652417921710615138945583855033542265333729541855571709721900, + 12409839630787558779666051790740339639835641801241950167020910758875751567721, + 10190386726927990167988725115981898191213252554332296547744162818590468069671, m[74], t0, t1 @@ -787,8 +787,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 6241696953714051169624307504843007542964395732925744261127384402163115057597, - 11749943383152432608704271124126387295529721396333251807643343167420444770601, + 17970998203939514710036667497443822563987440725661639935300105673829885028203, + 5681616020208389658397995048088678631695525787311431942560298329387592854586, m[73], t0, t1 @@ -805,8 +805,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 13674361805436315463021956154049035888498058661499502767760117374328385663057, - 4063045650413447244440097525225759659883451049115879705508619956448247085952, + 3955318928206501525438681058758319558200398421433597349851235741670899388496, + 15892053452767975688653514510353871405466169306176036727161401156637227884251, m[71], t0, t1 @@ -823,8 +823,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 17797197545735156306066657132900896569765749093145646448660314659502118738689, - 18001521016317289264471247148935243461366273627431441720522923389477173226482, + 847101878434221983907574308143360385944534458215526175646288607915875901481, + 2846353475656269162370753247605184679473264230467654203502980134120309217445, m[69], t0, t1 @@ -841,8 +841,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 10937446292077070729558153487785987613622069784306547513629328604503647915357, - 6273888793400372489088525589714098650686762995992388043440762837989023765476, + 12355852135968866678343538084506414981897123075397230437920965961095525036339, + 19173350083521771086213125757940272853888577158427508914933730457941026326040, m[67], t0, t1 @@ -859,8 +859,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 12390606120931534758260111699622573885997761093315765454454682051326279479605, - 9726715848732746770175347136601925983847710318489343288334446618334500425063, + 20702481083445183838662364419201395944400358423071711333544748994437443350157, + 21729036491728923882358088642589857779818948470983153549909552615176584955200, m[65], t0, t1 @@ -868,8 +868,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 14243379369268060061592621051325451291507522889756641244777516680701879418947, - 14249257112373879531360174752116712311645592128527719431361763525909415537977, + 5211075648402252045446907842677410998750480902260529776286467677659191740672, + 17759936859541227097052484319437171023743724174885338509498798745592136568923, m[64], t0, t1 @@ -877,8 +877,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 8300430797902002046014838065113316554545790383542348581265135223250762623925, - 17024482413122062320242571556337044808131892111554495327780045155681579869925, + 5685082624811934526131077036509066197941130699019907200139767495570575867807, + 9975752329518147542127949868789945608848626426600733728808879384778577859545, m[63], t0, t1 @@ -886,8 +886,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 15631691377468364022801992121599321102430920478623161647366100163795621199510, - 19163513781624185083078943315597837113778109078360445745333098983381418647465, + 1845955600044282712468400114813806019045133083112296001842856684609288249746, + 6677624509889210837770197526955652810854887548330294041671470991988491766303, m[62], t0, t1 @@ -895,8 +895,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 9851970108002877638147263885545876947139684654910580315658033952655239106855, - 11437169193264689064695775844329715464248862531162384194208704675527289254606, + 17721426954552427189787075605835833086212392642349293317822925006771731953198, + 10818582862561493154030196266254401851195091198556669943079029419869326006448, m[61], t0, t1 @@ -904,8 +904,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 14948012284746248135020137472922872532038051017188171202668216764188628270126, - 640229462575844920580098174565041412884008083409611186505447916007648558074, + 10224195420706066705577574946990328089867884648164309818089282930621493257750, + 3961164971057442035153270823831734824136501489880082889417523554417504868473, m[60], t0, t1 @@ -913,8 +913,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 10114982502123149300110696864072327511545630425734536570254736636572776181800, - 12013842011564353939248757075562079411864388020175092474598698485156637609776, + 4155760488117491189818018229959225087159948854404593659816501566044290851616, + 7849169269773333823959590214273366557169699873629739076719523623811579483219, m[59], t0, t1 @@ -922,8 +922,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 21685239705650329803296512425410740185921377059397603625833195389524205082723, - 3878846872459309055906205385107045105888809086091420876617936448117106251062, + 9303688548891777886487749234688027352493881691026887577351708905397127609597, + 15420408437274623857443274867832176492025874147466147921781316121716419230415, m[58], t0, t1 @@ -931,8 +931,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 9470362552475616326619686474335467494973623030979869064562646198785676464942, - 2657646314201532168762753727338923752546065784007627246529086700978792832760, + 1713011977361327447402228333889074876456179272285913377605323580535155713105, + 17494574374943878587945090358233307058027002207479570017169918665020362475592, m[57], t0, t1 @@ -940,8 +940,8 @@ library RollupVerifier { ); (t0, t1) = ( ecc_mul_add( - 16983481690804455262021586409023353170937559044471905873068647148078270425230, - 20317999369110898945076694244233444101172754594046484526281600553114021251943, + 688560977158667877997491129442687540611216305867558421257325952561991356422, + 1877117185103259325255107191485730322497880777053300656925558921917058739650, m[56], t0, t1 diff --git a/coordinator/assets/agg_proof b/coordinator/assets/agg_proof index 89cddad163..8d10b39a79 100644 --- a/coordinator/assets/agg_proof +++ b/coordinator/assets/agg_proof @@ -1,7 +1,7 @@ { - "proof":"9z2loYJhdXk4WUEBeLcBhCQHT7YgzUBLGez9mO5DQwhFE8EeoIMmnfRfoK0NdxraBxIFtFaMwvVJIMlG4mpUJlwc95roF8yqUHLppBKkRAgtSgHeHUio1p2Ta7rbyWwkS2D7/bvHlFFjcIHF+0gM/C34FdRuXUCtZHJDv/GJwh+b3wUfeRdHiMfbWdhOOvLKZoI3XkVbGvMdTWcmJgAgEHED6SEXv+yMz1G39NdDsQsSzROHUVUx4RCQoenTX14CqaZMJA85KClfMeXBgWQaLK+pv3iqqltERdklWCypvhNr//0fcrqJWwp71RSWv6EL+SJD2E6tHaSVW0WkJrqrKnVuem0A8IvXc1TTIBIP4l1OoVGFL5tgwwNCfvk7QTMScQAVn3Ba1l6wN4GI053+3S105SxYRQrIIpmg+lD3XxVxw2Z3hb7jSEmgsTUmC6zGIhJsVvZcH5CmHtJ4XXOyKguMTZoOWqAlUjnbeWAPdXrWTnOWj0hruRnhZT6++ngZ7iOWJ1HXNr00hKLOyykLh4I6faUIuha+Iv17lMwVsQczz/o8ZqoYGITnUmk3rfZXJ/jpkvcq3I0pfnoUZi8tEd3E+JkbC1sBPzdo6yrzoi687x/ZgTIddZbMkRyDu8ogJSnXJ3wk+ykp8SGFVmJPrNVv0OwwAAEz4nEvPhNdQAPPvVwZaC79t6ZSd4ID9cV7GP9h0BcL5hcJJyI45kiFJDdm5JhqAI0ry7pb36vZLuCvKv4JlCtK3zsimF6Fw/IsOwI4dOnvxiNZx4LXeLHUUaBpplA9a9tLC9ELoYNjOBPBZHKGbNTIfEZw2Ti/OvHRc8oBebKpCWOvLzPJcN5GI4Si21hpTnf/iKAxYPWI8+ehgNlmNnAvcv0JRn9VHDIHl6TMu9e2NjRK4akBs7MpAJ2bPTyxV4wJ652MJg1BBiS3GV959n8pF0+mp1YgY2wJKkdL3hEYqucyXI1a4SV7Dy77jtt9slGWxW+Wy+kC2Lo3ssXP4xvL3VpQrLu6FrMFHNTQaMJKpQqlGTQ1zs33ynYshVxAjS1aB5zPvAEPcBIrFKlpaDF1wrXmtUrlzlv4ZZMYqeU0xdDCsKUPMfi5GKOb/u+foNvautU9Qdn69T1ygniHwKdjz7rMKfDFeTEHhy/roHDNm/v+iFGuYg2Z0NGsyFoOskKXlvGs37ybhRE6cco/xx9VkrYT3zFtdNRV/urUZKZKqZUez8+ZcPphHSsZnNfCRucoAol4HBkn4UUPQgQ3KPT0lNk1J5lpBEsDx4FZdcUtil9LtYrpqXgijWjGghksNkJ1jgPBMoDC4xq+nilC6sboRXrnQV4Ih8jufH+4stpgoUVYW/ryvXbSEgZ/rSFGmHGgt1hZ5u+NzTktH1P3Sb0bA+cnwHubOIEuXru9Y5VtOy3vjBiA58g76pn63rgbPT53oP0SL1+TmySXLdFaOip1kupQBabWB79Vw9wrDUKlKN053Qk7uOz1GubLzJ/wVD73IfOaPRX0abt2W6hP+jvprNjmn/WjxEMSQaTUA+yqSLJsKyuXFAej0ZXDNNLgprXck11y4YYMbwvK7KC5iYt5CmPqu2b4mOS0NfD7S9g5CJqm0wEs/LyyLW91ftI3z6tLzPL34q5JskHAU2G+jwFKRdxt+cuv7kkRA6+WjkLBmbmqcoLlaUNvLxQtKZy6q/O4uFbYo/6FTQjTPDOESlRAObbtoCL8eNwLRgBeVy/OsThOueG86ySgEjZx98YFwsU++25cS/arv+slqeLADK5NDQRODFikom0nbHnCjbc65991xRVj8dNcRkPPjTqT0LECK2Z3qNlkuwV0RMIq9ZRPVmBYIzjDtHEuvPVEcg7FnyiGJoURHJgnKVMl/BtuEm8D/bO+RGbI+2JlSdZyqU6YtntdOP/psYIofnQcPkZg/CT8GnywI7maVKwuSJCQf/Awk2+bptehfB6BUuV2J2bLuGZCols35ZAS7tahcTD4K5OQoYRb7jaiCysyCr8dvPnHdwoWEKWA3OeUfWwjfXuG5VlwZ8NfipYK08zM7YwDJ+noi2UX6kGRYyU9ONX3JkiXAdyJRINAUCEmIkgVBXzqxM4JExTtQzmaYz0RSg692Dz5OSlZQNh7LmjRt6wm0KdagW3GeYJXKzkNLtFz5Ss4rMXuWXUi8xcJwxt17AVuRpioFWHmZkcEVPLAS1+zgJAPthSySOfR4STwY9NHCj8o39wWgzQ4rbxu53bcwDviHD1/4Wq2fIy4GO8WlCoaNxUkCxmNzjiAo2512eAX2dDcnzQpk8ggJiYbmc0ARUBQFFPnMWth+k+/+qtw7t2EypWMpgo4PZlSlRM+qvAxs554Kdp1lLsI1deri4rnTX75w2keL2P2jMppFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACaBCriqauGxKFl1s3RIXx2hnZxv+N48B56ICXjpVatIv35taLwmo3EYlkpuNeTEPlSRXOmWDQsuTebdX8XSYQAfTSaVKr4fXGMSxekG38tqIrAJ8vhFuEDWbo/AHXN/y9bMPLvHtgMEKDw/7rLP6+pMeSWjVPhvN0xO31+1Zb1F/Or0xXw1DUrgFvCqoWj1rq1fWoLJyw8H4G4I3f1tfsGugx9Fi/BbpQ3LLNIQLxcC9qcHkI8cL87dGw/nQeCvCqpZNIakW7XkJhDJOb4SP5XXBXubF/iCFgEx2alab1iDJLIcR6kv9IEcqkLzQwVpFqcnMNEnFsyKwW++uVheOADI9ugnGt9nadlPgryN9hLThUq+kWt5f3R0GZyNpB50i/ZSN/PmZxgcsXEd/+GHKpkgQUu8ms6aqOWcvV/hx7uIbxxalHYn1liFNpat56ImWpiadQQyGc3CIyC2Uo9NcsTOBVsSVoIo1vXe4/2WgoJxxHe6NE5224KAcXBI98L5AyHnyQwZ6tqfHt4HnOpNLYMy7yaw4/kklKoXMZzESw8CgRGz6reEtL8+K+9R2okztaQEFMgz1SZ54BUX5xLgWktTDKR+Yn56aFnk/ydkV0PcTXuEpwQjsrWnW8ZWgJpNQZvJ0rPJKEcuZ26GEN670QYr6JTkJuxqnY3vkhi+1+SBSWE3npPiUqHydnI/Wp0k60YN9BwaImui5bGkG2oolshWCDeIB4oHAUa2HYCbhy6fqN6MxogYgNlmzLpotLVWCh6RyLcYdEdqNbTj5X14NSY51kAh+5dZ2EJdhCJyiBWC45ZLKL173+Ec7nvbtwvQmv7+yRS1oEjcbyJqc6r45svJ0B/oFWTSpRpeavblrfHtdV5llZ7xKA71iYs/zp8OgAy3abfV0T0lqu/+nEE88SXwgQv/yWGwld3qxdLiTDMHGwNJuOtQiQ2rEPRK1LKAnz51tNYiQFfRsfCQAFEJrEpzFDu3CHiZf7qe9pDkADP8RIqbAZBZrK4EAZXSTSxcwGx89vYdV5fJMtCoA1Bsmiv7w8HM184q+VIcd7dGJ9OJS0WLD7QDogA0OZvbZGsY5H5CKinO/CBIp6kIB41sGQexjbIIxoSP5O9R9VgMtpErV/TU1RgWYM4ojNXd3IlHimZUyjCC+b7f8cBfWA8xWnDGC9/7Shu04AFUrr6uAvGLzQSoByj5EPZAo4stViwjnnZINTlWgO5eqxueZnd1E0Ru/NdFCCMJqvndZnRACjZ4VdXoF13+Hxk0l87R+ygzRF/VH+YhUqIygJ3ofpqMI4Vk1XppJsPRtdBDPDMWNY9B5lTKMIL5vt/xwF9YDzFacMYL3/tKG7TgAVSuvq4C8YvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhdkavY4hkSJmkM3oBujpZZbgL/8uc80/5kwwcN7PiIUqre/KSnvweV6rsaYz1HqpqRIgLW75yV9p1VWxQkSgp3MS4ttN7Hqd8xe3/zXSjcLY6xD0Ujsb6B6OYGyYXKgIaSGx+aKIWoxUuDa8qH/Gad0Ge3d2a7QXLh1uxbMJNDDXW0uasM6WZ6+BRiRlTO5hxqeekEM2JDCndOyTbO0MIjdvDULlP/8DJJ58TFApvRk6F1mgJ04zjLYnsZ0vRzRjpj1MWuMm+hx8MO8aG7tayeWuk4pgLWBI59tEPpirBH7dDVq+GxmWL0rECO7REEf4M3AlZKYvztUDEperA2AcJRHV+hfckQXA+tWfnGD86PciAshhKG+q8wR4L/1wyfBWfUZgCVPQ+oBHP8pSSvc6WWtlI+K6WBS+I3TTneU6lHuhG7Fh0TshcAePY8gYG5KFKja0BhaGU8Oe9C98eZzwbFOMugJaA7vIbrjdtC5a8/c6rWcDafzXh5DVeqhDV9RZmN3hZUffvPFbRbQ14plJhRxWgVfPqGDBoewjE0WjxGStLHDKh3cFuw5fZANKvd0dUbbG6P2u5qccsSQQSGq4qmZ2g+7m2pcNUDoQGMC9o5kYtuA4PtRDxrcl+pR0XsRteb3JkJtnlKdO1Hu3gCC4QuxgRetZIy/QQdYYU3jx3ClgtAlvdfq8M6Eh4d2fIlZHQ8S4FxdKY2Ij1ICZdzjEIfn8ZfqyISLmwf/DFEPOQwNrBNIKsGGvL3EFWBPHZRS6ava9UMLZhCPKOTcddPp+TwEdaqkZ5Vb3a9Cx+WvFgHB6Dfc4HPNvbEW79kdiBjAZXf3iZHRjSVdBU6xKMdRYm7Tn2XU72I4Tui223B+yxOOsSS9tsHgqsZ3shzHUS1i/qpHT3GlGE80uCWZStYU9v79+u2i7aG+W9Y2nwq+znGGaFv5caJgInUHLrda6MehzcZPGCSSvcOHoO2WsNzeQhkoCavLfLCZ8dPorLCuAYlclUNAeXh+EuF3yp9rbuHy+U963h73171rcwVc2ZIUl/glixXZNf1TVoAcQg5uA9E4r+SfzhwTqi7IzlRV3urmjbujXK/E7XRYR5pxSvrHAPisfEHJZ8fzCm2cOAImZbKaErom/jPAw7WWoiU46XXy5be4R39e+LGl9W476Is5i6brvSw9fV77yD9iG2bF7JBzJPpw1eX8FnweBBRFXVpTQmRF4HlJdLKhl4vk2yswMthKMUMrpw+MnqqAiLEcYZNUEbKcfe67naHKAIPx8ASxZv86vB3UtG5Wo590Rb0JXUaNE2LWPrjzOFUcjv5Uk8KCl0DRK2HYYz8QDR4s2zj5m3MLbuypRn4gCrasqCA2wAIARdpP8sePWXo4cT0xS8LgIlFt+Q8QZGEjLgOzuV/yZeArNooDj2f/erNvRuUDbdQMb5fjqBlqlKNsVgqtXvD0R0uY6PUlrndseW5lempgTMngCLRoS2OdoOsqZ84pEF6t1N3K09Hd/aX7wY2P/GIvqp7XYHIiN6mg0ePKsrqCjEginCYRmwRIde3M6Gy9Vhx9ToNfF9LT/IQNFN9e8SJxBejX/qAV7YaXIpFx0xK0iUs+E2GqEOmOMjTEPxd1EbNme0fKI9CxvGrDVHf/EiE5+yz/XpR5ol89xWxDQjiCH64IdSGCNRxjyjTjvvOJJ+qqSxFc5/FEHwBM8j41oWCYESFQ8x2fzlis+IzKDjvWge1Kag+UnxScy+GgALtLIdghZVg8rmhG6+u+jSYA9j78orMtey8Lo0reKreEfrzh1i2bQ+HSKZUhpDB4i/EKqEjfmypW8noqaL2LRhyVuJBFutbMhlJgl9i1Ndb1m+3XLVljH1f5EWj3ugdIP1LmkOhZMGpjpYJtYny9IRAcvaq8CC2AiQHd9P8ZZyqWJX0xv8fuzfejK1RtnXs6NyBCi1kyA3clATWLkW0jdoT09jHA0imwuDu9gMbT/DaYNl9GarESZ2AG01esq4gnqaLx4FosA1GmAIfOr60+1z2Pk+s0zRyrvmLfKb0K0N8Pe5hBdcTpwYx8d1q8KW1QKr9NFq23dG4SvVBtLhLc8kucAdFxqdQzh3tT7shmzn/wm6zR9e4yja45c2O8sBRkBfJycsWDCc90J3WNj97TwcKRvM+YLseGJdCtMhcY+JBR5jtAwbBwtS1YXDXe9ucZf9JQG0C+Vv0Ec0+O8Ce38F47vjC4F4JOqbYApdt3KCgGaPqBQJh10KTvuzN2eQI6fR/yEvJ4AeCU12ctmOjpC0FiMiYLvVo1SS+OdXay/11Pgwkgo=", - "instance":"W1tbWzExNywxMjgsMjExLDE1MywyMzAsMTA2LDEyMSwyMzQsMjIzLDE1OCw1NywxMTgsMzksMTk5LDY5LDE4MCwxNDEsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFs4LDEyMCw4MiwyMTgsMTksMzIsNTgsMTA3LDU1LDkzLDgyLDIzOCwyMjksMTI1LDE2LDAsMCwxLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzIwLDEwLDE2MCwxNTUsNzIsMTc2LDc2LDExNSwyMDYsMjE0LDE1OCwxNDIsMTIyLDIzNSwyNDIsMzMsNCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzE3NSw4Niw2MywyNDUsMTE2LDIyMCwxOTQsNjgsNDUsMTE3LDE3Miw5OSwxMTAsMTU0LDI5LDAsMCwxLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMF0sWzEzMCw0NSwxNDcsNjEsMTc4LDgsNTQsMTA4LDE2MCwyNDMsMTkzLDMzLDI0MiwxNzEsODYsMTQ0LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyMzMsNjQsMjE2LDk0LDEyMCwxODEsNTIsMTk2LDIxNCwxMTUsNjMsNDMsMTU5LDE5NiwxODksMywwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXV1dXQ==", - "final_pair":"dYDTmeZqeerfnjl2J8dFtI0IeFLaEyA6azddUu7lfRAVTGMvRg5GZrYbTINDa0QCwNmWNGGsbL3xJ+F1LvHcLhQKoJtIsExzztaejnrr8iEEr1Y/9XTcwkQtdaxjbpodwQOOc42v4DOtOtk5fPYhVJcwybHf61mkuj46yF6V/ymCLZM9sgg2bKDzwSHyq1aQAAAAAAAAAAAAAAAAAAAAAOlA2F54tTTE1nM/K5/EvQMAAAAAAAAAAAAAAAAAAAAA", - "vk":"Y5gXo1l07vHlW8n8Wcjv30k5+IMPYbwa/gAL9CRp8S8osFquG4vxnNzinQhPtvn7kPd1ALMVWQmi1xUckeBcFi68Zi0tMsL3qQlwSp+LwEn4JmIRtSslkU35QRJvRgwhJ1GdtDhjSNoWFGKqaYfjeWKeevDX3HZo/Oa9NXkEyBWWPrNRPoOjJNLGA/V3gQZ51p7TLjXcH/1tZo8HSjmPorVruNY6w1vp7PAiHV6FFroT1atvD6ew+IoyeLCZ4FmSQ4DWISWSzcsJfZ6hWR/JdV8bJPiAF617Aj1xoY93fZ8u0xCRZIvZFWz0irM1J1FE5Z5r+z1JeOffW/BJBgnwFI6okkECuzeuIsC3y5tzD1+4VcsK8VJXQP6l53lbT4ylNfGQzUMjLW5jPEBU0sxhiUNDCsOHsLtEzNdUWKTVZJvVCYM26JmgyRkkPOhcNwt9zGwjSmMUMt3fSuaFEJqdr10N29H9JZfm6IxlFKSZ7g3D9Bht0A76aKPyBpgOYC4Y3LfwEfJZ0cWZ0Q93ecwWyMwlXbN65T78uwq4MQjX/AsBG818ZqjE88bqAjn4pteeBJzwLKSmB+tLvTIEWttYJwvVxhbBLQUe940uR+V+1yF7QJAlILv8HpHH2eRtA8soUXBtjXAMbEhubKCdJeJ30URXP0NHJHvImgGNJx1qOx7ct/AR8lnRxZnRD3d5zBbIzCVds3rlPvy7CrgxCNf8C71hGUPCYfumhaPRCnToy5k62fqUJPbz8MmMflDfrMyNOcCaxS4dy/qKNcEENbsNtFy4gavIEo/vWMLms4zWdgIEd5hs+kbpQbPbRJWB2Qwpmf1k97wY33aZ9kB3Y29WnXmgoc+ulYH3eNDCzcqwlVq1mTu2r/xIb1AMzBe3HQIjzZGiODCMZpZ9OtNAX1HGnQsQPEsMHtHWVS7y4+WtLw/G47TCq+Fq25lJ2jgfAKUGHBykTpNV00DqjeDVzxQeEg==", - "block_count":8 + "proof": "eMLBLyTbqNhFPK6LV96ykmkbLiw3iNgdWFYsrnXmDi2uTmknYgVD6QBRqBqjmPlmC8YT36BY7JSBynEjLH4JC/zYM2FwZsdXiZTZ0GPc+XVJjVVO9nYpOc9Ru/wIID8Tg/0ugION4jqdK09LyRt0vlUua8nGtBPZJ1BayUth1CqQk3fC7rpMulO3TUA563fWf73I217EaWsiu6/VHTeIEEUFCHaZnciC6BC6ql779X1wNX0vZgyDNElLPex/4U0h68oppcxrCFOVrUQIH1rbJo0kAzahbkWXwrR+TAGU7gPte9jm6+dpTA90lHfFvPK8XyU1oN+y6SRS4layIPT9DKY5zM4kT6vLTO137BpIo/a/0CBVF1rkyDwxETn+pzsPoTE/ITTLIzJmJ6qYu7IcdvwPUGRwC+9ZPbHSpqr9Ewb5/hqufPuke9kM75Ra9Gxflz19X+89qujCbpJ5pc/FKbqsmh6KYkRujd7SDwGOY7ESrpdxXBLz/W07q/Bb+f4YOU5SuUiYypJNAol+XMYzp+r/4aohbmRWATnVQwleGxnf2yQTS1yunGKNTFs+rzu1ekJgmR1T4aRb22shf409LKaUNsy+KMnU12Z2DX2xPQyfcHxwUDVHOe9shDDFoYMfoaUTup1McgKzHkZE+pEvHZUHTvy52RBXL500d/R5cgQWxBFfbh490+vn+A9X0sQOmZENRtTFk5+zZhfZL3tbG9qoae+x9AIak8A4ylKKwe+Lmml3erApJisKo9Aa9UULDuUW3/yaT0RlIdSMGWurmfkB8xQNX8Muza9vGGMr4BYByckuMrbPmrVHrowu5PmXNfbv69fz338J57t+unc7Dp58r+Um8EDFAJfn4H3+nEu0geF6O6ymrqqxV5jOLCUZUgd7Vf2iROhz9ouNiqHZHIBxNKya2vZvGGXD+RgLjggwmOZ2CtXcAPlkmTHsHzU/DGfrbigHLvaHEsnfWQd7EhfoliyjHnVHrj9Vds8EiD7TFbDzXqZMdM9+HatJLeYtw4fFrDRz9xxay/cEGZxIg+Phyv9iOY9fGs5KmCeNaR1+fSN6YLbrrhK0ouCgOhaib8xU3mbbkaSNZtXYx0M4Evj6FQt41cSV3kaRE6AzDvLaeExceKrdAs0OYoI5OCAITThTZL5qvQX1QqOsyiL08p95RKoyadqxv/3JR1OeYBEWtvqbWrjrKHAJ8l9Ov+q4e8WUSNWmkWHgYOcW5ExyLsjiOOCMr6hOQYmtrr/m0vmAjAl9fyYiZR4x63E0Vtkgx4FZdcUtil9LtYrpqXgijWjGghksNkJ1jgPBMoDC4xq+nilC6sboRXrnQV4Ih8jufH+4stpgoUVYW/ryvXbSEgZ/rSFGmHGgt1hZ5u+NzTktH1P3Sb0bA+cnwHubOIEuXru9Y5VtOy3vjBiA58g76pn63rgbPT53oP0SL1+TmySQ6RGNxBhVJZMqvIJb6xO0qIupzR03k4eP0q+UYIEjFC0Rq1mjAZFBYjBb05fdihTMDFf/rtHQdbwiy3L+WgAAxMGujo66YYu6PPtud9a4c7B97PgHyscVPohGppCi/xF3JiOZttednblitsWPP8yyZ5czSz22HSkJM74va5tUDFqu0nMaOEPMn3CAIHNn4ZViDhAD6MUmZYkLSsL1JhwLaZbYwhvc54qdki9J7T3t6wxA+l0ML3gFpcIK9WLbFRpOCPPPuxzc1kdtJw9DC+KAskbgXTkLyrAl0aMW6ipNDDLyCmgyFl2qDVmKCTD4T46rQ9PHvcMlBbC7mOEDkiwj1eTYSkC8aYTfFCt0rc5aEzXEWzBImKOZvexdGG2biAdvIPp/4CViz7BuroExFqNKpfWlIOT5v2f3E5nNocLMEvShdt1ySVVG0LowFgYxjYzsX18/1InhAUDA4OWDpH0LI6sk/4bbq4dvwLTwHURN+q1jBakvR7anhAFFFo27ZS5Cb2e5k90CHfs5I8ehJjz/9yUpFOckNfIEYWW9T9WBFxQMyL2lJ6TDWdxxZLy6eNlgQDunhcfjxUoOWahLvvQYZY1hNR6/c2R1kxIP6dSjYgssewK11FEemLPuOzbjlinUaOkeBksnvNECRc4VAM6IthuY/SY4T5e8V/2u85eqBROShGb2QfQMfbF4FcBJMinHyWJRLT5UB/Na9opAsZItGy1u96/D1/6EOcn8Z6lyQbu736FOPSRf3eQPI578CwUInEgqB5ZUaAB77zHF2138h1xHYAhVlySWKBVyKrXSFY5qaPG356v1T1k7BM+loaF48UOOUrxXtsFyvWTBwm0q1s93j166FEDfDwG6eKEK9F7eV2F3p7CO8RbOjmuwjAj7If5Crfg76gOPFj+vc4acJA0FC+nQmOzU7LPI+2ONDQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADh+QtTNlSNrNJQKPAn4PeSG/u9p+BOFMgVdwJsaKQfLwGSOAJ3aA3u8mpen/LvKmbppaTA3II29uZ9Sf4qLLEDGy/NSGF7Jr9hwIMlEs8wsI8VKFMloKtgMJPMOkVMcQRRJ8auCnJwZTsszQmN6GwdfjwjA3F+PNkJdGdOdtC4DGPTfBJD1XT/6lsCcxpUMjjUJL2GGDg2KKqj/foikFwGDY/G1MNR16YCr/35pZj27RCl78ily4eljlK6AvtFPyLQOAC/vFzEo4TZS5BqWoISAomvpgFA5WazeZMZWKLaDmhxumVDTuLIM8BtpATvWoBg4A3as5+cAuVnGA5r0Ysv9d65phusFz4Pfdg1SKg9Nao2gKnBE2KUcCq1MQGm7wQlKY9BInDW36KQlDZYUbby+IfPYobTPiltz/b9zC4TKSZSOYbIaQNq65n+56dJOapmzByKXVnGmIuzX+7PsTwcwQf0Gk3bPriXCFokdaWDdhWlKP5GS8nWtxNymIn7oSB5RyokHx+ePT7DWKZtuZ2zmSs7iKzh2GzFTdsrtMV9BV8YOf+UE4eWLMXYPxG/WM3B3uecjsYBv/cFYEIa64ITlBAYYackqF37H3w7XOAOzlq7foDhYeU+0l17qNB+tg2deQ7CwU12/vjL2wvkj89brUfbda/hoewROXtExHc/Ftm1Mmkn4hEVVpdwWerjraQF14vVvGrWp7Gm/aNGhn4HBsrTbf1Qt1+d5+jKogQQz2tQWwiFIKzN5ekNCZDQFRKtn84gM5Q3Tkr1TI5u2kLote7rAea++iRRtzQCalJwCeJutGWx44tiijM64bNAHTYyFh0jjH1Gtx5y9Csdz0or9h80e0pCjzp3+VAf7QQTPLnyPcrfTju2ej0OU5e8RCu3kpyUnkuiJJ1Rk2DEiXY9SN1g4poluzABMOw8bo5wLruRUNuZsOprRu1R/i4dg60MLI4AOvhAQVdtUp0Tb1Ye52bHalB6wv+Suhxyrmsg6XDi/hYOk34jSyFE0Y5u1RBBOQbZNZfbU7awIgwf1Zbw5iedaDf85Gvga0c+dUUbCyELrvdpsEFvYLUPLTxw2CFnApm9mhgoQxmouFLpEVAoUPBIZY4h+nSTWAY0hFyLDn8mzzERhA06puX8vr+ppho8oESVPpQdA/7ROaH+qWn6IXqFnPD8ZaINX7xkQ1ZlHmBrX4bOS3oAIWP13dtiZ2UFnT//gIOt0A7yN/D5KpoWY8EvFH9KU1NiH9Wg/PFE8NCRFrgr4E+d8MGreU0+ngiBDIdigQ1KaI/PNC3IjSmafb7YZKtTbG9ATJ2ymQJCDTygRJU+lB0D/tE5of6pafoheoWc8Pxlog1fvGRDVmUeAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA70CGAq23UEDTkBzmcqP9i7z8TwPECQ5/qApIZHKokKe4y9+jWy8XtpBAEHtKIiu+dDCW4iGn1Zq9byXO8oCoOLaV7QRHOvbShUSW1lSFG1fSMWjFBADqm5/+DFRmUSQQ9QJmO4sifnCOGD/bxXzutKPmUC7Vtmb3QTnvI22NgB01LFs4oP2CLa90skkpUh5xBbawWkIGMhIaICXJBPXIIG0OBSLtkkqo7BSOtJf8Vvgh7lQoxqnDKxpk9+4aNDCC6n0MWc+A08LIh83z+UfYEN75Bjje7pUjrqHMkrCmELF4o1coMu0Ugll40dhvTmE1ahi4x4CTxXv/X6oG2yPcfsIdaNDe9QaTESZ8tg7Sk27wRKokPx0CsXUKvZZBKziVpPWighJRaFT2kA1RO/Fpdt2riVSZwoHF6ocljZ1wZAWE2Tv68TZsKSndL4Y0xO41xVblJOIX384o/GWxQv5MA73JRvsd7zmDiOhr1cv7gZB4mLeAO8PjWFLOEZNZ7lh49liaPhrKzcOURpacRhsYPmEy3zhGQ9Zc6dqGKvvsiHooPrB/nSmmBELfRV6ljM1z8DnDRPkgA/og+uIdoxk0O2JYJjDLQcCD+m67FUt6hMU/j2fAWPBagHAgo+T/SyRGbGNIHq9K64lwtF8S0IMZyFDs1K7+DYPDlJ6A8x0oMF5MJHl1QNtqR/M7rS0diVnmaCcvwZVcXSnTr5j1LfOEPwkCFqn03xcbhh9h+XfgScsdjsyeZuv9YOGxH1k60pxGZc+sFAIxm0hwjumUAGFomfDLtTQRYPiwLyhxLPfgnFLrfWtQnfB6MTqgdiG4DizXAVWJ/R9ZqqaIFX2IEExYVJj8Dq1Cxqvgm19djCWWZ/F0qW8vzwlxaxjcwHxutCB9wDZva+rhxJrfHOwCnXbqOBz9jdWynu12kDrM6lnZ2KGeEcUaBggzYhmA/uDNazBcxLH0rVN0CATk2Sf564hcGM/ShmjoGbmq8LwFSGERxfsxX4KTbThGsuGq8Q82gYyRXlxjrQACK4PhAiVg2jyq7MvatyzOnsbPNDrhzBz3vKMEuenjsz3zFGq8NQM5+/DmhpOgliwjvFYxUwFCgKT0cLdI1HV56q4bEtTcl1dlNLfMxvCUoPGweQ0HXrAjG2A8rlojbxawmApy+VeO9+i4vbV3aJagN1MXvJ/OfGHBqL9W0wWVUmydc90wVY9sNLogEwD2FQiI1kG8rDWrMZhwkcpBzOVc0YJkJ/MsxOE5Kwvo1sayxhzDUHH2ULJnevQPSzjm3I3KAeyvK+P7MElkDbrNhdBGLfQFVgFz5f20xHOS1zEzyqcDUF0mb/40T8Q3imEaWAz74MtQhe+RY+mgBidoUTPJHISdBWYZDlk0wUwVhueG8nDaJxS/cF/ab7iYOspHL5GpycNooWvd7hWnpoQKGDSWVlgFJXKVtqfAFAEsTqLI6oIEIdPJFV6Tw06b2KPVFNL8yr1c5KgIXlLkXYgJj8xwr1oymF9xLx6lx+ApiT8JOlhzNJ/J86BlLBg3mC6lgKCRkOzNCCNyLwe0nLWfi55kokhKHRUQQEZgkAAIT+j6dba6Uya9pkbIw7Ki0P/vF911+O0P0opPOABAZEmRBBCFgsM/sq8ZJ03KifS6UrPRbK/OJMAMMNxIN3x70vPj6wMq0id/N6RheX1NSHqTbZ/jtpmg2KYdvUIoiBuZj/tH53AowL+Gb7aDmI3+Z8ij26y25OFzPxCAt0wscDEbGaHwazjtFjiTmwDn5toVo2MdvW4PUZe80t2P5WByfAKtwTGntH1X7EIBsX/BlbmfDjFQynT570pLjhDu/GpuCPucxHIJld43K+hOFypq9Z1hxQgTbnsuxAL//9WgC1I2FDE+LNj24pYuQfMc7MnFPwM/qZxKIOoLkDy+D8xr2QmRUHq0EOAeB7EYONZsGgpiEOE0dgR2mA2nnQH/bDetAKfr3ygHgo7vQn2F0lozHmD5U8vWF1zeKl42VPH0MgPsqL41+GQP1hE29reu2ayLDE4y0nS786nljlCzHBSG4U6N2YNKNPDU1mtIBHFnXIAyF1SFieW3SyWJqgfIxIOzs1CDGtDtOG5fb8vQ14RAyV5YlRhnUwVD49xNqZGgOchFTc9TB2V95VwWJKjVHuCp/JvgudcWbrAdvFsV5LxY391tqBpHwoz+N+k8H+AfYpLIVgDTiypgYjnoVOAR9IIfGWa9RclRDLsJG8FYO9hGUpTLH/zdzn8A4eq8xsgAw9sxa1ty7CSJXf13PJSe+ZKQjYLezoeePJdJWZHntOSY=", + "instance": "W1tbWzI1MSwyMTEsMjM0LDE3NywyNTQsMTU0LDIyOSwyNDYsMTMyLDcxLDE3NywxNzIsMTE3LDExOCw5MCwxOTMsMTA4LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXSxbMTIyLDMwLDIxNCw2Miw2MSw1NCwxLDEzNiwxOTYsMjI5LDQ0LDU2LDIzOSw3NiwxOCwwLDAsMSwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsxNjMsMTk1LDI0OCwxOTgsMTMzLDE4MSwxNCw4Miw5NSwyMjYsOTEsMTc3LDU3LDIyLDExMywxMDMsMjM0LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXSxbMCw4MiwyMzYsMTAxLDc2LDQ3LDI0MywxNjMsNjUsMTUwLDQ4LDI0NiwyNywxMjUsMzcsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwXSxbOTgsNDcsNjQsMTI0LDE2NSw2NSwxMjYsMTUwLDg0LDEzMSwxOSwxNjAsMjAsODQsMjEyLDg3LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdLFsyNDMsMjIwLDI1Miw4MywxMzIsMTI0LDE0NiwxNDksMjQsMTUyLDIyMywxMjgsMTcwLDE5NywxMzAsMTU1LDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdXV1d", + "final_pair": "+9Pqsf6a5faER7GsdXZawWx6HtY+PTYBiMTlLDjvTBL/42WtdnOEUhx+phy8yk3/M61KvuFLyM1Kl2gr6D4vIqPD+MaFtQ5SX+JbsTkWcWfqAFLsZUwv86NBljD2G30lOsOLxkUTNrM4sp8wgS1DcMSwT9fNTFdREyOaZaPfRhdiL0B8pUF+llSDE6AUVNRXAAAAAAAAAAAAAAAAAAAAAPPc/FOEfJKVGJjfgKrFgpsAAAAAAAAAAAAAAAAAAAAA", + "vk": "AAAAGgAAABH9/OFWDpEy1gERZXIE4NiQJfqGepH1E9jxmHPle7ORlCCj+iIkcCSRprFxz8yqSgnNn9rFxG2yJ1VKEqK7EzCJFqYzOJ+xXUaVQhpiPi0cE+WEhbhiDH8nopkzZ4WwmpYu9iFAqBNLmP9ZQGacUlJX4th//36YOGHlf3yW4vgtJ5Khs9Kj/LTVPyYQ2oMr3eHBssc6K2HlWkGa4qcaxhSEnz8o5rg5fUXcmr6/NY0H4gmhOq3lPAbc9MYkZIqkkYwAiToRvZHmw7jhQAlHL00PVFX6DR4wi1H4yK53Ql2Fi1HkIzBrMANYvESJGhZa6iUYmU1WrZoLxH0aVaDJh8kDBpCj3dOq3Bfw1piF6SLlmbbIjONQ9lftrlqyHTK2hQGN7i2AiVIGHRiKdSpAjY2lOa7gOWgLOX4SGiqxZTDFLdUJgzbomaDJGSQ86Fw3C33MbCNKYxQy3d9K5oUQmp2vM/EdYtc1SRxS/aIFqLVyjsKg2+snK5VQ0OuuZRsqURvct/AR8lnRxZnRD3d5zBbIzCVds3rlPvy7CrgxCNf8Cykg3ozUG5wxpwNPSX2eETd38Pc5yAHhFICHO/pScd+BC9XGFsEtBR73jS5H5X7XIXtAkCUgu/wekcfZ5G0DyyhQEEMHNwhsSsoQMleUa7hmG37LuZTOxJ6H8d72lKG+iNy38BHyWdHFmdEPd3nMFsjMJV2zeuU+/LsKuDEI1/wLayfqPjGQD92YB2Z3m0ISA7yHdHaYj7cKxXFvuHo5uydp0WStUgQBnQc5evrT/GNHYMjbKE1oZMzUdCjgZrhvmzhXHXCSP5yOeenPWasXyrTIKQujY8hJ7DmEkev6kwyh1rRefQNh1h/+euPtteJdsIGTY9BRqQkIq3olcv4aLAd/jYCkSikQtZHA8Ny/meNYZUx66YnzbMEYgprzhHkPgR5nL0109GfTSPstgMWc7UXfC1/SnJx+G01Bn+PQE5QC", + "block_count": 1 } \ No newline at end of file diff --git a/coordinator/assets/agg_vk b/coordinator/assets/agg_vk index 203659d5a51f2ed167ed823b345e654453c090ab..e850c133fe99b0196eb22ec44b1ed128e5fc6317 100644 GIT binary patch delta 644 zcmV-~0(<@71?UBT0000Q0000H{rurp4v{j}0TE?#1mM_^CHjVXk@XYU@tAYvd$W<0 zAfx&sByc2=rm=C)%&JNW&7a!E#BH)CRZ0?~yAv>p7N#>epRrv=l|mX~J}n#*<%ET} zVhn#LqM0*ig|M2IF7_cns1r+=|5-q0oKjL(;@E%xewa9aVdZ~(mg4v=Cz7GF(xd#e z)juW>+Jh_I;lZ-UIxAu2T0xrPry9l-gr7es=D0b1MckUczcq~q;t8QTt>ruh-1NpI zWQwGbi~xx`5xtS-!?@u<2}dtY4^&n94IVIyQTWKNcS2o-i&5kwFl#UaSiD4u8WvjW zB^a4aR;`*!3&edIRiMd-$pZ$EqutZ0+!yfHn1$&g<(am~jN?%DSM9D^vK=zEg#nH3 zEr5wq1|1lRbt*uOjiouR;5lduIerovDzRlS#VwOS0U#hV@f~8#k)RDp4DgfB_&NDIngA)Ek^Jrvpz(eV!3FckuT)$N}LLfQLK!QgPpb zlfVHWAW#rP2R8_8O3Dy2SCnhGW*dIXxs=Yto`>OL`$58apt zW_O!H5(B)4bat4Jw+h8^Z@79nyC-SUWUW#J0i6dqdivA+V@F`f+bB(FWX#lbDBxze zZ<{z*9dMFAoQ`?v&snP%%CyKS3!`JmN$fd~3 e^k>sZ`z?UQob5&53t!TloPHZkL7(H$6O;nH#xQ39 delta 636 zcmV-?0)zeN1>gmLW0)7CS#<94FewF1%(fEi%IQsR?jOpNqgr_$FczwJRl&P5D6* zZ$=CuCsCcWIAciK78GKtX@}!^VxD^N*W7k!{N}wic?8IR6_!4;Q9gsCB+|wM^>={= zdDfoOE;ZaA{cUEC2TD1QqP1(d);hym>Fn?#9bSbNx)ar_Zx5%i_=+-ku$kall0$&j zAtjQ{%L#p+p;;fvbzd7K_<$F!djdUip^tZcpDxo7kz|Y66>Rj1vo$ACMCG1q`#ni` z=igiKNd^f*@Dz@yl0gEyH?AVUx67Mz4_~-d%L?&QS3v%y=XqOCjHNa4kj+CQEpB5x zKvdGqVTnUS3d4u6yF|>_R9K|dWSf&n0U#h<4cpQEC70&tjAaz0neGk4^cZc>4*F=L z@&=d=U@jPwhyfrV0UOPHW~jvT#_9q&_@>vM1f1|Jq^1Y!OT97#TH9DBlgI%eAW?8_ zjc^QXNN#MPoh9OT(L`52Lq{Zg$eIC-Cmm`#9+QXxAb-7K8AHNh`=*7X(F%0v%b7aa z`jjO0^YF=xeo)`6%#As~n#C?1%le8n!2~tC4YXXifvd<8kMCH*=Ch2}b^-)T9HdT@RntJ~jo{VK6dn?BYBy#8 diff --git a/roller/README.md b/roller/README.md index f3ec226423..3c0966ba7f 100644 --- a/roller/README.md +++ b/roller/README.md @@ -8,6 +8,7 @@ make clean && make roller ## Start - Set environment variables ```shell +export CHAIN_ID=534353 # change to correct chain_id export RUST_MIN_STACK=100000000 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./prover/lib:/usr/local/cuda/ # cuda only for GPU machine ``` diff --git a/roller/assets/traces/01.json b/roller/assets/traces/01.json deleted file mode 100644 index 4ddc018771..0000000000 --- a/roller/assets/traces/01.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "coinbase": { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "header": { - "parentHash": "0xde613062d01fdfb97065e60ac4bc0da9118e80c1e394007b68dafa542e043d53", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x1", - "number": "0x1", - "gasLimit": "0x37f94131", - "gasUsed": "0x0", - "timestamp": "0x63808894", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e75780000000000002e12fa7e17d64b31990ba42a4c726fc620c51ff9be07c1e151ee909f9a43329d0853a8902b60e94da9f3979fb91dec57022b8962c146e3c265c6b4eecc282d0600", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x342770c0", - "hash": "0xfa0235b7e860c08d5156a18c1f4d6fd89eed8202de7f3043bd10d46a4bb3f8c4" - }, - "transactions": [], - "storageTrace": { - "rootBefore": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "rootAfter": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "proofs": { - "0x7157F3b0AEe00adBe3D8B6609edA9480E141065a": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - }, - "executionResults": [] -} diff --git a/roller/assets/traces/02.json b/roller/assets/traces/02.json deleted file mode 100644 index fb165420bf..0000000000 --- a/roller/assets/traces/02.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "coinbase": { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "nonce": 0, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "header": { - "parentHash": "0xfa0235b7e860c08d5156a18c1f4d6fd89eed8202de7f3043bd10d46a4bb3f8c4", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x2", - "gasLimit": "0x37eb42e2", - "gasUsed": "0x0", - "timestamp": "0x63808897", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e75780000000000008c3d2a4a86b50b40f9651690270aac1bbb5c9ccba9f8fe199a4d55bd773a88296557a19219888f3019477369c8ef6e544e9bfa2411fbac16563c89826356810a00", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x2da282a8", - "hash": "0x74a0c485b46c9a2817dbc633c8afafca4552dbd8781e5d9510e274b571eae422" - }, - "transactions": [], - "storageTrace": { - "rootBefore": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "rootAfter": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "proofs": { - "0xCB733b0fd0186FF37e7f717a0889AfFF71DdE477": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - }, - "executionResults": [] -} diff --git a/roller/assets/traces/03.json b/roller/assets/traces/03.json deleted file mode 100644 index e06c6ca090..0000000000 --- a/roller/assets/traces/03.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "coinbase": { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "header": { - "parentHash": "0x74a0c485b46c9a2817dbc633c8afafca4552dbd8781e5d9510e274b571eae422", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x3", - "gasLimit": "0x37dd4813", - "gasUsed": "0x0", - "timestamp": "0x6380889a", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e7578000000000000ec9f6fafe9ec47577b0fac5d63f6abb19bb69c071ca7b21d3b7f014a60ccf5fb3507c3a3c4cf2c1159533f2081a9db54f55831c6a31d652c0ff9ff75ca4d081100", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x27ee3253", - "hash": "0x33292f2ec508af712c7f98dc3799021b4a3391dfa6456ef8041f8aa1556c1bc0" - }, - "transactions": [], - "storageTrace": { - "rootBefore": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "rootAfter": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "proofs": { - "0x7157F3b0AEe00adBe3D8B6609edA9480E141065a": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - }, - "executionResults": [] -} diff --git a/roller/assets/traces/04.json b/roller/assets/traces/04.json deleted file mode 100644 index 12ddcf78d3..0000000000 --- a/roller/assets/traces/04.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "coinbase": { - "address": "0xadf5218f7ca8c80d90ff63af5fef486af57c2096", - "nonce": 0, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "header": { - "parentHash": "0x33292f2ec508af712c7f98dc3799021b4a3391dfa6456ef8041f8aa1556c1bc0", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x4", - "gasLimit": "0x37cf50c2", - "gasUsed": "0x0", - "timestamp": "0x6380889d", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e75780000000000006c7674d5a049e0d4e5d884745f98b17df096eb9814ce788e232bb55976ebba271a3b59cf5e5c69eeb08cb6679453e05ccc4f6279d023beb0e392816c16b113df00", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x22f06c09", - "hash": "0x4b1fb45bfaa6e7662cb1331312f10575997b976bbd772332681a9a005adfc329" - }, - "transactions": [], - "storageTrace": { - "rootBefore": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "rootAfter": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "proofs": { - "0xadf5218f7ca8C80d90Ff63af5FEF486Af57C2096": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - }, - "executionResults": [] -} diff --git a/roller/assets/traces/05.json b/roller/assets/traces/05.json deleted file mode 100644 index de912ab891..0000000000 --- a/roller/assets/traces/05.json +++ /dev/null @@ -1,5366 +0,0 @@ -{ - "coinbase": { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "nonce": 0, - "balance": "0x23e24ea5fa3328", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "header": { - "parentHash": "0x4b1fb45bfaa6e7662cb1331312f10575997b976bbd772332681a9a005adfc329", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x1645a16a1e08115622a9b1c1668520c3a52823e74d1ec67df5908094f6a304e9", - "transactionsRoot": "0x4060958a7b16d1382f8a753a21490a5ff437a8b196ce1147af796f981b338aa6", - "receiptsRoot": "0x9906c016720393f9fb438e04a2b30eeacdf3dbe6c83f39e6fd78a0fbe440bbdd", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x5", - "gasLimit": "0x37c15cef", - "gasUsed": "0x7e8ab", - "timestamp": "0x6380893c", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e7578000000000000b6cd07148570cf0550208d84fef2c7ba721cf4fb16a12357c396f03cbd02390169e26dc8a3dfb6897fcdaaaad611381fe309c8c41af6a18991327480074e69c101", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x1e925e88", - "hash": "0xb03a292022ac698af663eede1ae4e25a1e77385dea274b2bec867efac91dd803" - }, - "transactions": [ - { - "type": 0, - "nonce": 0, - "txHash": "0x3c0d31720a81abe31a97d49cd76a929d63d7a442a3725a488f4008867491ffc1", - "gas": 518315, - "gasPrice": "0x4a817c800", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x60c0604052600d60808190526c2bb930b83832b21022ba3432b960991b60a090815261002e916000919061007a565b50604080518082019091526004808252630ae8aa8960e31b602090920191825261005a9160019161007a565b506002805460ff1916601217905534801561007457600080fd5b5061014e565b82805461008690610113565b90600052602060002090601f0160209004810192826100a857600085556100ee565b82601f106100c157805160ff19168380011785556100ee565b828001600101855582156100ee579182015b828111156100ee5782518255916020019190600101906100d3565b506100fa9291506100fe565b5090565b5b808211156100fa57600081556001016100ff565b600181811c9082168061012757607f821691505b6020821081141561014857634e487b7160e01b600052602260045260246000fd5b50919050565b61071d8061015d6000396000f3fe6080604052600436106100a05760003560e01c8063313ce56711610064578063313ce5671461016c57806370a082311461019857806395d89b41146101c5578063a9059cbb146101da578063d0e30db0146101fa578063dd62ed3e1461020257600080fd5b806306fdde03146100b4578063095ea7b3146100df57806318160ddd1461010f57806323b872dd1461012c5780632e1a7d4d1461014c57600080fd5b366100af576100ad61023a565b005b600080fd5b3480156100c057600080fd5b506100c9610288565b6040516100d6919061056e565b60405180910390f35b3480156100eb57600080fd5b506100ff6100fa3660046105df565b610316565b60405190151581526020016100d6565b34801561011b57600080fd5b50475b6040519081526020016100d6565b34801561013857600080fd5b506100ff610147366004610609565b610382565b34801561015857600080fd5b506100ad610167366004610645565b6104b9565b34801561017857600080fd5b506002546101869060ff1681565b60405160ff90911681526020016100d6565b3480156101a457600080fd5b5061011e6101b336600461065e565b60036020526000908152604090205481565b3480156101d157600080fd5b506100c961054d565b3480156101e657600080fd5b506100ff6101f53660046105df565b61055a565b6100ad61023a565b34801561020e57600080fd5b5061011e61021d366004610679565b600460209081526000928352604080842090915290825290205481565b3360008181526003602090815260409182902080543490810190915591519182527fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c910160405180910390a2565b60008054610295906106ac565b80601f01602080910402602001604051908101604052809291908181526020018280546102c1906106ac565b801561030e5780601f106102e35761010080835404028352916020019161030e565b820191906000526020600020905b8154815290600101906020018083116102f157829003601f168201915b505050505081565b3360008181526004602090815260408083206001600160a01b038716808552925280832085905551919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906103719086815260200190565b60405180910390a350600192915050565b6001600160a01b0383166000908152600360205260408120548211156103a757600080fd5b6001600160a01b03841633148015906103e557506001600160a01b038416600090815260046020908152604080832033845290915290205460001914155b15610445576001600160a01b038416600090815260046020908152604080832033845290915290205482111561041a57600080fd5b6001600160a01b03841660009081526004602090815260408083203384529091529020805483900390555b6001600160a01b03808516600081815260036020526040808220805487900390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906104a79086815260200190565b60405180910390a35060019392505050565b336000908152600360205260409020548111156104d557600080fd5b33600081815260036020526040808220805485900390555183156108fc0291849190818181858888f19350505050158015610514573d6000803e3d6000fd5b5060405181815233907f7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b659060200160405180910390a250565b60018054610295906106ac565b6000610567338484610382565b9392505050565b600060208083528351808285015260005b8181101561059b5785810183015185820160400152820161057f565b818111156105ad576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146105da57600080fd5b919050565b600080604083850312156105f257600080fd5b6105fb836105c3565b946020939093013593505050565b60008060006060848603121561061e57600080fd5b610627846105c3565b9250610635602085016105c3565b9150604084013590509250925092565b60006020828403121561065757600080fd5b5035919050565b60006020828403121561067057600080fd5b610567826105c3565b6000806040838503121561068c57600080fd5b610695836105c3565b91506106a3602084016105c3565b90509250929050565b600181811c908216806106c057607f821691505b602082108114156106e157634e487b7160e01b600052602260045260246000fd5b5091905056fea264697066735822122075d6a822c45fa0142b55691ece4dec33feb5626be90714dd994d8235b01a4e7564736f6c634300080a0033", - "isCreate": true, - "v": "0xa3128e", - "r": "0xb3bf6c5d70fe82d17922cf66245fee9abec76199a267f7fa0b0d1768bf84dff1", - "s": "0x37fd7dfc45b21145f319b8d91a3bc532cefe4087816c8799ca9840657d06dfed" - } - ], - "storageTrace": { - "rootBefore": "0x00b5b217bbb123cc3ba125a02c3e85168ef125844d17f5190d0dfca3c847f5e8", - "rootAfter": "0x1645a16a1e08115622a9b1c1668520c3a52823e74d1ec67df5908094f6a304e9", - "proofs": { - "0x222214dCc294B72E40d2F37111A1F966aaEfDbdd": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xCB733b0fd0186FF37e7f717a0889AfFF71DdE477": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xd98a852133bE69178d9EfDc168848684b1dEf608": [ - "0x0023817270d692108d3f2583c4fdddb93f05840da992233af555384642d2d480e02c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44100b0c36cf61ec8e8522dcac76c3418bff6e2cb91215e5c61fbc0ec735aff79a3a", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021e19e0c9bab2400000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "storageProofs": { - "0xd98a852133bE69178d9EfDc168848684b1dEf608": { - "0x0000000000000000000000000000000000000000000000000000000000000000": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0000000000000000000000000000000000000000000000000000000000000001": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0000000000000000000000000000000000000000000000000000000000000002": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - } - }, - "executionResults": [ - { - "gas": 518315, - "failed": false, - "returnValue": "6080604052600436106100a05760003560e01c8063313ce56711610064578063313ce5671461016c57806370a082311461019857806395d89b41146101c5578063a9059cbb146101da578063d0e30db0146101fa578063dd62ed3e1461020257600080fd5b806306fdde03146100b4578063095ea7b3146100df57806318160ddd1461010f57806323b872dd1461012c5780632e1a7d4d1461014c57600080fd5b366100af576100ad61023a565b005b600080fd5b3480156100c057600080fd5b506100c9610288565b6040516100d6919061056e565b60405180910390f35b3480156100eb57600080fd5b506100ff6100fa3660046105df565b610316565b60405190151581526020016100d6565b34801561011b57600080fd5b50475b6040519081526020016100d6565b34801561013857600080fd5b506100ff610147366004610609565b610382565b34801561015857600080fd5b506100ad610167366004610645565b6104b9565b34801561017857600080fd5b506002546101869060ff1681565b60405160ff90911681526020016100d6565b3480156101a457600080fd5b5061011e6101b336600461065e565b60036020526000908152604090205481565b3480156101d157600080fd5b506100c961054d565b3480156101e657600080fd5b506100ff6101f53660046105df565b61055a565b6100ad61023a565b34801561020e57600080fd5b5061011e61021d366004610679565b600460209081526000928352604080842090915290825290205481565b3360008181526003602090815260409182902080543490810190915591519182527fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c910160405180910390a2565b60008054610295906106ac565b80601f01602080910402602001604051908101604052809291908181526020018280546102c1906106ac565b801561030e5780601f106102e35761010080835404028352916020019161030e565b820191906000526020600020905b8154815290600101906020018083116102f157829003601f168201915b505050505081565b3360008181526004602090815260408083206001600160a01b038716808552925280832085905551919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906103719086815260200190565b60405180910390a350600192915050565b6001600160a01b0383166000908152600360205260408120548211156103a757600080fd5b6001600160a01b03841633148015906103e557506001600160a01b038416600090815260046020908152604080832033845290915290205460001914155b15610445576001600160a01b038416600090815260046020908152604080832033845290915290205482111561041a57600080fd5b6001600160a01b03841660009081526004602090815260408083203384529091529020805483900390555b6001600160a01b03808516600081815260036020526040808220805487900390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906104a79086815260200190565b60405180910390a35060019392505050565b336000908152600360205260409020548111156104d557600080fd5b33600081815260036020526040808220805485900390555183156108fc0291849190818181858888f19350505050158015610514573d6000803e3d6000fd5b5060405181815233907f7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b659060200160405180910390a250565b60018054610295906106ac565b6000610567338484610382565b9392505050565b600060208083528351808285015260005b8181101561059b5785810183015185820160400152820161057f565b818111156105ad576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146105da57600080fd5b919050565b600080604083850312156105f257600080fd5b6105fb836105c3565b946020939093013593505050565b60008060006060848603121561061e57600080fd5b610627846105c3565b9250610635602085016105c3565b9150604084013590509250925092565b60006020828403121561065757600080fd5b5035919050565b60006020828403121561067057600080fd5b610567826105c3565b6000806040838503121561068c57600080fd5b610695836105c3565b91506106a3602084016105c3565b90509250929050565b600181811c908216806106c057607f821691505b602082108114156106e157634e487b7160e01b600052602260045260246000fd5b5091905056fea264697066735822122075d6a822c45fa0142b55691ece4dec33feb5626be90714dd994d8235b01a4e7564736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 0, - "balance": "0x21e19e0c9bab2400000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 1, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "nonce": 0, - "balance": "0x23e24ea5fa3328", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x60c0604052600d60808190526c2bb930b83832b21022ba3432b960991b60a090815261002e916000919061007a565b50604080518082019091526004808252630ae8aa8960e31b602090920191825261005a9160019161007a565b506002805460ff1916601217905534801561007457600080fd5b5061014e565b82805461008690610113565b90600052602060002090601f0160209004810192826100a857600085556100ee565b82601f106100c157805160ff19168380011785556100ee565b828001600101855582156100ee579182015b828111156100ee5782518255916020019190600101906100d3565b506100fa9291506100fe565b5090565b5b808211156100fa57600081556001016100ff565b600181811c9082168061012757607f821691505b6020821081141561014857634e487b7160e01b600052602260045260246000fd5b50919050565b61071d8061015d6000396000f3fe6080604052600436106100a05760003560e01c8063313ce56711610064578063313ce5671461016c57806370a082311461019857806395d89b41146101c5578063a9059cbb146101da578063d0e30db0146101fa578063dd62ed3e1461020257600080fd5b806306fdde03146100b4578063095ea7b3146100df57806318160ddd1461010f57806323b872dd1461012c5780632e1a7d4d1461014c57600080fd5b366100af576100ad61023a565b005b600080fd5b3480156100c057600080fd5b506100c9610288565b6040516100d6919061056e565b60405180910390f35b3480156100eb57600080fd5b506100ff6100fa3660046105df565b610316565b60405190151581526020016100d6565b34801561011b57600080fd5b50475b6040519081526020016100d6565b34801561013857600080fd5b506100ff610147366004610609565b610382565b34801561015857600080fd5b506100ad610167366004610645565b6104b9565b34801561017857600080fd5b506002546101869060ff1681565b60405160ff90911681526020016100d6565b3480156101a457600080fd5b5061011e6101b336600461065e565b60036020526000908152604090205481565b3480156101d157600080fd5b506100c961054d565b3480156101e657600080fd5b506100ff6101f53660046105df565b61055a565b6100ad61023a565b34801561020e57600080fd5b5061011e61021d366004610679565b600460209081526000928352604080842090915290825290205481565b3360008181526003602090815260409182902080543490810190915591519182527fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c910160405180910390a2565b60008054610295906106ac565b80601f01602080910402602001604051908101604052809291908181526020018280546102c1906106ac565b801561030e5780601f106102e35761010080835404028352916020019161030e565b820191906000526020600020905b8154815290600101906020018083116102f157829003601f168201915b505050505081565b3360008181526004602090815260408083206001600160a01b038716808552925280832085905551919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906103719086815260200190565b60405180910390a350600192915050565b6001600160a01b0383166000908152600360205260408120548211156103a757600080fd5b6001600160a01b03841633148015906103e557506001600160a01b038416600090815260046020908152604080832033845290915290205460001914155b15610445576001600160a01b038416600090815260046020908152604080832033845290915290205482111561041a57600080fd5b6001600160a01b03841660009081526004602090815260408083203384529091529020805483900390555b6001600160a01b03808516600081815260036020526040808220805487900390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906104a79086815260200190565b60405180910390a35060019392505050565b336000908152600360205260409020548111156104d557600080fd5b33600081815260036020526040808220805485900390555183156108fc0291849190818181858888f19350505050158015610514573d6000803e3d6000fd5b5060405181815233907f7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b659060200160405180910390a250565b60018054610295906106ac565b6000610567338484610382565b9392505050565b600060208083528351808285015260005b8181101561059b5785810183015185820160400152820161057f565b818111156105ad576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146105da57600080fd5b919050565b600080604083850312156105f257600080fd5b6105fb836105c3565b946020939093013593505050565b60008060006060848603121561061e57600080fd5b610627846105c3565b9250610635602085016105c3565b9150604084013590509250925092565b60006020828403121561065757600080fd5b5035919050565b60006020828403121561067057600080fd5b610567826105c3565b6000806040838503121561068c57600080fd5b610695836105c3565b91506106a3602084016105c3565b90509250929050565b600181811c908216806106c057607f821691505b602082108114156106e157634e487b7160e01b600052602260045260246000fd5b5091905056fea264697066735822122075d6a822c45fa0142b55691ece4dec33feb5626be90714dd994d8235b01a4e7564736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 431831, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 431828, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 431825, - "gasCost": 12, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 5, - "op": "PUSH1", - "gas": 431813, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 7, - "op": "PUSH1", - "gas": 431810, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd" - ] - }, - { - "pc": 9, - "op": "DUP2", - "gas": 431807, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0x80" - ] - }, - { - "pc": 10, - "op": "SWAP1", - "gas": 431804, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0x80", - "0xd" - ] - }, - { - "pc": 11, - "op": "MSTORE", - "gas": 431801, - "gasCost": 9, - "depth": 1, - "stack": [ - "0xd", - "0xd", - "0x80" - ] - }, - { - "pc": 12, - "op": "PUSH13", - "gas": 431792, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd" - ] - }, - { - "pc": 26, - "op": "PUSH1", - "gas": 431789, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0x2bb930b83832b21022ba3432b9" - ] - }, - { - "pc": 28, - "op": "SHL", - "gas": 431786, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0x2bb930b83832b21022ba3432b9", - "0x99" - ] - }, - { - "pc": 29, - "op": "PUSH1", - "gas": 431783, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0x5772617070656420457468657200000000000000000000000000000000000000" - ] - }, - { - "pc": 31, - "op": "SWAP1", - "gas": 431780, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0xa0" - ] - }, - { - "pc": 32, - "op": "DUP2", - "gas": 431777, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000" - ] - }, - { - "pc": 33, - "op": "MSTORE", - "gas": 431774, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xd", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0xa0" - ] - }, - { - "pc": 34, - "op": "PUSH2", - "gas": 431768, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0xa0" - ] - }, - { - "pc": 37, - "op": "SWAP2", - "gas": 431765, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd", - "0xa0", - "0x2e" - ] - }, - { - "pc": 38, - "op": "PUSH1", - "gas": 431762, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0xa0", - "0xd" - ] - }, - { - "pc": 40, - "op": "SWAP2", - "gas": 431759, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0xa0", - "0xd", - "0x0" - ] - }, - { - "pc": 41, - "op": "SWAP1", - "gas": 431756, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xd", - "0xa0" - ] - }, - { - "pc": 42, - "op": "PUSH2", - "gas": 431753, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd" - ] - }, - { - "pc": 45, - "op": "JUMP", - "gas": 431750, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x7a" - ] - }, - { - "pc": 122, - "op": "JUMPDEST", - "gas": 431742, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 431741, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd" - ] - }, - { - "pc": 124, - "op": "DUP1", - "gas": 431738, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0" - ] - }, - { - "pc": 125, - "op": "SLOAD", - "gas": 431735, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 126, - "op": "PUSH2", - "gas": 429635, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0" - ] - }, - { - "pc": 129, - "op": "SWAP1", - "gas": 429632, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0", - "0x86" - ] - }, - { - "pc": 130, - "op": "PUSH2", - "gas": 429629, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0" - ] - }, - { - "pc": 133, - "op": "JUMP", - "gas": 429626, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x113" - ] - }, - { - "pc": 275, - "op": "JUMPDEST", - "gas": 429618, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0" - ] - }, - { - "pc": 276, - "op": "PUSH1", - "gas": 429617, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0" - ] - }, - { - "pc": 278, - "op": "DUP2", - "gas": 429614, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x1" - ] - }, - { - "pc": 279, - "op": "DUP2", - "gas": 429611, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 280, - "op": "SHR", - "gas": 429608, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x1", - "0x0", - "0x1" - ] - }, - { - "pc": 281, - "op": "SWAP1", - "gas": 429605, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 282, - "op": "DUP3", - "gas": 429602, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 283, - "op": "AND", - "gas": 429599, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 284, - "op": "DUP1", - "gas": 429596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 285, - "op": "PUSH2", - "gas": 429593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 288, - "op": "JUMPI", - "gas": 429590, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0", - "0x127" - ] - }, - { - "pc": 289, - "op": "PUSH1", - "gas": 429580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 291, - "op": "DUP3", - "gas": 429577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x7f" - ] - }, - { - "pc": 292, - "op": "AND", - "gas": 429574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x7f", - "0x0" - ] - }, - { - "pc": 293, - "op": "SWAP2", - "gas": 429571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 294, - "op": "POP", - "gas": 429568, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 295, - "op": "JUMPDEST", - "gas": 429566, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 296, - "op": "PUSH1", - "gas": 429565, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 298, - "op": "DUP3", - "gas": 429562, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 299, - "op": "LT", - "gas": 429559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x20", - "0x0" - ] - }, - { - "pc": 300, - "op": "DUP2", - "gas": 429556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 301, - "op": "EQ", - "gas": 429553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 302, - "op": "ISZERO", - "gas": 429550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 303, - "op": "PUSH2", - "gas": 429547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 306, - "op": "JUMPI", - "gas": 429544, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1", - "0x148" - ] - }, - { - "pc": 328, - "op": "JUMPDEST", - "gas": 429534, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 329, - "op": "POP", - "gas": 429533, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 330, - "op": "SWAP2", - "gas": 429531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x86", - "0x0", - "0x0" - ] - }, - { - "pc": 331, - "op": "SWAP1", - "gas": 429528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0", - "0x0", - "0x86" - ] - }, - { - "pc": 332, - "op": "POP", - "gas": 429525, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0", - "0x86", - "0x0" - ] - }, - { - "pc": 333, - "op": "JUMP", - "gas": 429523, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0", - "0x86" - ] - }, - { - "pc": 134, - "op": "JUMPDEST", - "gas": 429515, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0" - ] - }, - { - "pc": 135, - "op": "SWAP1", - "gas": 429514, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0" - ] - }, - { - "pc": 136, - "op": "PUSH1", - "gas": 429511, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0" - ] - }, - { - "pc": 138, - "op": "MSTORE", - "gas": 429508, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 429505, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0" - ] - }, - { - "pc": 141, - "op": "PUSH1", - "gas": 429502, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x20" - ] - }, - { - "pc": 143, - "op": "SHA3", - "gas": 429499, - "gasCost": 36, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x20", - "0x0" - ] - }, - { - "pc": 144, - "op": "SWAP1", - "gas": 429463, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 145, - "op": "PUSH1", - "gas": 429460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x0" - ] - }, - { - "pc": 147, - "op": "ADD", - "gas": 429457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x0", - "0x1f" - ] - }, - { - "pc": 148, - "op": "PUSH1", - "gas": 429454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x1f" - ] - }, - { - "pc": 150, - "op": "SWAP1", - "gas": 429451, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x1f", - "0x20" - ] - }, - { - "pc": 151, - "op": "DIV", - "gas": 429448, - "gasCost": 5, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x20", - "0x1f" - ] - }, - { - "pc": 152, - "op": "DUP2", - "gas": 429443, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x0" - ] - }, - { - "pc": 153, - "op": "ADD", - "gas": 429440, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 154, - "op": "SWAP3", - "gas": 429437, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xa0", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 155, - "op": "DUP3", - "gas": 429434, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 156, - "op": "PUSH2", - "gas": 429431, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0xd" - ] - }, - { - "pc": 159, - "op": "JUMPI", - "gas": 429428, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0xd", - "0xa8" - ] - }, - { - "pc": 168, - "op": "JUMPDEST", - "gas": 429418, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 169, - "op": "DUP3", - "gas": 429417, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 170, - "op": "PUSH1", - "gas": 429414, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0xd" - ] - }, - { - "pc": 172, - "op": "LT", - "gas": 429411, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0xd", - "0x1f" - ] - }, - { - "pc": 173, - "op": "PUSH2", - "gas": 429408, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x0" - ] - }, - { - "pc": 176, - "op": "JUMPI", - "gas": 429405, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x0", - "0xc1" - ] - }, - { - "pc": 177, - "op": "DUP1", - "gas": 429395, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 178, - "op": "MLOAD", - "gas": 429392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0xa0" - ] - }, - { - "pc": 179, - "op": "PUSH1", - "gas": 429389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000" - ] - }, - { - "pc": 181, - "op": "NOT", - "gas": 429386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0xff" - ] - }, - { - "pc": 182, - "op": "AND", - "gas": 429383, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" - ] - }, - { - "pc": 183, - "op": "DUP4", - "gas": 429380, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000" - ] - }, - { - "pc": 184, - "op": "DUP1", - "gas": 429377, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0xd" - ] - }, - { - "pc": 185, - "op": "ADD", - "gas": 429374, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0xd", - "0xd" - ] - }, - { - "pc": 186, - "op": "OR", - "gas": 429371, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x5772617070656420457468657200000000000000000000000000000000000000", - "0x1a" - ] - }, - { - "pc": 187, - "op": "DUP6", - "gas": 429368, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x577261707065642045746865720000000000000000000000000000000000001a" - ] - }, - { - "pc": 188, - "op": "SSTORE", - "gas": 429365, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0x577261707065642045746865720000000000000000000000000000000000001a", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x577261707065642045746865720000000000000000000000000000000000001a" - }, - "extraData": { - "proofList": [ - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 189, - "op": "PUSH2", - "gas": 409365, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 192, - "op": "JUMP", - "gas": 409362, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0", - "0xee" - ] - }, - { - "pc": 238, - "op": "JUMPDEST", - "gas": 409354, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 239, - "op": "POP", - "gas": 409353, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xa0" - ] - }, - { - "pc": 240, - "op": "PUSH2", - "gas": 409351, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 243, - "op": "SWAP3", - "gas": 409348, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xfa" - ] - }, - { - "pc": 244, - "op": "SWAP2", - "gas": 409345, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0xd", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 245, - "op": "POP", - "gas": 409342, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xd" - ] - }, - { - "pc": 246, - "op": "PUSH2", - "gas": 409340, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 249, - "op": "JUMP", - "gas": 409337, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xfe" - ] - }, - { - "pc": 254, - "op": "JUMPDEST", - "gas": 409329, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 255, - "op": "JUMPDEST", - "gas": 409328, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 256, - "op": "DUP1", - "gas": 409327, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 257, - "op": "DUP3", - "gas": 409324, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 258, - "op": "GT", - "gas": 409321, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 259, - "op": "ISZERO", - "gas": 409318, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x0" - ] - }, - { - "pc": 260, - "op": "PUSH2", - "gas": 409315, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x1" - ] - }, - { - "pc": 263, - "op": "JUMPI", - "gas": 409312, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x1", - "0xfa" - ] - }, - { - "pc": 250, - "op": "JUMPDEST", - "gas": 409302, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 251, - "op": "POP", - "gas": 409301, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 252, - "op": "SWAP1", - "gas": 409299, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0xfa", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 253, - "op": "JUMP", - "gas": 409296, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563", - "0xfa" - ] - }, - { - "pc": 250, - "op": "JUMPDEST", - "gas": 409288, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 251, - "op": "POP", - "gas": 409287, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x2e", - "0x0", - "0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563" - ] - }, - { - "pc": 252, - "op": "SWAP1", - "gas": 409285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2e", - "0x0" - ] - }, - { - "pc": 253, - "op": "JUMP", - "gas": 409282, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x0", - "0x2e" - ] - }, - { - "pc": 46, - "op": "JUMPDEST", - "gas": 409274, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 47, - "op": "POP", - "gas": 409273, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 48, - "op": "PUSH1", - "gas": 409271, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 50, - "op": "DUP1", - "gas": 409268, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 51, - "op": "MLOAD", - "gas": 409265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40", - "0x40" - ] - }, - { - "pc": 52, - "op": "DUP1", - "gas": 409262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40", - "0xc0" - ] - }, - { - "pc": 53, - "op": "DUP3", - "gas": 409259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40", - "0xc0", - "0xc0" - ] - }, - { - "pc": 54, - "op": "ADD", - "gas": 409256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40", - "0xc0", - "0xc0", - "0x40" - ] - }, - { - "pc": 55, - "op": "SWAP1", - "gas": 409253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40", - "0xc0", - "0x100" - ] - }, - { - "pc": 56, - "op": "SWAP2", - "gas": 409250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40", - "0x100", - "0xc0" - ] - }, - { - "pc": 57, - "op": "MSTORE", - "gas": 409247, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x100", - "0x40" - ] - }, - { - "pc": 58, - "op": "PUSH1", - "gas": 409244, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0" - ] - }, - { - "pc": 60, - "op": "DUP1", - "gas": 409241, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4" - ] - }, - { - "pc": 61, - "op": "DUP3", - "gas": 409238, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0x4" - ] - }, - { - "pc": 62, - "op": "MSTORE", - "gas": 409235, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0x4", - "0xc0" - ] - }, - { - "pc": 63, - "op": "PUSH4", - "gas": 409229, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4" - ] - }, - { - "pc": 68, - "op": "PUSH1", - "gas": 409226, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0xae8aa89" - ] - }, - { - "pc": 70, - "op": "SHL", - "gas": 409223, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0xae8aa89", - "0xe3" - ] - }, - { - "pc": 71, - "op": "PUSH1", - "gas": 409220, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0x5745544800000000000000000000000000000000000000000000000000000000" - ] - }, - { - "pc": 73, - "op": "SWAP1", - "gas": 409217, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0x20" - ] - }, - { - "pc": 74, - "op": "SWAP3", - "gas": 409214, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x4", - "0x20", - "0x5745544800000000000000000000000000000000000000000000000000000000" - ] - }, - { - "pc": 75, - "op": "ADD", - "gas": 409211, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0x4", - "0x20", - "0xc0" - ] - }, - { - "pc": 76, - "op": "SWAP2", - "gas": 409208, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0x4", - "0xe0" - ] - }, - { - "pc": 77, - "op": "DUP3", - "gas": 409205, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xe0", - "0x4", - "0x5745544800000000000000000000000000000000000000000000000000000000" - ] - }, - { - "pc": 78, - "op": "MSTORE", - "gas": 409202, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xe0", - "0x4", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0xe0" - ] - }, - { - "pc": 79, - "op": "PUSH2", - "gas": 409196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xe0", - "0x4" - ] - }, - { - "pc": 82, - "op": "SWAP2", - "gas": 409193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xe0", - "0x4", - "0x5a" - ] - }, - { - "pc": 83, - "op": "PUSH1", - "gas": 409190, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x4", - "0xe0" - ] - }, - { - "pc": 85, - "op": "SWAP2", - "gas": 409187, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x4", - "0xe0", - "0x1" - ] - }, - { - "pc": 86, - "op": "PUSH2", - "gas": 409184, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4" - ] - }, - { - "pc": 89, - "op": "JUMP", - "gas": 409181, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x7a" - ] - }, - { - "pc": 122, - "op": "JUMPDEST", - "gas": 409173, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 409172, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4" - ] - }, - { - "pc": 124, - "op": "DUP1", - "gas": 409169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1" - ] - }, - { - "pc": 125, - "op": "SLOAD", - "gas": 409166, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x1" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x577261707065642045746865720000000000000000000000000000000000001a", - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 126, - "op": "PUSH2", - "gas": 407066, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0" - ] - }, - { - "pc": 129, - "op": "SWAP1", - "gas": 407063, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0", - "0x86" - ] - }, - { - "pc": 130, - "op": "PUSH2", - "gas": 407060, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0" - ] - }, - { - "pc": 133, - "op": "JUMP", - "gas": 407057, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x113" - ] - }, - { - "pc": 275, - "op": "JUMPDEST", - "gas": 407049, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0" - ] - }, - { - "pc": 276, - "op": "PUSH1", - "gas": 407048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0" - ] - }, - { - "pc": 278, - "op": "DUP2", - "gas": 407045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x1" - ] - }, - { - "pc": 279, - "op": "DUP2", - "gas": 407042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 280, - "op": "SHR", - "gas": 407039, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x1", - "0x0", - "0x1" - ] - }, - { - "pc": 281, - "op": "SWAP1", - "gas": 407036, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 282, - "op": "DUP3", - "gas": 407033, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 283, - "op": "AND", - "gas": 407030, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 284, - "op": "DUP1", - "gas": 407027, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 285, - "op": "PUSH2", - "gas": 407024, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 288, - "op": "JUMPI", - "gas": 407021, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0", - "0x127" - ] - }, - { - "pc": 289, - "op": "PUSH1", - "gas": 407011, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 291, - "op": "DUP3", - "gas": 407008, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x7f" - ] - }, - { - "pc": 292, - "op": "AND", - "gas": 407005, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x7f", - "0x0" - ] - }, - { - "pc": 293, - "op": "SWAP2", - "gas": 407002, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 294, - "op": "POP", - "gas": 406999, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 295, - "op": "JUMPDEST", - "gas": 406997, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 296, - "op": "PUSH1", - "gas": 406996, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 298, - "op": "DUP3", - "gas": 406993, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 299, - "op": "LT", - "gas": 406990, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x20", - "0x0" - ] - }, - { - "pc": 300, - "op": "DUP2", - "gas": 406987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 301, - "op": "EQ", - "gas": 406984, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 302, - "op": "ISZERO", - "gas": 406981, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 303, - "op": "PUSH2", - "gas": 406978, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 306, - "op": "JUMPI", - "gas": 406975, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0", - "0x1", - "0x148" - ] - }, - { - "pc": 328, - "op": "JUMPDEST", - "gas": 406965, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 329, - "op": "POP", - "gas": 406964, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 330, - "op": "SWAP2", - "gas": 406962, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x86", - "0x0", - "0x0" - ] - }, - { - "pc": 331, - "op": "SWAP1", - "gas": 406959, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0", - "0x0", - "0x86" - ] - }, - { - "pc": 332, - "op": "POP", - "gas": 406956, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0", - "0x86", - "0x0" - ] - }, - { - "pc": 333, - "op": "JUMP", - "gas": 406954, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0", - "0x86" - ] - }, - { - "pc": 134, - "op": "JUMPDEST", - "gas": 406946, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0" - ] - }, - { - "pc": 135, - "op": "SWAP1", - "gas": 406945, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x1", - "0x0" - ] - }, - { - "pc": 136, - "op": "PUSH1", - "gas": 406942, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x0", - "0x1" - ] - }, - { - "pc": 138, - "op": "MSTORE", - "gas": 406939, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x0", - "0x1", - "0x0" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 406936, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x0" - ] - }, - { - "pc": 141, - "op": "PUSH1", - "gas": 406933, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x0", - "0x20" - ] - }, - { - "pc": 143, - "op": "SHA3", - "gas": 406930, - "gasCost": 36, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x0", - "0x20", - "0x0" - ] - }, - { - "pc": 144, - "op": "SWAP1", - "gas": 406894, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0x0", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 145, - "op": "PUSH1", - "gas": 406891, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x0" - ] - }, - { - "pc": 147, - "op": "ADD", - "gas": 406888, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x0", - "0x1f" - ] - }, - { - "pc": 148, - "op": "PUSH1", - "gas": 406885, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x1f" - ] - }, - { - "pc": 150, - "op": "SWAP1", - "gas": 406882, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x1f", - "0x20" - ] - }, - { - "pc": 151, - "op": "DIV", - "gas": 406879, - "gasCost": 5, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x20", - "0x1f" - ] - }, - { - "pc": 152, - "op": "DUP2", - "gas": 406874, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x0" - ] - }, - { - "pc": 153, - "op": "ADD", - "gas": 406871, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x0", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 154, - "op": "SWAP3", - "gas": 406868, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xe0", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 155, - "op": "DUP3", - "gas": 406865, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 156, - "op": "PUSH2", - "gas": 406862, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x4" - ] - }, - { - "pc": 159, - "op": "JUMPI", - "gas": 406859, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x4", - "0xa8" - ] - }, - { - "pc": 168, - "op": "JUMPDEST", - "gas": 406849, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 169, - "op": "DUP3", - "gas": 406848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 170, - "op": "PUSH1", - "gas": 406845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x4" - ] - }, - { - "pc": 172, - "op": "LT", - "gas": 406842, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x4", - "0x1f" - ] - }, - { - "pc": 173, - "op": "PUSH2", - "gas": 406839, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x0" - ] - }, - { - "pc": 176, - "op": "JUMPI", - "gas": 406836, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x0", - "0xc1" - ] - }, - { - "pc": 177, - "op": "DUP1", - "gas": 406826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 178, - "op": "MLOAD", - "gas": 406823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0xe0" - ] - }, - { - "pc": 179, - "op": "PUSH1", - "gas": 406820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000" - ] - }, - { - "pc": 181, - "op": "NOT", - "gas": 406817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0xff" - ] - }, - { - "pc": 182, - "op": "AND", - "gas": 406814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" - ] - }, - { - "pc": 183, - "op": "DUP4", - "gas": 406811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000" - ] - }, - { - "pc": 184, - "op": "DUP1", - "gas": 406808, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0x4" - ] - }, - { - "pc": 185, - "op": "ADD", - "gas": 406805, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0x4", - "0x4" - ] - }, - { - "pc": 186, - "op": "OR", - "gas": 406802, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000000", - "0x8" - ] - }, - { - "pc": 187, - "op": "DUP6", - "gas": 406799, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000008" - ] - }, - { - "pc": 188, - "op": "SSTORE", - "gas": 406796, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0x5745544800000000000000000000000000000000000000000000000000000008", - "0x1" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x577261707065642045746865720000000000000000000000000000000000001a", - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x5745544800000000000000000000000000000000000000000000000000000008" - }, - "extraData": { - "proofList": [ - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 189, - "op": "PUSH2", - "gas": 386796, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 192, - "op": "JUMP", - "gas": 386793, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0", - "0xee" - ] - }, - { - "pc": 238, - "op": "JUMPDEST", - "gas": 386785, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 239, - "op": "POP", - "gas": 386784, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xe0" - ] - }, - { - "pc": 240, - "op": "PUSH2", - "gas": 386782, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 243, - "op": "SWAP3", - "gas": 386779, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xfa" - ] - }, - { - "pc": 244, - "op": "SWAP2", - "gas": 386776, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0x4", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 245, - "op": "POP", - "gas": 386773, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x4" - ] - }, - { - "pc": 246, - "op": "PUSH2", - "gas": 386771, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 249, - "op": "JUMP", - "gas": 386768, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xfe" - ] - }, - { - "pc": 254, - "op": "JUMPDEST", - "gas": 386760, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 255, - "op": "JUMPDEST", - "gas": 386759, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 256, - "op": "DUP1", - "gas": 386758, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 257, - "op": "DUP3", - "gas": 386755, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 258, - "op": "GT", - "gas": 386752, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 259, - "op": "ISZERO", - "gas": 386749, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x0" - ] - }, - { - "pc": 260, - "op": "PUSH2", - "gas": 386746, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x1" - ] - }, - { - "pc": 263, - "op": "JUMPI", - "gas": 386743, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0x1", - "0xfa" - ] - }, - { - "pc": 250, - "op": "JUMPDEST", - "gas": 386733, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 251, - "op": "POP", - "gas": 386732, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 252, - "op": "SWAP1", - "gas": 386730, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xfa", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 253, - "op": "JUMP", - "gas": 386727, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6", - "0xfa" - ] - }, - { - "pc": 250, - "op": "JUMPDEST", - "gas": 386719, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 251, - "op": "POP", - "gas": 386718, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5a", - "0x1", - "0xb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6" - ] - }, - { - "pc": 252, - "op": "SWAP1", - "gas": 386716, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5a", - "0x1" - ] - }, - { - "pc": 253, - "op": "JUMP", - "gas": 386713, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x1", - "0x5a" - ] - }, - { - "pc": 90, - "op": "JUMPDEST", - "gas": 386705, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x1" - ] - }, - { - "pc": 91, - "op": "POP", - "gas": 386704, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x1" - ] - }, - { - "pc": 92, - "op": "PUSH1", - "gas": 386702, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 94, - "op": "DUP1", - "gas": 386699, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2" - ] - }, - { - "pc": 95, - "op": "SLOAD", - "gas": 386696, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x2", - "0x2" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x577261707065642045746865720000000000000000000000000000000000001a", - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x5745544800000000000000000000000000000000000000000000000000000008", - "0x0000000000000000000000000000000000000000000000000000000000000002": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000002", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 96, - "op": "PUSH1", - "gas": 384596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2", - "0x0" - ] - }, - { - "pc": 98, - "op": "NOT", - "gas": 384593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2", - "0x0", - "0xff" - ] - }, - { - "pc": 99, - "op": "AND", - "gas": 384590, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" - ] - }, - { - "pc": 100, - "op": "PUSH1", - "gas": 384587, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2", - "0x0" - ] - }, - { - "pc": 102, - "op": "OR", - "gas": 384584, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2", - "0x0", - "0x12" - ] - }, - { - "pc": 103, - "op": "SWAP1", - "gas": 384581, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2", - "0x12" - ] - }, - { - "pc": 104, - "op": "SSTORE", - "gas": 384578, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x12", - "0x2" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x577261707065642045746865720000000000000000000000000000000000001a", - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x5745544800000000000000000000000000000000000000000000000000000008", - "0x0000000000000000000000000000000000000000000000000000000000000002": "0x0000000000000000000000000000000000000000000000000000000000000012" - }, - "extraData": { - "proofList": [ - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000002", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 105, - "op": "CALLVALUE", - "gas": 364578, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 106, - "op": "DUP1", - "gas": 364576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 107, - "op": "ISZERO", - "gas": 364573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 108, - "op": "PUSH2", - "gas": 364570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 111, - "op": "JUMPI", - "gas": 364567, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x74" - ] - }, - { - "pc": 116, - "op": "JUMPDEST", - "gas": 364557, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 117, - "op": "POP", - "gas": 364556, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 118, - "op": "PUSH2", - "gas": 364554, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 121, - "op": "JUMP", - "gas": 364551, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x14e" - ] - }, - { - "pc": 334, - "op": "JUMPDEST", - "gas": 364543, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 335, - "op": "PUSH2", - "gas": 364542, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 338, - "op": "DUP1", - "gas": 364539, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x71d" - ] - }, - { - "pc": 339, - "op": "PUSH2", - "gas": 364536, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x71d", - "0x71d" - ] - }, - { - "pc": 342, - "op": "PUSH1", - "gas": 364533, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x71d", - "0x71d", - "0x15d" - ] - }, - { - "pc": 344, - "op": "CODECOPY", - "gas": 364530, - "gasCost": 327, - "depth": 1, - "stack": [ - "0x71d", - "0x71d", - "0x15d", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 345, - "op": "PUSH1", - "gas": 364203, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x71d" - ] - }, - { - "pc": 347, - "op": "RETURN", - "gas": 364200, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x71d", - "0x0" - ] - } - ] - } - ], - "mptwitness": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0xe8f547c8a3fc0d0d19f5174d8425f18e16853e2ca025a13bcc23b1bb17b2b500", - "path": [ - { - "value": "0xe080d4d242463855f53a2392a90d84053fb9ddfdc483253f8d1092d670728123", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x3a9af7af35c70ebc1fc6e51512b92c6eff8b41c376acdc22858eec61cf360c0b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - } - ], - "leaf": { - "value": "0x924a8969cba7df8528b9fa1791569483aed50e9215e5469ecc0ce408a4a14a21", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x52080e68c498271c373739745142012aa93a5ff771c986aaa2b45b4ba7d6eb28", - "path": [ - { - "value": "0x6d97541d1b7b714681e81b015ff7487f885623bd2f835fbf8059229d3a6a5023", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xcb25352c5d14dc455ff9b8f2442a51adabd9984898d9fe5bf21ddd414a20231f", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - } - ], - "leaf": { - "value": "0xf103da1a0ab4942dd896117716e3a8457ee99a44076579580d0b400049a14117", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x21e19e0c9bab2400000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 1, - "balance": "0x21e19e0c9bab2400000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "accountKey": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x52080e68c498271c373739745142012aa93a5ff771c986aaa2b45b4ba7d6eb28", - "path": [ - { - "value": "0x6d97541d1b7b714681e81b015ff7487f885623bd2f835fbf8059229d3a6a5023", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xcb25352c5d14dc455ff9b8f2442a51adabd9984898d9fe5bf21ddd414a20231f", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - } - ], - "leaf": { - "value": "0xf103da1a0ab4942dd896117716e3a8457ee99a44076579580d0b400049a14117", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x52080e68c498271c373739745142012aa93a5ff771c986aaa2b45b4ba7d6eb28", - "path": [ - { - "value": "0x6d97541d1b7b714681e81b015ff7487f885623bd2f835fbf8059229d3a6a5023", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xcb25352c5d14dc455ff9b8f2442a51adabd9984898d9fe5bf21ddd414a20231f", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - } - ], - "leaf": { - "value": "0xf103da1a0ab4942dd896117716e3a8457ee99a44076579580d0b400049a14117", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - null, - null - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "accountKey": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x52080e68c498271c373739745142012aa93a5ff771c986aaa2b45b4ba7d6eb28", - "path": [ - { - "value": "0x6d97541d1b7b714681e81b015ff7487f885623bd2f835fbf8059229d3a6a5023", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xcb25352c5d14dc455ff9b8f2442a51adabd9984898d9fe5bf21ddd414a20231f", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - } - ], - "leaf": { - "value": "0xf103da1a0ab4942dd896117716e3a8457ee99a44076579580d0b400049a14117", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x6", - "root": "0x4bf5d14ad0ecfe656fd82dded64ee7c8444d0561e26ed00356448bfe4216e002", - "path": [ - { - "value": "0x507a9139e91bf695d5beed2b76f3ac05fc67645058281c37da69891e75751022", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xa871b15723be662d22076dffd674ab05fc227ef214da8b116e5310f1b93c6f22", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0xcb25352c5d14dc455ff9b8f2442a51adabd9984898d9fe5bf21ddd414a20231f" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x4bf5d14ad0ecfe656fd82dded64ee7c8444d0561e26ed00356448bfe4216e002", - "path": [ - { - "value": "0x507a9139e91bf695d5beed2b76f3ac05fc67645058281c37da69891e75751022", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xa871b15723be662d22076dffd674ab05fc227ef214da8b116e5310f1b93c6f22", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xcb25352c5d14dc455ff9b8f2442a51adabd9984898d9fe5bf21ddd414a20231f", - "sibling": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14" - } - ], - "leaf": { - "value": "0xf103da1a0ab4942dd896117716e3a8457ee99a44076579580d0b400049a14117", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521", - "sibling": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14" - } - ], - "leaf": { - "value": "0x16bfd95a750ce6ec5a6881569375b0216f89106bf90d119f8dace7a07175a008", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x21e19e0c9bab2400000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 1, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "accountKey": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x6", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - null, - null - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "accountKey": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x6", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521", - "sibling": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14" - } - ], - "leaf": { - "value": "0x16bfd95a750ce6ec5a6881569375b0216f89106bf90d119f8dace7a07175a008", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521", - "sibling": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14" - } - ], - "leaf": { - "value": "0x16bfd95a750ce6ec5a6881569375b0216f89106bf90d119f8dace7a07175a008", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 1, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "accountKey": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0x30ffe18fd02c6d4b633444839380725d517d270b4046f8ceb331d77ed7a1990e", - "path": [ - { - "value": "0x6a9970e70afd2964c9a1dd270ade442ed188330753e2e0637cf0d88eb6d05130", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x8b5f39f9bea4e79930766846a2bb52272523e4231ced081a5a4bf5d343e3a303", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x16", - "root": "0x6ad2fbc0802fa3a4bb8b2bcf3a1e64d5f3a853dbed80aa6c09b5fdcc1092c22b", - "path": [ - { - "value": "0xe6d292406f19173e8092c22320a3f261aabe393ccb68efe2b6520036486c232b", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x4d02688054ca22ae674d320203f8d57dedff791407fffacc6c85c84f4c2f8d0a", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x741005ffc0764d63339fd6f9583e0b0d14f935be6b163a66bc2759c18458ff11", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0xe728dee925243b069e67f51c3721dc53b434cbc9a8cb81e7b51a5822cb76521e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612", - "sibling": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14" - } - ], - "leaf": { - "value": "0x011daaee802b1b34e6f3d0d4f6ad4aaa94f6937e577cb7ccfe52a7e8db6e251f", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 0, - "balance": "0x23e24ea5fa3328", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "accountKey": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0x6ad2fbc0802fa3a4bb8b2bcf3a1e64d5f3a853dbed80aa6c09b5fdcc1092c22b", - "path": [ - { - "value": "0xe6d292406f19173e8092c22320a3f261aabe393ccb68efe2b6520036486c232b", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x4d02688054ca22ae674d320203f8d57dedff791407fffacc6c85c84f4c2f8d0a", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x741005ffc0764d63339fd6f9583e0b0d14f935be6b163a66bc2759c18458ff11", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0xe728dee925243b069e67f51c3721dc53b434cbc9a8cb81e7b51a5822cb76521e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x32c68d69bacc1bf9dd6129997c912d0d1473e31504d101248e55703fcd388f14", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x6", - "root": "0x31a6ffa2da9da1c3ac38361c86c9f144c4f4cb22bc49cfc2c88ff73b58388523", - "path": [ - { - "value": "0x3f0f9eeed8e145f5faf05f3673243777c4be6edfb361abae104fe87c645cf728", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xfaf21d016499a70a4bc153fb4c39e0bd51d1108b25b3bfec283e0b312a930615", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x924c4e7e73f152a5689bdddaaa69a72a94abee5e9477c0b4d0f1b92e45423b2e", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x352d1ab7489f57b331a5c797283d4c49e782fd101a04df7d0ddc7ba42eb64128", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4e42a5a364c6e1b5dd4d2f40efe6959194f97d69d29e139f1a3c98082d102805", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x461a71989c9ef2a34f0405bfbffcb5462ca3754194ff689e4a60bb480849e607", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "accountKey": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0x31a6ffa2da9da1c3ac38361c86c9f144c4f4cb22bc49cfc2c88ff73b58388523", - "path": [ - { - "value": "0x3f0f9eeed8e145f5faf05f3673243777c4be6edfb361abae104fe87c645cf728", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xfaf21d016499a70a4bc153fb4c39e0bd51d1108b25b3bfec283e0b312a930615", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x924c4e7e73f152a5689bdddaaa69a72a94abee5e9477c0b4d0f1b92e45423b2e", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x352d1ab7489f57b331a5c797283d4c49e782fd101a04df7d0ddc7ba42eb64128", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4e42a5a364c6e1b5dd4d2f40efe6959194f97d69d29e139f1a3c98082d102805", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x461a71989c9ef2a34f0405bfbffcb5462ca3754194ff689e4a60bb480849e607", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x6", - "root": "0xc7d7c15dc8538dc8f7d3b824eaf766bac1144662162868812fe0515748bdde27", - "path": [ - { - "value": "0xbc51229c8451abe3147eab944fe3816f13de2f2b6320dda417a979bcaf3db71f", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x48fc9bd9f64752f545c5318892cd9c5dae8219091f8946cd36612d0a40325c30", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x285cb9f45bd93f8f422c9c5d4bf52c199b9436c6898c72f899c2bbc75a6a6506", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x6c224d887f34d4ad00a83576f91055154cec22ae383e069e57e41ecd1059760a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8eae2d59295c0609a0f6a50acbdc0ab8a89e47ba7217dbbe020447ebe9b7ba14", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x9e12e9c7213d804635f870bb88ee252064b454d3d9739502a42a628555a52c03", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - } - ], - "stateKey": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x2d1eab11a22b1ebbe8b81cf518fe33576cf780d77f200ad846a202664b77bd03", - "leaf": { - "value": "0xc47da4f84011ebe2d13f6cb8286d2ae6d8ef537712cc051607594fd814068503", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x577261707065642045746865720000000000000000000000000000000000001a" - } - ] - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "accountKey": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0xc7d7c15dc8538dc8f7d3b824eaf766bac1144662162868812fe0515748bdde27", - "path": [ - { - "value": "0xbc51229c8451abe3147eab944fe3816f13de2f2b6320dda417a979bcaf3db71f", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x48fc9bd9f64752f545c5318892cd9c5dae8219091f8946cd36612d0a40325c30", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x285cb9f45bd93f8f422c9c5d4bf52c199b9436c6898c72f899c2bbc75a6a6506", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x6c224d887f34d4ad00a83576f91055154cec22ae383e069e57e41ecd1059760a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8eae2d59295c0609a0f6a50acbdc0ab8a89e47ba7217dbbe020447ebe9b7ba14", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x9e12e9c7213d804635f870bb88ee252064b454d3d9739502a42a628555a52c03", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x6", - "root": "0x9877ae6ed9a85345109ac72d371e9064dd1a461e031b794f614ab674bf0af307", - "path": [ - { - "value": "0x2f278a67af445919b78bd440abb6c8944a1fc99bc0868316c594943e3a1a6f15", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x6a794abf891f6a6ce6e2f040a4034f3fe53e12c532f1ac3733638165b8a3212b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x7078f4443dc3ba825979be5933cd989c3ed631751a15e881c4e94009a5279718", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x454f38115dac078b5c8bfbce85d18a95db8c3ab0af2be72cbd9e062d093b6b2d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4debf84570236a9245959da79ceaeb515523086640d4513a55166ac2e78f4119", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x8ee921ab726ef44fa18107431c8860353a34391645719b0dcc1614680e974429", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - } - ], - "stateKey": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x2d1eab11a22b1ebbe8b81cf518fe33576cf780d77f200ad846a202664b77bd03", - "leaf": { - "value": "0xc47da4f84011ebe2d13f6cb8286d2ae6d8ef537712cc051607594fd814068503", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - }, - { - "pathPart": "0x2", - "root": "0x7159b9aaac7e4dd16d1d1b7a3fa3e59de5d0ae7c305906be08141ae378f3fa15", - "path": [ - { - "value": "0x991ef416a7447af727a13512e1637948a6437337e0153da039bf58d2ad8a8f1d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x616eb76fe4af9b0ea6b385f58b906ea8289e81611c33a244040ec3afb35e770b", - "sibling": "0x2d1eab11a22b1ebbe8b81cf518fe33576cf780d77f200ad846a202664b77bd03" - } - ], - "leaf": { - "value": "0xf03a062f7dac12aa4a8e1ecf3706890ce02e02be5e95d00650d1c43b6f5d0026", - "sibling": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x5745544800000000000000000000000000000000000000000000000000000008" - } - ] - }, - { - "address": "0xd98a852133be69178d9efdc168848684b1def608", - "accountKey": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006", - "accountPath": [ - { - "pathPart": "0x6", - "root": "0x9877ae6ed9a85345109ac72d371e9064dd1a461e031b794f614ab674bf0af307", - "path": [ - { - "value": "0x2f278a67af445919b78bd440abb6c8944a1fc99bc0868316c594943e3a1a6f15", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0x6a794abf891f6a6ce6e2f040a4034f3fe53e12c532f1ac3733638165b8a3212b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x7078f4443dc3ba825979be5933cd989c3ed631751a15e881c4e94009a5279718", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x454f38115dac078b5c8bfbce85d18a95db8c3ab0af2be72cbd9e062d093b6b2d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4debf84570236a9245959da79ceaeb515523086640d4513a55166ac2e78f4119", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0x8ee921ab726ef44fa18107431c8860353a34391645719b0dcc1614680e974429", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - }, - { - "pathPart": "0x6", - "root": "0xe904a3f6948090f57dc61e4de72328a5c3208566c1b1a9225611081e6aa14516", - "path": [ - { - "value": "0x8f8004baf8f1c456ce761b6d7e8a5483867b638f5bb347d7439abd0736a73f25", - "sibling": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c" - }, - { - "value": "0xf66297289d4c27fab10fe92c0106bee6739688ba6304df445bd5b6c80664b31c", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210", - "sibling": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521" - }, - { - "value": "0x9d37c554bd4c93c40aac9a4f0ec82fad08e89cdc83979517ed680ec82e2e8f08", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822", - "sibling": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612" - } - ], - "leaf": { - "value": "0xc22e3b581124e30e534f8bb6f61857d360f102018a9eb7998cc7a644d7149315", - "sibling": "0xe6eaa37affc11baf60e732628b4bbe91f989659e08e508e18ad99e6bb53c9006" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x14de876f797cff9afb691fa295f70a8898a55906667db62eecf183575b2ac238" - } - ], - "stateKey": "0xb8217a93f84e39670f57f7b41e98a15460211cc96b2843a9c4368ac06c2c5e06", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x7159b9aaac7e4dd16d1d1b7a3fa3e59de5d0ae7c305906be08141ae378f3fa15", - "path": [ - { - "value": "0x991ef416a7447af727a13512e1637948a6437337e0153da039bf58d2ad8a8f1d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x2d1eab11a22b1ebbe8b81cf518fe33576cf780d77f200ad846a202664b77bd03", - "sibling": "0x616eb76fe4af9b0ea6b385f58b906ea8289e81611c33a244040ec3afb35e770b" - } - ], - "leaf": { - "value": "0xc47da4f84011ebe2d13f6cb8286d2ae6d8ef537712cc051607594fd814068503", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - }, - { - "pathPart": "0x0", - "root": "0x84147f64a6818507edfe16d6d455a4174f9ce842e89a18a16d7e5473c650f61c", - "path": [ - { - "value": "0x066c73412c2ca34552eabb0a9bcb687302cd9727ef2e1de96b87289781b44e10", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x7a572eaa4159fc2a5d165ae09475ad34bca0a4bca097c4f8996a96ab85fd6908", - "sibling": "0x616eb76fe4af9b0ea6b385f58b906ea8289e81611c33a244040ec3afb35e770b" - }, - { - "value": "0xd5fa0a634865cace35c0280650f0db4067e7c2cb486c0fbdb3602d0290ebd402", - "sibling": "0x2d1eab11a22b1ebbe8b81cf518fe33576cf780d77f200ad846a202664b77bd03" - } - ], - "leaf": { - "value": "0x5b60a68184414b64441f02584b9a2f3e64ceb4a0467687ca663addcdfc20642d", - "sibling": "0xb8217a93f84e39670f57f7b41e98a15460211cc96b2843a9c4368ac06c2c5e06" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000002", - "value": "0x0000000000000000000000000000000000000000000000000000000000000012" - } - ] - } - ] -} diff --git a/roller/assets/traces/06.json b/roller/assets/traces/06.json deleted file mode 100644 index eaa21cf841..0000000000 --- a/roller/assets/traces/06.json +++ /dev/null @@ -1,1756 +0,0 @@ -{ - "coinbase": { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x11f7e4b88aff18c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "header": { - "parentHash": "0xb03a292022ac698af663eede1ae4e25a1e77385dea274b2bec867efac91dd803", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x0b0580199bea10679c17968f4d03e18510e26b8033e351a5b9de9c7cd02bc814", - "transactionsRoot": "0x4f5161bc57b0cc5f39de5de3d71668ee8d021d23b701a31d507e6ed3287fa36b", - "receiptsRoot": "0x5f51990be2f0a04164e8506800b9feaca9238dd19a18a3d93bad4a0f2ffc8e58", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x6", - "gasLimit": "0x37b36c99", - "gasUsed": "0x3f27fa", - "timestamp": "0x63808975", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e757800000000000097885fd2c0ee3c091ed85a3acfb90747e9c59cc4c10eee852e91dfd04c9022c0477169c031bc4c64dbeceb0a1e09898e286d551a3cf7d0f9b331a9d70df0f0e101", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x1ac12842", - "hash": "0x5257a887fb46f8ddf8882370860a85a095471bba3d615ef201e2a008736a3c04" - }, - "transactions": [ - { - "type": 0, - "nonce": 1, - "txHash": "0xfd720c260921dad035e050d7e13dafb11473c2bc89e34da655bf296fa5a04a1e", - "gas": 4139002, - "gasPrice": "0x4a817c800", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b50604051614a45380380614a458339818101604052602081101561003357600080fd5b810190808051906020019092919050505080600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506149b0806100956000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c8063a2e74af61161005b578063a2e74af6146101ad578063c9c65396146101f1578063e6a4390514610295578063f46901ed1461033957610088565b8063017e7e581461008d578063094b7415146100d75780631e3dd18b14610121578063574f2ba31461018f575b600080fd5b61009561037d565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6100df6103a2565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61014d6004803603602081101561013757600080fd5b81019080803590602001909291905050506103c8565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610197610404565b6040518082815260200191505060405180910390f35b6101ef600480360360208110156101c357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610411565b005b6102536004803603604081101561020757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610518565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6102f7600480360360408110156102ab57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610bf5565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61037b6004803603602081101561034f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610c37565b005b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600381815481106103d557fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600380549050905090565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146104d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156105bc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f556e697377617056323a204944454e544943414c5f414444524553534553000081525060200191505060405180910390fd5b6000808373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16106105f95783856105fc565b84845b91509150600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156106a3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f556e697377617056323a205a45524f5f4144445245535300000000000000000081525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146107e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f556e697377617056323a20504149525f4558495354530000000000000000000081525060200191505060405180910390fd5b6060604051806020016107f390610d3d565b6020820181038252601f19601f82011660405250905060008383604051602001808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660601b81526014018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660601b815260140192505050604051602081830303815290604052805190602001209050808251602084016000f594508473ffffffffffffffffffffffffffffffffffffffff1663485cc95585856040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200192505050600060405180830381600087803b15801561095957600080fd5b505af115801561096d573d6000803e3d6000fd5b5050505084600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555084600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060038590806001815401808255809150509060018203906000526020600020016000909192909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f0d3648bd0f6ba80134a33ba9275ac585d9d315f0ad8355cddefde31afa28d0e987600380549050604051808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019250505060405180910390a35050505092915050565b60026020528160005260406000206020528060005260406000206000915091509054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610cfa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b613c3180610d4b8339019056fe60806040526001600c5534801561001557600080fd5b5060004690506040518080613bdf60529139605201905060405180910390206040518060400160405280600a81526020017f556e697377617020563200000000000000000000000000000000000000000000815250805190602001206040518060400160405280600181526020017f3100000000000000000000000000000000000000000000000000000000000000815250805190602001208330604051602001808681526020018581526020018481526020018381526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200195505050505050604051602081830303815290604052805190602001206003819055505033600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550613a6a806101756000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c80636a627842116100f9578063ba9a7a5611610097578063d21220a711610071578063d21220a7146108c4578063d505accf1461090e578063dd62ed3e146109a7578063fff6cae914610a1f576101a9565b8063ba9a7a5614610818578063bc25cf7714610836578063c45a01551461087a576101a9565b80637ecebe00116100d35780637ecebe001461067857806389afcb44146106d057806395d89b411461072f578063a9059cbb146107b2576101a9565b80636a627842146105aa57806370a08231146106025780637464fc3d1461065a576101a9565b806323b872dd116101665780633644e515116101405780633644e515146104ec578063485cc9551461050a5780635909c0d51461056e5780635a3d54931461058c576101a9565b806323b872dd1461042457806330adf81f146104aa578063313ce567146104c8576101a9565b8063022c0d9f146101ae57806306fdde031461025b5780630902f1ac146102de578063095ea7b3146103565780630dfe1681146103bc57806318160ddd14610406575b600080fd5b610259600480360360808110156101c457600080fd5b810190808035906020019092919080359060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019064010000000081111561021557600080fd5b82018360208201111561022757600080fd5b8035906020019184600183028401116401000000008311171561024957600080fd5b9091929391929390505050610a29565b005b610263611216565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102a3578082015181840152602081019050610288565b50505050905090810190601f1680156102d05780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102e661124f565b60405180846dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168152602001836dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff1681526020018263ffffffff1663ffffffff168152602001935050505060405180910390f35b6103a26004803603604081101561036c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ac565b604051808215151515815260200191505060405180910390f35b6103c46112c3565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61040e6112e9565b6040518082815260200191505060405180910390f35b6104906004803603606081101561043a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ef565b604051808215151515815260200191505060405180910390f35b6104b26114ba565b6040518082815260200191505060405180910390f35b6104d06114e1565b604051808260ff1660ff16815260200191505060405180910390f35b6104f46114e6565b6040518082815260200191505060405180910390f35b61056c6004803603604081101561052057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506114ec565b005b610576611635565b6040518082815260200191505060405180910390f35b61059461163b565b6040518082815260200191505060405180910390f35b6105ec600480360360208110156105c057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611641565b6040518082815260200191505060405180910390f35b6106446004803603602081101561061857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611af2565b6040518082815260200191505060405180910390f35b610662611b0a565b6040518082815260200191505060405180910390f35b6106ba6004803603602081101561068e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611b10565b6040518082815260200191505060405180910390f35b610712600480360360208110156106e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611b28565b604051808381526020018281526020019250505060405180910390f35b610737612115565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561077757808201518184015260208101905061075c565b50505050905090810190601f1680156107a45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6107fe600480360360408110156107c857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061214e565b604051808215151515815260200191505060405180910390f35b610820612165565b6040518082815260200191505060405180910390f35b6108786004803603602081101561084c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061216b565b005b610882612446565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108cc61246c565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6109a5600480360360e081101561092457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919080359060200190929190803560ff1690602001909291908035906020019092919080359060200190929190505050612492565b005b610a09600480360360408110156109bd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506127d6565b6040518082815260200191505060405180910390f35b610a276127fb565b005b6001600c5414610aa1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000851180610ab85750600084115b610b0d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602581526020018061397c6025913960400191505060405180910390fd5b600080610b1861124f565b5091509150816dffffffffffffffffffffffffffff1687108015610b4b5750806dffffffffffffffffffffffffffff1686105b610ba0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806139c56021913960400191505060405180910390fd5b6000806000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508173ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff1614158015610c5957508073ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff1614155b610ccb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f556e697377617056323a20494e56414c49445f544f000000000000000000000081525060200191505060405180910390fd5b60008b1115610ce057610cdf828a8d612a7b565b5b60008a1115610cf557610cf4818a8c612a7b565b5b6000888890501115610ddd578873ffffffffffffffffffffffffffffffffffffffff166310d1e85c338d8d8c8c6040518663ffffffff1660e01b8152600401808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001858152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b158015610dc457600080fd5b505af1158015610dd8573d6000803e3d6000fd5b505050505b8173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610e5a57600080fd5b505afa158015610e6e573d6000803e3d6000fd5b505050506040513d6020811015610e8457600080fd5b810190808051906020019092919050505093508073ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610f1457600080fd5b505afa158015610f28573d6000803e3d6000fd5b505050506040513d6020811015610f3e57600080fd5b810190808051906020019092919050505092505050600089856dffffffffffffffffffffffffffff16038311610f75576000610f8b565b89856dffffffffffffffffffffffffffff160383035b9050600089856dffffffffffffffffffffffffffff16038311610faf576000610fc5565b89856dffffffffffffffffffffffffffff160383035b90506000821180610fd65750600081115b61102b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806139a16024913960400191505060405180910390fd5b6000611067611044600385612cc890919063ffffffff16565b6110596103e888612cc890919063ffffffff16565b612d5d90919063ffffffff16565b905060006110a5611082600385612cc890919063ffffffff16565b6110976103e888612cc890919063ffffffff16565b612d5d90919063ffffffff16565b90506110ef620f42406110e1896dffffffffffffffffffffffffffff168b6dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b612cc890919063ffffffff16565b6111028284612cc890919063ffffffff16565b1015611176576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600c8152602001807f556e697377617056323a204b000000000000000000000000000000000000000081525060200191505060405180910390fd5b505061118484848888612de0565b8873ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d82284848f8f6040518085815260200184815260200183815260200182815260200194505050505060405180910390a35050505050506001600c819055505050505050565b6040518060400160405280600a81526020017f556e69737761702056320000000000000000000000000000000000000000000081525081565b6000806000600860009054906101000a90046dffffffffffffffffffffffffffff1692506008600e9054906101000a90046dffffffffffffffffffffffffffff1691506008601c9054906101000a900463ffffffff169050909192565b60006112b933848461315e565b6001905092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60005481565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146114a45761142382600260008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6114af848484613249565b600190509392505050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c960001b81565b601281565b60035481565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146115af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b81600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b60095481565b600a5481565b60006001600c54146116bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000806116ce61124f565b50915091506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561177457600080fd5b505afa158015611788573d6000803e3d6000fd5b505050506040513d602081101561179e57600080fd5b810190808051906020019092919050505090506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561185257600080fd5b505afa158015611866573d6000803e3d6000fd5b505050506040513d602081101561187c57600080fd5b8101908080519060200190929190505050905060006118b4856dffffffffffffffffffffffffffff1684612d5d90919063ffffffff16565b905060006118db856dffffffffffffffffffffffffffff1684612d5d90919063ffffffff16565b905060006118e987876133dd565b9050600080549050600081141561193d576119296103e861191b6119168688612cc890919063ffffffff16565b6135be565b612d5d90919063ffffffff16565b985061193860006103e8613620565b6119a0565b61199d886dffffffffffffffffffffffffffff166119648387612cc890919063ffffffff16565b8161196b57fe5b04886dffffffffffffffffffffffffffff166119908487612cc890919063ffffffff16565b8161199757fe5b0461373a565b98505b600089116119f9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180613a0e6028913960400191505060405180910390fd5b611a038a8a613620565b611a0f86868a8a612de0565b8115611a8757611a806008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b600b819055505b3373ffffffffffffffffffffffffffffffffffffffff167f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f8585604051808381526020018281526020019250505060405180910390a250505050505050506001600c81905550919050565b60016020528060005260406000206000915090505481565b600b5481565b60046020528060005260406000206000915090505481565b6000806001600c5414611ba3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c81905550600080611bb661124f565b50915091506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611c8857600080fd5b505afa158015611c9c573d6000803e3d6000fd5b505050506040513d6020811015611cb257600080fd5b8101908080519060200190929190505050905060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611d4457600080fd5b505afa158015611d58573d6000803e3d6000fd5b505050506040513d6020811015611d6e57600080fd5b810190808051906020019092919050505090506000600160003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490506000611dd188886133dd565b905060008054905080611ded8685612cc890919063ffffffff16565b81611df457fe5b049a5080611e0b8585612cc890919063ffffffff16565b81611e1257fe5b04995060008b118015611e25575060008a115b611e7a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139e66028913960400191505060405180910390fd5b611e843084613753565b611e8f878d8d612a7b565b611e9a868d8c612a7b565b8673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611f1757600080fd5b505afa158015611f2b573d6000803e3d6000fd5b505050506040513d6020811015611f4157600080fd5b810190808051906020019092919050505094508573ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611fd157600080fd5b505afa158015611fe5573d6000803e3d6000fd5b505050506040513d6020811015611ffb57600080fd5b8101908080519060200190929190505050935061201a85858b8b612de0565b81156120925761208b6008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b600b819055505b8b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d819364968d8d604051808381526020018281526020019250505060405180910390a35050505050505050506001600c81905550915091565b6040518060400160405280600681526020017f554e492d5632000000000000000000000000000000000000000000000000000081525081565b600061215b338484613249565b6001905092915050565b6103e881565b6001600c54146121e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506123398284612334600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156122eb57600080fd5b505afa1580156122ff573d6000803e3d6000fd5b505050506040513d602081101561231557600080fd5b8101908080519060200190929190505050612d5d90919063ffffffff16565b612a7b565b61243981846124346008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156123eb57600080fd5b505afa1580156123ff573d6000803e3d6000fd5b505050506040513d602081101561241557600080fd5b8101908080519060200190929190505050612d5d90919063ffffffff16565b612a7b565b50506001600c8190555050565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b42841015612508576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260128152602001807f556e697377617056323a2045585049524544000000000000000000000000000081525060200191505060405180910390fd5b60006003547f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c960001b898989600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190600101919050558a604051602001808781526020018673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200184815260200183815260200182815260200196505050505050506040516020818303038152906040528051906020012060405160200180807f190100000000000000000000000000000000000000000000000000000000000081525060020183815260200182815260200192505050604051602081830303815290604052805190602001209050600060018286868660405160008152602001604052604051808581526020018460ff1660ff1681526020018381526020018281526020019450505050506020604051602081039080840390855afa1580156126da573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415801561274e57508873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16145b6127c0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601c8152602001807f556e697377617056323a20494e56414c49445f5349474e41545552450000000081525060200191505060405180910390fd5b6127cb89898961315e565b505050505050505050565b6002602052816000526040600020602052806000526040600020600091509150505481565b6001600c5414612873576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c81905550612a71600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561291d57600080fd5b505afa158015612931573d6000803e3d6000fd5b505050506040513d602081101561294757600080fd5b8101908080519060200190929190505050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156129f757600080fd5b505afa158015612a0b573d6000803e3d6000fd5b505050506040513d6020811015612a2157600080fd5b8101908080519060200190929190505050600860009054906101000a90046dffffffffffffffffffffffffffff166008600e9054906101000a90046dffffffffffffffffffffffffffff16612de0565b6001600c81905550565b600060608473ffffffffffffffffffffffffffffffffffffffff166040518060400160405280601981526020017f7472616e7366657228616464726573732c75696e743235362900000000000000815250805190602001208585604051602401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040518082805190602001908083835b60208310612ba85780518252602082019150602081019050602083039250612b85565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114612c0a576040519150601f19603f3d011682016040523d82523d6000602084013e612c0f565b606091505b5091509150818015612c4f5750600081511480612c4e5750808060200190516020811015612c3c57600080fd5b81019080805190602001909291905050505b5b612cc1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f556e697377617056323a205452414e534645525f4641494c454400000000000081525060200191505060405180910390fd5b5050505050565b600080821480612ce55750828283850292508281612ce257fe5b04145b612d57576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f64732d6d6174682d6d756c2d6f766572666c6f7700000000000000000000000081525060200191505060405180910390fd5b92915050565b6000828284039150811115612dda576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f64732d6d6174682d7375622d756e646572666c6f77000000000000000000000081525060200191505060405180910390fd5b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6dffffffffffffffffffffffffffff168411158015612e5057507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6dffffffffffffffffffffffffffff168311155b612ec2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f556e697377617056323a204f564552464c4f570000000000000000000000000081525060200191505060405180910390fd5b60006401000000004281612ed257fe5b06905060006008601c9054906101000a900463ffffffff168203905060008163ffffffff16118015612f1557506000846dffffffffffffffffffffffffffff1614155b8015612f3257506000836dffffffffffffffffffffffffffff1614155b15613014578063ffffffff16612f7785612f4b8661386d565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661389890919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16026009600082825401925050819055508063ffffffff16612fe584612fb98761386d565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661389890919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1602600a600082825401925050819055505b85600860006101000a8154816dffffffffffffffffffffffffffff02191690836dffffffffffffffffffffffffffff160217905550846008600e6101000a8154816dffffffffffffffffffffffffffff02191690836dffffffffffffffffffffffffffff160217905550816008601c6101000a81548163ffffffff021916908363ffffffff1602179055507f1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1600860009054906101000a90046dffffffffffffffffffffffffffff166008600e9054906101000a90046dffffffffffffffffffffffffffff1660405180836dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168152602001826dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff1681526020019250505060405180910390a1505050505050565b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b61329b81600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061333081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546138f890919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600080600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663017e7e586040518163ffffffff1660e01b815260040160206040518083038186803b15801561344857600080fd5b505afa15801561345c573d6000803e3d6000fd5b505050506040513d602081101561347257600080fd5b81019080805190602001909291905050509050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141591506000600b54905082156135a4576000811461359f57600061350a613505866dffffffffffffffffffffffffffff16886dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b6135be565b90506000613517836135be565b90508082111561359c57600061354a6135398385612d5d90919063ffffffff16565b600054612cc890919063ffffffff16565b9050600061357483613566600587612cc890919063ffffffff16565b6138f890919063ffffffff16565b9050600081838161358157fe5b0490506000811115613598576135978782613620565b5b5050505b50505b6135b6565b600081146135b5576000600b819055505b5b505092915050565b6000600382111561360d5781905060006001600284816135da57fe5b040190505b81811015613607578091506002818285816135f657fe5b0401816135ff57fe5b0490506135df565b5061361b565b6000821461361a57600190505b5b919050565b613635816000546138f890919063ffffffff16565b60008190555061368d81600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546138f890919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b6000818310613749578161374b565b825b905092915050565b6137a581600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506137fd81600054612d5d90919063ffffffff16565b600081905550600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b60006e010000000000000000000000000000826dffffffffffffffffffffffffffff16029050919050565b6000816dffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16816138ef57fe5b04905092915050565b6000828284019150811015613975576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f64732d6d6174682d6164642d6f766572666c6f7700000000000000000000000081525060200191505060405180910390fd5b9291505056fe556e697377617056323a20494e53554646494349454e545f4f55545055545f414d4f554e54556e697377617056323a20494e53554646494349454e545f494e5055545f414d4f554e54556e697377617056323a20494e53554646494349454e545f4c4951554944495459556e697377617056323a20494e53554646494349454e545f4c49515549444954595f4255524e4544556e697377617056323a20494e53554646494349454e545f4c49515549444954595f4d494e544544a265627a7a72315820b92cfb662dde07f8abe7dec05224f0cfaeb80849a2480d3b2a6d27593e5c70e664736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429a265627a7a72315820daa414943566a9eec73380abf63fae92e87ef149ba81a61d7fcf70c0d5735b0d64736f6c63430005100032000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "isCreate": true, - "v": "0xa3128e", - "r": "0x1619a9697aec3189e16e6818a95bbb7960351fda4b247ac6f36db0756f7121a4", - "s": "0x3825ef481ac624bf28860241ec7ba9d7e518e4abf68d2973cd97d6d8a6e62ce0" - } - ], - "storageTrace": { - "rootBefore": "0x1645a16a1e08115622a9b1c1668520c3a52823e74d1ec67df5908094f6a304e9", - "rootAfter": "0x0b0580199bea10679c17968f4d03e18510e26b8033e351a5b9de9c7cd02bc814", - "proofs": { - "0x066A51a6Bc283f4D28eBd4DdE06F5B874009EdfD": [ - "0x00253fa73607bd9a43d747b35b8f637b8683548a7e6d1b76ce56c4f1f8ba04808f2c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0022d039a3aa91408ee667e1773f24557ebac0a862298a69a4c3647912ab1517590000000000000000000000000000000000000000000000000000000000000000", - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x222214dCc294B72E40d2F37111A1F966aaEfDbdd": [ - "0x00253fa73607bd9a43d747b35b8f637b8683548a7e6d1b76ce56c4f1f8ba04808f2c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44101cb36406c8b6d55b44df0463ba889673e6be06012ce90fb1fa274c9d289762f6", - "0x002115f8fc579f98287ccf9fe80305281fd5253ee4dcb27e25487740eeb7ad906c108219757bffef183fe08fc42541b87282eb5638d04b70e8e5af4d1f4fdb25bb", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000021e19bbf5a2651d6800c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x7157F3b0AEe00adBe3D8B6609edA9480E141065a": [ - "0x00253fa73607bd9a43d747b35b8f637b8683548a7e6d1b76ce56c4f1f8ba04808f2c05b065c0e03cc9ea9c6f16cd37395379d47225f9adfe626a288ed94807bd46", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44101cb36406c8b6d55b44df0463ba889673e6be06012ce90fb1fa274c9d289762f6", - "0x002115f8fc579f98287ccf9fe80305281fd5253ee4dcb27e25487740eeb7ad906c108219757bffef183fe08fc42541b87282eb5638d04b70e8e5af4d1f4fdb25bb", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000021e19bbf5a2651d6800c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "storageProofs": { - "0x066A51a6Bc283f4D28eBd4DdE06F5B874009EdfD": { - "0x0000000000000000000000000000000000000000000000000000000000000001": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - } - }, - "executionResults": [ - { - "gas": 4139002, - "failed": false, - "returnValue": "608060405234801561001057600080fd5b50600436106100885760003560e01c8063a2e74af61161005b578063a2e74af6146101ad578063c9c65396146101f1578063e6a4390514610295578063f46901ed1461033957610088565b8063017e7e581461008d578063094b7415146100d75780631e3dd18b14610121578063574f2ba31461018f575b600080fd5b61009561037d565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6100df6103a2565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61014d6004803603602081101561013757600080fd5b81019080803590602001909291905050506103c8565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610197610404565b6040518082815260200191505060405180910390f35b6101ef600480360360208110156101c357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610411565b005b6102536004803603604081101561020757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610518565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6102f7600480360360408110156102ab57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610bf5565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61037b6004803603602081101561034f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610c37565b005b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600381815481106103d557fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600380549050905090565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146104d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156105bc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f556e697377617056323a204944454e544943414c5f414444524553534553000081525060200191505060405180910390fd5b6000808373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16106105f95783856105fc565b84845b91509150600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156106a3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f556e697377617056323a205a45524f5f4144445245535300000000000000000081525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146107e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f556e697377617056323a20504149525f4558495354530000000000000000000081525060200191505060405180910390fd5b6060604051806020016107f390610d3d565b6020820181038252601f19601f82011660405250905060008383604051602001808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660601b81526014018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660601b815260140192505050604051602081830303815290604052805190602001209050808251602084016000f594508473ffffffffffffffffffffffffffffffffffffffff1663485cc95585856040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200192505050600060405180830381600087803b15801561095957600080fd5b505af115801561096d573d6000803e3d6000fd5b5050505084600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555084600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060038590806001815401808255809150509060018203906000526020600020016000909192909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f0d3648bd0f6ba80134a33ba9275ac585d9d315f0ad8355cddefde31afa28d0e987600380549050604051808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019250505060405180910390a35050505092915050565b60026020528160005260406000206020528060005260406000206000915091509054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610cfa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b613c3180610d4b8339019056fe60806040526001600c5534801561001557600080fd5b5060004690506040518080613bdf60529139605201905060405180910390206040518060400160405280600a81526020017f556e697377617020563200000000000000000000000000000000000000000000815250805190602001206040518060400160405280600181526020017f3100000000000000000000000000000000000000000000000000000000000000815250805190602001208330604051602001808681526020018581526020018481526020018381526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200195505050505050604051602081830303815290604052805190602001206003819055505033600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550613a6a806101756000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c80636a627842116100f9578063ba9a7a5611610097578063d21220a711610071578063d21220a7146108c4578063d505accf1461090e578063dd62ed3e146109a7578063fff6cae914610a1f576101a9565b8063ba9a7a5614610818578063bc25cf7714610836578063c45a01551461087a576101a9565b80637ecebe00116100d35780637ecebe001461067857806389afcb44146106d057806395d89b411461072f578063a9059cbb146107b2576101a9565b80636a627842146105aa57806370a08231146106025780637464fc3d1461065a576101a9565b806323b872dd116101665780633644e515116101405780633644e515146104ec578063485cc9551461050a5780635909c0d51461056e5780635a3d54931461058c576101a9565b806323b872dd1461042457806330adf81f146104aa578063313ce567146104c8576101a9565b8063022c0d9f146101ae57806306fdde031461025b5780630902f1ac146102de578063095ea7b3146103565780630dfe1681146103bc57806318160ddd14610406575b600080fd5b610259600480360360808110156101c457600080fd5b810190808035906020019092919080359060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019064010000000081111561021557600080fd5b82018360208201111561022757600080fd5b8035906020019184600183028401116401000000008311171561024957600080fd5b9091929391929390505050610a29565b005b610263611216565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102a3578082015181840152602081019050610288565b50505050905090810190601f1680156102d05780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102e661124f565b60405180846dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168152602001836dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff1681526020018263ffffffff1663ffffffff168152602001935050505060405180910390f35b6103a26004803603604081101561036c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ac565b604051808215151515815260200191505060405180910390f35b6103c46112c3565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61040e6112e9565b6040518082815260200191505060405180910390f35b6104906004803603606081101561043a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ef565b604051808215151515815260200191505060405180910390f35b6104b26114ba565b6040518082815260200191505060405180910390f35b6104d06114e1565b604051808260ff1660ff16815260200191505060405180910390f35b6104f46114e6565b6040518082815260200191505060405180910390f35b61056c6004803603604081101561052057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506114ec565b005b610576611635565b6040518082815260200191505060405180910390f35b61059461163b565b6040518082815260200191505060405180910390f35b6105ec600480360360208110156105c057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611641565b6040518082815260200191505060405180910390f35b6106446004803603602081101561061857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611af2565b6040518082815260200191505060405180910390f35b610662611b0a565b6040518082815260200191505060405180910390f35b6106ba6004803603602081101561068e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611b10565b6040518082815260200191505060405180910390f35b610712600480360360208110156106e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611b28565b604051808381526020018281526020019250505060405180910390f35b610737612115565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561077757808201518184015260208101905061075c565b50505050905090810190601f1680156107a45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6107fe600480360360408110156107c857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061214e565b604051808215151515815260200191505060405180910390f35b610820612165565b6040518082815260200191505060405180910390f35b6108786004803603602081101561084c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061216b565b005b610882612446565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108cc61246c565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6109a5600480360360e081101561092457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919080359060200190929190803560ff1690602001909291908035906020019092919080359060200190929190505050612492565b005b610a09600480360360408110156109bd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506127d6565b6040518082815260200191505060405180910390f35b610a276127fb565b005b6001600c5414610aa1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000851180610ab85750600084115b610b0d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602581526020018061397c6025913960400191505060405180910390fd5b600080610b1861124f565b5091509150816dffffffffffffffffffffffffffff1687108015610b4b5750806dffffffffffffffffffffffffffff1686105b610ba0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806139c56021913960400191505060405180910390fd5b6000806000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508173ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff1614158015610c5957508073ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff1614155b610ccb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f556e697377617056323a20494e56414c49445f544f000000000000000000000081525060200191505060405180910390fd5b60008b1115610ce057610cdf828a8d612a7b565b5b60008a1115610cf557610cf4818a8c612a7b565b5b6000888890501115610ddd578873ffffffffffffffffffffffffffffffffffffffff166310d1e85c338d8d8c8c6040518663ffffffff1660e01b8152600401808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001858152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b158015610dc457600080fd5b505af1158015610dd8573d6000803e3d6000fd5b505050505b8173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610e5a57600080fd5b505afa158015610e6e573d6000803e3d6000fd5b505050506040513d6020811015610e8457600080fd5b810190808051906020019092919050505093508073ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610f1457600080fd5b505afa158015610f28573d6000803e3d6000fd5b505050506040513d6020811015610f3e57600080fd5b810190808051906020019092919050505092505050600089856dffffffffffffffffffffffffffff16038311610f75576000610f8b565b89856dffffffffffffffffffffffffffff160383035b9050600089856dffffffffffffffffffffffffffff16038311610faf576000610fc5565b89856dffffffffffffffffffffffffffff160383035b90506000821180610fd65750600081115b61102b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806139a16024913960400191505060405180910390fd5b6000611067611044600385612cc890919063ffffffff16565b6110596103e888612cc890919063ffffffff16565b612d5d90919063ffffffff16565b905060006110a5611082600385612cc890919063ffffffff16565b6110976103e888612cc890919063ffffffff16565b612d5d90919063ffffffff16565b90506110ef620f42406110e1896dffffffffffffffffffffffffffff168b6dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b612cc890919063ffffffff16565b6111028284612cc890919063ffffffff16565b1015611176576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600c8152602001807f556e697377617056323a204b000000000000000000000000000000000000000081525060200191505060405180910390fd5b505061118484848888612de0565b8873ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d82284848f8f6040518085815260200184815260200183815260200182815260200194505050505060405180910390a35050505050506001600c819055505050505050565b6040518060400160405280600a81526020017f556e69737761702056320000000000000000000000000000000000000000000081525081565b6000806000600860009054906101000a90046dffffffffffffffffffffffffffff1692506008600e9054906101000a90046dffffffffffffffffffffffffffff1691506008601c9054906101000a900463ffffffff169050909192565b60006112b933848461315e565b6001905092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60005481565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146114a45761142382600260008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6114af848484613249565b600190509392505050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c960001b81565b601281565b60035481565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146115af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b81600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b60095481565b600a5481565b60006001600c54146116bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000806116ce61124f565b50915091506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561177457600080fd5b505afa158015611788573d6000803e3d6000fd5b505050506040513d602081101561179e57600080fd5b810190808051906020019092919050505090506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561185257600080fd5b505afa158015611866573d6000803e3d6000fd5b505050506040513d602081101561187c57600080fd5b8101908080519060200190929190505050905060006118b4856dffffffffffffffffffffffffffff1684612d5d90919063ffffffff16565b905060006118db856dffffffffffffffffffffffffffff1684612d5d90919063ffffffff16565b905060006118e987876133dd565b9050600080549050600081141561193d576119296103e861191b6119168688612cc890919063ffffffff16565b6135be565b612d5d90919063ffffffff16565b985061193860006103e8613620565b6119a0565b61199d886dffffffffffffffffffffffffffff166119648387612cc890919063ffffffff16565b8161196b57fe5b04886dffffffffffffffffffffffffffff166119908487612cc890919063ffffffff16565b8161199757fe5b0461373a565b98505b600089116119f9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180613a0e6028913960400191505060405180910390fd5b611a038a8a613620565b611a0f86868a8a612de0565b8115611a8757611a806008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b600b819055505b3373ffffffffffffffffffffffffffffffffffffffff167f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f8585604051808381526020018281526020019250505060405180910390a250505050505050506001600c81905550919050565b60016020528060005260406000206000915090505481565b600b5481565b60046020528060005260406000206000915090505481565b6000806001600c5414611ba3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c81905550600080611bb661124f565b50915091506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611c8857600080fd5b505afa158015611c9c573d6000803e3d6000fd5b505050506040513d6020811015611cb257600080fd5b8101908080519060200190929190505050905060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611d4457600080fd5b505afa158015611d58573d6000803e3d6000fd5b505050506040513d6020811015611d6e57600080fd5b810190808051906020019092919050505090506000600160003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490506000611dd188886133dd565b905060008054905080611ded8685612cc890919063ffffffff16565b81611df457fe5b049a5080611e0b8585612cc890919063ffffffff16565b81611e1257fe5b04995060008b118015611e25575060008a115b611e7a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139e66028913960400191505060405180910390fd5b611e843084613753565b611e8f878d8d612a7b565b611e9a868d8c612a7b565b8673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611f1757600080fd5b505afa158015611f2b573d6000803e3d6000fd5b505050506040513d6020811015611f4157600080fd5b810190808051906020019092919050505094508573ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611fd157600080fd5b505afa158015611fe5573d6000803e3d6000fd5b505050506040513d6020811015611ffb57600080fd5b8101908080519060200190929190505050935061201a85858b8b612de0565b81156120925761208b6008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b600b819055505b8b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d819364968d8d604051808381526020018281526020019250505060405180910390a35050505050505050506001600c81905550915091565b6040518060400160405280600681526020017f554e492d5632000000000000000000000000000000000000000000000000000081525081565b600061215b338484613249565b6001905092915050565b6103e881565b6001600c54146121e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506123398284612334600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156122eb57600080fd5b505afa1580156122ff573d6000803e3d6000fd5b505050506040513d602081101561231557600080fd5b8101908080519060200190929190505050612d5d90919063ffffffff16565b612a7b565b61243981846124346008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156123eb57600080fd5b505afa1580156123ff573d6000803e3d6000fd5b505050506040513d602081101561241557600080fd5b8101908080519060200190929190505050612d5d90919063ffffffff16565b612a7b565b50506001600c8190555050565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b42841015612508576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260128152602001807f556e697377617056323a2045585049524544000000000000000000000000000081525060200191505060405180910390fd5b60006003547f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c960001b898989600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190600101919050558a604051602001808781526020018673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200184815260200183815260200182815260200196505050505050506040516020818303038152906040528051906020012060405160200180807f190100000000000000000000000000000000000000000000000000000000000081525060020183815260200182815260200192505050604051602081830303815290604052805190602001209050600060018286868660405160008152602001604052604051808581526020018460ff1660ff1681526020018381526020018281526020019450505050506020604051602081039080840390855afa1580156126da573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415801561274e57508873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16145b6127c0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601c8152602001807f556e697377617056323a20494e56414c49445f5349474e41545552450000000081525060200191505060405180910390fd5b6127cb89898961315e565b505050505050505050565b6002602052816000526040600020602052806000526040600020600091509150505481565b6001600c5414612873576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c81905550612a71600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561291d57600080fd5b505afa158015612931573d6000803e3d6000fd5b505050506040513d602081101561294757600080fd5b8101908080519060200190929190505050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156129f757600080fd5b505afa158015612a0b573d6000803e3d6000fd5b505050506040513d6020811015612a2157600080fd5b8101908080519060200190929190505050600860009054906101000a90046dffffffffffffffffffffffffffff166008600e9054906101000a90046dffffffffffffffffffffffffffff16612de0565b6001600c81905550565b600060608473ffffffffffffffffffffffffffffffffffffffff166040518060400160405280601981526020017f7472616e7366657228616464726573732c75696e743235362900000000000000815250805190602001208585604051602401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040518082805190602001908083835b60208310612ba85780518252602082019150602081019050602083039250612b85565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114612c0a576040519150601f19603f3d011682016040523d82523d6000602084013e612c0f565b606091505b5091509150818015612c4f5750600081511480612c4e5750808060200190516020811015612c3c57600080fd5b81019080805190602001909291905050505b5b612cc1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f556e697377617056323a205452414e534645525f4641494c454400000000000081525060200191505060405180910390fd5b5050505050565b600080821480612ce55750828283850292508281612ce257fe5b04145b612d57576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f64732d6d6174682d6d756c2d6f766572666c6f7700000000000000000000000081525060200191505060405180910390fd5b92915050565b6000828284039150811115612dda576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f64732d6d6174682d7375622d756e646572666c6f77000000000000000000000081525060200191505060405180910390fd5b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6dffffffffffffffffffffffffffff168411158015612e5057507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6dffffffffffffffffffffffffffff168311155b612ec2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f556e697377617056323a204f564552464c4f570000000000000000000000000081525060200191505060405180910390fd5b60006401000000004281612ed257fe5b06905060006008601c9054906101000a900463ffffffff168203905060008163ffffffff16118015612f1557506000846dffffffffffffffffffffffffffff1614155b8015612f3257506000836dffffffffffffffffffffffffffff1614155b15613014578063ffffffff16612f7785612f4b8661386d565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661389890919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16026009600082825401925050819055508063ffffffff16612fe584612fb98761386d565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661389890919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1602600a600082825401925050819055505b85600860006101000a8154816dffffffffffffffffffffffffffff02191690836dffffffffffffffffffffffffffff160217905550846008600e6101000a8154816dffffffffffffffffffffffffffff02191690836dffffffffffffffffffffffffffff160217905550816008601c6101000a81548163ffffffff021916908363ffffffff1602179055507f1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1600860009054906101000a90046dffffffffffffffffffffffffffff166008600e9054906101000a90046dffffffffffffffffffffffffffff1660405180836dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168152602001826dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff1681526020019250505060405180910390a1505050505050565b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b61329b81600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061333081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546138f890919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600080600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663017e7e586040518163ffffffff1660e01b815260040160206040518083038186803b15801561344857600080fd5b505afa15801561345c573d6000803e3d6000fd5b505050506040513d602081101561347257600080fd5b81019080805190602001909291905050509050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141591506000600b54905082156135a4576000811461359f57600061350a613505866dffffffffffffffffffffffffffff16886dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b6135be565b90506000613517836135be565b90508082111561359c57600061354a6135398385612d5d90919063ffffffff16565b600054612cc890919063ffffffff16565b9050600061357483613566600587612cc890919063ffffffff16565b6138f890919063ffffffff16565b9050600081838161358157fe5b0490506000811115613598576135978782613620565b5b5050505b50505b6135b6565b600081146135b5576000600b819055505b5b505092915050565b6000600382111561360d5781905060006001600284816135da57fe5b040190505b81811015613607578091506002818285816135f657fe5b0401816135ff57fe5b0490506135df565b5061361b565b6000821461361a57600190505b5b919050565b613635816000546138f890919063ffffffff16565b60008190555061368d81600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546138f890919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b6000818310613749578161374b565b825b905092915050565b6137a581600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506137fd81600054612d5d90919063ffffffff16565b600081905550600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b60006e010000000000000000000000000000826dffffffffffffffffffffffffffff16029050919050565b6000816dffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16816138ef57fe5b04905092915050565b6000828284019150811015613975576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f64732d6d6174682d6164642d6f766572666c6f7700000000000000000000000081525060200191505060405180910390fd5b9291505056fe556e697377617056323a20494e53554646494349454e545f4f55545055545f414d4f554e54556e697377617056323a20494e53554646494349454e545f494e5055545f414d4f554e54556e697377617056323a20494e53554646494349454e545f4c4951554944495459556e697377617056323a20494e53554646494349454e545f4c49515549444954595f4255524e4544556e697377617056323a20494e53554646494349454e545f4c49515549444954595f4d494e544544a265627a7a72315820b92cfb662dde07f8abe7dec05224f0cfaeb80849a2480d3b2a6d27593e5c70e664736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429a265627a7a72315820daa414943566a9eec73380abf63fae92e87ef149ba81a61d7fcf70c0d5735b0d64736f6c63430005100032", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 1, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 2, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x11f7e4b88aff18c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b50604051614a45380380614a458339818101604052602081101561003357600080fd5b810190808051906020019092919050505080600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506149b0806100956000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c8063a2e74af61161005b578063a2e74af6146101ad578063c9c65396146101f1578063e6a4390514610295578063f46901ed1461033957610088565b8063017e7e581461008d578063094b7415146100d75780631e3dd18b14610121578063574f2ba31461018f575b600080fd5b61009561037d565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6100df6103a2565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61014d6004803603602081101561013757600080fd5b81019080803590602001909291905050506103c8565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610197610404565b6040518082815260200191505060405180910390f35b6101ef600480360360208110156101c357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610411565b005b6102536004803603604081101561020757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610518565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6102f7600480360360408110156102ab57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610bf5565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61037b6004803603602081101561034f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610c37565b005b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600381815481106103d557fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600380549050905090565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146104d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156105bc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f556e697377617056323a204944454e544943414c5f414444524553534553000081525060200191505060405180910390fd5b6000808373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16106105f95783856105fc565b84845b91509150600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156106a3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f556e697377617056323a205a45524f5f4144445245535300000000000000000081525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146107e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f556e697377617056323a20504149525f4558495354530000000000000000000081525060200191505060405180910390fd5b6060604051806020016107f390610d3d565b6020820181038252601f19601f82011660405250905060008383604051602001808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660601b81526014018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660601b815260140192505050604051602081830303815290604052805190602001209050808251602084016000f594508473ffffffffffffffffffffffffffffffffffffffff1663485cc95585856040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200192505050600060405180830381600087803b15801561095957600080fd5b505af115801561096d573d6000803e3d6000fd5b5050505084600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555084600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060038590806001815401808255809150509060018203906000526020600020016000909192909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f0d3648bd0f6ba80134a33ba9275ac585d9d315f0ad8355cddefde31afa28d0e987600380549050604051808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019250505060405180910390a35050505092915050565b60026020528160005260406000206020528060005260406000206000915091509054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610cfa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b613c3180610d4b8339019056fe60806040526001600c5534801561001557600080fd5b5060004690506040518080613bdf60529139605201905060405180910390206040518060400160405280600a81526020017f556e697377617020563200000000000000000000000000000000000000000000815250805190602001206040518060400160405280600181526020017f3100000000000000000000000000000000000000000000000000000000000000815250805190602001208330604051602001808681526020018581526020018481526020018381526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200195505050505050604051602081830303815290604052805190602001206003819055505033600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550613a6a806101756000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c80636a627842116100f9578063ba9a7a5611610097578063d21220a711610071578063d21220a7146108c4578063d505accf1461090e578063dd62ed3e146109a7578063fff6cae914610a1f576101a9565b8063ba9a7a5614610818578063bc25cf7714610836578063c45a01551461087a576101a9565b80637ecebe00116100d35780637ecebe001461067857806389afcb44146106d057806395d89b411461072f578063a9059cbb146107b2576101a9565b80636a627842146105aa57806370a08231146106025780637464fc3d1461065a576101a9565b806323b872dd116101665780633644e515116101405780633644e515146104ec578063485cc9551461050a5780635909c0d51461056e5780635a3d54931461058c576101a9565b806323b872dd1461042457806330adf81f146104aa578063313ce567146104c8576101a9565b8063022c0d9f146101ae57806306fdde031461025b5780630902f1ac146102de578063095ea7b3146103565780630dfe1681146103bc57806318160ddd14610406575b600080fd5b610259600480360360808110156101c457600080fd5b810190808035906020019092919080359060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019064010000000081111561021557600080fd5b82018360208201111561022757600080fd5b8035906020019184600183028401116401000000008311171561024957600080fd5b9091929391929390505050610a29565b005b610263611216565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102a3578082015181840152602081019050610288565b50505050905090810190601f1680156102d05780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102e661124f565b60405180846dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168152602001836dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff1681526020018263ffffffff1663ffffffff168152602001935050505060405180910390f35b6103a26004803603604081101561036c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ac565b604051808215151515815260200191505060405180910390f35b6103c46112c3565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61040e6112e9565b6040518082815260200191505060405180910390f35b6104906004803603606081101561043a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ef565b604051808215151515815260200191505060405180910390f35b6104b26114ba565b6040518082815260200191505060405180910390f35b6104d06114e1565b604051808260ff1660ff16815260200191505060405180910390f35b6104f46114e6565b6040518082815260200191505060405180910390f35b61056c6004803603604081101561052057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506114ec565b005b610576611635565b6040518082815260200191505060405180910390f35b61059461163b565b6040518082815260200191505060405180910390f35b6105ec600480360360208110156105c057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611641565b6040518082815260200191505060405180910390f35b6106446004803603602081101561061857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611af2565b6040518082815260200191505060405180910390f35b610662611b0a565b6040518082815260200191505060405180910390f35b6106ba6004803603602081101561068e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611b10565b6040518082815260200191505060405180910390f35b610712600480360360208110156106e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611b28565b604051808381526020018281526020019250505060405180910390f35b610737612115565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561077757808201518184015260208101905061075c565b50505050905090810190601f1680156107a45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6107fe600480360360408110156107c857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061214e565b604051808215151515815260200191505060405180910390f35b610820612165565b6040518082815260200191505060405180910390f35b6108786004803603602081101561084c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061216b565b005b610882612446565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108cc61246c565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6109a5600480360360e081101561092457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919080359060200190929190803560ff1690602001909291908035906020019092919080359060200190929190505050612492565b005b610a09600480360360408110156109bd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506127d6565b6040518082815260200191505060405180910390f35b610a276127fb565b005b6001600c5414610aa1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000851180610ab85750600084115b610b0d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602581526020018061397c6025913960400191505060405180910390fd5b600080610b1861124f565b5091509150816dffffffffffffffffffffffffffff1687108015610b4b5750806dffffffffffffffffffffffffffff1686105b610ba0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806139c56021913960400191505060405180910390fd5b6000806000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508173ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff1614158015610c5957508073ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff1614155b610ccb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f556e697377617056323a20494e56414c49445f544f000000000000000000000081525060200191505060405180910390fd5b60008b1115610ce057610cdf828a8d612a7b565b5b60008a1115610cf557610cf4818a8c612a7b565b5b6000888890501115610ddd578873ffffffffffffffffffffffffffffffffffffffff166310d1e85c338d8d8c8c6040518663ffffffff1660e01b8152600401808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001858152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b158015610dc457600080fd5b505af1158015610dd8573d6000803e3d6000fd5b505050505b8173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610e5a57600080fd5b505afa158015610e6e573d6000803e3d6000fd5b505050506040513d6020811015610e8457600080fd5b810190808051906020019092919050505093508073ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610f1457600080fd5b505afa158015610f28573d6000803e3d6000fd5b505050506040513d6020811015610f3e57600080fd5b810190808051906020019092919050505092505050600089856dffffffffffffffffffffffffffff16038311610f75576000610f8b565b89856dffffffffffffffffffffffffffff160383035b9050600089856dffffffffffffffffffffffffffff16038311610faf576000610fc5565b89856dffffffffffffffffffffffffffff160383035b90506000821180610fd65750600081115b61102b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806139a16024913960400191505060405180910390fd5b6000611067611044600385612cc890919063ffffffff16565b6110596103e888612cc890919063ffffffff16565b612d5d90919063ffffffff16565b905060006110a5611082600385612cc890919063ffffffff16565b6110976103e888612cc890919063ffffffff16565b612d5d90919063ffffffff16565b90506110ef620f42406110e1896dffffffffffffffffffffffffffff168b6dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b612cc890919063ffffffff16565b6111028284612cc890919063ffffffff16565b1015611176576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600c8152602001807f556e697377617056323a204b000000000000000000000000000000000000000081525060200191505060405180910390fd5b505061118484848888612de0565b8873ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d82284848f8f6040518085815260200184815260200183815260200182815260200194505050505060405180910390a35050505050506001600c819055505050505050565b6040518060400160405280600a81526020017f556e69737761702056320000000000000000000000000000000000000000000081525081565b6000806000600860009054906101000a90046dffffffffffffffffffffffffffff1692506008600e9054906101000a90046dffffffffffffffffffffffffffff1691506008601c9054906101000a900463ffffffff169050909192565b60006112b933848461315e565b6001905092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60005481565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146114a45761142382600260008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6114af848484613249565b600190509392505050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c960001b81565b601281565b60035481565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146115af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f556e697377617056323a20464f5242494444454e00000000000000000000000081525060200191505060405180910390fd5b81600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b60095481565b600a5481565b60006001600c54146116bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000806116ce61124f565b50915091506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561177457600080fd5b505afa158015611788573d6000803e3d6000fd5b505050506040513d602081101561179e57600080fd5b810190808051906020019092919050505090506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561185257600080fd5b505afa158015611866573d6000803e3d6000fd5b505050506040513d602081101561187c57600080fd5b8101908080519060200190929190505050905060006118b4856dffffffffffffffffffffffffffff1684612d5d90919063ffffffff16565b905060006118db856dffffffffffffffffffffffffffff1684612d5d90919063ffffffff16565b905060006118e987876133dd565b9050600080549050600081141561193d576119296103e861191b6119168688612cc890919063ffffffff16565b6135be565b612d5d90919063ffffffff16565b985061193860006103e8613620565b6119a0565b61199d886dffffffffffffffffffffffffffff166119648387612cc890919063ffffffff16565b8161196b57fe5b04886dffffffffffffffffffffffffffff166119908487612cc890919063ffffffff16565b8161199757fe5b0461373a565b98505b600089116119f9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180613a0e6028913960400191505060405180910390fd5b611a038a8a613620565b611a0f86868a8a612de0565b8115611a8757611a806008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b600b819055505b3373ffffffffffffffffffffffffffffffffffffffff167f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f8585604051808381526020018281526020019250505060405180910390a250505050505050506001600c81905550919050565b60016020528060005260406000206000915090505481565b600b5481565b60046020528060005260406000206000915090505481565b6000806001600c5414611ba3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c81905550600080611bb661124f565b50915091506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611c8857600080fd5b505afa158015611c9c573d6000803e3d6000fd5b505050506040513d6020811015611cb257600080fd5b8101908080519060200190929190505050905060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611d4457600080fd5b505afa158015611d58573d6000803e3d6000fd5b505050506040513d6020811015611d6e57600080fd5b810190808051906020019092919050505090506000600160003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490506000611dd188886133dd565b905060008054905080611ded8685612cc890919063ffffffff16565b81611df457fe5b049a5080611e0b8585612cc890919063ffffffff16565b81611e1257fe5b04995060008b118015611e25575060008a115b611e7a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139e66028913960400191505060405180910390fd5b611e843084613753565b611e8f878d8d612a7b565b611e9a868d8c612a7b565b8673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611f1757600080fd5b505afa158015611f2b573d6000803e3d6000fd5b505050506040513d6020811015611f4157600080fd5b810190808051906020019092919050505094508573ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611fd157600080fd5b505afa158015611fe5573d6000803e3d6000fd5b505050506040513d6020811015611ffb57600080fd5b8101908080519060200190929190505050935061201a85858b8b612de0565b81156120925761208b6008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b600b819055505b8b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d819364968d8d604051808381526020018281526020019250505060405180910390a35050505050505050506001600c81905550915091565b6040518060400160405280600681526020017f554e492d5632000000000000000000000000000000000000000000000000000081525081565b600061215b338484613249565b6001905092915050565b6103e881565b6001600c54146121e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c819055506000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506123398284612334600860009054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156122eb57600080fd5b505afa1580156122ff573d6000803e3d6000fd5b505050506040513d602081101561231557600080fd5b8101908080519060200190929190505050612d5d90919063ffffffff16565b612a7b565b61243981846124346008600e9054906101000a90046dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156123eb57600080fd5b505afa1580156123ff573d6000803e3d6000fd5b505050506040513d602081101561241557600080fd5b8101908080519060200190929190505050612d5d90919063ffffffff16565b612a7b565b50506001600c8190555050565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b42841015612508576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260128152602001807f556e697377617056323a2045585049524544000000000000000000000000000081525060200191505060405180910390fd5b60006003547f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c960001b898989600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190600101919050558a604051602001808781526020018673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200184815260200183815260200182815260200196505050505050506040516020818303038152906040528051906020012060405160200180807f190100000000000000000000000000000000000000000000000000000000000081525060020183815260200182815260200192505050604051602081830303815290604052805190602001209050600060018286868660405160008152602001604052604051808581526020018460ff1660ff1681526020018381526020018281526020019450505050506020604051602081039080840390855afa1580156126da573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415801561274e57508873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16145b6127c0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601c8152602001807f556e697377617056323a20494e56414c49445f5349474e41545552450000000081525060200191505060405180910390fd5b6127cb89898961315e565b505050505050505050565b6002602052816000526040600020602052806000526040600020600091509150505481565b6001600c5414612873576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260118152602001807f556e697377617056323a204c4f434b454400000000000000000000000000000081525060200191505060405180910390fd5b6000600c81905550612a71600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561291d57600080fd5b505afa158015612931573d6000803e3d6000fd5b505050506040513d602081101561294757600080fd5b8101908080519060200190929190505050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156129f757600080fd5b505afa158015612a0b573d6000803e3d6000fd5b505050506040513d6020811015612a2157600080fd5b8101908080519060200190929190505050600860009054906101000a90046dffffffffffffffffffffffffffff166008600e9054906101000a90046dffffffffffffffffffffffffffff16612de0565b6001600c81905550565b600060608473ffffffffffffffffffffffffffffffffffffffff166040518060400160405280601981526020017f7472616e7366657228616464726573732c75696e743235362900000000000000815250805190602001208585604051602401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040518082805190602001908083835b60208310612ba85780518252602082019150602081019050602083039250612b85565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114612c0a576040519150601f19603f3d011682016040523d82523d6000602084013e612c0f565b606091505b5091509150818015612c4f5750600081511480612c4e5750808060200190516020811015612c3c57600080fd5b81019080805190602001909291905050505b5b612cc1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f556e697377617056323a205452414e534645525f4641494c454400000000000081525060200191505060405180910390fd5b5050505050565b600080821480612ce55750828283850292508281612ce257fe5b04145b612d57576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f64732d6d6174682d6d756c2d6f766572666c6f7700000000000000000000000081525060200191505060405180910390fd5b92915050565b6000828284039150811115612dda576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f64732d6d6174682d7375622d756e646572666c6f77000000000000000000000081525060200191505060405180910390fd5b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6dffffffffffffffffffffffffffff168411158015612e5057507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6dffffffffffffffffffffffffffff168311155b612ec2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f556e697377617056323a204f564552464c4f570000000000000000000000000081525060200191505060405180910390fd5b60006401000000004281612ed257fe5b06905060006008601c9054906101000a900463ffffffff168203905060008163ffffffff16118015612f1557506000846dffffffffffffffffffffffffffff1614155b8015612f3257506000836dffffffffffffffffffffffffffff1614155b15613014578063ffffffff16612f7785612f4b8661386d565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661389890919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16026009600082825401925050819055508063ffffffff16612fe584612fb98761386d565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1661389890919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1602600a600082825401925050819055505b85600860006101000a8154816dffffffffffffffffffffffffffff02191690836dffffffffffffffffffffffffffff160217905550846008600e6101000a8154816dffffffffffffffffffffffffffff02191690836dffffffffffffffffffffffffffff160217905550816008601c6101000a81548163ffffffff021916908363ffffffff1602179055507f1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1600860009054906101000a90046dffffffffffffffffffffffffffff166008600e9054906101000a90046dffffffffffffffffffffffffffff1660405180836dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff168152602001826dffffffffffffffffffffffffffff166dffffffffffffffffffffffffffff1681526020019250505060405180910390a1505050505050565b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b61329b81600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061333081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546138f890919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600080600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663017e7e586040518163ffffffff1660e01b815260040160206040518083038186803b15801561344857600080fd5b505afa15801561345c573d6000803e3d6000fd5b505050506040513d602081101561347257600080fd5b81019080805190602001909291905050509050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141591506000600b54905082156135a4576000811461359f57600061350a613505866dffffffffffffffffffffffffffff16886dffffffffffffffffffffffffffff16612cc890919063ffffffff16565b6135be565b90506000613517836135be565b90508082111561359c57600061354a6135398385612d5d90919063ffffffff16565b600054612cc890919063ffffffff16565b9050600061357483613566600587612cc890919063ffffffff16565b6138f890919063ffffffff16565b9050600081838161358157fe5b0490506000811115613598576135978782613620565b5b5050505b50505b6135b6565b600081146135b5576000600b819055505b5b505092915050565b6000600382111561360d5781905060006001600284816135da57fe5b040190505b81811015613607578091506002818285816135f657fe5b0401816135ff57fe5b0490506135df565b5061361b565b6000821461361a57600190505b5b919050565b613635816000546138f890919063ffffffff16565b60008190555061368d81600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546138f890919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b6000818310613749578161374b565b825b905092915050565b6137a581600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612d5d90919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506137fd81600054612d5d90919063ffffffff16565b600081905550600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b60006e010000000000000000000000000000826dffffffffffffffffffffffffffff16029050919050565b6000816dffffffffffffffffffffffffffff167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16816138ef57fe5b04905092915050565b6000828284019150811015613975576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f64732d6d6174682d6164642d6f766572666c6f7700000000000000000000000081525060200191505060405180910390fd5b9291505056fe556e697377617056323a20494e53554646494349454e545f4f55545055545f414d4f554e54556e697377617056323a20494e53554646494349454e545f494e5055545f414d4f554e54556e697377617056323a20494e53554646494349454e545f4c4951554944495459556e697377617056323a20494e53554646494349454e545f4c49515549444954595f4255524e4544556e697377617056323a20494e53554646494349454e545f4c49515549444954595f4d494e544544a265627a7a72315820b92cfb662dde07f8abe7dec05224f0cfaeb80849a2480d3b2a6d27593e5c70e664736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429a265627a7a72315820daa414943566a9eec73380abf63fae92e87ef149ba81a61d7fcf70c0d5735b0d64736f6c63430005100032000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 3799354, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 3799351, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 3799348, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 3799336, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 3799334, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 3799331, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 3799328, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 3799325, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 3799315, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 3799314, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH1", - "gas": 3799312, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 20, - "op": "MLOAD", - "gas": 3799309, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 21, - "op": "PUSH2", - "gas": 3799306, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 24, - "op": "CODESIZE", - "gas": 3799303, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0x4a45" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 25, - "op": "SUB", - "gas": 3799301, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x4a45", - "0x4a65" - ] - }, - { - "pc": 26, - "op": "DUP1", - "gas": 3799298, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 27, - "op": "PUSH2", - "gas": 3799295, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20" - ] - }, - { - "pc": 30, - "op": "DUP4", - "gas": 3799292, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x4a45" - ] - }, - { - "pc": 31, - "op": "CODECOPY", - "gas": 3799289, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x4a45", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 32, - "op": "DUP2", - "gas": 3799277, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 33, - "op": "DUP2", - "gas": 3799274, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x80" - ] - }, - { - "pc": 34, - "op": "ADD", - "gas": 3799271, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x80", - "0x20" - ] - }, - { - "pc": 35, - "op": "PUSH1", - "gas": 3799268, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0xa0" - ] - }, - { - "pc": 37, - "op": "MSTORE", - "gas": 3799265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0xa0", - "0x40" - ] - }, - { - "pc": 38, - "op": "PUSH1", - "gas": 3799262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 40, - "op": "DUP2", - "gas": 3799259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20" - ] - }, - { - "pc": 41, - "op": "LT", - "gas": 3799256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x20" - ] - }, - { - "pc": 42, - "op": "ISZERO", - "gas": 3799253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x0" - ] - }, - { - "pc": 43, - "op": "PUSH2", - "gas": 3799250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x1" - ] - }, - { - "pc": 46, - "op": "JUMPI", - "gas": 3799247, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x1", - "0x33" - ] - }, - { - "pc": 51, - "op": "JUMPDEST", - "gas": 3799237, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 52, - "op": "DUP2", - "gas": 3799236, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 53, - "op": "ADD", - "gas": 3799233, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x80" - ] - }, - { - "pc": 54, - "op": "SWAP1", - "gas": 3799230, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0" - ] - }, - { - "pc": 55, - "op": "DUP1", - "gas": 3799227, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80" - ] - }, - { - "pc": 56, - "op": "DUP1", - "gas": 3799224, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0x80" - ] - }, - { - "pc": 57, - "op": "MLOAD", - "gas": 3799221, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 58, - "op": "SWAP1", - "gas": 3799218, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0x80", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 59, - "op": "PUSH1", - "gas": 3799215, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80" - ] - }, - { - "pc": 61, - "op": "ADD", - "gas": 3799212, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80", - "0x20" - ] - }, - { - "pc": 62, - "op": "SWAP1", - "gas": 3799209, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0" - ] - }, - { - "pc": 63, - "op": "SWAP3", - "gas": 3799206, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xa0", - "0x80", - "0xa0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 64, - "op": "SWAP2", - "gas": 3799203, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80", - "0xa0", - "0xa0" - ] - }, - { - "pc": 65, - "op": "SWAP1", - "gas": 3799200, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0xa0", - "0x80" - ] - }, - { - "pc": 66, - "op": "POP", - "gas": 3799197, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x80", - "0xa0" - ] - }, - { - "pc": 67, - "op": "POP", - "gas": 3799195, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x80" - ] - }, - { - "pc": 68, - "op": "POP", - "gas": 3799193, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0" - ] - }, - { - "pc": 69, - "op": "DUP1", - "gas": 3799191, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 70, - "op": "PUSH1", - "gas": 3799188, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 72, - "op": "PUSH1", - "gas": 3799185, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ] - }, - { - "pc": 74, - "op": "PUSH2", - "gas": 3799182, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0" - ] - }, - { - "pc": 77, - "op": "EXP", - "gas": 3799179, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0", - "0x100" - ] - }, - { - "pc": 78, - "op": "DUP2", - "gas": 3799169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1" - ] - }, - { - "pc": 79, - "op": "SLOAD", - "gas": 3799166, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x1" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 80, - "op": "DUP2", - "gas": 3797066, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x0" - ] - }, - { - "pc": 81, - "op": "PUSH20", - "gas": 3797063, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x0", - "0x1" - ] - }, - { - "pc": 102, - "op": "MUL", - "gas": 3797060, - "gasCost": 5, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x0", - "0x1", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 103, - "op": "NOT", - "gas": 3797055, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 104, - "op": "AND", - "gas": 3797052, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 105, - "op": "SWAP1", - "gas": 3797049, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0x0" - ] - }, - { - "pc": 106, - "op": "DUP4", - "gas": 3797046, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0", - "0x1" - ] - }, - { - "pc": 107, - "op": "PUSH20", - "gas": 3797043, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0", - "0x1", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 128, - "op": "AND", - "gas": 3797040, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0", - "0x1", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 129, - "op": "MUL", - "gas": 3797037, - "gasCost": 5, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0", - "0x1", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 130, - "op": "OR", - "gas": 3797032, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 131, - "op": "SWAP1", - "gas": 3797029, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 132, - "op": "SSTORE", - "gas": 3797026, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - }, - "extraData": { - "proofList": [ - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 133, - "op": "POP", - "gas": 3777026, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 134, - "op": "POP", - "gas": 3777024, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 135, - "op": "PUSH2", - "gas": 3777022, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 138, - "op": "DUP1", - "gas": 3777019, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x49b0" - ] - }, - { - "pc": 139, - "op": "PUSH2", - "gas": 3777016, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x49b0", - "0x49b0" - ] - }, - { - "pc": 142, - "op": "PUSH1", - "gas": 3777013, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x49b0", - "0x49b0", - "0x95" - ] - }, - { - "pc": 144, - "op": "CODECOPY", - "gas": 3777010, - "gasCost": 4207, - "depth": 1, - "stack": [ - "0x49b0", - "0x49b0", - "0x95", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 145, - "op": "PUSH1", - "gas": 3772803, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x49b0" - ] - }, - { - "pc": 147, - "op": "RETURN", - "gas": 3772800, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x49b0", - "0x0" - ] - } - ] - } - ], - "mptwitness": [ - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "accountKey": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0xe904a3f6948090f57dc61e4de72328a5c3208566c1b1a9225611081e6aa14516", - "path": [ - { - "value": "0x46bd0748d98e286a62feadf92572d479533937cd166f9ceac93ce0c065b0052c", - "sibling": "0x8f8004baf8f1c456ce761b6d7e8a5483867b638f5bb347d7439abd0736a73f25" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ] - }, - { - "pathPart": "0x3", - "root": "0x59f6606e71b6a449b45518747bc236c9006ff2a3f16b159f5e122cc2891bc301", - "path": [ - { - "value": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10", - "sibling": "0x8f8004baf8f1c456ce761b6d7e8a5483867b638f5bb347d7439abd0736a73f25" - }, - { - "value": "0x72e795a57c8317732127eef200e8d0eea2376d589a2e3473715cac52ab4a7605", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x59f6606e71b6a449b45518747bc236c9006ff2a3f16b159f5e122cc2891bc301", - "path": [ - { - "value": "0x8f8004baf8f1c456ce761b6d7e8a5483867b638f5bb347d7439abd0736a73f25", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0xf66297289d4c27fab10fe92c0106bee6739688ba6304df445bd5b6c80664b31c", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x6c90adb7ee407748257eb2dce43e25d51f280503e89fcf7c28989f57fcf81521", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0x16bfd95a750ce6ec5a6881569375b0216f89106bf90d119f8dace7a07175a008", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x010cf1a628ab5923203341e7dba7349764690f69e3aa7e92055b6dd92bd74218", - "path": [ - { - "value": "0xd670d871eda50096eb711afa1a0ce213d6764935efb62d7f85c647c47ced2a20", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0x317c0d676601e40164c23f443170b22c3c871fb367291e4f551cc42b6c8f3a04", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x11ddb24dd686891dac267c115aeacef114b0c8cddf1e74cb0eebaf7dbce9821d", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb015e08bc186fbf0c0d5d4f099ecee8fb1754d1f15d4b45aa9052d046ea0651f", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 2, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "accountKey": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x010cf1a628ab5923203341e7dba7349764690f69e3aa7e92055b6dd92bd74218", - "path": [ - { - "value": "0xd670d871eda50096eb711afa1a0ce213d6764935efb62d7f85c647c47ced2a20", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0x317c0d676601e40164c23f443170b22c3c871fb367291e4f551cc42b6c8f3a04", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x11ddb24dd686891dac267c115aeacef114b0c8cddf1e74cb0eebaf7dbce9821d", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb015e08bc186fbf0c0d5d4f099ecee8fb1754d1f15d4b45aa9052d046ea0651f", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x010cf1a628ab5923203341e7dba7349764690f69e3aa7e92055b6dd92bd74218", - "path": [ - { - "value": "0xd670d871eda50096eb711afa1a0ce213d6764935efb62d7f85c647c47ced2a20", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0x317c0d676601e40164c23f443170b22c3c871fb367291e4f551cc42b6c8f3a04", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x11ddb24dd686891dac267c115aeacef114b0c8cddf1e74cb0eebaf7dbce9821d", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb015e08bc186fbf0c0d5d4f099ecee8fb1754d1f15d4b45aa9052d046ea0651f", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - null, - null - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "accountKey": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0x010cf1a628ab5923203341e7dba7349764690f69e3aa7e92055b6dd92bd74218", - "path": [ - { - "value": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10", - "sibling": "0xd670d871eda50096eb711afa1a0ce213d6764935efb62d7f85c647c47ced2a20" - }, - { - "value": "0x72e795a57c8317732127eef200e8d0eea2376d589a2e3473715cac52ab4a7605", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - }, - { - "pathPart": "0x3", - "root": "0x010cf1a628ab5923203341e7dba7349764690f69e3aa7e92055b6dd92bd74218", - "path": [ - { - "value": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10", - "sibling": "0xd670d871eda50096eb711afa1a0ce213d6764935efb62d7f85c647c47ced2a20" - }, - { - "value": "0x72e795a57c8317732127eef200e8d0eea2376d589a2e3473715cac52ab4a7605", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x010cf1a628ab5923203341e7dba7349764690f69e3aa7e92055b6dd92bd74218", - "path": [ - { - "value": "0xd670d871eda50096eb711afa1a0ce213d6764935efb62d7f85c647c47ced2a20", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0x317c0d676601e40164c23f443170b22c3c871fb367291e4f551cc42b6c8f3a04", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x11ddb24dd686891dac267c115aeacef114b0c8cddf1e74cb0eebaf7dbce9821d", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb015e08bc186fbf0c0d5d4f099ecee8fb1754d1f15d4b45aa9052d046ea0651f", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x25ab12d8d5b7c41f2a979ec3e8a134f8be852b4ab9de109e2d234e1783d36a2e", - "path": [ - { - "value": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0xfbd5517853357a962897398acbd4096f52e612691568240235ea0435252c302b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x21e19bbf5a2651d6800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 2, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "accountKey": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x25ab12d8d5b7c41f2a979ec3e8a134f8be852b4ab9de109e2d234e1783d36a2e", - "path": [ - { - "value": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0xfbd5517853357a962897398acbd4096f52e612691568240235ea0435252c302b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x25ab12d8d5b7c41f2a979ec3e8a134f8be852b4ab9de109e2d234e1783d36a2e", - "path": [ - { - "value": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825", - "sibling": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10" - }, - { - "value": "0xfbd5517853357a962897398acbd4096f52e612691568240235ea0435252c302b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - null, - null - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "accountKey": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0x25ab12d8d5b7c41f2a979ec3e8a134f8be852b4ab9de109e2d234e1783d36a2e", - "path": [ - { - "value": "0xb5cea05badd607d9389fcbdb15eb76bc980800069c23dbcc6a4cccae2ce0ed10", - "sibling": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825" - }, - { - "value": "0x72e795a57c8317732127eef200e8d0eea2376d589a2e3473715cac52ab4a7605", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - }, - { - "pathPart": "0x3", - "root": "0x9c052fab5d16be181bd2d4158d4ac05730c01eec14d42829ef7eb17445945a0e", - "path": [ - { - "value": "0xe2690cb575bd28cf1287b5fd3121701024e3947f0d47bebcabdf4a07f226310e", - "sibling": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825" - }, - { - "value": "0xcef60b0776090913129cc2b3d318e7afe84556d5e3e53101409943a163562100", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0xe459ec5bbd628dc7e2411b6b9ae6a5ccb51f260c7271cf14cee106eaf59bc003", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x9c052fab5d16be181bd2d4158d4ac05730c01eec14d42829ef7eb17445945a0e", - "path": [ - { - "value": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825", - "sibling": "0xe2690cb575bd28cf1287b5fd3121701024e3947f0d47bebcabdf4a07f226310e" - }, - { - "value": "0xfbd5517853357a962897398acbd4096f52e612691568240235ea0435252c302b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2", - "root": "0x9c052fab5d16be181bd2d4158d4ac05730c01eec14d42829ef7eb17445945a0e", - "path": [ - { - "value": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825", - "sibling": "0xe2690cb575bd28cf1287b5fd3121701024e3947f0d47bebcabdf4a07f226310e" - }, - { - "value": "0xfbd5517853357a962897398acbd4096f52e612691568240235ea0435252c302b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 2, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "accountKey": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x9c052fab5d16be181bd2d4158d4ac05730c01eec14d42829ef7eb17445945a0e", - "path": [ - { - "value": "0x7db8b63d55fe9329f460b527fee681484a6e70d3d957020d303ba1158b7f6825", - "sibling": "0xe2690cb575bd28cf1287b5fd3121701024e3947f0d47bebcabdf4a07f226310e" - }, - { - "value": "0xfbd5517853357a962897398acbd4096f52e612691568240235ea0435252c302b", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x1a", - "root": "0xce8748d29271154b6c1411da31d2260850172cd21d54998c4a3ad4f29662ec2e", - "path": [ - { - "value": "0x18ea1b4d2c2d0d6fdbfd27c93809f661436df715e6dedf3b912cb2a37b668b21", - "sibling": "0xe2690cb575bd28cf1287b5fd3121701024e3947f0d47bebcabdf4a07f226310e" - }, - { - "value": "0x615a8c7eb39d23ae30acf6f841a57e0e4809a7eb5dd61fdcc96abae65b4b352f", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x4746e77bdc0f95f6dff6dde6ea61652953d648668f92d65dacbd73ef0ea0a12d", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0xb01e4224bd45078ae36d710a579e11915ee7ede295a6f29dcf08b905fdaaa50f", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d", - "sibling": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12" - } - ], - "leaf": { - "value": "0xebf6616bc43fa17f3d2aeb8d35e25146113964d07cf9be59cedeba67f0d5aa27", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 0, - "balance": "0x11f7e4b88aff18c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x066a51a6bc283f4d28ebd4dde06f5b874009edfd", - "accountKey": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0xce8748d29271154b6c1411da31d2260850172cd21d54998c4a3ad4f29662ec2e", - "path": [ - { - "value": "0xe2690cb575bd28cf1287b5fd3121701024e3947f0d47bebcabdf4a07f226310e", - "sibling": "0x18ea1b4d2c2d0d6fdbfd27c93809f661436df715e6dedf3b912cb2a37b668b21" - }, - { - "value": "0xcef60b0776090913129cc2b3d318e7afe84556d5e3e53101409943a163562100", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0xe459ec5bbd628dc7e2411b6b9ae6a5ccb51f260c7271cf14cee106eaf59bc003", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - }, - { - "pathPart": "0x3", - "root": "0x14c82bd07c9cdeb9a551e333806be21085e1034d8f96179c6710ea9b1980050b", - "path": [ - { - "value": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d", - "sibling": "0x18ea1b4d2c2d0d6fdbfd27c93809f661436df715e6dedf3b912cb2a37b668b21" - }, - { - "value": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24", - "sibling": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022" - } - ], - "leaf": { - "value": "0xe44cb2755d283756c38a1d8b93a31fd935632989fa70b82e6e90d3592008da0d", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e" - } - ], - "stateKey": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x4c530c0f40801922f7d88346624a1a87eb991daf4df06d9159088bf2230d840c", - "leaf": { - "value": "0xbd015d4b4318725a842f58b11a8d6981ea8b394d15797743472cf0fd3be7d319", - "sibling": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - } - ] - } - ] -} diff --git a/roller/assets/traces/07.json b/roller/assets/traces/07.json deleted file mode 100644 index c5066d7613..0000000000 --- a/roller/assets/traces/07.json +++ /dev/null @@ -1,3581 +0,0 @@ -{ - "coinbase": { - "address": "0xadf5218f7ca8c80d90ff63af5fef486af57c2096", - "nonce": 0, - "balance": "0x110afa7a4fe175a", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "header": { - "parentHash": "0x5257a887fb46f8ddf8882370860a85a095471bba3d615ef201e2a008736a3c04", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x0b76e08d9734f5b3c3eb2011820e858b9e804b36a590f45efb7e8cdf3b888e82", - "transactionsRoot": "0x3a5c9b9ec2c9e862842df1d7dfd19485d8e386dc9c7b50edc41df8a71a3c80f4", - "receiptsRoot": "0x42ce4b5b01a3971db416a8654d8c40aeae0b761f225f01fe724dad415720bdfb", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x7", - "gasLimit": "0x37a57fbf", - "gasUsed": "0x3bbbc2", - "timestamp": "0x638089ab", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e75780000000000002032b85aa123a38105f7416fac3f6c09649a2572659a052865edfd149a018eb944195663fcf664747bedcd28890234fa43bb83f553240cf2d66a1899540c90cf00", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x177098b3", - "hash": "0xc6280e0069652adab760bd218d6b031caa73b88ffa62683d6faa761ac834f239" - }, - "transactions": [ - { - "type": 0, - "nonce": 2, - "txHash": "0xbd1b89b2bda1b138d73e49438b55f87d03db8500c3755888cbbc1dfd336a5979", - "gas": 3914690, - "gasPrice": "0x4a817c800", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x60c060405234801561001057600080fd5b506040516200479d3803806200479d8339818101604052604081101561003557600080fd5b5080516020909101516001600160601b0319606092831b8116608052911b1660a05260805160601c60a05160601c614618620001856000398061015f5280610ce45280610d1f5280610e16528061103452806113be528061152452806118eb52806119e55280611a9b5280611b695280611caf5280611d375280611f7c5280611ff752806120a652806121725280612207528061227b528061277952806129ec5280612a425280612a765280612aea5280612c8a5280612dcd5280612e55525080610ea45280610f7b52806110fa5280611133528061126e528061144c528061150252806116725280611bfc5280611d695280611ecc52806122ad528061250652806126fe5280612727528061275752806128c45280612a205280612d1d5280612e875280613718528061375b5280613a3e5280613bbd5280613fed528061409b528061411b52506146186000f3fe60806040526004361061014f5760003560e01c80638803dbee116100b6578063c45a01551161006f578063c45a015514610a10578063d06ca61f14610a25578063ded9382a14610ada578063e8e3370014610b4d578063f305d71914610bcd578063fb3bdb4114610c1357610188565b80638803dbee146107df578063ad5c464814610875578063ad615dec146108a6578063af2979eb146108dc578063b6f9de951461092f578063baa2abde146109b357610188565b80634a25d94a116101085780634a25d94a146104f05780635b0d5984146105865780635c11d795146105f9578063791ac9471461068f5780637ff36ab51461072557806385f8c259146107a957610188565b806302751cec1461018d578063054d50d4146101f957806318cbafe5146102415780631f00ca74146103275780632195995c146103dc57806338ed17391461045a57610188565b3661018857336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461018657fe5b005b600080fd5b34801561019957600080fd5b506101e0600480360360c08110156101b057600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a00135610c97565b6040805192835260208301919091528051918290030190f35b34801561020557600080fd5b5061022f6004803603606081101561021c57600080fd5b5080359060208101359060400135610db1565b60408051918252519081900360200190f35b34801561024d57600080fd5b506102d7600480360360a081101561026457600080fd5b813591602081013591810190606081016040820135600160201b81111561028a57600080fd5b82018360208201111561029c57600080fd5b803590602001918460208302840111600160201b831117156102bd57600080fd5b91935091506001600160a01b038135169060200135610dc6565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156103135781810151838201526020016102fb565b505050509050019250505060405180910390f35b34801561033357600080fd5b506102d76004803603604081101561034a57600080fd5b81359190810190604081016020820135600160201b81111561036b57600080fd5b82018360208201111561037d57600080fd5b803590602001918460208302840111600160201b8311171561039e57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506110f3945050505050565b3480156103e857600080fd5b506101e0600480360361016081101561040057600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359091169060c08101359060e081013515159060ff6101008201351690610120810135906101400135611129565b34801561046657600080fd5b506102d7600480360360a081101561047d57600080fd5b813591602081013591810190606081016040820135600160201b8111156104a357600080fd5b8201836020820111156104b557600080fd5b803590602001918460208302840111600160201b831117156104d657600080fd5b91935091506001600160a01b038135169060200135611223565b3480156104fc57600080fd5b506102d7600480360360a081101561051357600080fd5b813591602081013591810190606081016040820135600160201b81111561053957600080fd5b82018360208201111561054b57600080fd5b803590602001918460208302840111600160201b8311171561056c57600080fd5b91935091506001600160a01b03813516906020013561136e565b34801561059257600080fd5b5061022f60048036036101408110156105aa57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a08101359060c081013515159060ff60e082013516906101008101359061012001356114fa565b34801561060557600080fd5b50610186600480360360a081101561061c57600080fd5b813591602081013591810190606081016040820135600160201b81111561064257600080fd5b82018360208201111561065457600080fd5b803590602001918460208302840111600160201b8311171561067557600080fd5b91935091506001600160a01b038135169060200135611608565b34801561069b57600080fd5b50610186600480360360a08110156106b257600080fd5b813591602081013591810190606081016040820135600160201b8111156106d857600080fd5b8201836020820111156106ea57600080fd5b803590602001918460208302840111600160201b8311171561070b57600080fd5b91935091506001600160a01b03813516906020013561189d565b6102d76004803603608081101561073b57600080fd5b81359190810190604081016020820135600160201b81111561075c57600080fd5b82018360208201111561076e57600080fd5b803590602001918460208302840111600160201b8311171561078f57600080fd5b91935091506001600160a01b038135169060200135611b21565b3480156107b557600080fd5b5061022f600480360360608110156107cc57600080fd5b5080359060208101359060400135611e74565b3480156107eb57600080fd5b506102d7600480360360a081101561080257600080fd5b813591602081013591810190606081016040820135600160201b81111561082857600080fd5b82018360208201111561083a57600080fd5b803590602001918460208302840111600160201b8311171561085b57600080fd5b91935091506001600160a01b038135169060200135611e81565b34801561088157600080fd5b5061088a611f7a565b604080516001600160a01b039092168252519081900360200190f35b3480156108b257600080fd5b5061022f600480360360608110156108c957600080fd5b5080359060208101359060400135611f9e565b3480156108e857600080fd5b5061022f600480360360c08110156108ff57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a00135611fab565b6101866004803603608081101561094557600080fd5b81359190810190604081016020820135600160201b81111561096657600080fd5b82018360208201111561097857600080fd5b803590602001918460208302840111600160201b8311171561099957600080fd5b91935091506001600160a01b03813516906020013561212c565b3480156109bf57600080fd5b506101e0600480360360e08110156109d657600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359091169060c001356124b8565b348015610a1c57600080fd5b5061088a6126fc565b348015610a3157600080fd5b506102d760048036036040811015610a4857600080fd5b81359190810190604081016020820135600160201b811115610a6957600080fd5b820183602082011115610a7b57600080fd5b803590602001918460208302840111600160201b83111715610a9c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612720945050505050565b348015610ae657600080fd5b506101e06004803603610140811015610afe57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a08101359060c081013515159060ff60e0820135169061010081013590610120013561274d565b348015610b5957600080fd5b50610baf6004803603610100811015610b7157600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359160c0820135169060e00135612861565b60408051938452602084019290925282820152519081900360600190f35b610baf600480360360c0811015610be357600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a0013561299d565b6102d760048036036080811015610c2957600080fd5b81359190810190604081016020820135600160201b811115610c4a57600080fd5b820183602082011115610c5c57600080fd5b803590602001918460208302840111600160201b83111715610c7d57600080fd5b91935091506001600160a01b038135169060200135612c42565b6000808242811015610cde576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b610d0d897f00000000000000000000000000000000000000000000000000000000000000008a8a8a308a6124b8565b9093509150610d1d898685612fc4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d836040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015610d8357600080fd5b505af1158015610d97573d6000803e3d6000fd5b50505050610da58583613118565b50965096945050505050565b6000610dbe848484613210565b949350505050565b60608142811015610e0c576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001686866000198101818110610e4657fe5b905060200201356001600160a01b03166001600160a01b031614610e9f576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b610efd7f00000000000000000000000000000000000000000000000000000000000000008988888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b91508682600184510381518110610f1057fe5b60200260200101511015610f555760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b610ff386866000818110610f6557fe5b905060200201356001600160a01b031633610fd97f00000000000000000000000000000000000000000000000000000000000000008a8a6000818110610fa757fe5b905060200201356001600160a01b03168b8b6001818110610fc457fe5b905060200201356001600160a01b031661344c565b85600081518110610fe657fe5b602002602001015161350c565b61103282878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250309250613669915050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d8360018551038151811061107157fe5b60200260200101516040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b1580156110af57600080fd5b505af11580156110c3573d6000803e3d6000fd5b505050506110e884836001855103815181106110db57fe5b6020026020010151613118565b509695505050505050565b60606111207f000000000000000000000000000000000000000000000000000000000000000084846138af565b90505b92915050565b60008060006111597f00000000000000000000000000000000000000000000000000000000000000008f8f61344c565b9050600087611168578c61116c565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018c905260ff8a16608482015260a4810189905260c4810188905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b1580156111e257600080fd5b505af11580156111f6573d6000803e3d6000fd5b505050506112098f8f8f8f8f8f8f6124b8565b809450819550505050509b509b9950505050505050505050565b60608142811015611269576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6112c77f00000000000000000000000000000000000000000000000000000000000000008988888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b915086826001845103815181106112da57fe5b6020026020010151101561131f5760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b61132f86866000818110610f6557fe5b6110e882878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b606081428110156113b4576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016868660001981018181106113ee57fe5b905060200201356001600160a01b03166001600160a01b031614611447576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b6114a57f0000000000000000000000000000000000000000000000000000000000000000898888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b915086826000815181106114b557fe5b60200260200101511115610f555760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b6000806115487f00000000000000000000000000000000000000000000000000000000000000008d7f000000000000000000000000000000000000000000000000000000000000000061344c565b9050600086611557578b61155b565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018b905260ff8916608482015260a4810188905260c4810187905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b1580156115d157600080fd5b505af11580156115e5573d6000803e3d6000fd5b505050506115f78d8d8d8d8d8d611fab565b9d9c50505050505050505050505050565b804281101561164c576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6116c18585600081811061165c57fe5b905060200201356001600160a01b0316336116bb7f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b905060200201356001600160a01b03168a8a6001818110610fc457fe5b8a61350c565b6000858560001981018181106116d357fe5b905060200201356001600160a01b03166001600160a01b03166370a08231856040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561173857600080fd5b505afa15801561174c573d6000803e3d6000fd5b505050506040513d602081101561176257600080fd5b505160408051602088810282810182019093528882529293506117a49290918991899182918501908490808284376000920191909152508892506139e7915050565b8661185682888860001981018181106117b957fe5b905060200201356001600160a01b03166001600160a01b03166370a08231886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b505afa158015611832573d6000803e3d6000fd5b505050506040513d602081101561184857600080fd5b50519063ffffffff613cf216565b10156118935760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b5050505050505050565b80428110156118e1576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168585600019810181811061191b57fe5b905060200201356001600160a01b03166001600160a01b031614611974576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b6119848585600081811061165c57fe5b6119c28585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152503092506139e7915050565b604080516370a0823160e01b815230600482015290516000916001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016916370a0823191602480820192602092909190829003018186803b158015611a2c57600080fd5b505afa158015611a40573d6000803e3d6000fd5b505050506040513d6020811015611a5657600080fd5b5051905086811015611a995760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015611aff57600080fd5b505af1158015611b13573d6000803e3d6000fd5b505050506118938482613118565b60608142811015611b67576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031686866000818110611b9e57fe5b905060200201356001600160a01b03166001600160a01b031614611bf7576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b611c557f00000000000000000000000000000000000000000000000000000000000000003488888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b91508682600184510381518110611c6857fe5b60200260200101511015611cad5760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db083600081518110611ce957fe5b60200260200101516040518263ffffffff1660e01b81526004016000604051808303818588803b158015611d1c57600080fd5b505af1158015611d30573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb611d957f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b84600081518110611da257fe5b60200260200101516040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015611df957600080fd5b505af1158015611e0d573d6000803e3d6000fd5b505050506040513d6020811015611e2357600080fd5b5051611e2b57fe5b611e6a82878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b5095945050505050565b6000610dbe848484613d42565b60608142811015611ec7576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b611f257f0000000000000000000000000000000000000000000000000000000000000000898888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b91508682600081518110611f3557fe5b6020026020010151111561131f5760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000081565b6000610dbe848484613e32565b60008142811015611ff1576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b612020887f000000000000000000000000000000000000000000000000000000000000000089898930896124b8565b604080516370a0823160e01b815230600482015290519194506120a492508a9187916001600160a01b038416916370a0823191602480820192602092909190829003018186803b15801561207357600080fd5b505afa158015612087573d6000803e3d6000fd5b505050506040513d602081101561209d57600080fd5b5051612fc4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d836040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561210a57600080fd5b505af115801561211e573d6000803e3d6000fd5b505050506110e88483613118565b8042811015612170576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316858560008181106121a757fe5b905060200201356001600160a01b03166001600160a01b031614612200576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b60003490507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b15801561226057600080fd5b505af1158015612274573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb6122d97f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b836040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b15801561232957600080fd5b505af115801561233d573d6000803e3d6000fd5b505050506040513d602081101561235357600080fd5b505161235b57fe5b60008686600019810181811061236d57fe5b905060200201356001600160a01b03166001600160a01b03166370a08231866040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b1580156123d257600080fd5b505afa1580156123e6573d6000803e3d6000fd5b505050506040513d60208110156123fc57600080fd5b5051604080516020898102828101820190935289825292935061243e9290918a918a9182918501908490808284376000920191909152508992506139e7915050565b87611856828989600019810181811061245357fe5b905060200201356001600160a01b03166001600160a01b03166370a08231896040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b60008082428110156124ff576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b600061252c7f00000000000000000000000000000000000000000000000000000000000000008c8c61344c565b604080516323b872dd60e01b81523360048201526001600160a01b03831660248201819052604482018d9052915192935090916323b872dd916064808201926020929091908290030181600087803b15801561258757600080fd5b505af115801561259b573d6000803e3d6000fd5b505050506040513d60208110156125b157600080fd5b50506040805163226bf2d160e21b81526001600160a01b03888116600483015282516000938493928616926389afcb44926024808301939282900301818787803b1580156125fe57600080fd5b505af1158015612612573d6000803e3d6000fd5b505050506040513d604081101561262857600080fd5b508051602090910151909250905060006126428e8e613ede565b509050806001600160a01b03168e6001600160a01b031614612665578183612668565b82825b90975095508a8710156126ac5760405162461bcd60e51b815260040180806020018281038252602681526020018061451a6026913960400191505060405180910390fd5b898610156126eb5760405162461bcd60e51b81526004018080602001828103825260268152602001806144606026913960400191505060405180910390fd5b505050505097509795505050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b60606111207f00000000000000000000000000000000000000000000000000000000000000008484613300565b600080600061279d7f00000000000000000000000000000000000000000000000000000000000000008e7f000000000000000000000000000000000000000000000000000000000000000061344c565b90506000876127ac578c6127b0565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018c905260ff8a16608482015260a4810189905260c4810188905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b15801561282657600080fd5b505af115801561283a573d6000803e3d6000fd5b5050505061284c8e8e8e8e8e8e610c97565b909f909e509c50505050505050505050505050565b600080600083428110156128aa576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6128b88c8c8c8c8c8c613fbc565b909450925060006128ea7f00000000000000000000000000000000000000000000000000000000000000008e8e61344c565b90506128f88d33838861350c565b6129048c33838761350c565b806001600160a01b0316636a627842886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050602060405180830381600087803b15801561295c57600080fd5b505af1158015612970573d6000803e3d6000fd5b505050506040513d602081101561298657600080fd5b5051949d939c50939a509198505050505050505050565b600080600083428110156129e6576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b612a148a7f00000000000000000000000000000000000000000000000000000000000000008b348c8c613fbc565b90945092506000612a667f00000000000000000000000000000000000000000000000000000000000000008c7f000000000000000000000000000000000000000000000000000000000000000061344c565b9050612a748b33838861350c565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0856040518263ffffffff1660e01b81526004016000604051808303818588803b158015612acf57600080fd5b505af1158015612ae3573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb82866040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612b6857600080fd5b505af1158015612b7c573d6000803e3d6000fd5b505050506040513d6020811015612b9257600080fd5b5051612b9a57fe5b806001600160a01b0316636a627842886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050602060405180830381600087803b158015612bf257600080fd5b505af1158015612c06573d6000803e3d6000fd5b505050506040513d6020811015612c1c57600080fd5b5051925034841015612c3457612c3433853403613118565b505096509650969350505050565b60608142811015612c88576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031686866000818110612cbf57fe5b905060200201356001600160a01b03166001600160a01b031614612d18576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b612d767f0000000000000000000000000000000000000000000000000000000000000000888888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b91503482600081518110612d8657fe5b60200260200101511115612dcb5760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db083600081518110612e0757fe5b60200260200101516040518263ffffffff1660e01b81526004016000604051808303818588803b158015612e3a57600080fd5b505af1158015612e4e573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb612eb37f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b84600081518110612ec057fe5b60200260200101516040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612f1757600080fd5b505af1158015612f2b573d6000803e3d6000fd5b505050506040513d6020811015612f4157600080fd5b5051612f4957fe5b612f8882878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b81600081518110612f9557fe5b6020026020010151341115611e6a57611e6a3383600081518110612fb557fe5b60200260200101513403613118565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b178152925182516000946060949389169392918291908083835b602083106130415780518252601f199092019160209182019101613022565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146130a3576040519150601f19603f3d011682016040523d82523d6000602084013e6130a8565b606091505b50915091508180156130d65750805115806130d657508080602001905160208110156130d357600080fd5b50515b6131115760405162461bcd60e51b815260040180806020018281038252602d81526020018061456b602d913960400191505060405180910390fd5b5050505050565b604080516000808252602082019092526001600160a01b0384169083906040518082805190602001908083835b602083106131645780518252601f199092019160209182019101613145565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146131c6576040519150601f19603f3d011682016040523d82523d6000602084013e6131cb565b606091505b505090508061320b5760405162461bcd60e51b81526004018080602001828103825260348152602001806144076034913960400191505060405180910390fd5b505050565b60008084116132505760405162461bcd60e51b815260040180806020018281038252602b815260200180614598602b913960400191505060405180910390fd5b6000831180156132605750600082115b61329b5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b60006132af856103e563ffffffff61423016565b905060006132c3828563ffffffff61423016565b905060006132e9836132dd886103e863ffffffff61423016565b9063ffffffff61429316565b90508082816132f457fe5b04979650505050505050565b6060600282511015613359576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a20494e56414c49445f504154480000604482015290519081900360640190fd5b815167ffffffffffffffff8111801561337157600080fd5b5060405190808252806020026020018201604052801561339b578160200160208202803683370190505b50905082816000815181106133ac57fe5b60200260200101818152505060005b6001835103811015613444576000806133fe878685815181106133da57fe5b60200260200101518786600101815181106133f157fe5b60200260200101516142e2565b9150915061342084848151811061341157fe5b60200260200101518383613210565b84846001018151811061342f57fe5b602090810291909101015250506001016133bb565b509392505050565b600080600061345b8585613ede565b604080516bffffffffffffffffffffffff19606094851b811660208084019190915293851b81166034830152825160288184030181526048830184528051908501206001600160f81b031960688401529a90941b9093166069840152607d8301989098527feaa641206730108a5d03240c05597d08a25dff704ff8d9ed22f55c0229a29695609d808401919091528851808403909101815260bd909201909752805196019590952095945050505050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b17815292518251600094606094938a169392918291908083835b602083106135915780518252601f199092019160209182019101613572565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146135f3576040519150601f19603f3d011682016040523d82523d6000602084013e6135f8565b606091505b5091509150818015613626575080511580613626575080806020019051602081101561362357600080fd5b50515b6136615760405162461bcd60e51b81526004018080602001828103825260318152602001806143d66031913960400191505060405180910390fd5b505050505050565b60005b60018351038110156138a95760008084838151811061368757fe5b602002602001015185846001018151811061369e57fe5b60200260200101519150915060006136b68383613ede565b50905060008785600101815181106136ca57fe5b60200260200101519050600080836001600160a01b0316866001600160a01b0316146136f8578260006136fc565b6000835b91509150600060028a510388106137135788613754565b6137547f0000000000000000000000000000000000000000000000000000000000000000878c8b6002018151811061374757fe5b602002602001015161344c565b90506137817f0000000000000000000000000000000000000000000000000000000000000000888861344c565b6001600160a01b031663022c0d9f84848460006040519080825280601f01601f1916602001820160405280156137be576020820181803683370190505b506040518563ffffffff1660e01b815260040180858152602001848152602001836001600160a01b03166001600160a01b0316815260200180602001828103825283818151815260200191508051906020019080838360005b8381101561382f578181015183820152602001613817565b50505050905090810190601f16801561385c5780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b15801561387e57600080fd5b505af1158015613892573d6000803e3d6000fd5b50506001909901985061366c975050505050505050565b50505050565b6060600282511015613908576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a20494e56414c49445f504154480000604482015290519081900360640190fd5b815167ffffffffffffffff8111801561392057600080fd5b5060405190808252806020026020018201604052801561394a578160200160208202803683370190505b509050828160018351038151811061395e57fe5b60209081029190910101528151600019015b8015613444576000806139a08786600186038151811061398c57fe5b60200260200101518786815181106133f157fe5b915091506139c28484815181106139b357fe5b60200260200101518383613d42565b8460018503815181106139d157fe5b6020908102919091010152505060001901613970565b60005b600183510381101561320b57600080848381518110613a0557fe5b6020026020010151858460010181518110613a1c57fe5b6020026020010151915091506000613a348383613ede565b5090506000613a647f0000000000000000000000000000000000000000000000000000000000000000858561344c565b9050600080600080846001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015613aa557600080fd5b505afa158015613ab9573d6000803e3d6000fd5b505050506040513d6060811015613acf57600080fd5b5080516020909101516001600160701b0391821693501690506000806001600160a01b038a811690891614613b05578284613b08565b83835b91509150613b66828b6001600160a01b03166370a082318a6040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b9550613b73868383613210565b945050505050600080856001600160a01b0316886001600160a01b031614613b9d57826000613ba1565b6000835b91509150600060028c51038a10613bb8578a613bec565b613bec7f0000000000000000000000000000000000000000000000000000000000000000898e8d6002018151811061374757fe5b604080516000808252602082019283905263022c0d9f60e01b835260248201878152604483018790526001600160a01b038086166064850152608060848501908152845160a48601819052969750908c169563022c0d9f958a958a958a9591949193919260c486019290918190849084905b83811015613c76578181015183820152602001613c5e565b50505050905090810190601f168015613ca35780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015613cc557600080fd5b505af1158015613cd9573d6000803e3d6000fd5b50506001909b019a506139ea9950505050505050505050565b80820382811115611123576040805162461bcd60e51b815260206004820152601560248201527464732d6d6174682d7375622d756e646572666c6f7760581b604482015290519081900360640190fd5b6000808411613d825760405162461bcd60e51b815260040180806020018281038252602c8152602001806143aa602c913960400191505060405180910390fd5b600083118015613d925750600082115b613dcd5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b6000613df16103e8613de5868863ffffffff61423016565b9063ffffffff61423016565b90506000613e0b6103e5613de5868963ffffffff613cf216565b9050613e286001828481613e1b57fe5b049063ffffffff61429316565b9695505050505050565b6000808411613e725760405162461bcd60e51b81526004018080602001828103825260258152602001806144ae6025913960400191505060405180910390fd5b600083118015613e825750600082115b613ebd5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b82613ece858463ffffffff61423016565b81613ed557fe5b04949350505050565b600080826001600160a01b0316846001600160a01b03161415613f325760405162461bcd60e51b815260040180806020018281038252602581526020018061443b6025913960400191505060405180910390fd5b826001600160a01b0316846001600160a01b031610613f52578284613f55565b83835b90925090506001600160a01b038216613fb5576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a205a45524f5f414444524553530000604482015290519081900360640190fd5b9250929050565b6040805163e6a4390560e01b81526001600160a01b03888116600483015287811660248301529151600092839283927f00000000000000000000000000000000000000000000000000000000000000009092169163e6a4390591604480820192602092909190829003018186803b15801561403657600080fd5b505afa15801561404a573d6000803e3d6000fd5b505050506040513d602081101561406057600080fd5b50516001600160a01b0316141561411357604080516364e329cb60e11b81526001600160a01b038a81166004830152898116602483015291517f00000000000000000000000000000000000000000000000000000000000000009092169163c9c65396916044808201926020929091908290030181600087803b1580156140e657600080fd5b505af11580156140fa573d6000803e3d6000fd5b505050506040513d602081101561411057600080fd5b50505b6000806141417f00000000000000000000000000000000000000000000000000000000000000008b8b6142e2565b91509150816000148015614153575080155b1561416357879350869250614223565b6000614170898484613e32565b90508781116141c357858110156141b85760405162461bcd60e51b81526004018080602001828103825260268152602001806144606026913960400191505060405180910390fd5b889450925082614221565b60006141d0898486613e32565b9050898111156141dc57fe5b8781101561421b5760405162461bcd60e51b815260040180806020018281038252602681526020018061451a6026913960400191505060405180910390fd5b94508793505b505b5050965096945050505050565b600081158061424b5750508082028282828161424857fe5b04145b611123576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6d756c2d6f766572666c6f7760601b604482015290519081900360640190fd5b80820182811015611123576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6164642d6f766572666c6f7760601b604482015290519081900360640190fd5b60008060006142f18585613ede565b50905060008061430288888861344c565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b15801561433a57600080fd5b505afa15801561434e573d6000803e3d6000fd5b505050506040513d606081101561436457600080fd5b5080516020909101516001600160701b0391821693501690506001600160a01b038781169084161461439757808261439a565b81815b9099909850965050505050505056fe556e697377617056324c6962726172793a20494e53554646494349454e545f4f55545055545f414d4f554e545472616e7366657248656c7065723a3a7472616e7366657246726f6d3a207472616e7366657246726f6d206661696c65645472616e7366657248656c7065723a3a736166655472616e736665724554483a20455448207472616e73666572206661696c6564556e697377617056324c6962726172793a204944454e544943414c5f414444524553534553556e69737761705632526f757465723a20494e53554646494349454e545f425f414d4f554e54556e697377617056324c6962726172793a20494e53554646494349454e545f4c4951554944495459556e697377617056324c6962726172793a20494e53554646494349454e545f414d4f554e54556e69737761705632526f757465723a204558434553534956455f494e5055545f414d4f554e54556e69737761705632526f757465723a20494e56414c49445f50415448000000556e69737761705632526f757465723a20494e53554646494349454e545f415f414d4f554e54556e69737761705632526f757465723a20494e53554646494349454e545f4f55545055545f414d4f554e545472616e7366657248656c7065723a3a736166655472616e736665723a207472616e73666572206661696c6564556e697377617056324c6962726172793a20494e53554646494349454e545f494e5055545f414d4f554e54556e69737761705632526f757465723a20455850495245440000000000000000a26469706673582212209a512163f4a8556c8dd2599a38031909a53e8763e1417e14fcb9d12a6633234b64736f6c63430006060033000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000d98a852133be69178d9efdc168848684b1def608", - "isCreate": true, - "v": "0xa3128e", - "r": "0x74de650f718bb0cd9857fd4c19cf68dbfb701fa8f5166f62818fe8ccff24359", - "s": "0x6fb996f3c668e70e9f65b9d81465f498889bcdebd4b4225d824c0febf7471736" - } - ], - "storageTrace": { - "rootBefore": "0x0b0580199bea10679c17968f4d03e18510e26b8033e351a5b9de9c7cd02bc814", - "rootAfter": "0x0b76e08d9734f5b3c3eb2011820e858b9e804b36a590f45efb7e8cdf3b888e82", - "proofs": { - "0x222214dCc294B72E40d2F37111A1F966aaEfDbdd": [ - "0x00218b667ba3b22c913bdfdee615f76d4361f60938c927fddb6f0d2d2c4d1bea181daff7f11fd3af30c10092f65b0e6e1e585161903a34bd54414657b9aa39aa93", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44102f354b5be6ba6ac9dc1fd65deba709480e7ea541f8f6ac30ae239db37e8c5a61", - "0x002da1a00eef73bdac5dd6928f6648d653296561eae6ddf6dff6950fdc7be74647108219757bffef183fe08fc42541b87282eb5638d04b70e8e5af4d1f4fdb25bb", - "0x0000000000000000000000000000000000000000000000000000000000000000000fa5aafd05b908cf9df2a695e2ede75e91119e570a716de38a0745bd24421eb0", - "0x0012aa4e6444941132c961cd5001b98861e9ee8acaf4b0d26a08c463f430d310c30da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000021e1895dda0666c1800c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x83c4189B97713BA7AdAE95e2Fe6e1413b326BE9B": [ - "0x00218b667ba3b22c913bdfdee615f76d4361f60938c927fddb6f0d2d2c4d1bea181daff7f11fd3af30c10092f65b0e6e1e585161903a34bd54414657b9aa39aa93", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44102f354b5be6ba6ac9dc1fd65deba709480e7ea541f8f6ac30ae239db37e8c5a61", - "0x001061fbf4e266791d5d5f7dc684c2681def07f2861923bee068d919d2de2140760532114736310fc5487ac87413e48b7a61acd8cc999f11b2ecb61b3e61f6a563", - "0x0009a38e9e069d70ca9d22ac71667496edeb2af3c7090d9f04e10917e555473dac141488e8abb267d14a61a6204ca9b8fd54ac6600151edd5de257e1bc5f0dbb6c", - "0x012bd5e94a3fed28bd4eca01540f227db6b520c24c4b9a8eff201150a1bd9034fc0404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4700000000000000000000000000000000000000000000000000000000000000000200552e46ff6f4e7e903e31e4a668399455016d408a7cc847e5d95e19e3df48d9c", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xadf5218f7ca8C80d90Ff63af5FEF486Af57C2096": [ - "0x00218b667ba3b22c913bdfdee615f76d4361f60938c927fddb6f0d2d2c4d1bea181daff7f11fd3af30c10092f65b0e6e1e585161903a34bd54414657b9aa39aa93", - "0x0012f68259c5658fa795d5efebf43f2cdda388eb1f15db83e305743c458fce44102f354b5be6ba6ac9dc1fd65deba709480e7ea541f8f6ac30ae239db37e8c5a61", - "0x002da1a00eef73bdac5dd6928f6648d653296561eae6ddf6dff6950fdc7be74647108219757bffef183fe08fc42541b87282eb5638d04b70e8e5af4d1f4fdb25bb", - "0x0000000000000000000000000000000000000000000000000000000000000000000fa5aafd05b908cf9df2a695e2ede75e91119e570a716de38a0745bd24421eb0", - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - }, - "executionResults": [ - { - "gas": 3914690, - "failed": false, - "returnValue": "60806040526004361061014f5760003560e01c80638803dbee116100b6578063c45a01551161006f578063c45a015514610a10578063d06ca61f14610a25578063ded9382a14610ada578063e8e3370014610b4d578063f305d71914610bcd578063fb3bdb4114610c1357610188565b80638803dbee146107df578063ad5c464814610875578063ad615dec146108a6578063af2979eb146108dc578063b6f9de951461092f578063baa2abde146109b357610188565b80634a25d94a116101085780634a25d94a146104f05780635b0d5984146105865780635c11d795146105f9578063791ac9471461068f5780637ff36ab51461072557806385f8c259146107a957610188565b806302751cec1461018d578063054d50d4146101f957806318cbafe5146102415780631f00ca74146103275780632195995c146103dc57806338ed17391461045a57610188565b3661018857336001600160a01b037f000000000000000000000000d98a852133be69178d9efdc168848684b1def608161461018657fe5b005b600080fd5b34801561019957600080fd5b506101e0600480360360c08110156101b057600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a00135610c97565b6040805192835260208301919091528051918290030190f35b34801561020557600080fd5b5061022f6004803603606081101561021c57600080fd5b5080359060208101359060400135610db1565b60408051918252519081900360200190f35b34801561024d57600080fd5b506102d7600480360360a081101561026457600080fd5b813591602081013591810190606081016040820135600160201b81111561028a57600080fd5b82018360208201111561029c57600080fd5b803590602001918460208302840111600160201b831117156102bd57600080fd5b91935091506001600160a01b038135169060200135610dc6565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156103135781810151838201526020016102fb565b505050509050019250505060405180910390f35b34801561033357600080fd5b506102d76004803603604081101561034a57600080fd5b81359190810190604081016020820135600160201b81111561036b57600080fd5b82018360208201111561037d57600080fd5b803590602001918460208302840111600160201b8311171561039e57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506110f3945050505050565b3480156103e857600080fd5b506101e0600480360361016081101561040057600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359091169060c08101359060e081013515159060ff6101008201351690610120810135906101400135611129565b34801561046657600080fd5b506102d7600480360360a081101561047d57600080fd5b813591602081013591810190606081016040820135600160201b8111156104a357600080fd5b8201836020820111156104b557600080fd5b803590602001918460208302840111600160201b831117156104d657600080fd5b91935091506001600160a01b038135169060200135611223565b3480156104fc57600080fd5b506102d7600480360360a081101561051357600080fd5b813591602081013591810190606081016040820135600160201b81111561053957600080fd5b82018360208201111561054b57600080fd5b803590602001918460208302840111600160201b8311171561056c57600080fd5b91935091506001600160a01b03813516906020013561136e565b34801561059257600080fd5b5061022f60048036036101408110156105aa57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a08101359060c081013515159060ff60e082013516906101008101359061012001356114fa565b34801561060557600080fd5b50610186600480360360a081101561061c57600080fd5b813591602081013591810190606081016040820135600160201b81111561064257600080fd5b82018360208201111561065457600080fd5b803590602001918460208302840111600160201b8311171561067557600080fd5b91935091506001600160a01b038135169060200135611608565b34801561069b57600080fd5b50610186600480360360a08110156106b257600080fd5b813591602081013591810190606081016040820135600160201b8111156106d857600080fd5b8201836020820111156106ea57600080fd5b803590602001918460208302840111600160201b8311171561070b57600080fd5b91935091506001600160a01b03813516906020013561189d565b6102d76004803603608081101561073b57600080fd5b81359190810190604081016020820135600160201b81111561075c57600080fd5b82018360208201111561076e57600080fd5b803590602001918460208302840111600160201b8311171561078f57600080fd5b91935091506001600160a01b038135169060200135611b21565b3480156107b557600080fd5b5061022f600480360360608110156107cc57600080fd5b5080359060208101359060400135611e74565b3480156107eb57600080fd5b506102d7600480360360a081101561080257600080fd5b813591602081013591810190606081016040820135600160201b81111561082857600080fd5b82018360208201111561083a57600080fd5b803590602001918460208302840111600160201b8311171561085b57600080fd5b91935091506001600160a01b038135169060200135611e81565b34801561088157600080fd5b5061088a611f7a565b604080516001600160a01b039092168252519081900360200190f35b3480156108b257600080fd5b5061022f600480360360608110156108c957600080fd5b5080359060208101359060400135611f9e565b3480156108e857600080fd5b5061022f600480360360c08110156108ff57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a00135611fab565b6101866004803603608081101561094557600080fd5b81359190810190604081016020820135600160201b81111561096657600080fd5b82018360208201111561097857600080fd5b803590602001918460208302840111600160201b8311171561099957600080fd5b91935091506001600160a01b03813516906020013561212c565b3480156109bf57600080fd5b506101e0600480360360e08110156109d657600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359091169060c001356124b8565b348015610a1c57600080fd5b5061088a6126fc565b348015610a3157600080fd5b506102d760048036036040811015610a4857600080fd5b81359190810190604081016020820135600160201b811115610a6957600080fd5b820183602082011115610a7b57600080fd5b803590602001918460208302840111600160201b83111715610a9c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612720945050505050565b348015610ae657600080fd5b506101e06004803603610140811015610afe57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a08101359060c081013515159060ff60e0820135169061010081013590610120013561274d565b348015610b5957600080fd5b50610baf6004803603610100811015610b7157600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359160c0820135169060e00135612861565b60408051938452602084019290925282820152519081900360600190f35b610baf600480360360c0811015610be357600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a0013561299d565b6102d760048036036080811015610c2957600080fd5b81359190810190604081016020820135600160201b811115610c4a57600080fd5b820183602082011115610c5c57600080fd5b803590602001918460208302840111600160201b83111715610c7d57600080fd5b91935091506001600160a01b038135169060200135612c42565b6000808242811015610cde576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b610d0d897f000000000000000000000000d98a852133be69178d9efdc168848684b1def6088a8a8a308a6124b8565b9093509150610d1d898685612fc4565b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b0316632e1a7d4d836040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015610d8357600080fd5b505af1158015610d97573d6000803e3d6000fd5b50505050610da58583613118565b50965096945050505050565b6000610dbe848484613210565b949350505050565b60608142811015610e0c576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f000000000000000000000000d98a852133be69178d9efdc168848684b1def6081686866000198101818110610e4657fe5b905060200201356001600160a01b03166001600160a01b031614610e9f576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b610efd7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8988888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b91508682600184510381518110610f1057fe5b60200260200101511015610f555760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b610ff386866000818110610f6557fe5b905060200201356001600160a01b031633610fd97f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8a8a6000818110610fa757fe5b905060200201356001600160a01b03168b8b6001818110610fc457fe5b905060200201356001600160a01b031661344c565b85600081518110610fe657fe5b602002602001015161350c565b61103282878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250309250613669915050565b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b0316632e1a7d4d8360018551038151811061107157fe5b60200260200101516040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b1580156110af57600080fd5b505af11580156110c3573d6000803e3d6000fd5b505050506110e884836001855103815181106110db57fe5b6020026020010151613118565b509695505050505050565b60606111207f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd84846138af565b90505b92915050565b60008060006111597f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8f8f61344c565b9050600087611168578c61116c565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018c905260ff8a16608482015260a4810189905260c4810188905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b1580156111e257600080fd5b505af11580156111f6573d6000803e3d6000fd5b505050506112098f8f8f8f8f8f8f6124b8565b809450819550505050509b509b9950505050505050505050565b60608142811015611269576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6112c77f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8988888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b915086826001845103815181106112da57fe5b6020026020010151101561131f5760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b61132f86866000818110610f6557fe5b6110e882878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b606081428110156113b4576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f000000000000000000000000d98a852133be69178d9efdc168848684b1def60816868660001981018181106113ee57fe5b905060200201356001600160a01b03166001600160a01b031614611447576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b6114a57f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd898888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b915086826000815181106114b557fe5b60200260200101511115610f555760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b6000806115487f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8d7f000000000000000000000000d98a852133be69178d9efdc168848684b1def60861344c565b9050600086611557578b61155b565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018b905260ff8916608482015260a4810188905260c4810187905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b1580156115d157600080fd5b505af11580156115e5573d6000803e3d6000fd5b505050506115f78d8d8d8d8d8d611fab565b9d9c50505050505050505050505050565b804281101561164c576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6116c18585600081811061165c57fe5b905060200201356001600160a01b0316336116bb7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8989600081811061169e57fe5b905060200201356001600160a01b03168a8a6001818110610fc457fe5b8a61350c565b6000858560001981018181106116d357fe5b905060200201356001600160a01b03166001600160a01b03166370a08231856040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561173857600080fd5b505afa15801561174c573d6000803e3d6000fd5b505050506040513d602081101561176257600080fd5b505160408051602088810282810182019093528882529293506117a49290918991899182918501908490808284376000920191909152508892506139e7915050565b8661185682888860001981018181106117b957fe5b905060200201356001600160a01b03166001600160a01b03166370a08231886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b505afa158015611832573d6000803e3d6000fd5b505050506040513d602081101561184857600080fd5b50519063ffffffff613cf216565b10156118935760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b5050505050505050565b80428110156118e1576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f000000000000000000000000d98a852133be69178d9efdc168848684b1def608168585600019810181811061191b57fe5b905060200201356001600160a01b03166001600160a01b031614611974576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b6119848585600081811061165c57fe5b6119c28585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152503092506139e7915050565b604080516370a0823160e01b815230600482015290516000916001600160a01b037f000000000000000000000000d98a852133be69178d9efdc168848684b1def60816916370a0823191602480820192602092909190829003018186803b158015611a2c57600080fd5b505afa158015611a40573d6000803e3d6000fd5b505050506040513d6020811015611a5657600080fd5b5051905086811015611a995760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015611aff57600080fd5b505af1158015611b13573d6000803e3d6000fd5b505050506118938482613118565b60608142811015611b67576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031686866000818110611b9e57fe5b905060200201356001600160a01b03166001600160a01b031614611bf7576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b611c557f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd3488888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b91508682600184510381518110611c6857fe5b60200260200101511015611cad5760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663d0e30db083600081518110611ce957fe5b60200260200101516040518263ffffffff1660e01b81526004016000604051808303818588803b158015611d1c57600080fd5b505af1158015611d30573d6000803e3d6000fd5b50505050507f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663a9059cbb611d957f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8989600081811061169e57fe5b84600081518110611da257fe5b60200260200101516040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015611df957600080fd5b505af1158015611e0d573d6000803e3d6000fd5b505050506040513d6020811015611e2357600080fd5b5051611e2b57fe5b611e6a82878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b5095945050505050565b6000610dbe848484613d42565b60608142811015611ec7576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b611f257f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd898888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b91508682600081518110611f3557fe5b6020026020010151111561131f5760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def60881565b6000610dbe848484613e32565b60008142811015611ff1576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b612020887f000000000000000000000000d98a852133be69178d9efdc168848684b1def60889898930896124b8565b604080516370a0823160e01b815230600482015290519194506120a492508a9187916001600160a01b038416916370a0823191602480820192602092909190829003018186803b15801561207357600080fd5b505afa158015612087573d6000803e3d6000fd5b505050506040513d602081101561209d57600080fd5b5051612fc4565b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b0316632e1a7d4d836040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561210a57600080fd5b505af115801561211e573d6000803e3d6000fd5b505050506110e88483613118565b8042811015612170576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b0316858560008181106121a757fe5b905060200201356001600160a01b03166001600160a01b031614612200576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b60003490507f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b15801561226057600080fd5b505af1158015612274573d6000803e3d6000fd5b50505050507f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663a9059cbb6122d97f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8989600081811061169e57fe5b836040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b15801561232957600080fd5b505af115801561233d573d6000803e3d6000fd5b505050506040513d602081101561235357600080fd5b505161235b57fe5b60008686600019810181811061236d57fe5b905060200201356001600160a01b03166001600160a01b03166370a08231866040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b1580156123d257600080fd5b505afa1580156123e6573d6000803e3d6000fd5b505050506040513d60208110156123fc57600080fd5b5051604080516020898102828101820190935289825292935061243e9290918a918a9182918501908490808284376000920191909152508992506139e7915050565b87611856828989600019810181811061245357fe5b905060200201356001600160a01b03166001600160a01b03166370a08231896040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b60008082428110156124ff576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b600061252c7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8c8c61344c565b604080516323b872dd60e01b81523360048201526001600160a01b03831660248201819052604482018d9052915192935090916323b872dd916064808201926020929091908290030181600087803b15801561258757600080fd5b505af115801561259b573d6000803e3d6000fd5b505050506040513d60208110156125b157600080fd5b50506040805163226bf2d160e21b81526001600160a01b03888116600483015282516000938493928616926389afcb44926024808301939282900301818787803b1580156125fe57600080fd5b505af1158015612612573d6000803e3d6000fd5b505050506040513d604081101561262857600080fd5b508051602090910151909250905060006126428e8e613ede565b509050806001600160a01b03168e6001600160a01b031614612665578183612668565b82825b90975095508a8710156126ac5760405162461bcd60e51b815260040180806020018281038252602681526020018061451a6026913960400191505060405180910390fd5b898610156126eb5760405162461bcd60e51b81526004018080602001828103825260268152602001806144606026913960400191505060405180910390fd5b505050505097509795505050505050565b7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd81565b60606111207f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8484613300565b600080600061279d7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8e7f000000000000000000000000d98a852133be69178d9efdc168848684b1def60861344c565b90506000876127ac578c6127b0565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018c905260ff8a16608482015260a4810189905260c4810188905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b15801561282657600080fd5b505af115801561283a573d6000803e3d6000fd5b5050505061284c8e8e8e8e8e8e610c97565b909f909e509c50505050505050505050505050565b600080600083428110156128aa576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6128b88c8c8c8c8c8c613fbc565b909450925060006128ea7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8e8e61344c565b90506128f88d33838861350c565b6129048c33838761350c565b806001600160a01b0316636a627842886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050602060405180830381600087803b15801561295c57600080fd5b505af1158015612970573d6000803e3d6000fd5b505050506040513d602081101561298657600080fd5b5051949d939c50939a509198505050505050505050565b600080600083428110156129e6576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b612a148a7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6088b348c8c613fbc565b90945092506000612a667f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8c7f000000000000000000000000d98a852133be69178d9efdc168848684b1def60861344c565b9050612a748b33838861350c565b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663d0e30db0856040518263ffffffff1660e01b81526004016000604051808303818588803b158015612acf57600080fd5b505af1158015612ae3573d6000803e3d6000fd5b50505050507f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663a9059cbb82866040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612b6857600080fd5b505af1158015612b7c573d6000803e3d6000fd5b505050506040513d6020811015612b9257600080fd5b5051612b9a57fe5b806001600160a01b0316636a627842886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050602060405180830381600087803b158015612bf257600080fd5b505af1158015612c06573d6000803e3d6000fd5b505050506040513d6020811015612c1c57600080fd5b5051925034841015612c3457612c3433853403613118565b505096509650969350505050565b60608142811015612c88576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031686866000818110612cbf57fe5b905060200201356001600160a01b03166001600160a01b031614612d18576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b612d767f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd888888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b91503482600081518110612d8657fe5b60200260200101511115612dcb5760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b7f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663d0e30db083600081518110612e0757fe5b60200260200101516040518263ffffffff1660e01b81526004016000604051808303818588803b158015612e3a57600080fd5b505af1158015612e4e573d6000803e3d6000fd5b50505050507f000000000000000000000000d98a852133be69178d9efdc168848684b1def6086001600160a01b031663a9059cbb612eb37f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8989600081811061169e57fe5b84600081518110612ec057fe5b60200260200101516040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612f1757600080fd5b505af1158015612f2b573d6000803e3d6000fd5b505050506040513d6020811015612f4157600080fd5b5051612f4957fe5b612f8882878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b81600081518110612f9557fe5b6020026020010151341115611e6a57611e6a3383600081518110612fb557fe5b60200260200101513403613118565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b178152925182516000946060949389169392918291908083835b602083106130415780518252601f199092019160209182019101613022565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146130a3576040519150601f19603f3d011682016040523d82523d6000602084013e6130a8565b606091505b50915091508180156130d65750805115806130d657508080602001905160208110156130d357600080fd5b50515b6131115760405162461bcd60e51b815260040180806020018281038252602d81526020018061456b602d913960400191505060405180910390fd5b5050505050565b604080516000808252602082019092526001600160a01b0384169083906040518082805190602001908083835b602083106131645780518252601f199092019160209182019101613145565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146131c6576040519150601f19603f3d011682016040523d82523d6000602084013e6131cb565b606091505b505090508061320b5760405162461bcd60e51b81526004018080602001828103825260348152602001806144076034913960400191505060405180910390fd5b505050565b60008084116132505760405162461bcd60e51b815260040180806020018281038252602b815260200180614598602b913960400191505060405180910390fd5b6000831180156132605750600082115b61329b5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b60006132af856103e563ffffffff61423016565b905060006132c3828563ffffffff61423016565b905060006132e9836132dd886103e863ffffffff61423016565b9063ffffffff61429316565b90508082816132f457fe5b04979650505050505050565b6060600282511015613359576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a20494e56414c49445f504154480000604482015290519081900360640190fd5b815167ffffffffffffffff8111801561337157600080fd5b5060405190808252806020026020018201604052801561339b578160200160208202803683370190505b50905082816000815181106133ac57fe5b60200260200101818152505060005b6001835103811015613444576000806133fe878685815181106133da57fe5b60200260200101518786600101815181106133f157fe5b60200260200101516142e2565b9150915061342084848151811061341157fe5b60200260200101518383613210565b84846001018151811061342f57fe5b602090810291909101015250506001016133bb565b509392505050565b600080600061345b8585613ede565b604080516bffffffffffffffffffffffff19606094851b811660208084019190915293851b81166034830152825160288184030181526048830184528051908501206001600160f81b031960688401529a90941b9093166069840152607d8301989098527feaa641206730108a5d03240c05597d08a25dff704ff8d9ed22f55c0229a29695609d808401919091528851808403909101815260bd909201909752805196019590952095945050505050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b17815292518251600094606094938a169392918291908083835b602083106135915780518252601f199092019160209182019101613572565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146135f3576040519150601f19603f3d011682016040523d82523d6000602084013e6135f8565b606091505b5091509150818015613626575080511580613626575080806020019051602081101561362357600080fd5b50515b6136615760405162461bcd60e51b81526004018080602001828103825260318152602001806143d66031913960400191505060405180910390fd5b505050505050565b60005b60018351038110156138a95760008084838151811061368757fe5b602002602001015185846001018151811061369e57fe5b60200260200101519150915060006136b68383613ede565b50905060008785600101815181106136ca57fe5b60200260200101519050600080836001600160a01b0316866001600160a01b0316146136f8578260006136fc565b6000835b91509150600060028a510388106137135788613754565b6137547f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd878c8b6002018151811061374757fe5b602002602001015161344c565b90506137817f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd888861344c565b6001600160a01b031663022c0d9f84848460006040519080825280601f01601f1916602001820160405280156137be576020820181803683370190505b506040518563ffffffff1660e01b815260040180858152602001848152602001836001600160a01b03166001600160a01b0316815260200180602001828103825283818151815260200191508051906020019080838360005b8381101561382f578181015183820152602001613817565b50505050905090810190601f16801561385c5780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b15801561387e57600080fd5b505af1158015613892573d6000803e3d6000fd5b50506001909901985061366c975050505050505050565b50505050565b6060600282511015613908576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a20494e56414c49445f504154480000604482015290519081900360640190fd5b815167ffffffffffffffff8111801561392057600080fd5b5060405190808252806020026020018201604052801561394a578160200160208202803683370190505b509050828160018351038151811061395e57fe5b60209081029190910101528151600019015b8015613444576000806139a08786600186038151811061398c57fe5b60200260200101518786815181106133f157fe5b915091506139c28484815181106139b357fe5b60200260200101518383613d42565b8460018503815181106139d157fe5b6020908102919091010152505060001901613970565b60005b600183510381101561320b57600080848381518110613a0557fe5b6020026020010151858460010181518110613a1c57fe5b6020026020010151915091506000613a348383613ede565b5090506000613a647f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd858561344c565b9050600080600080846001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015613aa557600080fd5b505afa158015613ab9573d6000803e3d6000fd5b505050506040513d6060811015613acf57600080fd5b5080516020909101516001600160701b0391821693501690506000806001600160a01b038a811690891614613b05578284613b08565b83835b91509150613b66828b6001600160a01b03166370a082318a6040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b9550613b73868383613210565b945050505050600080856001600160a01b0316886001600160a01b031614613b9d57826000613ba1565b6000835b91509150600060028c51038a10613bb8578a613bec565b613bec7f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd898e8d6002018151811061374757fe5b604080516000808252602082019283905263022c0d9f60e01b835260248201878152604483018790526001600160a01b038086166064850152608060848501908152845160a48601819052969750908c169563022c0d9f958a958a958a9591949193919260c486019290918190849084905b83811015613c76578181015183820152602001613c5e565b50505050905090810190601f168015613ca35780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015613cc557600080fd5b505af1158015613cd9573d6000803e3d6000fd5b50506001909b019a506139ea9950505050505050505050565b80820382811115611123576040805162461bcd60e51b815260206004820152601560248201527464732d6d6174682d7375622d756e646572666c6f7760581b604482015290519081900360640190fd5b6000808411613d825760405162461bcd60e51b815260040180806020018281038252602c8152602001806143aa602c913960400191505060405180910390fd5b600083118015613d925750600082115b613dcd5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b6000613df16103e8613de5868863ffffffff61423016565b9063ffffffff61423016565b90506000613e0b6103e5613de5868963ffffffff613cf216565b9050613e286001828481613e1b57fe5b049063ffffffff61429316565b9695505050505050565b6000808411613e725760405162461bcd60e51b81526004018080602001828103825260258152602001806144ae6025913960400191505060405180910390fd5b600083118015613e825750600082115b613ebd5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b82613ece858463ffffffff61423016565b81613ed557fe5b04949350505050565b600080826001600160a01b0316846001600160a01b03161415613f325760405162461bcd60e51b815260040180806020018281038252602581526020018061443b6025913960400191505060405180910390fd5b826001600160a01b0316846001600160a01b031610613f52578284613f55565b83835b90925090506001600160a01b038216613fb5576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a205a45524f5f414444524553530000604482015290519081900360640190fd5b9250929050565b6040805163e6a4390560e01b81526001600160a01b03888116600483015287811660248301529151600092839283927f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd9092169163e6a4390591604480820192602092909190829003018186803b15801561403657600080fd5b505afa15801561404a573d6000803e3d6000fd5b505050506040513d602081101561406057600080fd5b50516001600160a01b0316141561411357604080516364e329cb60e11b81526001600160a01b038a81166004830152898116602483015291517f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd9092169163c9c65396916044808201926020929091908290030181600087803b1580156140e657600080fd5b505af11580156140fa573d6000803e3d6000fd5b505050506040513d602081101561411057600080fd5b50505b6000806141417f000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd8b8b6142e2565b91509150816000148015614153575080155b1561416357879350869250614223565b6000614170898484613e32565b90508781116141c357858110156141b85760405162461bcd60e51b81526004018080602001828103825260268152602001806144606026913960400191505060405180910390fd5b889450925082614221565b60006141d0898486613e32565b9050898111156141dc57fe5b8781101561421b5760405162461bcd60e51b815260040180806020018281038252602681526020018061451a6026913960400191505060405180910390fd5b94508793505b505b5050965096945050505050565b600081158061424b5750508082028282828161424857fe5b04145b611123576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6d756c2d6f766572666c6f7760601b604482015290519081900360640190fd5b80820182811015611123576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6164642d6f766572666c6f7760601b604482015290519081900360640190fd5b60008060006142f18585613ede565b50905060008061430288888861344c565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b15801561433a57600080fd5b505afa15801561434e573d6000803e3d6000fd5b505050506040513d606081101561436457600080fd5b5080516020909101516001600160701b0391821693501690506001600160a01b038781169084161461439757808261439a565b81815b9099909850965050505050505056fe556e697377617056324c6962726172793a20494e53554646494349454e545f4f55545055545f414d4f554e545472616e7366657248656c7065723a3a7472616e7366657246726f6d3a207472616e7366657246726f6d206661696c65645472616e7366657248656c7065723a3a736166655472616e736665724554483a20455448207472616e73666572206661696c6564556e697377617056324c6962726172793a204944454e544943414c5f414444524553534553556e69737761705632526f757465723a20494e53554646494349454e545f425f414d4f554e54556e697377617056324c6962726172793a20494e53554646494349454e545f4c4951554944495459556e697377617056324c6962726172793a20494e53554646494349454e545f414d4f554e54556e69737761705632526f757465723a204558434553534956455f494e5055545f414d4f554e54556e69737761705632526f757465723a20494e56414c49445f50415448000000556e69737761705632526f757465723a20494e53554646494349454e545f415f414d4f554e54556e69737761705632526f757465723a20494e53554646494349454e545f4f55545055545f414d4f554e545472616e7366657248656c7065723a3a736166655472616e736665723a207472616e73666572206661696c6564556e697377617056324c6962726172793a20494e53554646494349454e545f494e5055545f414d4f554e54556e69737761705632526f757465723a20455850495245440000000000000000a26469706673582212209a512163f4a8556c8dd2599a38031909a53e8763e1417e14fcb9d12a6633234b64736f6c63430006060033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 2, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x83c4189b97713ba7adae95e2fe6e1413b326be9b", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 3, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x83c4189b97713ba7adae95e2fe6e1413b326be9b", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2b5cd95ffdff715122530155d540588c59dd31c160872fd7cb0f00d04566f751" - }, - { - "address": "0xadf5218f7ca8c80d90ff63af5fef486af57c2096", - "nonce": 0, - "balance": "0x110afa7a4fe175a", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x60c060405234801561001057600080fd5b506040516200479d3803806200479d8339818101604052604081101561003557600080fd5b5080516020909101516001600160601b0319606092831b8116608052911b1660a05260805160601c60a05160601c614618620001856000398061015f5280610ce45280610d1f5280610e16528061103452806113be528061152452806118eb52806119e55280611a9b5280611b695280611caf5280611d375280611f7c5280611ff752806120a652806121725280612207528061227b528061277952806129ec5280612a425280612a765280612aea5280612c8a5280612dcd5280612e55525080610ea45280610f7b52806110fa5280611133528061126e528061144c528061150252806116725280611bfc5280611d695280611ecc52806122ad528061250652806126fe5280612727528061275752806128c45280612a205280612d1d5280612e875280613718528061375b5280613a3e5280613bbd5280613fed528061409b528061411b52506146186000f3fe60806040526004361061014f5760003560e01c80638803dbee116100b6578063c45a01551161006f578063c45a015514610a10578063d06ca61f14610a25578063ded9382a14610ada578063e8e3370014610b4d578063f305d71914610bcd578063fb3bdb4114610c1357610188565b80638803dbee146107df578063ad5c464814610875578063ad615dec146108a6578063af2979eb146108dc578063b6f9de951461092f578063baa2abde146109b357610188565b80634a25d94a116101085780634a25d94a146104f05780635b0d5984146105865780635c11d795146105f9578063791ac9471461068f5780637ff36ab51461072557806385f8c259146107a957610188565b806302751cec1461018d578063054d50d4146101f957806318cbafe5146102415780631f00ca74146103275780632195995c146103dc57806338ed17391461045a57610188565b3661018857336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461018657fe5b005b600080fd5b34801561019957600080fd5b506101e0600480360360c08110156101b057600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a00135610c97565b6040805192835260208301919091528051918290030190f35b34801561020557600080fd5b5061022f6004803603606081101561021c57600080fd5b5080359060208101359060400135610db1565b60408051918252519081900360200190f35b34801561024d57600080fd5b506102d7600480360360a081101561026457600080fd5b813591602081013591810190606081016040820135600160201b81111561028a57600080fd5b82018360208201111561029c57600080fd5b803590602001918460208302840111600160201b831117156102bd57600080fd5b91935091506001600160a01b038135169060200135610dc6565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156103135781810151838201526020016102fb565b505050509050019250505060405180910390f35b34801561033357600080fd5b506102d76004803603604081101561034a57600080fd5b81359190810190604081016020820135600160201b81111561036b57600080fd5b82018360208201111561037d57600080fd5b803590602001918460208302840111600160201b8311171561039e57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506110f3945050505050565b3480156103e857600080fd5b506101e0600480360361016081101561040057600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359091169060c08101359060e081013515159060ff6101008201351690610120810135906101400135611129565b34801561046657600080fd5b506102d7600480360360a081101561047d57600080fd5b813591602081013591810190606081016040820135600160201b8111156104a357600080fd5b8201836020820111156104b557600080fd5b803590602001918460208302840111600160201b831117156104d657600080fd5b91935091506001600160a01b038135169060200135611223565b3480156104fc57600080fd5b506102d7600480360360a081101561051357600080fd5b813591602081013591810190606081016040820135600160201b81111561053957600080fd5b82018360208201111561054b57600080fd5b803590602001918460208302840111600160201b8311171561056c57600080fd5b91935091506001600160a01b03813516906020013561136e565b34801561059257600080fd5b5061022f60048036036101408110156105aa57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a08101359060c081013515159060ff60e082013516906101008101359061012001356114fa565b34801561060557600080fd5b50610186600480360360a081101561061c57600080fd5b813591602081013591810190606081016040820135600160201b81111561064257600080fd5b82018360208201111561065457600080fd5b803590602001918460208302840111600160201b8311171561067557600080fd5b91935091506001600160a01b038135169060200135611608565b34801561069b57600080fd5b50610186600480360360a08110156106b257600080fd5b813591602081013591810190606081016040820135600160201b8111156106d857600080fd5b8201836020820111156106ea57600080fd5b803590602001918460208302840111600160201b8311171561070b57600080fd5b91935091506001600160a01b03813516906020013561189d565b6102d76004803603608081101561073b57600080fd5b81359190810190604081016020820135600160201b81111561075c57600080fd5b82018360208201111561076e57600080fd5b803590602001918460208302840111600160201b8311171561078f57600080fd5b91935091506001600160a01b038135169060200135611b21565b3480156107b557600080fd5b5061022f600480360360608110156107cc57600080fd5b5080359060208101359060400135611e74565b3480156107eb57600080fd5b506102d7600480360360a081101561080257600080fd5b813591602081013591810190606081016040820135600160201b81111561082857600080fd5b82018360208201111561083a57600080fd5b803590602001918460208302840111600160201b8311171561085b57600080fd5b91935091506001600160a01b038135169060200135611e81565b34801561088157600080fd5b5061088a611f7a565b604080516001600160a01b039092168252519081900360200190f35b3480156108b257600080fd5b5061022f600480360360608110156108c957600080fd5b5080359060208101359060400135611f9e565b3480156108e857600080fd5b5061022f600480360360c08110156108ff57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a00135611fab565b6101866004803603608081101561094557600080fd5b81359190810190604081016020820135600160201b81111561096657600080fd5b82018360208201111561097857600080fd5b803590602001918460208302840111600160201b8311171561099957600080fd5b91935091506001600160a01b03813516906020013561212c565b3480156109bf57600080fd5b506101e0600480360360e08110156109d657600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359091169060c001356124b8565b348015610a1c57600080fd5b5061088a6126fc565b348015610a3157600080fd5b506102d760048036036040811015610a4857600080fd5b81359190810190604081016020820135600160201b811115610a6957600080fd5b820183602082011115610a7b57600080fd5b803590602001918460208302840111600160201b83111715610a9c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612720945050505050565b348015610ae657600080fd5b506101e06004803603610140811015610afe57600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a08101359060c081013515159060ff60e0820135169061010081013590610120013561274d565b348015610b5957600080fd5b50610baf6004803603610100811015610b7157600080fd5b506001600160a01b038135811691602081013582169160408201359160608101359160808201359160a08101359160c0820135169060e00135612861565b60408051938452602084019290925282820152519081900360600190f35b610baf600480360360c0811015610be357600080fd5b506001600160a01b0381358116916020810135916040820135916060810135916080820135169060a0013561299d565b6102d760048036036080811015610c2957600080fd5b81359190810190604081016020820135600160201b811115610c4a57600080fd5b820183602082011115610c5c57600080fd5b803590602001918460208302840111600160201b83111715610c7d57600080fd5b91935091506001600160a01b038135169060200135612c42565b6000808242811015610cde576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b610d0d897f00000000000000000000000000000000000000000000000000000000000000008a8a8a308a6124b8565b9093509150610d1d898685612fc4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d836040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015610d8357600080fd5b505af1158015610d97573d6000803e3d6000fd5b50505050610da58583613118565b50965096945050505050565b6000610dbe848484613210565b949350505050565b60608142811015610e0c576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001686866000198101818110610e4657fe5b905060200201356001600160a01b03166001600160a01b031614610e9f576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b610efd7f00000000000000000000000000000000000000000000000000000000000000008988888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b91508682600184510381518110610f1057fe5b60200260200101511015610f555760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b610ff386866000818110610f6557fe5b905060200201356001600160a01b031633610fd97f00000000000000000000000000000000000000000000000000000000000000008a8a6000818110610fa757fe5b905060200201356001600160a01b03168b8b6001818110610fc457fe5b905060200201356001600160a01b031661344c565b85600081518110610fe657fe5b602002602001015161350c565b61103282878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250309250613669915050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d8360018551038151811061107157fe5b60200260200101516040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b1580156110af57600080fd5b505af11580156110c3573d6000803e3d6000fd5b505050506110e884836001855103815181106110db57fe5b6020026020010151613118565b509695505050505050565b60606111207f000000000000000000000000000000000000000000000000000000000000000084846138af565b90505b92915050565b60008060006111597f00000000000000000000000000000000000000000000000000000000000000008f8f61344c565b9050600087611168578c61116c565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018c905260ff8a16608482015260a4810189905260c4810188905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b1580156111e257600080fd5b505af11580156111f6573d6000803e3d6000fd5b505050506112098f8f8f8f8f8f8f6124b8565b809450819550505050509b509b9950505050505050505050565b60608142811015611269576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6112c77f00000000000000000000000000000000000000000000000000000000000000008988888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b915086826001845103815181106112da57fe5b6020026020010151101561131f5760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b61132f86866000818110610f6557fe5b6110e882878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b606081428110156113b4576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016868660001981018181106113ee57fe5b905060200201356001600160a01b03166001600160a01b031614611447576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b6114a57f0000000000000000000000000000000000000000000000000000000000000000898888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b915086826000815181106114b557fe5b60200260200101511115610f555760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b6000806115487f00000000000000000000000000000000000000000000000000000000000000008d7f000000000000000000000000000000000000000000000000000000000000000061344c565b9050600086611557578b61155b565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018b905260ff8916608482015260a4810188905260c4810187905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b1580156115d157600080fd5b505af11580156115e5573d6000803e3d6000fd5b505050506115f78d8d8d8d8d8d611fab565b9d9c50505050505050505050505050565b804281101561164c576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6116c18585600081811061165c57fe5b905060200201356001600160a01b0316336116bb7f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b905060200201356001600160a01b03168a8a6001818110610fc457fe5b8a61350c565b6000858560001981018181106116d357fe5b905060200201356001600160a01b03166001600160a01b03166370a08231856040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561173857600080fd5b505afa15801561174c573d6000803e3d6000fd5b505050506040513d602081101561176257600080fd5b505160408051602088810282810182019093528882529293506117a49290918991899182918501908490808284376000920191909152508892506139e7915050565b8661185682888860001981018181106117b957fe5b905060200201356001600160a01b03166001600160a01b03166370a08231886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b505afa158015611832573d6000803e3d6000fd5b505050506040513d602081101561184857600080fd5b50519063ffffffff613cf216565b10156118935760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b5050505050505050565b80428110156118e1576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168585600019810181811061191b57fe5b905060200201356001600160a01b03166001600160a01b031614611974576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b6119848585600081811061165c57fe5b6119c28585808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152503092506139e7915050565b604080516370a0823160e01b815230600482015290516000916001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016916370a0823191602480820192602092909190829003018186803b158015611a2c57600080fd5b505afa158015611a40573d6000803e3d6000fd5b505050506040513d6020811015611a5657600080fd5b5051905086811015611a995760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015611aff57600080fd5b505af1158015611b13573d6000803e3d6000fd5b505050506118938482613118565b60608142811015611b67576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031686866000818110611b9e57fe5b905060200201356001600160a01b03166001600160a01b031614611bf7576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b611c557f00000000000000000000000000000000000000000000000000000000000000003488888080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061330092505050565b91508682600184510381518110611c6857fe5b60200260200101511015611cad5760405162461bcd60e51b815260040180806020018281038252602b815260200180614540602b913960400191505060405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db083600081518110611ce957fe5b60200260200101516040518263ffffffff1660e01b81526004016000604051808303818588803b158015611d1c57600080fd5b505af1158015611d30573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb611d957f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b84600081518110611da257fe5b60200260200101516040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015611df957600080fd5b505af1158015611e0d573d6000803e3d6000fd5b505050506040513d6020811015611e2357600080fd5b5051611e2b57fe5b611e6a82878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b5095945050505050565b6000610dbe848484613d42565b60608142811015611ec7576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b611f257f0000000000000000000000000000000000000000000000000000000000000000898888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b91508682600081518110611f3557fe5b6020026020010151111561131f5760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000081565b6000610dbe848484613e32565b60008142811015611ff1576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b612020887f000000000000000000000000000000000000000000000000000000000000000089898930896124b8565b604080516370a0823160e01b815230600482015290519194506120a492508a9187916001600160a01b038416916370a0823191602480820192602092909190829003018186803b15801561207357600080fd5b505afa158015612087573d6000803e3d6000fd5b505050506040513d602081101561209d57600080fd5b5051612fc4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d836040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561210a57600080fd5b505af115801561211e573d6000803e3d6000fd5b505050506110e88483613118565b8042811015612170576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316858560008181106121a757fe5b905060200201356001600160a01b03166001600160a01b031614612200576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b60003490507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b15801561226057600080fd5b505af1158015612274573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb6122d97f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b836040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b15801561232957600080fd5b505af115801561233d573d6000803e3d6000fd5b505050506040513d602081101561235357600080fd5b505161235b57fe5b60008686600019810181811061236d57fe5b905060200201356001600160a01b03166001600160a01b03166370a08231866040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b1580156123d257600080fd5b505afa1580156123e6573d6000803e3d6000fd5b505050506040513d60208110156123fc57600080fd5b5051604080516020898102828101820190935289825292935061243e9290918a918a9182918501908490808284376000920191909152508992506139e7915050565b87611856828989600019810181811061245357fe5b905060200201356001600160a01b03166001600160a01b03166370a08231896040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b60008082428110156124ff576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b600061252c7f00000000000000000000000000000000000000000000000000000000000000008c8c61344c565b604080516323b872dd60e01b81523360048201526001600160a01b03831660248201819052604482018d9052915192935090916323b872dd916064808201926020929091908290030181600087803b15801561258757600080fd5b505af115801561259b573d6000803e3d6000fd5b505050506040513d60208110156125b157600080fd5b50506040805163226bf2d160e21b81526001600160a01b03888116600483015282516000938493928616926389afcb44926024808301939282900301818787803b1580156125fe57600080fd5b505af1158015612612573d6000803e3d6000fd5b505050506040513d604081101561262857600080fd5b508051602090910151909250905060006126428e8e613ede565b509050806001600160a01b03168e6001600160a01b031614612665578183612668565b82825b90975095508a8710156126ac5760405162461bcd60e51b815260040180806020018281038252602681526020018061451a6026913960400191505060405180910390fd5b898610156126eb5760405162461bcd60e51b81526004018080602001828103825260268152602001806144606026913960400191505060405180910390fd5b505050505097509795505050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b60606111207f00000000000000000000000000000000000000000000000000000000000000008484613300565b600080600061279d7f00000000000000000000000000000000000000000000000000000000000000008e7f000000000000000000000000000000000000000000000000000000000000000061344c565b90506000876127ac578c6127b0565b6000195b6040805163d505accf60e01b815233600482015230602482015260448101839052606481018c905260ff8a16608482015260a4810189905260c4810188905290519192506001600160a01b0384169163d505accf9160e48082019260009290919082900301818387803b15801561282657600080fd5b505af115801561283a573d6000803e3d6000fd5b5050505061284c8e8e8e8e8e8e610c97565b909f909e509c50505050505050505050505050565b600080600083428110156128aa576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b6128b88c8c8c8c8c8c613fbc565b909450925060006128ea7f00000000000000000000000000000000000000000000000000000000000000008e8e61344c565b90506128f88d33838861350c565b6129048c33838761350c565b806001600160a01b0316636a627842886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050602060405180830381600087803b15801561295c57600080fd5b505af1158015612970573d6000803e3d6000fd5b505050506040513d602081101561298657600080fd5b5051949d939c50939a509198505050505050505050565b600080600083428110156129e6576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b612a148a7f00000000000000000000000000000000000000000000000000000000000000008b348c8c613fbc565b90945092506000612a667f00000000000000000000000000000000000000000000000000000000000000008c7f000000000000000000000000000000000000000000000000000000000000000061344c565b9050612a748b33838861350c565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0856040518263ffffffff1660e01b81526004016000604051808303818588803b158015612acf57600080fd5b505af1158015612ae3573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb82866040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612b6857600080fd5b505af1158015612b7c573d6000803e3d6000fd5b505050506040513d6020811015612b9257600080fd5b5051612b9a57fe5b806001600160a01b0316636a627842886040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050602060405180830381600087803b158015612bf257600080fd5b505af1158015612c06573d6000803e3d6000fd5b505050506040513d6020811015612c1c57600080fd5b5051925034841015612c3457612c3433853403613118565b505096509650969350505050565b60608142811015612c88576040805162461bcd60e51b815260206004820152601860248201526000805160206145c3833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031686866000818110612cbf57fe5b905060200201356001600160a01b03166001600160a01b031614612d18576040805162461bcd60e51b815260206004820152601d60248201526000805160206144fa833981519152604482015290519081900360640190fd5b612d767f0000000000000000000000000000000000000000000000000000000000000000888888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152506138af92505050565b91503482600081518110612d8657fe5b60200260200101511115612dcb5760405162461bcd60e51b81526004018080602001828103825260278152602001806144d36027913960400191505060405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db083600081518110612e0757fe5b60200260200101516040518263ffffffff1660e01b81526004016000604051808303818588803b158015612e3a57600080fd5b505af1158015612e4e573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb612eb37f00000000000000000000000000000000000000000000000000000000000000008989600081811061169e57fe5b84600081518110612ec057fe5b60200260200101516040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612f1757600080fd5b505af1158015612f2b573d6000803e3d6000fd5b505050506040513d6020811015612f4157600080fd5b5051612f4957fe5b612f8882878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250899250613669915050565b81600081518110612f9557fe5b6020026020010151341115611e6a57611e6a3383600081518110612fb557fe5b60200260200101513403613118565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b178152925182516000946060949389169392918291908083835b602083106130415780518252601f199092019160209182019101613022565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146130a3576040519150601f19603f3d011682016040523d82523d6000602084013e6130a8565b606091505b50915091508180156130d65750805115806130d657508080602001905160208110156130d357600080fd5b50515b6131115760405162461bcd60e51b815260040180806020018281038252602d81526020018061456b602d913960400191505060405180910390fd5b5050505050565b604080516000808252602082019092526001600160a01b0384169083906040518082805190602001908083835b602083106131645780518252601f199092019160209182019101613145565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146131c6576040519150601f19603f3d011682016040523d82523d6000602084013e6131cb565b606091505b505090508061320b5760405162461bcd60e51b81526004018080602001828103825260348152602001806144076034913960400191505060405180910390fd5b505050565b60008084116132505760405162461bcd60e51b815260040180806020018281038252602b815260200180614598602b913960400191505060405180910390fd5b6000831180156132605750600082115b61329b5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b60006132af856103e563ffffffff61423016565b905060006132c3828563ffffffff61423016565b905060006132e9836132dd886103e863ffffffff61423016565b9063ffffffff61429316565b90508082816132f457fe5b04979650505050505050565b6060600282511015613359576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a20494e56414c49445f504154480000604482015290519081900360640190fd5b815167ffffffffffffffff8111801561337157600080fd5b5060405190808252806020026020018201604052801561339b578160200160208202803683370190505b50905082816000815181106133ac57fe5b60200260200101818152505060005b6001835103811015613444576000806133fe878685815181106133da57fe5b60200260200101518786600101815181106133f157fe5b60200260200101516142e2565b9150915061342084848151811061341157fe5b60200260200101518383613210565b84846001018151811061342f57fe5b602090810291909101015250506001016133bb565b509392505050565b600080600061345b8585613ede565b604080516bffffffffffffffffffffffff19606094851b811660208084019190915293851b81166034830152825160288184030181526048830184528051908501206001600160f81b031960688401529a90941b9093166069840152607d8301989098527feaa641206730108a5d03240c05597d08a25dff704ff8d9ed22f55c0229a29695609d808401919091528851808403909101815260bd909201909752805196019590952095945050505050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b17815292518251600094606094938a169392918291908083835b602083106135915780518252601f199092019160209182019101613572565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146135f3576040519150601f19603f3d011682016040523d82523d6000602084013e6135f8565b606091505b5091509150818015613626575080511580613626575080806020019051602081101561362357600080fd5b50515b6136615760405162461bcd60e51b81526004018080602001828103825260318152602001806143d66031913960400191505060405180910390fd5b505050505050565b60005b60018351038110156138a95760008084838151811061368757fe5b602002602001015185846001018151811061369e57fe5b60200260200101519150915060006136b68383613ede565b50905060008785600101815181106136ca57fe5b60200260200101519050600080836001600160a01b0316866001600160a01b0316146136f8578260006136fc565b6000835b91509150600060028a510388106137135788613754565b6137547f0000000000000000000000000000000000000000000000000000000000000000878c8b6002018151811061374757fe5b602002602001015161344c565b90506137817f0000000000000000000000000000000000000000000000000000000000000000888861344c565b6001600160a01b031663022c0d9f84848460006040519080825280601f01601f1916602001820160405280156137be576020820181803683370190505b506040518563ffffffff1660e01b815260040180858152602001848152602001836001600160a01b03166001600160a01b0316815260200180602001828103825283818151815260200191508051906020019080838360005b8381101561382f578181015183820152602001613817565b50505050905090810190601f16801561385c5780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b15801561387e57600080fd5b505af1158015613892573d6000803e3d6000fd5b50506001909901985061366c975050505050505050565b50505050565b6060600282511015613908576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a20494e56414c49445f504154480000604482015290519081900360640190fd5b815167ffffffffffffffff8111801561392057600080fd5b5060405190808252806020026020018201604052801561394a578160200160208202803683370190505b509050828160018351038151811061395e57fe5b60209081029190910101528151600019015b8015613444576000806139a08786600186038151811061398c57fe5b60200260200101518786815181106133f157fe5b915091506139c28484815181106139b357fe5b60200260200101518383613d42565b8460018503815181106139d157fe5b6020908102919091010152505060001901613970565b60005b600183510381101561320b57600080848381518110613a0557fe5b6020026020010151858460010181518110613a1c57fe5b6020026020010151915091506000613a348383613ede565b5090506000613a647f0000000000000000000000000000000000000000000000000000000000000000858561344c565b9050600080600080846001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015613aa557600080fd5b505afa158015613ab9573d6000803e3d6000fd5b505050506040513d6060811015613acf57600080fd5b5080516020909101516001600160701b0391821693501690506000806001600160a01b038a811690891614613b05578284613b08565b83835b91509150613b66828b6001600160a01b03166370a082318a6040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561181e57600080fd5b9550613b73868383613210565b945050505050600080856001600160a01b0316886001600160a01b031614613b9d57826000613ba1565b6000835b91509150600060028c51038a10613bb8578a613bec565b613bec7f0000000000000000000000000000000000000000000000000000000000000000898e8d6002018151811061374757fe5b604080516000808252602082019283905263022c0d9f60e01b835260248201878152604483018790526001600160a01b038086166064850152608060848501908152845160a48601819052969750908c169563022c0d9f958a958a958a9591949193919260c486019290918190849084905b83811015613c76578181015183820152602001613c5e565b50505050905090810190601f168015613ca35780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015613cc557600080fd5b505af1158015613cd9573d6000803e3d6000fd5b50506001909b019a506139ea9950505050505050505050565b80820382811115611123576040805162461bcd60e51b815260206004820152601560248201527464732d6d6174682d7375622d756e646572666c6f7760581b604482015290519081900360640190fd5b6000808411613d825760405162461bcd60e51b815260040180806020018281038252602c8152602001806143aa602c913960400191505060405180910390fd5b600083118015613d925750600082115b613dcd5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b6000613df16103e8613de5868863ffffffff61423016565b9063ffffffff61423016565b90506000613e0b6103e5613de5868963ffffffff613cf216565b9050613e286001828481613e1b57fe5b049063ffffffff61429316565b9695505050505050565b6000808411613e725760405162461bcd60e51b81526004018080602001828103825260258152602001806144ae6025913960400191505060405180910390fd5b600083118015613e825750600082115b613ebd5760405162461bcd60e51b81526004018080602001828103825260288152602001806144866028913960400191505060405180910390fd5b82613ece858463ffffffff61423016565b81613ed557fe5b04949350505050565b600080826001600160a01b0316846001600160a01b03161415613f325760405162461bcd60e51b815260040180806020018281038252602581526020018061443b6025913960400191505060405180910390fd5b826001600160a01b0316846001600160a01b031610613f52578284613f55565b83835b90925090506001600160a01b038216613fb5576040805162461bcd60e51b815260206004820152601e60248201527f556e697377617056324c6962726172793a205a45524f5f414444524553530000604482015290519081900360640190fd5b9250929050565b6040805163e6a4390560e01b81526001600160a01b03888116600483015287811660248301529151600092839283927f00000000000000000000000000000000000000000000000000000000000000009092169163e6a4390591604480820192602092909190829003018186803b15801561403657600080fd5b505afa15801561404a573d6000803e3d6000fd5b505050506040513d602081101561406057600080fd5b50516001600160a01b0316141561411357604080516364e329cb60e11b81526001600160a01b038a81166004830152898116602483015291517f00000000000000000000000000000000000000000000000000000000000000009092169163c9c65396916044808201926020929091908290030181600087803b1580156140e657600080fd5b505af11580156140fa573d6000803e3d6000fd5b505050506040513d602081101561411057600080fd5b50505b6000806141417f00000000000000000000000000000000000000000000000000000000000000008b8b6142e2565b91509150816000148015614153575080155b1561416357879350869250614223565b6000614170898484613e32565b90508781116141c357858110156141b85760405162461bcd60e51b81526004018080602001828103825260268152602001806144606026913960400191505060405180910390fd5b889450925082614221565b60006141d0898486613e32565b9050898111156141dc57fe5b8781101561421b5760405162461bcd60e51b815260040180806020018281038252602681526020018061451a6026913960400191505060405180910390fd5b94508793505b505b5050965096945050505050565b600081158061424b5750508082028282828161424857fe5b04145b611123576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6d756c2d6f766572666c6f7760601b604482015290519081900360640190fd5b80820182811015611123576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6164642d6f766572666c6f7760601b604482015290519081900360640190fd5b60008060006142f18585613ede565b50905060008061430288888861344c565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b15801561433a57600080fd5b505afa15801561434e573d6000803e3d6000fd5b505050506040513d606081101561436457600080fd5b5080516020909101516001600160701b0391821693501690506001600160a01b038781169084161461439757808261439a565b81815b9099909850965050505050505056fe556e697377617056324c6962726172793a20494e53554646494349454e545f4f55545055545f414d4f554e545472616e7366657248656c7065723a3a7472616e7366657246726f6d3a207472616e7366657246726f6d206661696c65645472616e7366657248656c7065723a3a736166655472616e736665724554483a20455448207472616e73666572206661696c6564556e697377617056324c6962726172793a204944454e544943414c5f414444524553534553556e69737761705632526f757465723a20494e53554646494349454e545f425f414d4f554e54556e697377617056324c6962726172793a20494e53554646494349454e545f4c4951554944495459556e697377617056324c6962726172793a20494e53554646494349454e545f414d4f554e54556e69737761705632526f757465723a204558434553534956455f494e5055545f414d4f554e54556e69737761705632526f757465723a20494e56414c49445f50415448000000556e69737761705632526f757465723a20494e53554646494349454e545f415f414d4f554e54556e69737761705632526f757465723a20494e53554646494349454e545f4f55545055545f414d4f554e545472616e7366657248656c7065723a3a736166655472616e736665723a207472616e73666572206661696c6564556e697377617056324c6962726172793a20494e53554646494349454e545f494e5055545f414d4f554e54556e69737761705632526f757465723a20455850495245440000000000000000a26469706673582212209a512163f4a8556c8dd2599a38031909a53e8763e1417e14fcb9d12a6633234b64736f6c63430006060033000000000000000000000000066a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000d98a852133be69178d9efdc168848684b1def608", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 3593498, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 3593495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 3593492, - "gasCost": 12, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 3593480, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 3593478, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 3593475, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 3593472, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 3593469, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 3593459, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 3593458, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH1", - "gas": 3593456, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 20, - "op": "MLOAD", - "gas": 3593453, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 21, - "op": "PUSH3", - "gas": 3593450, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0" - ] - }, - { - "pc": 25, - "op": "CODESIZE", - "gas": 3593447, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc0", - "0x479d" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 26, - "op": "SUB", - "gas": 3593445, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x479d", - "0x47dd" - ] - }, - { - "pc": 27, - "op": "DUP1", - "gas": 3593442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 28, - "op": "PUSH3", - "gas": 3593439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x40" - ] - }, - { - "pc": 32, - "op": "DUP4", - "gas": 3593436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x40", - "0x479d" - ] - }, - { - "pc": 33, - "op": "CODECOPY", - "gas": 3593433, - "gasCost": 24, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x40", - "0x479d", - "0xc0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 34, - "op": "DUP2", - "gas": 3593409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 35, - "op": "DUP2", - "gas": 3593406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0xc0" - ] - }, - { - "pc": 36, - "op": "ADD", - "gas": 3593403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0xc0", - "0x40" - ] - }, - { - "pc": 37, - "op": "PUSH1", - "gas": 3593400, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x100" - ] - }, - { - "pc": 39, - "op": "MSTORE", - "gas": 3593397, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x100", - "0x40" - ] - }, - { - "pc": 40, - "op": "PUSH1", - "gas": 3593394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 42, - "op": "DUP2", - "gas": 3593391, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x40" - ] - }, - { - "pc": 43, - "op": "LT", - "gas": 3593388, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x40", - "0x40" - ] - }, - { - "pc": 44, - "op": "ISZERO", - "gas": 3593385, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x0" - ] - }, - { - "pc": 45, - "op": "PUSH2", - "gas": 3593382, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x1" - ] - }, - { - "pc": 48, - "op": "JUMPI", - "gas": 3593379, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc0", - "0x40", - "0x1", - "0x35" - ] - }, - { - "pc": 53, - "op": "JUMPDEST", - "gas": 3593369, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 54, - "op": "POP", - "gas": 3593368, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc0", - "0x40" - ] - }, - { - "pc": 55, - "op": "DUP1", - "gas": 3593366, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0" - ] - }, - { - "pc": 56, - "op": "MLOAD", - "gas": 3593363, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0xc0" - ] - }, - { - "pc": 57, - "op": "PUSH1", - "gas": 3593360, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 59, - "op": "SWAP1", - "gas": 3593357, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x20" - ] - }, - { - "pc": 60, - "op": "SWAP2", - "gas": 3593354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc0", - "0x20", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 61, - "op": "ADD", - "gas": 3593351, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x20", - "0xc0" - ] - }, - { - "pc": 62, - "op": "MLOAD", - "gas": 3593348, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xe0" - ] - }, - { - "pc": 63, - "op": "PUSH1", - "gas": 3593345, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 65, - "op": "PUSH1", - "gas": 3593342, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1" - ] - }, - { - "pc": 67, - "op": "PUSH1", - "gas": 3593339, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1", - "0x1" - ] - }, - { - "pc": 69, - "op": "SHL", - "gas": 3593336, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1", - "0x1", - "0x60" - ] - }, - { - "pc": 70, - "op": "SUB", - "gas": 3593333, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1", - "0x1000000000000000000000000" - ] - }, - { - "pc": 71, - "op": "NOT", - "gas": 3593330, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffff" - ] - }, - { - "pc": 72, - "op": "PUSH1", - "gas": 3593327, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000" - ] - }, - { - "pc": 74, - "op": "SWAP3", - "gas": 3593324, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x60" - ] - }, - { - "pc": 75, - "op": "DUP4", - "gas": 3593321, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 76, - "op": "SHL", - "gas": 3593318, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x60" - ] - }, - { - "pc": 77, - "op": "DUP2", - "gas": 3593315, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000" - ] - }, - { - "pc": 78, - "op": "AND", - "gas": 3593312, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000" - ] - }, - { - "pc": 79, - "op": "PUSH1", - "gas": 3593309, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000" - ] - }, - { - "pc": 81, - "op": "MSTORE", - "gas": 3593306, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000", - "0x80" - ] - }, - { - "pc": 82, - "op": "SWAP2", - "gas": 3593303, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x60", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000" - ] - }, - { - "pc": 83, - "op": "SHL", - "gas": 3593300, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x60" - ] - }, - { - "pc": 84, - "op": "AND", - "gas": 3593297, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000", - "0xd98a852133be69178d9efdc168848684b1def608000000000000000000000000" - ] - }, - { - "pc": 85, - "op": "PUSH1", - "gas": 3593294, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd98a852133be69178d9efdc168848684b1def608000000000000000000000000" - ] - }, - { - "pc": 87, - "op": "MSTORE", - "gas": 3593291, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xd98a852133be69178d9efdc168848684b1def608000000000000000000000000", - "0xa0" - ] - }, - { - "pc": 88, - "op": "PUSH1", - "gas": 3593288, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 90, - "op": "MLOAD", - "gas": 3593285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 91, - "op": "PUSH1", - "gas": 3593282, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000" - ] - }, - { - "pc": 93, - "op": "SHR", - "gas": 3593279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000", - "0x60" - ] - }, - { - "pc": 94, - "op": "PUSH1", - "gas": 3593276, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 96, - "op": "MLOAD", - "gas": 3593273, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xa0" - ] - }, - { - "pc": 97, - "op": "PUSH1", - "gas": 3593270, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608000000000000000000000000" - ] - }, - { - "pc": 99, - "op": "SHR", - "gas": 3593267, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608000000000000000000000000", - "0x60" - ] - }, - { - "pc": 100, - "op": "PUSH2", - "gas": 3593264, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 103, - "op": "PUSH3", - "gas": 3593261, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x4618" - ] - }, - { - "pc": 107, - "op": "PUSH1", - "gas": 3593258, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x4618", - "0x185" - ] - }, - { - "pc": 109, - "op": "CODECOPY", - "gas": 3593255, - "gasCost": 3959, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x4618", - "0x185", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 110, - "op": "DUP1", - "gas": 3589296, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 111, - "op": "PUSH2", - "gas": 3589293, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 114, - "op": "MSTORE", - "gas": 3589290, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x15f" - ] - }, - { - "pc": 115, - "op": "DUP1", - "gas": 3589287, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 116, - "op": "PUSH2", - "gas": 3589284, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 119, - "op": "MSTORE", - "gas": 3589281, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xce4" - ] - }, - { - "pc": 120, - "op": "DUP1", - "gas": 3589278, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 121, - "op": "PUSH2", - "gas": 3589275, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 124, - "op": "MSTORE", - "gas": 3589272, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd1f" - ] - }, - { - "pc": 125, - "op": "DUP1", - "gas": 3589269, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 126, - "op": "PUSH2", - "gas": 3589266, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 129, - "op": "MSTORE", - "gas": 3589263, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xe16" - ] - }, - { - "pc": 130, - "op": "DUP1", - "gas": 3589260, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 131, - "op": "PUSH2", - "gas": 3589257, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 134, - "op": "MSTORE", - "gas": 3589254, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1034" - ] - }, - { - "pc": 135, - "op": "DUP1", - "gas": 3589251, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 136, - "op": "PUSH2", - "gas": 3589248, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 139, - "op": "MSTORE", - "gas": 3589245, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x13be" - ] - }, - { - "pc": 140, - "op": "DUP1", - "gas": 3589242, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 141, - "op": "PUSH2", - "gas": 3589239, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 144, - "op": "MSTORE", - "gas": 3589236, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1524" - ] - }, - { - "pc": 145, - "op": "DUP1", - "gas": 3589233, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 146, - "op": "PUSH2", - "gas": 3589230, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 149, - "op": "MSTORE", - "gas": 3589227, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x18eb" - ] - }, - { - "pc": 150, - "op": "DUP1", - "gas": 3589224, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 151, - "op": "PUSH2", - "gas": 3589221, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 154, - "op": "MSTORE", - "gas": 3589218, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x19e5" - ] - }, - { - "pc": 155, - "op": "DUP1", - "gas": 3589215, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 156, - "op": "PUSH2", - "gas": 3589212, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 159, - "op": "MSTORE", - "gas": 3589209, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1a9b" - ] - }, - { - "pc": 160, - "op": "DUP1", - "gas": 3589206, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 161, - "op": "PUSH2", - "gas": 3589203, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 164, - "op": "MSTORE", - "gas": 3589200, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1b69" - ] - }, - { - "pc": 165, - "op": "DUP1", - "gas": 3589197, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 166, - "op": "PUSH2", - "gas": 3589194, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 169, - "op": "MSTORE", - "gas": 3589191, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1caf" - ] - }, - { - "pc": 170, - "op": "DUP1", - "gas": 3589188, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 171, - "op": "PUSH2", - "gas": 3589185, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 174, - "op": "MSTORE", - "gas": 3589182, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1d37" - ] - }, - { - "pc": 175, - "op": "DUP1", - "gas": 3589179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 176, - "op": "PUSH2", - "gas": 3589176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 179, - "op": "MSTORE", - "gas": 3589173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1f7c" - ] - }, - { - "pc": 180, - "op": "DUP1", - "gas": 3589170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 181, - "op": "PUSH2", - "gas": 3589167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 184, - "op": "MSTORE", - "gas": 3589164, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x1ff7" - ] - }, - { - "pc": 185, - "op": "DUP1", - "gas": 3589161, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 186, - "op": "PUSH2", - "gas": 3589158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 189, - "op": "MSTORE", - "gas": 3589155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x20a6" - ] - }, - { - "pc": 190, - "op": "DUP1", - "gas": 3589152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 191, - "op": "PUSH2", - "gas": 3589149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 194, - "op": "MSTORE", - "gas": 3589146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2172" - ] - }, - { - "pc": 195, - "op": "DUP1", - "gas": 3589143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 196, - "op": "PUSH2", - "gas": 3589140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 199, - "op": "MSTORE", - "gas": 3589137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2207" - ] - }, - { - "pc": 200, - "op": "DUP1", - "gas": 3589134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 201, - "op": "PUSH2", - "gas": 3589131, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 204, - "op": "MSTORE", - "gas": 3589128, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x227b" - ] - }, - { - "pc": 205, - "op": "DUP1", - "gas": 3589125, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 206, - "op": "PUSH2", - "gas": 3589122, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 209, - "op": "MSTORE", - "gas": 3589119, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2779" - ] - }, - { - "pc": 210, - "op": "DUP1", - "gas": 3589116, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 211, - "op": "PUSH2", - "gas": 3589113, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 214, - "op": "MSTORE", - "gas": 3589110, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x29ec" - ] - }, - { - "pc": 215, - "op": "DUP1", - "gas": 3589107, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 216, - "op": "PUSH2", - "gas": 3589104, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 219, - "op": "MSTORE", - "gas": 3589101, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2a42" - ] - }, - { - "pc": 220, - "op": "DUP1", - "gas": 3589098, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 221, - "op": "PUSH2", - "gas": 3589095, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 224, - "op": "MSTORE", - "gas": 3589092, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2a76" - ] - }, - { - "pc": 225, - "op": "DUP1", - "gas": 3589089, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 226, - "op": "PUSH2", - "gas": 3589086, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 229, - "op": "MSTORE", - "gas": 3589083, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2aea" - ] - }, - { - "pc": 230, - "op": "DUP1", - "gas": 3589080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 231, - "op": "PUSH2", - "gas": 3589077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 234, - "op": "MSTORE", - "gas": 3589074, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2c8a" - ] - }, - { - "pc": 235, - "op": "DUP1", - "gas": 3589071, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 236, - "op": "PUSH2", - "gas": 3589068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 239, - "op": "MSTORE", - "gas": 3589065, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2dcd" - ] - }, - { - "pc": 240, - "op": "DUP1", - "gas": 3589062, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 241, - "op": "PUSH2", - "gas": 3589059, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 244, - "op": "MSTORE", - "gas": 3589056, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608", - "0xd98a852133be69178d9efdc168848684b1def608", - "0x2e55" - ] - }, - { - "pc": 245, - "op": "POP", - "gas": 3589053, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xd98a852133be69178d9efdc168848684b1def608" - ] - }, - { - "pc": 246, - "op": "DUP1", - "gas": 3589051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 247, - "op": "PUSH2", - "gas": 3589048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 250, - "op": "MSTORE", - "gas": 3589045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xea4" - ] - }, - { - "pc": 251, - "op": "DUP1", - "gas": 3589042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 252, - "op": "PUSH2", - "gas": 3589039, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 255, - "op": "MSTORE", - "gas": 3589036, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0xf7b" - ] - }, - { - "pc": 256, - "op": "DUP1", - "gas": 3589033, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 257, - "op": "PUSH2", - "gas": 3589030, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 260, - "op": "MSTORE", - "gas": 3589027, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x10fa" - ] - }, - { - "pc": 261, - "op": "DUP1", - "gas": 3589024, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 262, - "op": "PUSH2", - "gas": 3589021, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 265, - "op": "MSTORE", - "gas": 3589018, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x1133" - ] - }, - { - "pc": 266, - "op": "DUP1", - "gas": 3589015, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 267, - "op": "PUSH2", - "gas": 3589012, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 270, - "op": "MSTORE", - "gas": 3589009, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x126e" - ] - }, - { - "pc": 271, - "op": "DUP1", - "gas": 3589006, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 272, - "op": "PUSH2", - "gas": 3589003, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 275, - "op": "MSTORE", - "gas": 3589000, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x144c" - ] - }, - { - "pc": 276, - "op": "DUP1", - "gas": 3588997, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 277, - "op": "PUSH2", - "gas": 3588994, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 280, - "op": "MSTORE", - "gas": 3588991, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x1502" - ] - }, - { - "pc": 281, - "op": "DUP1", - "gas": 3588988, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 282, - "op": "PUSH2", - "gas": 3588985, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 285, - "op": "MSTORE", - "gas": 3588982, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x1672" - ] - }, - { - "pc": 286, - "op": "DUP1", - "gas": 3588979, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 287, - "op": "PUSH2", - "gas": 3588976, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 290, - "op": "MSTORE", - "gas": 3588973, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x1bfc" - ] - }, - { - "pc": 291, - "op": "DUP1", - "gas": 3588970, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 292, - "op": "PUSH2", - "gas": 3588967, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 295, - "op": "MSTORE", - "gas": 3588964, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x1d69" - ] - }, - { - "pc": 296, - "op": "DUP1", - "gas": 3588961, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 297, - "op": "PUSH2", - "gas": 3588958, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 300, - "op": "MSTORE", - "gas": 3588955, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x1ecc" - ] - }, - { - "pc": 301, - "op": "DUP1", - "gas": 3588952, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 302, - "op": "PUSH2", - "gas": 3588949, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 305, - "op": "MSTORE", - "gas": 3588946, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x22ad" - ] - }, - { - "pc": 306, - "op": "DUP1", - "gas": 3588943, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 307, - "op": "PUSH2", - "gas": 3588940, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 310, - "op": "MSTORE", - "gas": 3588937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x2506" - ] - }, - { - "pc": 311, - "op": "DUP1", - "gas": 3588934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 312, - "op": "PUSH2", - "gas": 3588931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 315, - "op": "MSTORE", - "gas": 3588928, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x26fe" - ] - }, - { - "pc": 316, - "op": "DUP1", - "gas": 3588925, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 317, - "op": "PUSH2", - "gas": 3588922, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 320, - "op": "MSTORE", - "gas": 3588919, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x2727" - ] - }, - { - "pc": 321, - "op": "DUP1", - "gas": 3588916, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 322, - "op": "PUSH2", - "gas": 3588913, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 325, - "op": "MSTORE", - "gas": 3588910, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x2757" - ] - }, - { - "pc": 326, - "op": "DUP1", - "gas": 3588907, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 327, - "op": "PUSH2", - "gas": 3588904, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 330, - "op": "MSTORE", - "gas": 3588901, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x28c4" - ] - }, - { - "pc": 331, - "op": "DUP1", - "gas": 3588898, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 332, - "op": "PUSH2", - "gas": 3588895, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 335, - "op": "MSTORE", - "gas": 3588892, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x2a20" - ] - }, - { - "pc": 336, - "op": "DUP1", - "gas": 3588889, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 337, - "op": "PUSH2", - "gas": 3588886, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 340, - "op": "MSTORE", - "gas": 3588883, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x2d1d" - ] - }, - { - "pc": 341, - "op": "DUP1", - "gas": 3588880, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 342, - "op": "PUSH2", - "gas": 3588877, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 345, - "op": "MSTORE", - "gas": 3588874, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x2e87" - ] - }, - { - "pc": 346, - "op": "DUP1", - "gas": 3588871, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 347, - "op": "PUSH2", - "gas": 3588868, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 350, - "op": "MSTORE", - "gas": 3588865, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x3718" - ] - }, - { - "pc": 351, - "op": "DUP1", - "gas": 3588862, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 352, - "op": "PUSH2", - "gas": 3588859, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 355, - "op": "MSTORE", - "gas": 3588856, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x375b" - ] - }, - { - "pc": 356, - "op": "DUP1", - "gas": 3588853, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 357, - "op": "PUSH2", - "gas": 3588850, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 360, - "op": "MSTORE", - "gas": 3588847, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x3a3e" - ] - }, - { - "pc": 361, - "op": "DUP1", - "gas": 3588844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 362, - "op": "PUSH2", - "gas": 3588841, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 365, - "op": "MSTORE", - "gas": 3588838, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x3bbd" - ] - }, - { - "pc": 366, - "op": "DUP1", - "gas": 3588835, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 367, - "op": "PUSH2", - "gas": 3588832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 370, - "op": "MSTORE", - "gas": 3588829, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x3fed" - ] - }, - { - "pc": 371, - "op": "DUP1", - "gas": 3588826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 372, - "op": "PUSH2", - "gas": 3588823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 375, - "op": "MSTORE", - "gas": 3588820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x409b" - ] - }, - { - "pc": 376, - "op": "DUP1", - "gas": 3588817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 377, - "op": "PUSH2", - "gas": 3588814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 380, - "op": "MSTORE", - "gas": 3588811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd", - "0x411b" - ] - }, - { - "pc": 381, - "op": "POP", - "gas": 3588808, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x66a51a6bc283f4d28ebd4dde06f5b874009edfd" - ] - }, - { - "pc": 382, - "op": "PUSH2", - "gas": 3588806, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 385, - "op": "PUSH1", - "gas": 3588803, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x4618" - ] - }, - { - "pc": 387, - "op": "RETURN", - "gas": 3588800, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x4618", - "0x0" - ] - } - ] - } - ], - "mptwitness": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x14c82bd07c9cdeb9a551e333806be21085e1034d8f96179c6710ea9b1980050b", - "path": [ - { - "value": "0x18ea1b4d2c2d0d6fdbfd27c93809f661436df715e6dedf3b912cb2a37b668b21", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x615a8c7eb39d23ae30acf6f841a57e0e4809a7eb5dd61fdcc96abae65b4b352f", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x4746e77bdc0f95f6dff6dde6ea61652953d648668f92d65dacbd73ef0ea0a12d", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0xb01e4224bd45078ae36d710a579e11915ee7ede295a6f29dcf08b905fdaaa50f", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xc310d330f463c4086ad2b0f4ca8aeee96188b90150cd61c932119444644eaa12", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0xb1a381a288caaa3119c9c7420e47c8cd81e351be3d640c6014a09a684f5d1801", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0x7c6b969570d8b7f187cf026db5af4c055691a7be54feb96a613c513ae6e7191b", - "path": [ - { - "value": "0xdfa397b15c2220e41015eea7d7ad6f019e19847b90031c6c23913c948573d429", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0xf0d797ed85c36a2843329d81da3d0e6ca6f0b5c9e356644a5495f8eb47432404", - "sibling": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612" - }, - { - "value": "0x3b59ce215ad7989059e0879a41c88889bca976e5fb8b8f9d2c52324329789c0f", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0xe9a13ae7f217f286bc004cac37564b16c9c1201c07d6c29d902e51c96e694c25", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xc65052a79a98e7e68d1753868fcd3b3c847a139644510cca5836a43899032c03", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0xe95839905b63973090d5bed1459c10ec7330db07096a95897fac6a62cf7d9723", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 3, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x83c4189b97713ba7adae95e2fe6e1413b326be9b", - "accountKey": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205", - "accountPath": [ - { - "pathPart": "0xc", - "root": "0x7c6b969570d8b7f187cf026db5af4c055691a7be54feb96a613c513ae6e7191b", - "path": [ - { - "value": "0xdfa397b15c2220e41015eea7d7ad6f019e19847b90031c6c23913c948573d429", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1044ce8f453c7405e383db151feb88a3dd2c3ff4ebefd595a78f65c55982f612", - "sibling": "0xf0d797ed85c36a2843329d81da3d0e6ca6f0b5c9e356644a5495f8eb47432404" - }, - { - "value": "0x63a5f6613e1bb6ecb2119f99ccd8ac617a8be41374c87a48c50f313647113205", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0xf3909c54b2f106a72981e0918ced5ba16a05b4e2947b043e77fe530ede1e5f0f", - "sibling": "0xfc3490bda1501120ff8e9a4b4cc220b5b67d220f5401ca4ebd28ed3f4ae9d52b" - } - }, - { - "pathPart": "0x1c", - "root": "0xdc225746f054c039b5891c7fdc30c5bb8279efb8aeb628166a218bbb4eead623", - "path": [ - { - "value": "0x21839143bbf79b98e5fe96f4d94b7ce0fa1fe3b455bfbf67cfce5a7c512fcf14", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f", - "sibling": "0xf0d797ed85c36a2843329d81da3d0e6ca6f0b5c9e356644a5495f8eb47432404" - }, - { - "value": "0xcd8f9882ea6822b90046b3cc7b955b18b416a2d234fe724333958d7e37f11717", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x01d169c9878ecf5a4357562e36d03f3eb47671968345e64bdf8478548349040e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0xa737fcd206bbbd599305671bb95f4ec9cc0a67a01c1f4a4be5e57e87e38c8d11", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x35560ab5e43de00755840aafe1f0ebb7f3ac0ad4f94e76d6438d2bfa56c84c18", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xadf5218f7ca8c80d90ff63af5fef486af57c2096", - "accountKey": "0x32d28b499a19e9b62a05f2d600b08745886b19118919c379fea807ace7e7a51d", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0xdc225746f054c039b5891c7fdc30c5bb8279efb8aeb628166a218bbb4eead623", - "path": [ - { - "value": "0x21839143bbf79b98e5fe96f4d94b7ce0fa1fe3b455bfbf67cfce5a7c512fcf14", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0xf0d797ed85c36a2843329d81da3d0e6ca6f0b5c9e356644a5495f8eb47432404", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x3b59ce215ad7989059e0879a41c88889bca976e5fb8b8f9d2c52324329789c0f", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0xe9a13ae7f217f286bc004cac37564b16c9c1201c07d6c29d902e51c96e694c25" - } - ] - }, - { - "pathPart": "0x2", - "root": "0xdc225746f054c039b5891c7fdc30c5bb8279efb8aeb628166a218bbb4eead623", - "path": [ - { - "value": "0x21839143bbf79b98e5fe96f4d94b7ce0fa1fe3b455bfbf67cfce5a7c512fcf14", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0xf0d797ed85c36a2843329d81da3d0e6ca6f0b5c9e356644a5495f8eb47432404", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x3b59ce215ad7989059e0879a41c88889bca976e5fb8b8f9d2c52324329789c0f", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0xe9a13ae7f217f286bc004cac37564b16c9c1201c07d6c29d902e51c96e694c25" - } - ] - } - ], - "accountUpdate": [ - null, - null - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0xdc225746f054c039b5891c7fdc30c5bb8279efb8aeb628166a218bbb4eead623", - "path": [ - { - "value": "0x21839143bbf79b98e5fe96f4d94b7ce0fa1fe3b455bfbf67cfce5a7c512fcf14", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0xf0d797ed85c36a2843329d81da3d0e6ca6f0b5c9e356644a5495f8eb47432404", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x3b59ce215ad7989059e0879a41c88889bca976e5fb8b8f9d2c52324329789c0f", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0xe9a13ae7f217f286bc004cac37564b16c9c1201c07d6c29d902e51c96e694c25", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xc65052a79a98e7e68d1753868fcd3b3c847a139644510cca5836a43899032c03", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0xe95839905b63973090d5bed1459c10ec7330db07096a95897fac6a62cf7d9723", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x866d3c39e3cb1bbc04ff6efe6670c13f051d4e32269080041304fc1ce55b6619", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x580b56c202b3fc20e240833a2e44fecd1956e36aeca0d0bc7422d64ae1f2a30e", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x418a815b340f026890f93bb3cbdf8358f9e86f73cf05e31814bd268ed5db8c1e", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 3, - "balance": "0x21e1895dda0666c1800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 3, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x83c4189b97713ba7adae95e2fe6e1413b326be9b", - "accountKey": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205", - "accountPath": [ - { - "pathPart": "0x1c", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f", - "sibling": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b" - }, - { - "value": "0xcd8f9882ea6822b90046b3cc7b955b18b416a2d234fe724333958d7e37f11717", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x01d169c9878ecf5a4357562e36d03f3eb47671968345e64bdf8478548349040e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0xa737fcd206bbbd599305671bb95f4ec9cc0a67a01c1f4a4be5e57e87e38c8d11", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x35560ab5e43de00755840aafe1f0ebb7f3ac0ad4f94e76d6438d2bfa56c84c18", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205" - } - }, - { - "pathPart": "0x1c", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f", - "sibling": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b" - }, - { - "value": "0xcd8f9882ea6822b90046b3cc7b955b18b416a2d234fe724333958d7e37f11717", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x01d169c9878ecf5a4357562e36d03f3eb47671968345e64bdf8478548349040e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0xa737fcd206bbbd599305671bb95f4ec9cc0a67a01c1f4a4be5e57e87e38c8d11", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x35560ab5e43de00755840aafe1f0ebb7f3ac0ad4f94e76d6438d2bfa56c84c18", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xadf5218f7ca8c80d90ff63af5fef486af57c2096", - "accountKey": "0x32d28b499a19e9b62a05f2d600b08745886b19118919c379fea807ace7e7a51d", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x866d3c39e3cb1bbc04ff6efe6670c13f051d4e32269080041304fc1ce55b6619", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223" - } - ] - }, - { - "pathPart": "0x2", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x866d3c39e3cb1bbc04ff6efe6670c13f051d4e32269080041304fc1ce55b6619", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223" - } - ] - } - ], - "accountUpdate": [ - null, - null - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x866d3c39e3cb1bbc04ff6efe6670c13f051d4e32269080041304fc1ce55b6619", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x580b56c202b3fc20e240833a2e44fecd1956e36aeca0d0bc7422d64ae1f2a30e", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x418a815b340f026890f93bb3cbdf8358f9e86f73cf05e31814bd268ed5db8c1e", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b", - "sibling": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f" - }, - { - "value": "0x866d3c39e3cb1bbc04ff6efe6670c13f051d4e32269080041304fc1ce55b6619", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x580b56c202b3fc20e240833a2e44fecd1956e36aeca0d0bc7422d64ae1f2a30e", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x418a815b340f026890f93bb3cbdf8358f9e86f73cf05e31814bd268ed5db8c1e", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 3, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 3, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x83c4189b97713ba7adae95e2fe6e1413b326be9b", - "accountKey": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205", - "accountPath": [ - { - "pathPart": "0x1c", - "root": "0x25b6281c80c04f1fcc4c71d0604713c978f3eb1d6f3bf04c01f877df2a0e7428", - "path": [ - { - "value": "0xe3da374522ecd85a8d2e427b5a3a1e7f21985f3b4d9ae027e23c89772ca9c706", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x838775d1cb73cddff43e563f58bb7f622b90fbfbada1bb642adcb5c1aa53bc1f", - "sibling": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b" - }, - { - "value": "0xcd8f9882ea6822b90046b3cc7b955b18b416a2d234fe724333958d7e37f11717", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x01d169c9878ecf5a4357562e36d03f3eb47671968345e64bdf8478548349040e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0xa737fcd206bbbd599305671bb95f4ec9cc0a67a01c1f4a4be5e57e87e38c8d11", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x35560ab5e43de00755840aafe1f0ebb7f3ac0ad4f94e76d6438d2bfa56c84c18", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205" - } - }, - { - "pathPart": "0x1c", - "root": "0xc9d71649d34e7793409b8406c7d185f1f88c19318dacfdb83b8b6aa6f4b9fb17", - "path": [ - { - "value": "0x7cde838fa48befa968b9d298c713659d9175d688ab7445dedb28c3eaa94cd308", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809", - "sibling": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b" - }, - { - "value": "0x8ccb1afebf7d5e502976792e882128386294e0e4a3320614df1a10c4cb44d826", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x3b5aeb600ca3e55ec995cba73192db5047042cad99fd75eeaa944283fd8c0009", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0x17928200ed94c2a0c6557b40eb9c081a09cb6b36d00badf556d96f5fe0fdcb2f", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - } - ], - "leaf": { - "value": "0xc2d9a7fd323587509774b839279b4d2f07df40d1a8ed744b13fb12e1a4717220", - "sibling": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2b5cd95ffdff715122530155d540588c59dd31c160872fd7cb0f00d04566f751" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xadf5218f7ca8c80d90ff63af5fef486af57c2096", - "accountKey": "0x32d28b499a19e9b62a05f2d600b08745886b19118919c379fea807ace7e7a51d", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0xc9d71649d34e7793409b8406c7d185f1f88c19318dacfdb83b8b6aa6f4b9fb17", - "path": [ - { - "value": "0x7cde838fa48befa968b9d298c713659d9175d688ab7445dedb28c3eaa94cd308", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x1b6a3b1b07762a6b58e71a0e7ecdca73d1ca3fbfe14edcdda034f89e364ab40b", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x866d3c39e3cb1bbc04ff6efe6670c13f051d4e32269080041304fc1ce55b6619", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223" - } - ] - }, - { - "pathPart": "0x2", - "root": "0x828e883bdf8c7efb5ef490a5364b809e8b850e821120ebc3b3f534978de0760b", - "path": [ - { - "value": "0x2351c78bafed8ee126779e01affa20962c4969a154a3564f8e37326a9fcfe20f", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x6085694c752c1ecbd378232d23ed955805f062332de9a00be0d86655e2dd602b", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x8a834e31b297ca71c67f335f34ae521da186131e970b9e72cd509bc12b7cf52e", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20", - "sibling": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223" - } - ], - "leaf": { - "value": "0xf2704e9e8c246c2baca861e0ba65b5218605b3de540bcc736c97be278352392d", - "sibling": "0x32d28b499a19e9b62a05f2d600b08745886b19118919c379fea807ace7e7a51d" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 0, - "balance": "0x110afa7a4fe175a", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - } - ] -} diff --git a/roller/assets/traces/08.json b/roller/assets/traces/08.json deleted file mode 100644 index 0044ddcfcd..0000000000 --- a/roller/assets/traces/08.json +++ /dev/null @@ -1,1069 +0,0 @@ -{ - "coinbase": { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "nonce": 0, - "balance": "0x3e62bd66a01b17", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "header": { - "parentHash": "0xc6280e0069652adab760bd218d6b031caa73b88ffa62683d6faa761ac834f239", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x17ed48a9e0c0865e9c4a7a947d4767b5147569dd435a3f7669f99d3290fccfa2", - "transactionsRoot": "0x8bca7993a23b8434068d1284e46431a7ca3f0a87c23422a3c3147e1d743ed4ea", - "receiptsRoot": "0x8942b24dd84a8f26fa286383367730cda2f6f475593fbf37846e5182ab9cd740", - "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "difficulty": "0x2", - "number": "0x8", - "gasLimit": "0x37979661", - "gasUsed": "0x5ce2b", - "timestamp": "0x638089e7", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e7578000000000000f7367acf46d5dae810670fc38f2b7f71ac577da9a676f1ac53d86c8bee4be7c31ca2589556a83124cb2f27d283f8b115980c5e9d7bb4b313e789eff53db3fa1f00", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x1488cff1", - "hash": "0xd2610d554b3a1a21f803f26209b0205bb1b95660de987c1b1a626858dd2c54b1" - }, - "transactions": [ - { - "type": 2, - "nonce": 3, - "txHash": "0xbc606cdada7a262ece9bd3be8c888e272e9017c430ff0b6b4a739a7506284b03", - "gas": 380459, - "gasPrice": "0x4aaa4567a", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b506105ec806100206000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c806372425d9d1161005b57806372425d9d146100e657806386d516e8146100ec578063a8b0574e146100f2578063ee82ac5e1461010057600080fd5b80630f28c97d1461008d578063252dba42146100a257806327e86d6e146100c35780634d2301cc146100cb575b600080fd5b425b6040519081526020015b60405180910390f35b6100b56100b03660046102f1565b610112565b60405161009992919061047f565b61008f610252565b61008f6100d9366004610501565b6001600160a01b03163190565b4461008f565b4561008f565b604051418152602001610099565b61008f61010e366004610523565b4090565b8051439060609067ffffffffffffffff81111561013157610131610265565b60405190808252806020026020018201604052801561016457816020015b606081526020019060019003908161014f5790505b50905060005b835181101561024c576000808583815181106101885761018861053c565b6020026020010151600001516001600160a01b03168684815181106101af576101af61053c565b6020026020010151602001516040516101c89190610552565b6000604051808303816000865af19150503d8060008114610205576040519150601f19603f3d011682016040523d82523d6000602084013e61020a565b606091505b50915091508161021957600080fd5b8084848151811061022c5761022c61053c565b60200260200101819052505050808061024490610584565b91505061016a565b50915091565b600061025f60014361059f565b40905090565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561029e5761029e610265565b60405290565b604051601f8201601f1916810167ffffffffffffffff811182821017156102cd576102cd610265565b604052919050565b80356001600160a01b03811681146102ec57600080fd5b919050565b6000602080838503121561030457600080fd5b823567ffffffffffffffff8082111561031c57600080fd5b818501915085601f83011261033057600080fd5b81358181111561034257610342610265565b8060051b6103518582016102a4565b918252838101850191858101908984111561036b57600080fd5b86860192505b83831015610442578235858111156103895760008081fd5b86016040601f19828d0381018213156103a25760008081fd5b6103aa61027b565b6103b58b85016102d5565b815282840135898111156103c95760008081fd5b8085019450508d603f8501126103df5760008081fd5b8a840135898111156103f3576103f3610265565b6104038c84601f840116016102a4565b92508083528e8482870101111561041a5760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610371565b9998505050505050505050565b60005b8381101561046a578181015183820152602001610452565b83811115610479576000848401525b50505050565b600060408201848352602060408185015281855180845260608601915060608160051b870101935082870160005b828110156104f357878603605f19018452815180518088526104d481888a0189850161044f565b601f01601f1916969096018501955092840192908401906001016104ad565b509398975050505050505050565b60006020828403121561051357600080fd5b61051c826102d5565b9392505050565b60006020828403121561053557600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825161056481846020870161044f565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b60006000198214156105985761059861056e565b5060010190565b6000828210156105b1576105b161056e565b50039056fea264697066735822122023dabc85b9134cdc438e705bb5c0b32f7d3c29092b5be0557baad8b2961850c064736f6c634300080a0033", - "isCreate": true, - "v": "0x1", - "r": "0x4170f11ba34c2be9bd44b1c205346687d70a242784a38f79b4205105c9c278e9", - "s": "0xbd7a5c3bc8906a49957c790f44e0b620a2e7faf79ced64a79ea5f91a32487e4" - } - ], - "storageTrace": { - "rootBefore": "0x0b76e08d9734f5b3c3eb2011820e858b9e804b36a590f45efb7e8cdf3b888e82", - "rootAfter": "0x17ed48a9e0c0865e9c4a7a947d4767b5147569dd435a3f7669f99d3290fccfa2", - "proofs": { - "0x222214dCc294B72E40d2F37111A1F966aaEfDbdd": [ - "0x000fe2cf9f6a32378e4f56a354a169492c9620faaf019e7726e18eedaf8bc751231daff7f11fd3af30c10092f65b0e6e1e585161903a34bd54414657b9aa39aa93", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c2b60dde25566d8e00ba0e92d3362f0055895ed232d2378d3cb1e2c754c698560", - "0x002ef57c2bc19b50cd729e0b971e1386a11d52ae345f337fc671ca97b2314e838a108219757bffef183fe08fc42541b87282eb5638d04b70e8e5af4d1f4fdb25bb", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd139184233289c244b0c6592a8d7771f6e4d6fd495b9852af292f4ae9865b20e2c5280e", - "0x000ea3f2e14ad62274bcd0a0ec6ae35619cdfe442e3a8340e220fcb302c2560b580da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000021e177fb5d48d4e8800c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x6FBeA396b780634080e5D8657079747c65E33913": [ - "0x000fe2cf9f6a32378e4f56a354a169492c9620faaf019e7726e18eedaf8bc751231daff7f11fd3af30c10092f65b0e6e1e585161903a34bd54414657b9aa39aa93", - "0x0022d039a3aa91408ee667e1773f24557ebac0a862298a69a4c3647912ab151759246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x001d24dccb24cc8a45d7313b250277db67b1dd8afdbf506c3631a25be8b19217010f72316320b2ade6539ce23d32fdeeaf26b66dc21698551697178888e1128fda", - "0x010ed54234c302e52fb2441bc1a637059630e4127d079cefcb253099812d5a39c104040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d3c21bcecceda1000000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47000000000000000000000000000000000000000000000000000000000000000002010f9756be94ddad817958beb2b48b7d2fe3d8e0d53e9ccda9c089b332671f311", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xCB733b0fd0186FF37e7f717a0889AfFF71DdE477": [ - "0x000fe2cf9f6a32378e4f56a354a169492c9620faaf019e7726e18eedaf8bc751231daff7f11fd3af30c10092f65b0e6e1e585161903a34bd54414657b9aa39aa93", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c2b60dde25566d8e00ba0e92d3362f0055895ed232d2378d3cb1e2c754c698560", - "0x002ef57c2bc19b50cd729e0b971e1386a11d52ae345f337fc671ca97b2314e838a108219757bffef183fe08fc42541b87282eb5638d04b70e8e5af4d1f4fdb25bb", - "0x00088f2e2ec80e68ed17959783dc9ce808ad2fc80e4f9aac0ac4934cbd54c5379d0000000000000000000000000000000000000000000000000000000000000000", - "0x0022782c818516c32283c7da01d4838d893e42a3b134c3f416f07aed2675a4737d1236331b0bd26150153c006f9e1225791c275582d3d58428fedfe7b2df6050d1", - "0x01271c614df7f070f0b45c2738c5e86fe926a97bba0f6de6ef856607b527fe46360404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000023e24ea5fa3328c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020cb733b0fd0186ff37e7f717a0889afff71dde477000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - }, - "executionResults": [ - { - "gas": 380459, - "failed": false, - "returnValue": "608060405234801561001057600080fd5b50600436106100885760003560e01c806372425d9d1161005b57806372425d9d146100e657806386d516e8146100ec578063a8b0574e146100f2578063ee82ac5e1461010057600080fd5b80630f28c97d1461008d578063252dba42146100a257806327e86d6e146100c35780634d2301cc146100cb575b600080fd5b425b6040519081526020015b60405180910390f35b6100b56100b03660046102f1565b610112565b60405161009992919061047f565b61008f610252565b61008f6100d9366004610501565b6001600160a01b03163190565b4461008f565b4561008f565b604051418152602001610099565b61008f61010e366004610523565b4090565b8051439060609067ffffffffffffffff81111561013157610131610265565b60405190808252806020026020018201604052801561016457816020015b606081526020019060019003908161014f5790505b50905060005b835181101561024c576000808583815181106101885761018861053c565b6020026020010151600001516001600160a01b03168684815181106101af576101af61053c565b6020026020010151602001516040516101c89190610552565b6000604051808303816000865af19150503d8060008114610205576040519150601f19603f3d011682016040523d82523d6000602084013e61020a565b606091505b50915091508161021957600080fd5b8084848151811061022c5761022c61053c565b60200260200101819052505050808061024490610584565b91505061016a565b50915091565b600061025f60014361059f565b40905090565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561029e5761029e610265565b60405290565b604051601f8201601f1916810167ffffffffffffffff811182821017156102cd576102cd610265565b604052919050565b80356001600160a01b03811681146102ec57600080fd5b919050565b6000602080838503121561030457600080fd5b823567ffffffffffffffff8082111561031c57600080fd5b818501915085601f83011261033057600080fd5b81358181111561034257610342610265565b8060051b6103518582016102a4565b918252838101850191858101908984111561036b57600080fd5b86860192505b83831015610442578235858111156103895760008081fd5b86016040601f19828d0381018213156103a25760008081fd5b6103aa61027b565b6103b58b85016102d5565b815282840135898111156103c95760008081fd5b8085019450508d603f8501126103df5760008081fd5b8a840135898111156103f3576103f3610265565b6104038c84601f840116016102a4565b92508083528e8482870101111561041a5760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610371565b9998505050505050505050565b60005b8381101561046a578181015183820152602001610452565b83811115610479576000848401525b50505050565b600060408201848352602060408185015281855180845260608601915060608160051b870101935082870160005b828110156104f357878603605f19018452815180518088526104d481888a0189850161044f565b601f01601f1916969096018501955092840192908401906001016104ad565b509398975050505050505050565b60006020828403121561051357600080fd5b61051c826102d5565b9392505050565b60006020828403121561053557600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825161056481846020870161044f565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b60006000198214156105985761059861056e565b5060010190565b6000828210156105b1576105b161056e565b50039056fea264697066735822122023dabc85b9134cdc438e705bb5c0b32f7d3c29092b5be0557baad8b2961850c064736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 3, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x6fbea396b780634080e5d8657079747c65e33913", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 4, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x6fbea396b780634080e5d8657079747c65e33913", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x1a1e9b271aadce8d31028906043ef8a4cc38f7edbe3a0a5ca7efb2b656fd96d0" - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "nonce": 0, - "balance": "0x3e62bd66a01b17", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b506105ec806100206000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c806372425d9d1161005b57806372425d9d146100e657806386d516e8146100ec578063a8b0574e146100f2578063ee82ac5e1461010057600080fd5b80630f28c97d1461008d578063252dba42146100a257806327e86d6e146100c35780634d2301cc146100cb575b600080fd5b425b6040519081526020015b60405180910390f35b6100b56100b03660046102f1565b610112565b60405161009992919061047f565b61008f610252565b61008f6100d9366004610501565b6001600160a01b03163190565b4461008f565b4561008f565b604051418152602001610099565b61008f61010e366004610523565b4090565b8051439060609067ffffffffffffffff81111561013157610131610265565b60405190808252806020026020018201604052801561016457816020015b606081526020019060019003908161014f5790505b50905060005b835181101561024c576000808583815181106101885761018861053c565b6020026020010151600001516001600160a01b03168684815181106101af576101af61053c565b6020026020010151602001516040516101c89190610552565b6000604051808303816000865af19150503d8060008114610205576040519150601f19603f3d011682016040523d82523d6000602084013e61020a565b606091505b50915091508161021957600080fd5b8084848151811061022c5761022c61053c565b60200260200101819052505050808061024490610584565b91505061016a565b50915091565b600061025f60014361059f565b40905090565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561029e5761029e610265565b60405290565b604051601f8201601f1916810167ffffffffffffffff811182821017156102cd576102cd610265565b604052919050565b80356001600160a01b03811681146102ec57600080fd5b919050565b6000602080838503121561030457600080fd5b823567ffffffffffffffff8082111561031c57600080fd5b818501915085601f83011261033057600080fd5b81358181111561034257610342610265565b8060051b6103518582016102a4565b918252838101850191858101908984111561036b57600080fd5b86860192505b83831015610442578235858111156103895760008081fd5b86016040601f19828d0381018213156103a25760008081fd5b6103aa61027b565b6103b58b85016102d5565b815282840135898111156103c95760008081fd5b8085019450508d603f8501126103df5760008081fd5b8a840135898111156103f3576103f3610265565b6104038c84601f840116016102a4565b92508083528e8482870101111561041a5760008081fd5b808486018d85013760009083018c0152808b0191909152845250509186019190860190610371565b9998505050505050505050565b60005b8381101561046a578181015183820152602001610452565b83811115610479576000848401525b50505050565b600060408201848352602060408185015281855180845260608601915060608160051b870101935082870160005b828110156104f357878603605f19018452815180518088526104d481888a0189850161044f565b601f01601f1916969096018501955092840192908401906001016104ad565b509398975050505050505050565b60006020828403121561051357600080fd5b61051c826102d5565b9392505050565b60006020828403121561053557600080fd5b5035919050565b634e487b7160e01b600052603260045260246000fd5b6000825161056481846020870161044f565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b60006000198214156105985761059861056e565b5060010190565b6000828210156105b1576105b161056e565b50039056fea264697066735822122023dabc85b9134cdc438e705bb5c0b32f7d3c29092b5be0557baad8b2961850c064736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 303543, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 303540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 303537, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 303525, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 303523, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 303520, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 303517, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 303514, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 303504, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 303503, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 303501, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 303498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5ec" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 303495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5ec", - "0x5ec" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 303492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5ec", - "0x5ec", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 303489, - "gasCost": 286, - "depth": 1, - "stack": [ - "0x5ec", - "0x5ec", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 303203, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5ec" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 303200, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x5ec", - "0x0" - ] - } - ] - } - ], - "mptwitness": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x828e883bdf8c7efb5ef490a5364b809e8b850e821120ebc3b3f534978de0760b", - "path": [ - { - "value": "0x2351c78bafed8ee126779e01affa20962c4969a154a3564f8e37326a9fcfe20f", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x6085694c752c1ecbd378232d23ed955805f062332de9a00be0d86655e2dd602b", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x8a834e31b297ca71c67f335f34ae521da186131e970b9e72cd509bc12b7cf52e", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x0e28c5e2205b86e94a2f29af52985b49fdd6e4f671778d2a59c6b044c2893223", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x580b56c202b3fc20e240833a2e44fecd1956e36aeca0d0bc7422d64ae1f2a30e", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x418a815b340f026890f93bb3cbdf8358f9e86f73cf05e31814bd268ed5db8c1e", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0x009e724bc198e94312526a030cb35d49adf5f85450a3a16fb87a195029d1fb04", - "path": [ - { - "value": "0x7159405d4e33783384e34aec212ab9f059346df0b7d6f9fc133c1947e5e2bf0c", - "sibling": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d" - }, - { - "value": "0x46df6752c43115d123340a3ce1a089af52c64058d8a77f4fc2c05cf5a1c6a10e", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0xf761830c8fd22e42b174357aacec2b0c58239864a18cd319c9f528fb00ea6b16", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0xc16b73014acb1c86a6cace216635c80b4c35151e58c7a954ff969afc8fe7611d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0xda9c3110c84fca5f30966bc1cf85cbbf74941da0a9fc0dba94660da669df4920", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x76bdd8b4d483ae5954e1e212d898b533dc0ba6b53c70429ca36ca3b7201d652a", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 3, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 4, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x6fbea396b780634080e5d8657079747c65e33913", - "accountKey": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910", - "accountPath": [ - { - "pathPart": "0x1", - "root": "0x009e724bc198e94312526a030cb35d49adf5f85450a3a16fb87a195029d1fb04", - "path": [ - { - "value": "0x93aa39aab957464154bd343a906151581e6e0e5bf69200c130afd31ff1f7af1d", - "sibling": "0x7159405d4e33783384e34aec212ab9f059346df0b7d6f9fc133c1947e5e2bf0c" - }, - { - "value": "0x591715ab127964c3a4698a2962a8c0ba7e55243f77e167e68e4091aaa339d022", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - }, - { - "value": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - } - ], - "leaf": { - "value": "0xb4f2c70826788ee2b8438616a01f475f19eaec2aad98dc9d787872b124f09d21", - "sibling": "0xc1395a2d81993025cbef9c077d12e430960537a6c11b44b22fe502c33442d50e" - } - }, - { - "pathPart": "0x11", - "root": "0xd0f3b7423be8285aa0e6b89d89a4658046f72d1b463d8437b6fe662a5da2ef1b", - "path": [ - { - "value": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723", - "sibling": "0x7159405d4e33783384e34aec212ab9f059346df0b7d6f9fc133c1947e5e2bf0c" - }, - { - "value": "0x3f9c1e525ad344c0bfab1a48405dff08b701292729f32f561189168b1d2f750b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - }, - { - "value": "0x63052584c828eb1636780c97c05ad2a89ef6ff12ca05056539fb7eea1c6e3e26", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x785dab88673661cb960b7b498b01d953e062a84fd73edc466c791468813c6a1c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x717e78c48d7283b3f6ec5a7e8e673e86ce739e025bdb9a2bf9358fd4c19c8e2f", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "accountKey": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27", - "accountPath": [ - { - "pathPart": "0x16", - "root": "0xd0f3b7423be8285aa0e6b89d89a4658046f72d1b463d8437b6fe662a5da2ef1b", - "path": [ - { - "value": "0x7159405d4e33783384e34aec212ab9f059346df0b7d6f9fc133c1947e5e2bf0c", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x46df6752c43115d123340a3ce1a089af52c64058d8a77f4fc2c05cf5a1c6a10e", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210", - "sibling": "0xf761830c8fd22e42b174357aacec2b0c58239864a18cd319c9f528fb00ea6b16" - }, - { - "value": "0x9d37c554bd4c93c40aac9a4f0ec82fad08e89cdc83979517ed680ec82e2e8f08", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612", - "sibling": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822" - } - ], - "leaf": { - "value": "0x011daaee802b1b34e6f3d0d4f6ad4aaa94f6937e577cb7ccfe52a7e8db6e251f", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - }, - { - "pathPart": "0x16", - "root": "0xd0f3b7423be8285aa0e6b89d89a4658046f72d1b463d8437b6fe662a5da2ef1b", - "path": [ - { - "value": "0x7159405d4e33783384e34aec212ab9f059346df0b7d6f9fc133c1947e5e2bf0c", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x46df6752c43115d123340a3ce1a089af52c64058d8a77f4fc2c05cf5a1c6a10e", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210", - "sibling": "0xf761830c8fd22e42b174357aacec2b0c58239864a18cd319c9f528fb00ea6b16" - }, - { - "value": "0x9d37c554bd4c93c40aac9a4f0ec82fad08e89cdc83979517ed680ec82e2e8f08", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612", - "sibling": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822" - } - ], - "leaf": { - "value": "0x011daaee802b1b34e6f3d0d4f6ad4aaa94f6937e577cb7ccfe52a7e8db6e251f", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x23e24ea5fa3328", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 0, - "balance": "0x23e24ea5fa3328", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0xd0f3b7423be8285aa0e6b89d89a4658046f72d1b463d8437b6fe662a5da2ef1b", - "path": [ - { - "value": "0x7159405d4e33783384e34aec212ab9f059346df0b7d6f9fc133c1947e5e2bf0c", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x46df6752c43115d123340a3ce1a089af52c64058d8a77f4fc2c05cf5a1c6a10e", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0xf761830c8fd22e42b174357aacec2b0c58239864a18cd319c9f528fb00ea6b16", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0xc16b73014acb1c86a6cace216635c80b4c35151e58c7a954ff969afc8fe7611d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0xda9c3110c84fca5f30966bc1cf85cbbf74941da0a9fc0dba94660da669df4920", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x76bdd8b4d483ae5954e1e212d898b533dc0ba6b53c70429ca36ca3b7201d652a", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0xe5f21fb3b1fc0c6cad8982bc5817c7800b34872d229c29cebcaab4572622f103", - "path": [ - { - "value": "0xddda017ec193213ce220a9d407df4efa7fc9d636fb2b4f8aefd0f83d5701eb26", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x024abc03bfbf1b53e01fb1ab77f69b8111b1fa4786021f6d910a3f0356603c28", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06", - "sibling": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210" - }, - { - "value": "0x4c31ef9d2fba9cc6001cef8369f8b40f20ae8e214b6fea5534584d8e1e627109", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7abd1cff79f1379c0632fadd170ccf3b2023edc651c40ea6ac16274cd322e30f", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x35ca6302cf93f9e0a68ea669821613868c97c2d8f0d3dc734aa1afc3ebd1ff28", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 4, - "balance": "0x21e177fb5d48d4e8800", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 4, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x6fbea396b780634080e5d8657079747c65e33913", - "accountKey": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910", - "accountPath": [ - { - "pathPart": "0x11", - "root": "0xe5f21fb3b1fc0c6cad8982bc5817c7800b34872d229c29cebcaab4572622f103", - "path": [ - { - "value": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723", - "sibling": "0xddda017ec193213ce220a9d407df4efa7fc9d636fb2b4f8aefd0f83d5701eb26" - }, - { - "value": "0x3f9c1e525ad344c0bfab1a48405dff08b701292729f32f561189168b1d2f750b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - }, - { - "value": "0x63052584c828eb1636780c97c05ad2a89ef6ff12ca05056539fb7eea1c6e3e26", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x785dab88673661cb960b7b498b01d953e062a84fd73edc466c791468813c6a1c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x717e78c48d7283b3f6ec5a7e8e673e86ce739e025bdb9a2bf9358fd4c19c8e2f", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910" - } - }, - { - "pathPart": "0x11", - "root": "0xe5f21fb3b1fc0c6cad8982bc5817c7800b34872d229c29cebcaab4572622f103", - "path": [ - { - "value": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723", - "sibling": "0xddda017ec193213ce220a9d407df4efa7fc9d636fb2b4f8aefd0f83d5701eb26" - }, - { - "value": "0x3f9c1e525ad344c0bfab1a48405dff08b701292729f32f561189168b1d2f750b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - }, - { - "value": "0x63052584c828eb1636780c97c05ad2a89ef6ff12ca05056539fb7eea1c6e3e26", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x785dab88673661cb960b7b498b01d953e062a84fd73edc466c791468813c6a1c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x717e78c48d7283b3f6ec5a7e8e673e86ce739e025bdb9a2bf9358fd4c19c8e2f", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "accountKey": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27", - "accountPath": [ - { - "pathPart": "0x16", - "root": "0xe5f21fb3b1fc0c6cad8982bc5817c7800b34872d229c29cebcaab4572622f103", - "path": [ - { - "value": "0xddda017ec193213ce220a9d407df4efa7fc9d636fb2b4f8aefd0f83d5701eb26", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x024abc03bfbf1b53e01fb1ab77f69b8111b1fa4786021f6d910a3f0356603c28", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0xbb25db4f1f4dafe5e8704bd03856eb8272b84125c48fe03f18efff7b75198210", - "sibling": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06" - }, - { - "value": "0x9d37c554bd4c93c40aac9a4f0ec82fad08e89cdc83979517ed680ec82e2e8f08", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd15060dfb2e7dffe2884d5d38255271c7925129e6f003c155061d20b1b333612", - "sibling": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822" - } - ], - "leaf": { - "value": "0x011daaee802b1b34e6f3d0d4f6ad4aaa94f6937e577cb7ccfe52a7e8db6e251f", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - }, - { - "pathPart": "0x16", - "root": "0x6f0db620e6960f607c2365edaf2c1e2734ecfc6c42ef98b66ae9b449da5f9b1a", - "path": [ - { - "value": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24", - "sibling": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06" - }, - { - "value": "0x7af738a581c9abeb3bf1f7fdda4304ab0f16876ef62d69e634e62d1727d74809", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x1c19d11a7555be10d46e820fc67f511e0f047caf098aac9f24c022095b2a5c1c", - "sibling": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822" - } - ], - "leaf": { - "value": "0xc9c4c13e096b39442994856621be9512b2df7bcaf2f7afaab425ec974db2b62a", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x23e24ea5fa3328", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 0, - "balance": "0x3e62bd66a01b17", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x6f0db620e6960f607c2365edaf2c1e2734ecfc6c42ef98b66ae9b449da5f9b1a", - "path": [ - { - "value": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x4c31ef9d2fba9cc6001cef8369f8b40f20ae8e214b6fea5534584d8e1e627109", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7abd1cff79f1379c0632fadd170ccf3b2023edc651c40ea6ac16274cd322e30f", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x35ca6302cf93f9e0a68ea669821613868c97c2d8f0d3dc734aa1afc3ebd1ff28", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0x6f0db620e6960f607c2365edaf2c1e2734ecfc6c42ef98b66ae9b449da5f9b1a", - "path": [ - { - "value": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e", - "sibling": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723" - }, - { - "value": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x4c31ef9d2fba9cc6001cef8369f8b40f20ae8e214b6fea5534584d8e1e627109", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7abd1cff79f1379c0632fadd170ccf3b2023edc651c40ea6ac16274cd322e30f", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x35ca6302cf93f9e0a68ea669821613868c97c2d8f0d3dc734aa1afc3ebd1ff28", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 4, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 4, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x6fbea396b780634080e5d8657079747c65e33913", - "accountKey": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910", - "accountPath": [ - { - "pathPart": "0x11", - "root": "0x6f0db620e6960f607c2365edaf2c1e2734ecfc6c42ef98b66ae9b449da5f9b1a", - "path": [ - { - "value": "0x1d6060274450ea5e1af0f40858481f8a9afbfe513321d444acfc401cc97b7723", - "sibling": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e" - }, - { - "value": "0x3f9c1e525ad344c0bfab1a48405dff08b701292729f32f561189168b1d2f750b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - }, - { - "value": "0x63052584c828eb1636780c97c05ad2a89ef6ff12ca05056539fb7eea1c6e3e26", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x785dab88673661cb960b7b498b01d953e062a84fd73edc466c791468813c6a1c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x717e78c48d7283b3f6ec5a7e8e673e86ce739e025bdb9a2bf9358fd4c19c8e2f", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910" - } - }, - { - "pathPart": "0x11", - "root": "0xa2cffc90329df969763f5a43dd697514b567477d947a4a9c5e86c0e0a948ed17", - "path": [ - { - "value": "0x1cf6c7503e3d801bbf9e12e8e8b3a17c6f4d4a1aa61e3d5f45c1baa21805740a", - "sibling": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e" - }, - { - "value": "0x08976ce115c805e3aa3b7ea5424f9f0ef49a41d69795d448fd285fb59423b902", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - }, - { - "value": "0xf0d3d931925b1d588c8a1f3252ef532997ebbf2c1c745fd250e527748f1d571e", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x7ffb3c27c68632df986cc795381731c8d871ab1d5d2220e602d49c05d635ff14", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x6262add085ec856ac8e742ada3ba288901a76f17d3f8fb5e8861d50230af130c", - "sibling": "0x11f37126339b089cdacce9530d8e3dfed2b7482beb8b9517d8da4de96b75f910" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x1a1e9b271aadce8d31028906043ef8a4cc38f7edbe3a0a5ca7efb2b656fd96d0" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xcb733b0fd0186ff37e7f717a0889afff71dde477", - "accountKey": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27", - "accountPath": [ - { - "pathPart": "0x16", - "root": "0xa2cffc90329df969763f5a43dd697514b567477d947a4a9c5e86c0e0a948ed17", - "path": [ - { - "value": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e", - "sibling": "0x1cf6c7503e3d801bbf9e12e8e8b3a17c6f4d4a1aa61e3d5f45c1baa21805740a" - }, - { - "value": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24", - "sibling": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06" - }, - { - "value": "0x7af738a581c9abeb3bf1f7fdda4304ab0f16876ef62d69e634e62d1727d74809", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x1c19d11a7555be10d46e820fc67f511e0f047caf098aac9f24c022095b2a5c1c", - "sibling": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822" - } - ], - "leaf": { - "value": "0xc9c4c13e096b39442994856621be9512b2df7bcaf2f7afaab425ec974db2b62a", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - }, - { - "pathPart": "0x16", - "root": "0xa2cffc90329df969763f5a43dd697514b567477d947a4a9c5e86c0e0a948ed17", - "path": [ - { - "value": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e", - "sibling": "0x1cf6c7503e3d801bbf9e12e8e8b3a17c6f4d4a1aa61e3d5f45c1baa21805740a" - }, - { - "value": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214", - "sibling": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809" - }, - { - "value": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24", - "sibling": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06" - }, - { - "value": "0x7af738a581c9abeb3bf1f7fdda4304ab0f16876ef62d69e634e62d1727d74809", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x1c19d11a7555be10d46e820fc67f511e0f047caf098aac9f24c022095b2a5c1c", - "sibling": "0x7d73a47526ed7af016f4c334b1a3423e898d83d401dac78322c31685812c7822" - } - ], - "leaf": { - "value": "0xc9c4c13e096b39442994856621be9512b2df7bcaf2f7afaab425ec974db2b62a", - "sibling": "0x3646fe27b5076685efe66d0fba7ba926e96fe8c538275cb4f070f0f74d611c27" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x3e62bd66a01b17", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 0, - "balance": "0x3e62bd66a01b17", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - } - ] -} diff --git a/roller/assets/traces/09.json b/roller/assets/traces/09.json deleted file mode 100644 index 5f6789f344..0000000000 --- a/roller/assets/traces/09.json +++ /dev/null @@ -1,72700 +0,0 @@ -{ - "coinbase": { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x1a9c96df4bf7d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "header": { - "parentHash": "0xd2610d554b3a1a21f803f26209b0205bb1b95660de987c1b1a626858dd2c54b1", - "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "miner": "0x0000000000000000000000000000000000000000", - "stateRoot": "0x2c60158672bb5440e59f571ea0da6260b0b65b65d7fa75fbaff1d3cfb3738024", - "transactionsRoot": "0xc675bc06cb53fe3de4c78fd77fe4f92770113ae03d634ec902237e2b201552c0", - "receiptsRoot": "0x117d6db249ed6443073d4fa4ebe9f45b5f382f65e4ed02dceb6ab4ca6c330e20", - "logsBloom": "0x000080000000002000008000000408004000000000080000008000000010000000000000000000200000000020003000000000000000000000000004000080000000000000000000000100000000022000010400000000000000000000000000100010000a0000000000000000000800080000980000000000080000000000400000000040000000000000000000000000000000840000000000000000800000000000000000000000000000000000000000000000000000000000001000008000001020000008000000000000000000000000000400004000200000002020000000000000000000220000000004000020000000000000000002000000000000", - "difficulty": "0x2", - "number": "0x9", - "gasLimit": "0x3789b07d", - "gasUsed": "0xc5fd1a", - "timestamp": "0x63808a1d", - "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e75780000000000009cca100f998bb6ddf206b13affa872db19d90d9581437a858fa657b1167f651776e355cd00eb2de9bd67311da04f27d1c444de03fbc95c9ef040409d3fbee87e00", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "nonce": "0x0000000000000000", - "baseFeePerGas": "0x11f83f31", - "hash": "0x965b5da87f4dd5578b34374629213e20cc87383c07fdce765af0e5a757c4cfa9" - }, - "transactions": [ - { - "type": 2, - "nonce": 4, - "txHash": "0x7f30241b3eecd2627d43088214e1545636a379196b6e01538f53846c91a9c952", - "gas": 1579555, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b5060405161147b38038061147b83398101604081905261002f916100f5565b6100416100cc60201b610bb81760201c565b600480546001600160a01b0383166001600160a01b0319918216179091556000805490911660011790556040513090610079906100e8565b6001600160a01b039091168152602001604051809103906000f0801580156100a5573d6000803e3d6000fd5b50600880546001600160a01b0319166001600160a01b039290921691909117905550610125565b600080546001600160a01b031916600117905562093a80600355565b61028e806111ed83390190565b60006020828403121561010757600080fd5b81516001600160a01b038116811461011e57600080fd5b9392505050565b6110b9806101346000396000f3fe6080604052600436106101025760003560e01c806393e59dc111610095578063ecc7042811610064578063ecc70428146102b9578063ed885bfe146102cf578063f2fde38b146102ef578063f7f7469a1461030f578063fe8810df1461033f57600080fd5b806393e59dc1146102425780639e353c7014610262578063b2267a7b14610282578063e30484041461029557600080fd5b806370cee67f116100d157806370cee67f146101cd578063715018a6146101ed5780637cecd1e5146102025780638da5cb5b1461022257600080fd5b8063396c16b71461010e5780633d0f963e146101535780635d62a8dd146101755780636e296e45146101ad57600080fd5b3661010957005b600080fd5b34801561011a57600080fd5b5061013e610129366004610c26565b60066020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b34801561015f57600080fd5b5061017361016e366004610c5b565b61035f565b005b34801561018157600080fd5b50600154610195906001600160a01b031681565b6040516001600160a01b03909116815260200161014a565b3480156101b957600080fd5b50600054610195906001600160a01b031681565b3480156101d957600080fd5b506101736101e8366004610c5b565b6103f4565b3480156101f957600080fd5b50610173610478565b34801561020e57600080fd5b5061017361021d366004610c26565b6104ae565b34801561022e57600080fd5b50600454610195906001600160a01b031681565b34801561024e57600080fd5b50600254610195906001600160a01b031681565b34801561026e57600080fd5b5061017361027d366004610d20565b610516565b610173610290366004610da5565b610807565b3480156102a157600080fd5b506102ab60035481565b60405190815260200161014a565b3480156102c557600080fd5b506102ab60075481565b3480156102db57600080fd5b506101736102ea366004610e04565b610af4565b3480156102fb57600080fd5b5061017361030a366004610c5b565b610b2c565b34801561031b57600080fd5b5061013e61032a366004610c26565b60056020526000908152604090205460ff1681565b34801561034b57600080fd5b50600854610195906001600160a01b031681565b6004546001600160a01b031633146103925760405162461bcd60e51b815260040161038990610e93565b60405180910390fd5b600280546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f22d1c35fe072d2e42c3c8f9bd4a0d34aa84a0101d020a62517b33fdb3174e5f791015b60405180910390a15050565b6004546001600160a01b0316331461041e5760405162461bcd60e51b815260040161038990610e93565b600180546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f9ed5ec28f252b3e7f62f1ace8e54c5ebabf4c61cc2a7c33a806365b2ff7ecc5e91016103e8565b6004546001600160a01b031633146104a25760405162461bcd60e51b815260040161038990610e93565b6104ac6000610bd4565b565b6004546001600160a01b031633146104d85760405162461bcd60e51b815260040161038990610e93565b600380549082905560408051828152602081018490527f8767db55656d87982bde23dfa77887931b21ecc3386f5764bf02ef0070d1174291016103e8565b6000546001600160a01b03166001146105685760405162461bcd60e51b815260206004820152601460248201527330b63932b0b23c9034b71032bc32b1baba34b7b760611b6044820152606401610389565b428310156105aa5760405162461bcd60e51b815260206004820152600f60248201526e13595cdcd859d948195e1c1a5c9959608a1b6044820152606401610389565b6000878787878787876040516020016105c99796959493929190610efa565b60408051601f1981840301815291815281516020928301206000818152600690935291205490915060ff16156106415760405162461bcd60e51b815260206004820152601d60248201527f4d657373616765207375636365737366756c6c792065786563757465640000006044820152606401610389565b6000546001600160a01b03898116911614156106985760405162461bcd60e51b815260206004820152601660248201527534b73b30b634b21036b2b9b9b0b3b29039b2b73232b960511b6044820152606401610389565b600080546001600160a01b0319166001600160a01b038a81169190911782556040519089169088906106cb908690610f5c565b60006040518083038185875af1925050503d8060008114610708576040519150601f19603f3d011682016040523d82523d6000602084013e61070d565b606091505b5050600080546001600160a01b03191660011790559050801561076f57600082815260066020526040808220805460ff191660011790555183917f4641df4a962071e12719d8c8c8e5ac7fc4d97b927346a3d7a335b1f7517e133c91a261079b565b60405182907f99d0e048484baa1b1540b1367cb128acd7ab2946d1ed91ec10e3c85e4bf51b8f90600090a25b60408051602081018490526bffffffffffffffffffffffff193360601b169181019190915243605482015260009060740160408051601f198184030181529181528151602092830120600090815260059092529020805460ff1916600117905550505050505050505050565b60025433906001600160a01b0316801580610887575060405163efc7840160e01b81526001600160a01b03838116600483015282169063efc7840190602401602060405180830381865afa158015610863573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108879190610f78565b6108cc5760405162461bcd60e51b81526020600482015260166024820152751cd95b99195c881b9bdd081dda1a5d195b1a5cdd195960521b6044820152606401610389565b8434101561090d5760405162461bcd60e51b815260206004820152600e60248201526d63616e6e6f74207061792066656560901b6044820152606401610389565b60006003544261091d9190610f9a565b6001549091506000906001600160a01b0316156109ae57600154604051639856cf9f60e01b81526001600160a01b0390911690639856cf9f906109689033908c908b90600401610fec565b602060405180830381865afa158015610985573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109a99190611021565b6109b1565b60005b9050808710156109f35760405162461bcd60e51b815260206004820152600d60248201526c199959481d1bdbc81cdb585b1b609a1b6044820152606401610389565b60006007549050600088340390506000338b838c88878e604051602001610a209796959493929190610efa565b60408051808303601f19018152908290528051602090910120600854636553f5f960e01b8352600483018290529092506001600160a01b031690636553f5f990602401600060405180830381600087803b158015610a7d57600080fd5b505af1158015610a91573d6000803e3d6000fd5b505050508a6001600160a01b03167f806b28931bc6fbe6c146babfb83d5c2b47e971edb43b4566f010577a0ee7d9f433848d898e898f604051610ada979695949392919061103a565b60405180910390a250506001016007555050505050505050565b60405162461bcd60e51b815260206004820152600d60248201526c1b9bdd081cdd5c1c1bdc9d1959609a1b6044820152606401610389565b6004546001600160a01b03163314610b565760405162461bcd60e51b815260040161038990610e93565b6001600160a01b038116610bac5760405162461bcd60e51b815260206004820152601d60248201527f6e6577206f776e657220697320746865207a65726f20616464726573730000006044820152606401610389565b610bb581610bd4565b50565b600080546001600160a01b031916600117905562093a80600355565b600480546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600060208284031215610c3857600080fd5b5035919050565b80356001600160a01b0381168114610c5657600080fd5b919050565b600060208284031215610c6d57600080fd5b610c7682610c3f565b9392505050565b634e487b7160e01b600052604160045260246000fd5b600082601f830112610ca457600080fd5b813567ffffffffffffffff80821115610cbf57610cbf610c7d565b604051601f8301601f19908116603f01168101908282118183101715610ce757610ce7610c7d565b81604052838152866020858801011115610d0057600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600080600060e0888a031215610d3b57600080fd5b610d4488610c3f565b9650610d5260208901610c3f565b955060408801359450606088013593506080880135925060a0880135915060c088013567ffffffffffffffff811115610d8a57600080fd5b610d968a828b01610c93565b91505092959891949750929550565b60008060008060808587031215610dbb57600080fd5b610dc485610c3f565b935060208501359250604085013567ffffffffffffffff811115610de757600080fd5b610df387828801610c93565b949793965093946060013593505050565b600080600080600080600080610100898b031215610e2157600080fd5b610e2a89610c3f565b9750610e3860208a01610c3f565b965060408901359550606089013594506080890135935060a0890135925060c089013567ffffffffffffffff811115610e7057600080fd5b610e7c8b828c01610c93565b92505060e089013590509295985092959890939650565b60208082526017908201527f63616c6c6572206973206e6f7420746865206f776e6572000000000000000000604082015260600190565b60005b83811015610ee5578181015183820152602001610ecd565b83811115610ef4576000848401525b50505050565b60006bffffffffffffffffffffffff19808a60601b168352808960601b166014840152508660288301528560488301528460688301528360888301528251610f498160a8850160208701610eca565b9190910160a80198975050505050505050565b60008251610f6e818460208701610eca565b9190910192915050565b600060208284031215610f8a57600080fd5b81518015158114610c7657600080fd5b60008219821115610fbb57634e487b7160e01b600052601160045260246000fd5b500190565b60008151808452610fd8816020860160208601610eca565b601f01601f19169290920160200192915050565b6001600160a01b0384811682528316602082015260606040820181905260009061101890830184610fc0565b95945050505050565b60006020828403121561103357600080fd5b5051919050565b60018060a01b038816815286602082015285604082015284606082015260e06080820152600061106d60e0830186610fc0565b60a08301949094525060c001529594505050505056fea264697066735822122032e4c5b5c18e999128f0493f197e9c904999af69db8e11468b824719ee78ac3464736f6c634300080a003360a060405234801561001057600080fd5b5060405161028e38038061028e83398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b6080516101fe61009060003960008181604b015260dd01526101fe6000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80633cb747bf146100465780636553f5f91461008a57806382e3702d1461009f575b600080fd5b61006d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b61009d6100983660046101af565b6100d2565b005b6100c26100ad3660046101af565b60006020819052908152604090205460ff1681565b6040519015158152602001610081565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146101405760405162461bcd60e51b815260206004820152600e60248201526d37b7363c9036b2b9b9b2b733b2b960911b60448201526064015b60405180910390fd5b60008181526020819052604090205460ff16156101945760405162461bcd60e51b81526020600482015260126024820152716475706c696361746564206d65737361676560701b6044820152606401610137565b6000908152602081905260409020805460ff19166001179055565b6000602082840312156101c157600080fd5b503591905056fea26469706673582212208ffe2723a703accbef49e8b1cacc0cfdac3f5bf4b70d74ef94f0e464e4434b7164736f6c634300080a0033000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "isCreate": true, - "v": "0x0", - "r": "0xae39cf50355637cc1c5640cd68d589d1477617cc7c61f78e280b88a48c67bbdc", - "s": "0x1f7cdb40688e3250c69ea0faefb9456cc3912f23fd482738978d3e527c6c4b55" - }, - { - "type": 2, - "nonce": 5, - "txHash": "0x010246d1c44aa1264fe00ad5b4c82fcc5480a0aec39cc7ded8d99d7cbcd92643", - "gas": 614590, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6107238061007e6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b3660046104ed565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610511565b610254565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f366004610560565b6102de565b34801561013057600080fd5b506100d161013f366004610511565b61036f565b34801561015057600080fd5b506100d161015f3660046104ed565b6103c7565b34801561017057600080fd5b506100a061017f3660046104ed565b610462565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610636565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f90610653565b60405180910390fd5b6102526000610488565b565b6000546001600160a01b0316331461027e5760405162461bcd60e51b815260040161023f90610653565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b1580156102c257600080fd5b505af11580156102d6573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103085760405162461bcd60e51b815260040161023f90610653565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906103389086908690600401610688565b6000604051808303818588803b15801561035157600080fd5b505af1158015610365573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103995760405162461bcd60e51b815260040161023f90610653565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102a8565b6000546001600160a01b031633146103f15760405162461bcd60e51b815260040161023f90610653565b6001600160a01b0381166104565760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b61045f81610488565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461045f57600080fd5b6000602082840312156104ff57600080fd5b813561050a816104d8565b9392505050565b6000806040838503121561052457600080fd5b823561052f816104d8565b9150602083013561053f816104d8565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561057557600080fd5b8335610580816104d8565b92506020840135610590816104d8565b9150604084013567ffffffffffffffff808211156105ad57600080fd5b818601915086601f8301126105c157600080fd5b8135818111156105d3576105d361054a565b604051601f8201601f19908116603f011681019083821181831017156105fb576105fb61054a565b8160405282815289602084870101111561061457600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561064857600080fd5b815161050a816104d8565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60018060a01b038316815260006020604081840152835180604085015260005b818110156106c4578581018301518582016060015282016106a8565b818111156106d6576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220ebed7a44095d7c5c9a2c2a6392cfbcd8c3dd7c4c5c4e2ee634396071ee50181464736f6c634300080a0033", - "isCreate": true, - "v": "0x0", - "r": "0x3eba1caedaeb0f393734715c0b2df8f4079eb25b4e1163a6d0afc3fa08113a8d", - "s": "0x7981f7393b6328573e73aa2e565d8f0586cc2bf5f1c7aed4bd110179d11773b3" - }, - { - "type": 2, - "nonce": 6, - "txHash": "0x6f8100d97c3a61c97ce8b8fbce66490ebe09ec4ce193981d6151f63fae85182c", - "gas": 1482227, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b506113ac806100206000396000f3fe6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033", - "isCreate": true, - "v": "0x1", - "r": "0x9d4a519587a337abbf965a628b51a23ef0eb1bf92329669b43c513c595290434", - "s": "0x2d82ecd058fffe48f98d063f8c17e6a833ce4ce34016f51f30842a2752f31458" - }, - { - "type": 2, - "nonce": 7, - "txHash": "0x0b793f0b95aaaab8a8d8eb610acb58871925b6ea188f7780b806a0fc63f6c1be", - "gas": 775232, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "isCreate": true, - "v": "0x1", - "r": "0xaf1391dc6b4bbf350cc1671b2e035df72fe586de0960dbadfae9a2c570c26b42", - "s": "0x38c962d69ba93678e297f6500e6acd4f7d17502034fb194fb34dac17df65c758" - }, - { - "type": 2, - "nonce": 8, - "txHash": "0x93501eb87344dc98d27fd94421a48c4507ad590ec41ba93f9b2ef69ec4f08230", - "gas": 1757111, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b5061177d806100206000396000f3fe6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033", - "isCreate": true, - "v": "0x1", - "r": "0x856c0345965e71a13fd1cebc670fe388d49a30a683794ec3b45dfc91a55569de", - "s": "0x6fc94e1e7649379e170ab34fa44bc9b56dbaa5ac82b023f681327f1a02fd228a" - }, - { - "type": 2, - "nonce": 9, - "txHash": "0x411fa6a739ea1175440e2a820afbfd4243ac720a3851bd8b6e29c61d7c1e6a6d", - "gas": 775232, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "isCreate": true, - "v": "0x1", - "r": "0x6299ab75095bbb11aaaad7008c86db49a9b816f99d30a07c11a7e707eda7b465", - "s": "0x6a007c7e6afde5d40f657f6aea8a1459f21797a5250d1e0a03b5b69e141aa3be" - }, - { - "type": 2, - "nonce": 10, - "txHash": "0x3bc4434743bc228ee75dfb18af74cba590eaa79b46afaf91ccb6b0643eb4a213", - "gas": 1859739, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b506118ea806100206000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063a457c2d711610071578063a457c2d71461028e578063a9059cbb146102a1578063c820f146146102b4578063d505accf146102c7578063dd62ed3e146102da57600080fd5b806370a0823114610224578063797594b01461024d5780637ecebe001461026057806395d89b41146102735780639dc29fac1461027b57600080fd5b8063313ce567116100f4578063313ce567146101c25780633644e515146101e157806339509351146101e95780634000aea0146101fc57806340c10f191461020f57600080fd5b806306fdde0314610131578063095ea7b31461014f578063116191b61461017257806318160ddd1461019d57806323b872dd146101af575b600080fd5b610139610313565b6040516101469190611484565b60405180910390f35b61016261015d3660046114ba565b6103a5565b6040519015158152602001610146565b60cc54610185906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b6035545b604051908152602001610146565b6101626101bd3660046114e4565b6103bd565b60cd54600160a01b900460ff1660405160ff9091168152602001610146565b6101a16103e1565b6101626101f73660046114ba565b6103f0565b61016261020a366004611520565b61042f565b61022261021d3660046114ba565b610484565b005b6101a16102323660046115a7565b6001600160a01b031660009081526033602052604090205490565b60cd54610185906001600160a01b031681565b6101a161026e3660046115a7565b6104e0565b610139610500565b6102226102893660046114ba565b61050f565b61016261029c3660046114ba565b610562565b6101626102af3660046114ba565b6105f4565b6102226102c2366004611676565b610602565b6102226102d536600461170c565b61071a565b6101a16102e8366004611776565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b606060368054610322906117a9565b80601f016020809104026020016040519081016040528092919081815260200182805461034e906117a9565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000336103b3818585610860565b5060019392505050565b6000336103cb858285610985565b6103d6858585610a17565b506001949350505050565b60006103eb610be5565b905090565b3360008181526034602090815260408083206001600160a01b03871684529091528120549091906103b3908290869061042a9087906117f4565b610860565b600061043b85856105f4565b50843b156103d6576103d6858585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610c6092505050565b60cc546001600160a01b031633146104d25760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064015b60405180910390fd5b6104dc8282610cca565b5050565b6001600160a01b0381166000908152609960205260408120545b92915050565b606060378054610322906117a9565b60cc546001600160a01b031633146105585760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064016104c9565b6104dc8282610da9565b3360008181526034602090815260408083206001600160a01b0387168452909152812054909190838110156105e75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016104c9565b6103d68286868403610860565b6000336103b3818585610a17565b600054610100900460ff1661061d5760005460ff1615610621565b303b155b6106845760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016104c9565b600054610100900460ff161580156106a6576000805461ffff19166101011790555b6106af86610ef4565b6106b98686610f4a565b60cd805460cc80546001600160a01b038088166001600160a01b03199283161790925590851660ff8816600160a01b02919091166001600160a81b0319909216919091171790558015610712576000805461ff00191690555b505050505050565b8342111561076a5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016104c9565b6000609a5488888861077b8c610f7b565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006107d682610fa3565b905060006107e682878787610ff1565b9050896001600160a01b0316816001600160a01b0316146108495760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016104c9565b6108548a8a8a610860565b50505050505050505050565b6001600160a01b0383166108c25760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c9565b6001600160a01b0382166109235760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c9565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038381166000908152603460209081526040808320938616835292905220546000198114610a115781811015610a045760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016104c9565b610a118484848403610860565b50505050565b6001600160a01b038316610a7b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c9565b6001600160a01b038216610add5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c9565b6001600160a01b03831660009081526033602052604090205481811015610b555760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016104c9565b6001600160a01b03808516600090815260336020526040808220858503905591851681529081208054849290610b8c9084906117f4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd891815260200190565b60405180910390a3610a11565b60006103eb7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f610c1460655490565b6066546040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b604051635260769b60e11b815283906001600160a01b0382169063a4c0ed3690610c929033908790879060040161180c565b600060405180830381600087803b158015610cac57600080fd5b505af1158015610cc0573d6000803e3d6000fd5b5050505050505050565b6001600160a01b038216610d205760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016104c9565b8060356000828254610d3291906117f4565b90915550506001600160a01b03821660009081526033602052604081208054839290610d5f9084906117f4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610e095760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016104c9565b6001600160a01b03821660009081526033602052604090205481811015610e7d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016104c9565b6001600160a01b0383166000908152603360205260408120838303905560358054849290610eac90849061183c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610978565b505050565b600054610100900460ff16610f1b5760405162461bcd60e51b81526004016104c990611853565b610f3e81604051806040016040528060018152602001603160f81b815250611019565b610f478161105a565b50565b600054610100900460ff16610f715760405162461bcd60e51b81526004016104c990611853565b6104dc82826110a8565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b60006104fa610fb0610be5565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000611002878787876110f6565b9150915061100f816111e3565b5095945050505050565b600054610100900460ff166110405760405162461bcd60e51b81526004016104c990611853565b815160209283012081519190920120606591909155606655565b600054610100900460ff166110815760405162461bcd60e51b81526004016104c990611853565b507f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9609a55565b600054610100900460ff166110cf5760405162461bcd60e51b81526004016104c990611853565b81516110e290603690602085019061139e565b508051610eef90603790602084019061139e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561112d57506000905060036111da565b8460ff16601b1415801561114557508460ff16601c14155b1561115657506000905060046111da565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166111d3576000600192509250506111da565b9150600090505b94509492505050565b60008160048111156111f7576111f761189e565b14156112005750565b60018160048111156112145761121461189e565b14156112625760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016104c9565b60028160048111156112765761127661189e565b14156112c45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016104c9565b60038160048111156112d8576112d861189e565b14156113315760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016104c9565b60048160048111156113455761134561189e565b1415610f475760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016104c9565b8280546113aa906117a9565b90600052602060002090601f0160209004810192826113cc5760008555611412565b82601f106113e557805160ff1916838001178555611412565b82800160010185558215611412579182015b828111156114125782518255916020019190600101906113f7565b5061141e929150611422565b5090565b5b8082111561141e5760008155600101611423565b6000815180845260005b8181101561145d57602081850181015186830182015201611441565b8181111561146f576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006114976020830184611437565b9392505050565b80356001600160a01b03811681146114b557600080fd5b919050565b600080604083850312156114cd57600080fd5b6114d68361149e565b946020939093013593505050565b6000806000606084860312156114f957600080fd5b6115028461149e565b92506115106020850161149e565b9150604084013590509250925092565b6000806000806060858703121561153657600080fd5b61153f8561149e565b935060208501359250604085013567ffffffffffffffff8082111561156357600080fd5b818701915087601f83011261157757600080fd5b81358181111561158657600080fd5b88602082850101111561159857600080fd5b95989497505060200194505050565b6000602082840312156115b957600080fd5b6114978261149e565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126115e957600080fd5b813567ffffffffffffffff80821115611604576116046115c2565b604051601f8301601f19908116603f0116810190828211818310171561162c5761162c6115c2565b8160405283815286602085880101111561164557600080fd5b836020870160208301376000602085830101528094505050505092915050565b803560ff811681146114b557600080fd5b600080600080600060a0868803121561168e57600080fd5b853567ffffffffffffffff808211156116a657600080fd5b6116b289838a016115d8565b965060208801359150808211156116c857600080fd5b506116d5888289016115d8565b9450506116e460408701611665565b92506116f26060870161149e565b91506117006080870161149e565b90509295509295909350565b600080600080600080600060e0888a03121561172757600080fd5b6117308861149e565b965061173e6020890161149e565b9550604088013594506060880135935061175a60808901611665565b925060a0880135915060c0880135905092959891949750929550565b6000806040838503121561178957600080fd5b6117928361149e565b91506117a06020840161149e565b90509250929050565b600181811c908216806117bd57607f821691505b60208210811415610f9d57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115611807576118076117de565b500190565b60018060a01b03841681528260208201526060604082015260006118336060830184611437565b95945050505050565b60008282101561184e5761184e6117de565b500390565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052602160045260246000fdfea26469706673582212202b07f710c9cf1804584777652b1341e9dfb5fb6c87078d0ae916c80f07eec4b164736f6c634300080a0033", - "isCreate": true, - "v": "0x0", - "r": "0xb28a9a8d3dcc35905bd099e34e30b9e45c85802f1ae49c2884d28fba97000e5f", - "s": "0x5a4729ef5777960b74b682dd4c37302d9c4cbfb4c083d7d5a606add67c8f10c" - }, - { - "type": 2, - "nonce": 11, - "txHash": "0x41ea065a685f3bfd671c3a6ac1f17b16f35eb8031f193b3189aa08ffecd37de4", - "gas": 493712, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b5060405161064238038061064283398101604081905261002f91610107565b610038336100b7565b6001600160a01b0381166100925760405162461bcd60e51b815260206004820152601b60248201527f7a65726f20696d706c656d656e746174696f6e20616464726573730000000000604482015260640160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055610137565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561011957600080fd5b81516001600160a01b038116811461013057600080fd5b9392505050565b6104fc806101466000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c80635c60da1b1461006757806361e98ca114610096578063715018a6146100a95780637bdbcbbf146100b35780638da5cb5b146100c6578063f2fde38b146100d7575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b61007a6100a4366004610443565b6100ea565b6100b161011a565b005b61007a6100c1366004610443565b610159565b6000546001600160a01b031661007a565b6100b16100e5366004610476565b6101a9565b6000806100f78484610244565b600154909150610110906001600160a01b0316826102ca565b9150505b92915050565b6000546001600160a01b0316331461014d5760405162461bcd60e51b815260040161014490610491565b60405180910390fd5b6101576000610337565b565b600080546001600160a01b031633146101845760405162461bcd60e51b815260040161014490610491565b60006101908484610244565b600154909150610110906001600160a01b031682610387565b6000546001600160a01b031633146101d35760405162461bcd60e51b815260040161014490610491565b6001600160a01b0381166102385760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610144565b61024181610337565b50565b6040516bffffffffffffffffffffffff19606083901b1660208201526000908390603401604051602081830303815290604052805190602001206040516020016102ac92919060609290921b6bffffffffffffffffffffffff19168252601482015260340190565b60405160208183030381529060405280519060200120905092915050565b6000610330838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166101145760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c65640000000000000000006044820152606401610144565b80356001600160a01b038116811461043e57600080fd5b919050565b6000806040838503121561045657600080fd5b61045f83610427565b915061046d60208401610427565b90509250929050565b60006020828403121561048857600080fd5b61033082610427565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122048e180d3bf138a23835ff5a47862fb56a14aa7622da00c39f5ed29ff33813fcb64736f6c634300080a0033000000000000000000000000810cef031576db76780b96b375bff38a00d227a7", - "isCreate": true, - "v": "0x0", - "r": "0xd4de355a0bacd2af1ddc44437e9930a5ed444b20b0f107c165f216b58a70a0ab", - "s": "0x2a5e35f29313da56051cb53866ec7043efa1b10528eda8937a516a5e673c6baa" - }, - { - "type": 2, - "nonce": 12, - "txHash": "0x008f6693a97828321c0958c1e763be334ccee5ea671208267b92de1933b208b4", - "gas": 1385725, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b50611253806100206000396000f3fe6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033", - "isCreate": true, - "v": "0x1", - "r": "0x929518c98295d51f494220df8c004b2746574c7745881fb821997376b1478548", - "s": "0x74155a1ea0a296d9ebce7f05514c85053714b509be2417bb610da08c56f8cfd5" - }, - { - "type": 2, - "nonce": 13, - "txHash": "0x0227d370203de03883fae7a641e38c3e1f8770d623fedc19f2d33a75efe555c9", - "gas": 775232, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "isCreate": true, - "v": "0x0", - "r": "0x5914ce2526234eca52642c2598929aa69f6e0bf99638c9e7843e557e19931aaf", - "s": "0x2adea706cde29dc1aa4da85043ffac3df054d53670a706dcda0ab9cfa623ae31" - }, - { - "type": 2, - "nonce": 14, - "txHash": "0xb5aa6c8ff21d9da7e730875a88fad06656f27204eb6957202faa0822d454e289", - "gas": 1810530, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b5061183b806100206000396000f3fe6080604052600436106100fe5760003560e01c80638da5cb5b11610095578063ee5a8db211610064578063ee5a8db2146102af578063f2fde38b146102cf578063f887ea40146102ef578063f8c3cf251461030f578063fac752eb1461032f57600080fd5b80638da5cb5b1461021b578063982b151f14610239578063aa4c115814610259578063ba27f50b1461027957600080fd5b8063485cc955116100d1578063485cc955146101c6578063715018a6146101e65780637885ef011461016c578063797594b0146101fb57600080fd5b8063150b7a02146101035780632a4912471461014c5780633cb747bf1461016e57806346aa3411146101a6575b600080fd5b34801561010f57600080fd5b5061012e61011e366004611212565b630a85bd0160e11b949350505050565b6040516001600160e01b031990911681526020015b60405180910390f35b34801561015857600080fd5b5061016c6101673660046112f2565b61034f565b005b34801561017a57600080fd5b5060995461018e906001600160a01b031681565b6040516001600160a01b039091168152602001610143565b3480156101b257600080fd5b5061016c6101c1366004611373565b610360565b3480156101d257600080fd5b5061016c6101e13660046113cf565b610373565b3480156101f257600080fd5b5061016c610446565b34801561020757600080fd5b5060975461018e906001600160a01b031681565b34801561022757600080fd5b506033546001600160a01b031661018e565b34801561024557600080fd5b5061016c610254366004611408565b61047c565b34801561026557600080fd5b5061016c610274366004611496565b6106c1565b34801561028557600080fd5b5061018e610294366004611503565b609b602052600090815260409020546001600160a01b031681565b3480156102bb57600080fd5b5061016c6102ca366004611527565b6106d5565b3480156102db57600080fd5b5061016c6102ea366004611503565b6106e1565b3480156102fb57600080fd5b5060985461018e906001600160a01b031681565b34801561031b57600080fd5b5061016c61032a36600461156d565b61077c565b34801561033b57600080fd5b5061016c61034a3660046113cf565b610970565b61035b83338484610a51565b505050565b61036d8433858585610cee565b50505050565b600054610100900460ff1661038e5760005460ff1615610392565b303b155b6103fa5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b600054610100900460ff1615801561041c576000805461ffff19166101011790555b610424611036565b61043083600084611065565b801561035b576000805461ff0019169055505050565b6033546001600160a01b031633146104705760405162461bcd60e51b81526004016103f1906115d1565b61047a6000611165565b565b6002609a54141561049f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146104f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610537573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055b919061163d565b6097546001600160a01b039081169116146105b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b60005b8281101561065957866001600160a01b03166340c10f19868686858181106105df576105df61165a565b6040516001600160e01b031960e087901b1681526001600160a01b0390941660048501526020029190910135602483015250604401600060405180830381600087803b15801561062e57600080fd5b505af1158015610642573d6000803e3d6000fd5b50505050808061065190611670565b9150506105b5565b50846001600160a01b0316866001600160a01b0316886001600160a01b03167fafa88b850da44ca05b319e813873eac8d08e7c041d2d9b3072db0f087e3cd29e8787876040516106ab939291906116cf565b60405180910390a450506001609a555050505050565b6106ce8585858585610cee565b5050505050565b61036d84848484610a51565b6033546001600160a01b0316331461070b5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166107705760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103f1565b61077981611165565b50565b6002609a54141561079f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146107f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610837573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085b919061163d565b6097546001600160a01b039081169116146108b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b6040516340c10f1960e01b81526001600160a01b038481166004830152602482018490528616906340c10f1990604401600060405180830381600087803b1580156108fc57600080fd5b505af1158015610910573d6000803e3d6000fd5b5050604080516001600160a01b03878116825260208201879052808916945089811693508a16917fc655ec1de34d98630aa4572239414f926d6b3d07653dde093a6df97377e31b4191015b60405180910390a450506001609a5550505050565b6033546001600160a01b0316331461099a5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166109e65760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b60448201526064016103f1565b6001600160a01b038281166000818152609b602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b6002609a541415610a745760405162461bcd60e51b81526004016103f190611606565b6002609a556001600160a01b038085166000908152609b60205260409020541680610ad75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b6040516331a9108f60e11b81526004810184905233906001600160a01b03871690636352211e90602401602060405180830381865afa158015610b1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b42919061163d565b6001600160a01b031614610b8a5760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b604051630852cd8d60e31b8152600481018490526001600160a01b038616906342966c6890602401600060405180830381600087803b158015610bcc57600080fd5b505af1158015610be0573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528981166044830152336064830152888116608483015260a48083018990528351808403909101815260c490920183526020820180516001600160e01b0316633581ad3760e21b179052609954609754935163b2267a7b60e01b81529295508116935063b2267a7b92610c73929116903490869089906004016116fd565b600060405180830381600087803b158015610c8d57600080fd5b505af1158015610ca1573d6000803e3d6000fd5b5050604080516001600160a01b038981168252602082018990523394508a811693508616917fe9e85cf0c862dd491ecda3c9a230e12ada8956472028ebde4fdc4f8e2d77bcda910161095b565b6002609a541415610d115760405162461bcd60e51b81526004016103f190611606565b6002609a5581610d5a5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b60448201526064016103f1565b6001600160a01b038086166000908152609b60205260409020541680610db85760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b60005b83811015610f1e57336001600160a01b038816636352211e878785818110610de557610de561165a565b905060200201356040518263ffffffff1660e01b8152600401610e0a91815260200190565b602060405180830381865afa158015610e27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4b919061163d565b6001600160a01b031614610e935760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b866001600160a01b03166342966c68868684818110610eb457610eb461165a565b905060200201356040518263ffffffff1660e01b8152600401610ed991815260200190565b600060405180830381600087803b158015610ef357600080fd5b505af1158015610f07573d6000803e3d6000fd5b505050508080610f1690611670565b915050610dbb565b506000639f0a68b360e01b828833898989604051602401610f4496959493929190611771565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252609954609754925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610fb3921690839087908a906004016116fd565b6000604051808303818588803b158015610fcc57600080fd5b505af1158015610fe0573d6000803e3d6000fd5b5050505050336001600160a01b0316876001600160a01b0316836001600160a01b03167fbdb7b5cec70093e3ce49b258071951d245c0871c006fd9327778c69d0e9f244d8989896040516106ab939291906116cf565b600054610100900460ff1661105d5760405162461bcd60e51b81526004016103f1906117ba565b61047a6111b7565b6001600160a01b0383166110bb5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103f1565b6001600160a01b03811661110a5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103f1565b609780546001600160a01b038086166001600160a01b03199283161790925560998054848416921691909117905582161561115b57609880546001600160a01b0319166001600160a01b0384161790555b50506001609a5550565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111de5760405162461bcd60e51b81526004016103f1906117ba565b61047a33611165565b6001600160a01b038116811461077957600080fd5b634e487b7160e01b600052604160045260246000fd5b6000806000806080858703121561122857600080fd5b8435611233816111e7565b93506020850135611243816111e7565b925060408501359150606085013567ffffffffffffffff8082111561126757600080fd5b818701915087601f83011261127b57600080fd5b81358181111561128d5761128d6111fc565b604051601f8201601f19908116603f011681019083821181831017156112b5576112b56111fc565b816040528281528a60208487010111156112ce57600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b60008060006060848603121561130757600080fd5b8335611312816111e7565b95602085013595506040909401359392505050565b60008083601f84011261133957600080fd5b50813567ffffffffffffffff81111561135157600080fd5b6020830191508360208260051b850101111561136c57600080fd5b9250929050565b6000806000806060858703121561138957600080fd5b8435611394816111e7565b9350602085013567ffffffffffffffff8111156113b057600080fd5b6113bc87828801611327565b9598909750949560400135949350505050565b600080604083850312156113e257600080fd5b82356113ed816111e7565b915060208301356113fd816111e7565b809150509250929050565b60008060008060008060a0878903121561142157600080fd5b863561142c816111e7565b9550602087013561143c816111e7565b9450604087013561144c816111e7565b9350606087013561145c816111e7565b9250608087013567ffffffffffffffff81111561147857600080fd5b61148489828a01611327565b979a9699509497509295939492505050565b6000806000806000608086880312156114ae57600080fd5b85356114b9816111e7565b945060208601356114c9816111e7565b9350604086013567ffffffffffffffff8111156114e557600080fd5b6114f188828901611327565b96999598509660600135949350505050565b60006020828403121561151557600080fd5b8135611520816111e7565b9392505050565b6000806000806080858703121561153d57600080fd5b8435611548816111e7565b93506020850135611558816111e7565b93969395505050506040820135916060013590565b600080600080600060a0868803121561158557600080fd5b8535611590816111e7565b945060208601356115a0816111e7565b935060408601356115b0816111e7565b925060608601356115c0816111e7565b949793965091946080013592915050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561164f57600080fd5b8151611520816111e7565b634e487b7160e01b600052603260045260246000fd5b600060001982141561169257634e487b7160e01b600052601160045260246000fd5b5060010190565b81835260006001600160fb1b038311156116b257600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03841681526040602082018190526000906116f49083018486611699565b95945050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b8181101561173f5786810183015185820160a001528201611723565b8181111561175157600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6001600160a01b038781168252868116602083015285811660408301528416606082015260a0608082018190526000906117ae9083018486611699565b98975050505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea26469706673582212203b7bc5cafbe253405b8aa4062b1f5f7c2b870f48b82d510dce8e6db6fe4f5f0464736f6c634300080a0033", - "isCreate": true, - "v": "0x1", - "r": "0xb14e6fad33c9110c9c310a89625cc6a12b2d4566427b3510c6795e07d4f1a54f", - "s": "0x32a165146c5e635d1752b48b01bce1077e1d72bb6a6cd69663e103a84ef2d6ca" - }, - { - "type": 2, - "nonce": 15, - "txHash": "0x23d93dcd2f1d7058f073bf88004e4a1cfc4c5f1c8295f5e1d3afeeebf10d6052", - "gas": 775232, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c656400000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "isCreate": true, - "v": "0x1", - "r": "0x11138976a9a578af61e6a5413aefeb6b01bea58e96268aad7081981fbca6d2a1", - "s": "0x25c81497618d2feba36a9af6be12dbdf3adb674987bc43316abfeaa44cc94abe" - }, - { - "type": 2, - "nonce": 16, - "txHash": "0x87da0b91fd53e6e507aef0ec589dc6ecee628fe7298faae666afb74ba6032a51", - "gas": 2008643, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405234801561001057600080fd5b50611afd806100206000396000f3fe6080604052600436106101145760003560e01c8063797594b0116100a0578063eaa72ad911610064578063eaa72ad914610316578063f23a6e6114610336578063f2fde38b14610362578063f887ea4014610382578063fac752eb146103a257600080fd5b8063797594b01461023d5780638c23d5b21461025d5780638da5cb5b1461027d578063ba27f50b1461029b578063bc197c81146102d157600080fd5b80634764cc62116100e75780634764cc62146101c8578063485cc955146101e857806348de03de14610208578063715018a6146102285780637885ef011461016e57600080fd5b806301ffc9a7146101195780630f2da0801461014e57806321fedfc9146101705780633cb747bf14610190575b600080fd5b34801561012557600080fd5b506101396101343660046111fe565b6103c2565b60405190151581526020015b60405180910390f35b34801561015a57600080fd5b5061016e610169366004611244565b6103f9565b005b34801561017c57600080fd5b5061016e61018b36600461127f565b61040c565b34801561019c57600080fd5b5060fd546101b0906001600160a01b031681565b6040516001600160a01b039091168152602001610145565b3480156101d457600080fd5b5061016e6101e33660046112d0565b610420565b3480156101f457600080fd5b5061016e61020336600461133e565b61063c565b34801561021457600080fd5b5061016e6102233660046113c3565b61070b565b34801561023457600080fd5b5061016e610722565b34801561024957600080fd5b5060fb546101b0906001600160a01b031681565b34801561026957600080fd5b5061016e61027836600461144e565b610758565b34801561028957600080fd5b506033546001600160a01b03166101b0565b3480156102a757600080fd5b506101b06102b63660046114ec565b60ff602052600090815260409020546001600160a01b031681565b3480156102dd57600080fd5b506102fd6102ec366004611640565b63bc197c8160e01b95945050505050565b6040516001600160e01b03199091168152602001610145565b34801561032257600080fd5b5061016e6103313660046116ee565b610770565b34801561034257600080fd5b506102fd6103513660046117a8565b63f23a6e6160e01b95945050505050565b34801561036e57600080fd5b5061016e61037d3660046114ec565b610979565b34801561038e57600080fd5b5060fc546101b0906001600160a01b031681565b3480156103ae57600080fd5b5061016e6103bd36600461133e565b610a14565b60006001600160e01b03198216630271189760e51b14806103f357506301ffc9a760e01b6001600160e01b03198316145b92915050565b6104068433858585610af5565b50505050565b6104198585858585610af5565b5050505050565b600260fe54141561044c5760405162461bcd60e51b815260040161044390611811565b60405180910390fd5b600260fe5560fd546001600160a01b03163381146104a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104e4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105089190611848565b60fb546001600160a01b0390811691161461055f5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b60405163731133e960e01b81526001600160a01b0385811660048301526024820185905260448201849052608060648301526000608483015287169063731133e99060a401600060405180830381600087803b1580156105be57600080fd5b505af11580156105d2573d6000803e3d6000fd5b5050604080516001600160a01b0388811682526020820188905291810186905281891693508982169250908a16907f5399dc7b86d085e50a28946dbc213966bb7a7ac78d312aedd6018c791ad6cef9906060015b60405180910390a45050600160fe555050505050565b600054610100900460ff166106575760005460ff161561065b565b303b155b6106be5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610443565b600054610100900460ff161580156106e0576000805461ffff19166101011790555b6106e8610d40565b6106f483600084610d6f565b8015610706576000805461ff00191690555b505050565b61071a86338787878787610e6f565b505050505050565b6033546001600160a01b0316331461074c5760405162461bcd60e51b815260040161044390611865565b610756600061117c565b565b61076787878787878787610e6f565b50505050505050565b600260fe5414156107935760405162461bcd60e51b815260040161044390611811565b600260fe5560fd546001600160a01b03163381146107ed5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f9190611848565b60fb546001600160a01b039081169116146108a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b604051635a455c5b60e11b81526001600160a01b0389169063b48ab8b6906108da90899089908990899089906004016118d0565b600060405180830381600087803b1580156108f457600080fd5b505af1158015610908573d6000803e3d6000fd5b50505050866001600160a01b0316886001600160a01b03168a6001600160a01b03167ff07745bfeb45fb1184165136e9148689adf57ba578a5b90dde949f26066b77568989898989604051610961959493929190611926565b60405180910390a45050600160fe5550505050505050565b6033546001600160a01b031633146109a35760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a085760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610443565b610a118161117c565b50565b6033546001600160a01b03163314610a3e5760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a8a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610443565b6001600160a01b03828116600081815260ff602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600260fe541415610b185760405162461bcd60e51b815260040161044390611811565b600260fe5581610b615760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b6001600160a01b03808616600090815260ff60205260409020541680610bbf5760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637a94c56560e11b815233600482015260248101859052604481018490526001600160a01b0387169063f5298aca90606401600060405180830381600087803b158015610c0e57600080fd5b505af1158015610c22573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528a81166044830152336064830152898116608483015260a4820189905260c48083018990528351808403909101815260e490920183526020820180516001600160e01b031663730608b360e01b17905260fd5460fb54935163b2267a7b60e01b81529295508116935063b2267a7b92610cbc9291169034908690899060040161196a565b600060405180830381600087803b158015610cd657600080fd5b505af1158015610cea573d6000803e3d6000fd5b5050604080516001600160a01b038a81168252602082018a90529181018890523393508a82169250908516907f1f9dcda7fce6f73a13055f044ffecaed2032a7a844e0a37a3eb8bbb17488d01a90606001610626565b600054610100900460ff16610d675760405162461bcd60e51b8152600401610443906119de565b6107566111ce565b6001600160a01b038316610dc55760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610443565b6001600160a01b038116610e145760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610443565b60fb80546001600160a01b038086166001600160a01b03199283161790925560fd80548484169216919091179055821615610e655760fc80546001600160a01b0319166001600160a01b0384161790555b5050600160fe5550565b600260fe541415610e925760405162461bcd60e51b815260040161044390611811565b600260fe5583610edb5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b6044820152606401610443565b838214610f1c5760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b6044820152606401610443565b60005b82811015610f98576000848483818110610f3b57610f3b611a29565b9050602002013511610f865760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b80610f9081611a3f565b915050610f1f565b506001600160a01b03808816600090815260ff60205260409020541680610ff75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637b75893d60e11b81526001600160a01b0389169063f6eb127a9061102b9033908a908a908a908a90600401611926565b600060405180830381600087803b15801561104557600080fd5b505af1158015611059573d6000803e3d6000fd5b50505050600063f92748d360e01b828a338b8b8b8b8b604051602401611086989796959493929190611a68565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925260fd5460fb54925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b9234926110f5921690839087908a9060040161196a565b6000604051808303818588803b15801561110e57600080fd5b505af1158015611122573d6000803e3d6000fd5b5050505050336001600160a01b0316896001600160a01b0316836001600160a01b03167f5d2d5d4cdbf7b115e43f0b9986644dd8b9514b10be6a019ab6a4a87f122909708b8b8b8b8b604051610961959493929190611926565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111f55760405162461bcd60e51b8152600401610443906119de565b6107563361117c565b60006020828403121561121057600080fd5b81356001600160e01b03198116811461122857600080fd5b9392505050565b6001600160a01b0381168114610a1157600080fd5b6000806000806080858703121561125a57600080fd5b84356112658161122f565b966020860135965060408601359560600135945092505050565b600080600080600060a0868803121561129757600080fd5b85356112a28161122f565b945060208601356112b28161122f565b94979496505050506040830135926060810135926080909101359150565b60008060008060008060c087890312156112e957600080fd5b86356112f48161122f565b955060208701356113048161122f565b945060408701356113148161122f565b935060608701356113248161122f565b9598949750929560808101359460a0909101359350915050565b6000806040838503121561135157600080fd5b823561135c8161122f565b9150602083013561136c8161122f565b809150509250929050565b60008083601f84011261138957600080fd5b50813567ffffffffffffffff8111156113a157600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b9250929050565b600080600080600080608087890312156113dc57600080fd5b86356113e78161122f565b9550602087013567ffffffffffffffff8082111561140457600080fd5b6114108a838b01611377565b9097509550604089013591508082111561142957600080fd5b5061143689828a01611377565b979a9699509497949695606090950135949350505050565b600080600080600080600060a0888a03121561146957600080fd5b87356114748161122f565b965060208801356114848161122f565b9550604088013567ffffffffffffffff808211156114a157600080fd5b6114ad8b838c01611377565b909750955060608a01359150808211156114c657600080fd5b506114d38a828b01611377565b989b979a50959894979596608090950135949350505050565b6000602082840312156114fe57600080fd5b81356112288161122f565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561154857611548611509565b604052919050565b600082601f83011261156157600080fd5b8135602067ffffffffffffffff82111561157d5761157d611509565b8160051b61158c82820161151f565b92835284810182019282810190878511156115a657600080fd5b83870192505b848310156115c5578235825291830191908301906115ac565b979650505050505050565b600082601f8301126115e157600080fd5b813567ffffffffffffffff8111156115fb576115fb611509565b61160e601f8201601f191660200161151f565b81815284602083860101111561162357600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600060a0868803121561165857600080fd5b85356116638161122f565b945060208601356116738161122f565b9350604086013567ffffffffffffffff8082111561169057600080fd5b61169c89838a01611550565b945060608801359150808211156116b257600080fd5b6116be89838a01611550565b935060808801359150808211156116d457600080fd5b506116e1888289016115d0565b9150509295509295909350565b60008060008060008060008060c0898b03121561170a57600080fd5b88356117158161122f565b975060208901356117258161122f565b965060408901356117358161122f565b955060608901356117458161122f565b9450608089013567ffffffffffffffff8082111561176257600080fd5b61176e8c838d01611377565b909650945060a08b013591508082111561178757600080fd5b506117948b828c01611377565b999c989b5096995094979396929594505050565b600080600080600060a086880312156117c057600080fd5b85356117cb8161122f565b945060208601356117db8161122f565b93506040860135925060608601359150608086013567ffffffffffffffff81111561180557600080fd5b6116e1888289016115d0565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561185a57600080fd5b81516112288161122f565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b81835260006001600160fb1b038311156118b357600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03861681526080602082018190526000906118f5908301868861189a565b828103604084015261190881858761189a565b83810360609094019390935250506000815260200195945050505050565b6001600160a01b038616815260606020820181905260009061194b908301868861189a565b828103604084015261195e81858761189a565b98975050505050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b818110156119ac5786810183015185820160a001528201611990565b818111156119be57600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b6000600019821415611a6157634e487b7160e01b600052601160045260246000fd5b5060010190565b6001600160a01b038981168252888116602083015287811660408301528616606082015260c060808201819052600090611aa5908301868861189a565b82810360a0840152611ab881858761189a565b9b9a505050505050505050505056fea2646970667358221220d51771663e98aa0dc22bd1a2d1f56957ff6cc4ba86288327386e7cfcef66b95464736f6c634300080a0033", - "isCreate": true, - "v": "0x1", - "r": "0x35c89954514e001ae045868c047e67a56545e70b3a531d75737fae8a127704e4", - "s": "0x715b83843a902da33103f86756abb8be6e785241a2db0ffa8bfe3153de643429" - }, - { - "type": 2, - "nonce": 17, - "txHash": "0xd2051d3947baf0353a918f13d6c9ac71f89f06377807de781170267778e3a460", - "gas": 775232, - "gasPrice": "0xdbe1fde2", - "from": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "to": null, - "chainId": "0x518935", - "value": "0x0", - "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "isCreate": true, - "v": "0x0", - "r": "0x77b9321ce6ab17724e7b24e8cf456528870a9eb196fcf4d22206f71b664b3a28", - "s": "0x624bbbff0b7760d5553b0dc43973e5c64cc05c6314037449b0a616d5e9b57f6a" - } - ], - "storageTrace": { - "rootBefore": "0x17ed48a9e0c0865e9c4a7a947d4767b5147569dd435a3f7669f99d3290fccfa2", - "rootAfter": "0x2c60158672bb5440e59f571ea0da6260b0b65b65d7fa75fbaff1d3cfb3738024", - "proofs": { - "0x0340289A213500b6109DB7de6e74748846fd7905": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x010f763d126aea4daf73a0dbefa8fe00bb40ed010592f03383557fe1bb9179e79704040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000002fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e0c840d23f28b0859916df04daf1d99eb871a4a624683d8f7221980400f0c534c20066a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0452211A0e0936Ec4D8684441295Be6a6B336525": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x001061fbf4e266791d5d5f7dc684c2681def07f2861923bee068d919d2de21407626d844cbc4101adf140632a3e4e09462382821882e797629505e7dbffe1acb8c", - "0x0009a38e9e069d70ca9d22ac71667496edeb2af3c7090d9f04e10917e555473dac09008cfd834294aaee75fd99ad2c044750db9231a7cb95c95ee5a30c60eb5a3b", - "0x0000000000000000000000000000000000000000000000000000000000000000002fcbfde05f6fd956f5ad0bd0366bcb091a089ceb407b55c6a0c294ed00829217", - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x11c0d4A8FA04dE1BEe94C84DaBA06e27c4289716": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x011da5e7e7ac07a8fe79c3198911196b884587b000d6f2052ab6e9199a498bd2320404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000110afa7a4fe175ac5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020adf5218f7ca8c80d90ff63af5fef486af57c2096000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x1FaA64b6Ea023e7B3fb55ED92Bb811D708023c76": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x010f763d126aea4daf73a0dbefa8fe00bb40ed010592f03383557fe1bb9179e79704040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000002fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e0c840d23f28b0859916df04daf1d99eb871a4a624683d8f7221980400f0c534c20066a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x222214dCc294B72E40d2F37111A1F966aaEfDbdd": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x000fe322d34c2716aca60ec451c6ed23203bcf0c17ddfa32069c37f179ff1cbd7a0da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000021e1764be3032a4c496c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x29110C873Cc6fa032d970a08156F1ce0559a1EB2": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x001e571d8f7427e550d25f741c2cbfeb972953ef52321f8a8c581d5b9231d9d3f00f72316320b2ade6539ce23d32fdeeaf26b66dc21698551697178888e1128fda", - "0x0014ff35d6059cd402e620225d1dab71d8c831173895c76c98df3286c6273cfb7f0000000000000000000000000000000000000000000000000000000000000000", - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x3e022C442213d46D4907900AE709C15cfdc82102": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x001e571d8f7427e550d25f741c2cbfeb972953ef52321f8a8c581d5b9231d9d3f00f72316320b2ade6539ce23d32fdeeaf26b66dc21698551697178888e1128fda", - "0x0014ff35d6059cd402e620225d1dab71d8c831173895c76c98df3286c6273cfb7f0000000000000000000000000000000000000000000000000000000000000000", - "0x001d24dccb24cc8a45d7313b250277db67b1dd8afdbf506c3631a25be8b1921701074245476bc843353ce72603947309c934fb37e823323ffc4e625354849d219f", - "0x010ed54234c302e52fb2441bc1a637059630e4127d079cefcb253099812d5a39c104040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d3c21bcecceda1000000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4700000000000000000000000000000000000000000000000000000000000000000200c80da09ece8b811f93453a6750f54b42100b71cd194e5a3ca7ec4ff8f031761", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x5659B236B1d29A0F867604cF1cdFFabe06ce1424": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x011da5e7e7ac07a8fe79c3198911196b884587b000d6f2052ab6e9199a498bd2320404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000110afa7a4fe175ac5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020adf5218f7ca8c80d90ff63af5fef486af57c2096000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x7157F3b0AEe00adBe3D8B6609edA9480E141065a": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x000fe322d34c2716aca60ec451c6ed23203bcf0c17ddfa32069c37f179ff1cbd7a0da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x012fd646067cfeb6d60e870b6aa40e858d9eac0a3fd4d3a38039ce3d34d74ea09a040400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011f7e4b88aff18cc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4700000000000000000000000000000000000000000000000000000000000000000207157f3b0aee00adbe3d8b6609eda9480e141065a000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x810cef031576dB76780b96b375bFf38a00D227A7": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x001061fbf4e266791d5d5f7dc684c2681def07f2861923bee068d919d2de21407626d844cbc4101adf140632a3e4e09462382821882e797629505e7dbffe1acb8c", - "0x0009a38e9e069d70ca9d22ac71667496edeb2af3c7090d9f04e10917e555473dac09008cfd834294aaee75fd99ad2c044750db9231a7cb95c95ee5a30c60eb5a3b", - "0x0000000000000000000000000000000000000000000000000000000000000000002fcbfde05f6fd956f5ad0bd0366bcb091a089ceb407b55c6a0c294ed00829217", - "0x0014fb8c722fecc25f486ea89711ca40c1d304e805d97f086e2467dd9f7721c9d0141488e8abb267d14a61a6204ca9b8fd54ac6600151edd5de257e1bc5f0dbb6c", - "0x010552e46ff6f4e7e903e31e4a668399455016d408a7cc847e5d95e19e3df48d9c04040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000002b5cd95ffdff715122530155d540588c59dd31c160872fd7cb0f00d04566f75100000000000000000000000000000000000000000000000000000000000000002083c4189b97713ba7adae95e2fe6e1413b326be9b000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x84e0bD71fD747C44ed7B4fF0a71F7Aa33F69c6F8": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x000fe322d34c2716aca60ec451c6ed23203bcf0c17ddfa32069c37f179ff1cbd7a0da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x0124307d227b4219bed858923ccd524f3a235905a749e4372e26522bc8a4f58e0a04040000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000021e1764be3032a4c496c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020222214dcc294b72e40d2f37111a1f966aaefdbdd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x8F8f36bc0db2D006fe08Ca24CA583dd90029D1eb": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x000fe322d34c2716aca60ec451c6ed23203bcf0c17ddfa32069c37f179ff1cbd7a0da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x012fd646067cfeb6d60e870b6aa40e858d9eac0a3fd4d3a38039ce3d34d74ea09a040400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011f7e4b88aff18cc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4700000000000000000000000000000000000000000000000000000000000000000207157f3b0aee00adbe3d8b6609eda9480e141065a000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x9968969A62cf3dc61a4bdCF5B1B7D3Eb2Aad584a": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x010f763d126aea4daf73a0dbefa8fe00bb40ed010592f03383557fe1bb9179e79704040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000002fd1a0a6047e15322e752859343abe51f09f3700fceb721dbee8e47c3b113b0e0c840d23f28b0859916df04daf1d99eb871a4a624683d8f7221980400f0c534c20066a51a6bc283f4d28ebd4dde06f5b874009edfd000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xAAD62252D2aBB058110206e1304ecdFc43774d74": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x001061fbf4e266791d5d5f7dc684c2681def07f2861923bee068d919d2de21407626d844cbc4101adf140632a3e4e09462382821882e797629505e7dbffe1acb8c", - "0x0009a38e9e069d70ca9d22ac71667496edeb2af3c7090d9f04e10917e555473dac09008cfd834294aaee75fd99ad2c044750db9231a7cb95c95ee5a30c60eb5a3b", - "0x010e54ccf68a33c2e045054ccb54896a3e6bd6f8a74ec799a175fe39a93747e4240404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4700000000000000000000000000000000000000000000000000000000000000000200ae62df710c05025aae81ece1c285f66ea7738a8183caf28b4211284acf32a64", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xAd347B313ae2298605645189353465C3DAF36f69": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x001e571d8f7427e550d25f741c2cbfeb972953ef52321f8a8c581d5b9231d9d3f00f72316320b2ade6539ce23d32fdeeaf26b66dc21698551697178888e1128fda", - "0x010a15d54081ebf1848a282d04311d4f031b20e635b12ae28c9aa7ef42cd3aa99504040000000000000000000000000000000000000000000000000000000000000000000001fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020ad347b313ae2298605645189353465c3daf36f69000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xc1858f85e37C7B4f8AAE57e9a96EcfCb58Df56F1": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x0002b92394b55f28fd48d49597d6419af40e9f4f42a57e3baae305c815e16c9708246a133947e5b7d0b04a23dd8412568407b18e2bfc7cdc2dd8c007a661b8c465", - "0x001e571d8f7427e550d25f741c2cbfeb972953ef52321f8a8c581d5b9231d9d3f00f72316320b2ade6539ce23d32fdeeaf26b66dc21698551697178888e1128fda", - "0x010a15d54081ebf1848a282d04311d4f031b20e635b12ae28c9aa7ef42cd3aa99504040000000000000000000000000000000000000000000000000000000000000000000001fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000020ad347b313ae2298605645189353465c3daf36f69000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xd435F6821Eb456df6A8F22D2a415cC7Bd1a9EbD8": [ - "0x001e90d72de5bee7c5031be6c845afe36da26c8ef931140410fe4df09f6042abb00a740518a2bac1455f3d1ea61a4a4d6f7ca1b3e8e8129ebf1b803d3e50c7f61c", - "0x000958f316e3347abc12f56fd366ea4337ffb65c21910d25d79c80050ddb107f7c1442aac4952dcc885ca024a812b4524c259c32ac1ea33b0eb02f00a97796251b", - "0x0006fca410ab1ee3ab30bb9711479ba3e50a1bd1438c9931542a50c902a1ac109d24aadbd4ce43431e09f34a5b4832ea74612a44ac007ff34ebfdf9393ffffde05", - "0x0020cf0bf320ba784c5e5520de022b03f5673182e4117a5ca933b0845acd1391840971621e8e4d583455ea6f4b218eae200fb4f86983ef1c00c69cba2f9def314c", - "0x000fe322d34c2716aca60ec451c6ed23203bcf0c17ddfa32069c37f179ff1cbd7a0da809b877623f10eb91f72be32385c01acfee204d3684fd7392539e09399631", - "0x012fd646067cfeb6d60e870b6aa40e858d9eac0a3fd4d3a38039ce3d34d74ea09a040400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011f7e4b88aff18cc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4700000000000000000000000000000000000000000000000000000000000000000207157f3b0aee00adbe3d8b6609eda9480e141065a000000000000000000000000", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "storageProofs": { - "0x0340289A213500b6109DB7de6e74748846fd7905": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0x11c0d4A8FA04dE1BEe94C84DaBA06e27c4289716": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0x84e0bD71fD747C44ed7B4fF0a71F7Aa33F69c6F8": { - "0x0000000000000000000000000000000000000000000000000000000000000000": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0000000000000000000000000000000000000000000000000000000000000001": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0x8F8f36bc0db2D006fe08Ca24CA583dd90029D1eb": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0x9968969A62cf3dc61a4bdCF5B1B7D3Eb2Aad584a": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0xAAD62252D2aBB058110206e1304ecdFc43774d74": { - "0x0000000000000000000000000000000000000000000000000000000000000000": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0xAd347B313ae2298605645189353465C3DAF36f69": { - "0x0000000000000000000000000000000000000000000000000000000000000000": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0000000000000000000000000000000000000000000000000000000000000003": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0000000000000000000000000000000000000000000000000000000000000004": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0x0000000000000000000000000000000000000000000000000000000000000008": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - }, - "0xd435F6821Eb456df6A8F22D2a415cC7Bd1a9EbD8": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ], - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ - "0x02", - "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" - ] - } - } - }, - "executionResults": [ - { - "gas": 1215043, - "failed": false, - "returnValue": "6080604052600436106101025760003560e01c806393e59dc111610095578063ecc7042811610064578063ecc70428146102b9578063ed885bfe146102cf578063f2fde38b146102ef578063f7f7469a1461030f578063fe8810df1461033f57600080fd5b806393e59dc1146102425780639e353c7014610262578063b2267a7b14610282578063e30484041461029557600080fd5b806370cee67f116100d157806370cee67f146101cd578063715018a6146101ed5780637cecd1e5146102025780638da5cb5b1461022257600080fd5b8063396c16b71461010e5780633d0f963e146101535780635d62a8dd146101755780636e296e45146101ad57600080fd5b3661010957005b600080fd5b34801561011a57600080fd5b5061013e610129366004610c26565b60066020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b34801561015f57600080fd5b5061017361016e366004610c5b565b61035f565b005b34801561018157600080fd5b50600154610195906001600160a01b031681565b6040516001600160a01b03909116815260200161014a565b3480156101b957600080fd5b50600054610195906001600160a01b031681565b3480156101d957600080fd5b506101736101e8366004610c5b565b6103f4565b3480156101f957600080fd5b50610173610478565b34801561020e57600080fd5b5061017361021d366004610c26565b6104ae565b34801561022e57600080fd5b50600454610195906001600160a01b031681565b34801561024e57600080fd5b50600254610195906001600160a01b031681565b34801561026e57600080fd5b5061017361027d366004610d20565b610516565b610173610290366004610da5565b610807565b3480156102a157600080fd5b506102ab60035481565b60405190815260200161014a565b3480156102c557600080fd5b506102ab60075481565b3480156102db57600080fd5b506101736102ea366004610e04565b610af4565b3480156102fb57600080fd5b5061017361030a366004610c5b565b610b2c565b34801561031b57600080fd5b5061013e61032a366004610c26565b60056020526000908152604090205460ff1681565b34801561034b57600080fd5b50600854610195906001600160a01b031681565b6004546001600160a01b031633146103925760405162461bcd60e51b815260040161038990610e93565b60405180910390fd5b600280546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f22d1c35fe072d2e42c3c8f9bd4a0d34aa84a0101d020a62517b33fdb3174e5f791015b60405180910390a15050565b6004546001600160a01b0316331461041e5760405162461bcd60e51b815260040161038990610e93565b600180546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f9ed5ec28f252b3e7f62f1ace8e54c5ebabf4c61cc2a7c33a806365b2ff7ecc5e91016103e8565b6004546001600160a01b031633146104a25760405162461bcd60e51b815260040161038990610e93565b6104ac6000610bd4565b565b6004546001600160a01b031633146104d85760405162461bcd60e51b815260040161038990610e93565b600380549082905560408051828152602081018490527f8767db55656d87982bde23dfa77887931b21ecc3386f5764bf02ef0070d1174291016103e8565b6000546001600160a01b03166001146105685760405162461bcd60e51b815260206004820152601460248201527330b63932b0b23c9034b71032bc32b1baba34b7b760611b6044820152606401610389565b428310156105aa5760405162461bcd60e51b815260206004820152600f60248201526e13595cdcd859d948195e1c1a5c9959608a1b6044820152606401610389565b6000878787878787876040516020016105c99796959493929190610efa565b60408051601f1981840301815291815281516020928301206000818152600690935291205490915060ff16156106415760405162461bcd60e51b815260206004820152601d60248201527f4d657373616765207375636365737366756c6c792065786563757465640000006044820152606401610389565b6000546001600160a01b03898116911614156106985760405162461bcd60e51b815260206004820152601660248201527534b73b30b634b21036b2b9b9b0b3b29039b2b73232b960511b6044820152606401610389565b600080546001600160a01b0319166001600160a01b038a81169190911782556040519089169088906106cb908690610f5c565b60006040518083038185875af1925050503d8060008114610708576040519150601f19603f3d011682016040523d82523d6000602084013e61070d565b606091505b5050600080546001600160a01b03191660011790559050801561076f57600082815260066020526040808220805460ff191660011790555183917f4641df4a962071e12719d8c8c8e5ac7fc4d97b927346a3d7a335b1f7517e133c91a261079b565b60405182907f99d0e048484baa1b1540b1367cb128acd7ab2946d1ed91ec10e3c85e4bf51b8f90600090a25b60408051602081018490526bffffffffffffffffffffffff193360601b169181019190915243605482015260009060740160408051601f198184030181529181528151602092830120600090815260059092529020805460ff1916600117905550505050505050505050565b60025433906001600160a01b0316801580610887575060405163efc7840160e01b81526001600160a01b03838116600483015282169063efc7840190602401602060405180830381865afa158015610863573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108879190610f78565b6108cc5760405162461bcd60e51b81526020600482015260166024820152751cd95b99195c881b9bdd081dda1a5d195b1a5cdd195960521b6044820152606401610389565b8434101561090d5760405162461bcd60e51b815260206004820152600e60248201526d63616e6e6f74207061792066656560901b6044820152606401610389565b60006003544261091d9190610f9a565b6001549091506000906001600160a01b0316156109ae57600154604051639856cf9f60e01b81526001600160a01b0390911690639856cf9f906109689033908c908b90600401610fec565b602060405180830381865afa158015610985573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109a99190611021565b6109b1565b60005b9050808710156109f35760405162461bcd60e51b815260206004820152600d60248201526c199959481d1bdbc81cdb585b1b609a1b6044820152606401610389565b60006007549050600088340390506000338b838c88878e604051602001610a209796959493929190610efa565b60408051808303601f19018152908290528051602090910120600854636553f5f960e01b8352600483018290529092506001600160a01b031690636553f5f990602401600060405180830381600087803b158015610a7d57600080fd5b505af1158015610a91573d6000803e3d6000fd5b505050508a6001600160a01b03167f806b28931bc6fbe6c146babfb83d5c2b47e971edb43b4566f010577a0ee7d9f433848d898e898f604051610ada979695949392919061103a565b60405180910390a250506001016007555050505050505050565b60405162461bcd60e51b815260206004820152600d60248201526c1b9bdd081cdd5c1c1bdc9d1959609a1b6044820152606401610389565b6004546001600160a01b03163314610b565760405162461bcd60e51b815260040161038990610e93565b6001600160a01b038116610bac5760405162461bcd60e51b815260206004820152601d60248201527f6e6577206f776e657220697320746865207a65726f20616464726573730000006044820152606401610389565b610bb581610bd4565b50565b600080546001600160a01b031916600117905562093a80600355565b600480546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600060208284031215610c3857600080fd5b5035919050565b80356001600160a01b0381168114610c5657600080fd5b919050565b600060208284031215610c6d57600080fd5b610c7682610c3f565b9392505050565b634e487b7160e01b600052604160045260246000fd5b600082601f830112610ca457600080fd5b813567ffffffffffffffff80821115610cbf57610cbf610c7d565b604051601f8301601f19908116603f01168101908282118183101715610ce757610ce7610c7d565b81604052838152866020858801011115610d0057600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600080600060e0888a031215610d3b57600080fd5b610d4488610c3f565b9650610d5260208901610c3f565b955060408801359450606088013593506080880135925060a0880135915060c088013567ffffffffffffffff811115610d8a57600080fd5b610d968a828b01610c93565b91505092959891949750929550565b60008060008060808587031215610dbb57600080fd5b610dc485610c3f565b935060208501359250604085013567ffffffffffffffff811115610de757600080fd5b610df387828801610c93565b949793965093946060013593505050565b600080600080600080600080610100898b031215610e2157600080fd5b610e2a89610c3f565b9750610e3860208a01610c3f565b965060408901359550606089013594506080890135935060a0890135925060c089013567ffffffffffffffff811115610e7057600080fd5b610e7c8b828c01610c93565b92505060e089013590509295985092959890939650565b60208082526017908201527f63616c6c6572206973206e6f7420746865206f776e6572000000000000000000604082015260600190565b60005b83811015610ee5578181015183820152602001610ecd565b83811115610ef4576000848401525b50505050565b60006bffffffffffffffffffffffff19808a60601b168352808960601b166014840152508660288301528560488301528460688301528360888301528251610f498160a8850160208701610eca565b9190910160a80198975050505050505050565b60008251610f6e818460208701610eca565b9190910192915050565b600060208284031215610f8a57600080fd5b81518015158114610c7657600080fd5b60008219821115610fbb57634e487b7160e01b600052601160045260246000fd5b500190565b60008151808452610fd8816020860160208601610eca565b601f01601f19169290920160200192915050565b6001600160a01b0384811682528316602082015260606040820181905260009061101890830184610fc0565b95945050505050565b60006020828403121561103357600080fd5b5051919050565b60018060a01b038816815286602082015285604082015284606082015260e06080820152600061106d60e0830186610fc0565b60a08301949094525060c001529594505050505056fea264697066735822122032e4c5b5c18e999128f0493f197e9c904999af69db8e11468b824719ee78ac3464736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 4, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 5, - "balance": "0x21e17567dcd7ff536c3", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x12c718543e48b8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b5060405161147b38038061147b83398101604081905261002f916100f5565b6100416100cc60201b610bb81760201c565b600480546001600160a01b0383166001600160a01b0319918216179091556000805490911660011790556040513090610079906100e8565b6001600160a01b039091168152602001604051809103906000f0801580156100a5573d6000803e3d6000fd5b50600880546001600160a01b0319166001600160a01b039290921691909117905550610125565b600080546001600160a01b031916600117905562093a80600355565b61028e806111ed83390190565b60006020828403121561010757600080fd5b81516001600160a01b038116811461011e57600080fd5b9392505050565b6110b9806101346000396000f3fe6080604052600436106101025760003560e01c806393e59dc111610095578063ecc7042811610064578063ecc70428146102b9578063ed885bfe146102cf578063f2fde38b146102ef578063f7f7469a1461030f578063fe8810df1461033f57600080fd5b806393e59dc1146102425780639e353c7014610262578063b2267a7b14610282578063e30484041461029557600080fd5b806370cee67f116100d157806370cee67f146101cd578063715018a6146101ed5780637cecd1e5146102025780638da5cb5b1461022257600080fd5b8063396c16b71461010e5780633d0f963e146101535780635d62a8dd146101755780636e296e45146101ad57600080fd5b3661010957005b600080fd5b34801561011a57600080fd5b5061013e610129366004610c26565b60066020526000908152604090205460ff1681565b60405190151581526020015b60405180910390f35b34801561015f57600080fd5b5061017361016e366004610c5b565b61035f565b005b34801561018157600080fd5b50600154610195906001600160a01b031681565b6040516001600160a01b03909116815260200161014a565b3480156101b957600080fd5b50600054610195906001600160a01b031681565b3480156101d957600080fd5b506101736101e8366004610c5b565b6103f4565b3480156101f957600080fd5b50610173610478565b34801561020e57600080fd5b5061017361021d366004610c26565b6104ae565b34801561022e57600080fd5b50600454610195906001600160a01b031681565b34801561024e57600080fd5b50600254610195906001600160a01b031681565b34801561026e57600080fd5b5061017361027d366004610d20565b610516565b610173610290366004610da5565b610807565b3480156102a157600080fd5b506102ab60035481565b60405190815260200161014a565b3480156102c557600080fd5b506102ab60075481565b3480156102db57600080fd5b506101736102ea366004610e04565b610af4565b3480156102fb57600080fd5b5061017361030a366004610c5b565b610b2c565b34801561031b57600080fd5b5061013e61032a366004610c26565b60056020526000908152604090205460ff1681565b34801561034b57600080fd5b50600854610195906001600160a01b031681565b6004546001600160a01b031633146103925760405162461bcd60e51b815260040161038990610e93565b60405180910390fd5b600280546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f22d1c35fe072d2e42c3c8f9bd4a0d34aa84a0101d020a62517b33fdb3174e5f791015b60405180910390a15050565b6004546001600160a01b0316331461041e5760405162461bcd60e51b815260040161038990610e93565b600180546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f9ed5ec28f252b3e7f62f1ace8e54c5ebabf4c61cc2a7c33a806365b2ff7ecc5e91016103e8565b6004546001600160a01b031633146104a25760405162461bcd60e51b815260040161038990610e93565b6104ac6000610bd4565b565b6004546001600160a01b031633146104d85760405162461bcd60e51b815260040161038990610e93565b600380549082905560408051828152602081018490527f8767db55656d87982bde23dfa77887931b21ecc3386f5764bf02ef0070d1174291016103e8565b6000546001600160a01b03166001146105685760405162461bcd60e51b815260206004820152601460248201527330b63932b0b23c9034b71032bc32b1baba34b7b760611b6044820152606401610389565b428310156105aa5760405162461bcd60e51b815260206004820152600f60248201526e13595cdcd859d948195e1c1a5c9959608a1b6044820152606401610389565b6000878787878787876040516020016105c99796959493929190610efa565b60408051601f1981840301815291815281516020928301206000818152600690935291205490915060ff16156106415760405162461bcd60e51b815260206004820152601d60248201527f4d657373616765207375636365737366756c6c792065786563757465640000006044820152606401610389565b6000546001600160a01b03898116911614156106985760405162461bcd60e51b815260206004820152601660248201527534b73b30b634b21036b2b9b9b0b3b29039b2b73232b960511b6044820152606401610389565b600080546001600160a01b0319166001600160a01b038a81169190911782556040519089169088906106cb908690610f5c565b60006040518083038185875af1925050503d8060008114610708576040519150601f19603f3d011682016040523d82523d6000602084013e61070d565b606091505b5050600080546001600160a01b03191660011790559050801561076f57600082815260066020526040808220805460ff191660011790555183917f4641df4a962071e12719d8c8c8e5ac7fc4d97b927346a3d7a335b1f7517e133c91a261079b565b60405182907f99d0e048484baa1b1540b1367cb128acd7ab2946d1ed91ec10e3c85e4bf51b8f90600090a25b60408051602081018490526bffffffffffffffffffffffff193360601b169181019190915243605482015260009060740160408051601f198184030181529181528151602092830120600090815260059092529020805460ff1916600117905550505050505050505050565b60025433906001600160a01b0316801580610887575060405163efc7840160e01b81526001600160a01b03838116600483015282169063efc7840190602401602060405180830381865afa158015610863573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108879190610f78565b6108cc5760405162461bcd60e51b81526020600482015260166024820152751cd95b99195c881b9bdd081dda1a5d195b1a5cdd195960521b6044820152606401610389565b8434101561090d5760405162461bcd60e51b815260206004820152600e60248201526d63616e6e6f74207061792066656560901b6044820152606401610389565b60006003544261091d9190610f9a565b6001549091506000906001600160a01b0316156109ae57600154604051639856cf9f60e01b81526001600160a01b0390911690639856cf9f906109689033908c908b90600401610fec565b602060405180830381865afa158015610985573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109a99190611021565b6109b1565b60005b9050808710156109f35760405162461bcd60e51b815260206004820152600d60248201526c199959481d1bdbc81cdb585b1b609a1b6044820152606401610389565b60006007549050600088340390506000338b838c88878e604051602001610a209796959493929190610efa565b60408051808303601f19018152908290528051602090910120600854636553f5f960e01b8352600483018290529092506001600160a01b031690636553f5f990602401600060405180830381600087803b158015610a7d57600080fd5b505af1158015610a91573d6000803e3d6000fd5b505050508a6001600160a01b03167f806b28931bc6fbe6c146babfb83d5c2b47e971edb43b4566f010577a0ee7d9f433848d898e898f604051610ada979695949392919061103a565b60405180910390a250506001016007555050505050505050565b60405162461bcd60e51b815260206004820152600d60248201526c1b9bdd081cdd5c1c1bdc9d1959609a1b6044820152606401610389565b6004546001600160a01b03163314610b565760405162461bcd60e51b815260040161038990610e93565b6001600160a01b038116610bac5760405162461bcd60e51b815260206004820152601d60248201527f6e6577206f776e657220697320746865207a65726f20616464726573730000006044820152606401610389565b610bb581610bd4565b50565b600080546001600160a01b031916600117905562093a80600355565b600480546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600060208284031215610c3857600080fd5b5035919050565b80356001600160a01b0381168114610c5657600080fd5b919050565b600060208284031215610c6d57600080fd5b610c7682610c3f565b9392505050565b634e487b7160e01b600052604160045260246000fd5b600082601f830112610ca457600080fd5b813567ffffffffffffffff80821115610cbf57610cbf610c7d565b604051601f8301601f19908116603f01168101908282118183101715610ce757610ce7610c7d565b81604052838152866020858801011115610d0057600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600080600060e0888a031215610d3b57600080fd5b610d4488610c3f565b9650610d5260208901610c3f565b955060408801359450606088013593506080880135925060a0880135915060c088013567ffffffffffffffff811115610d8a57600080fd5b610d968a828b01610c93565b91505092959891949750929550565b60008060008060808587031215610dbb57600080fd5b610dc485610c3f565b935060208501359250604085013567ffffffffffffffff811115610de757600080fd5b610df387828801610c93565b949793965093946060013593505050565b600080600080600080600080610100898b031215610e2157600080fd5b610e2a89610c3f565b9750610e3860208a01610c3f565b965060408901359550606089013594506080890135935060a0890135925060c089013567ffffffffffffffff811115610e7057600080fd5b610e7c8b828c01610c93565b92505060e089013590509295985092959890939650565b60208082526017908201527f63616c6c6572206973206e6f7420746865206f776e6572000000000000000000604082015260600190565b60005b83811015610ee5578181015183820152602001610ecd565b83811115610ef4576000848401525b50505050565b60006bffffffffffffffffffffffff19808a60601b168352808960601b166014840152508660288301528560488301528460688301528360888301528251610f498160a8850160208701610eca565b9190910160a80198975050505050505050565b60008251610f6e818460208701610eca565b9190910192915050565b600060208284031215610f8a57600080fd5b81518015158114610c7657600080fd5b60008219821115610fbb57634e487b7160e01b600052601160045260246000fd5b500190565b60008151808452610fd8816020860160208601610eca565b601f01601f19169290920160200192915050565b6001600160a01b0384811682528316602082015260606040820181905260009061101890830184610fc0565b95945050505050565b60006020828403121561103357600080fd5b5051919050565b60018060a01b038816815286602082015285604082015284606082015260e06080820152600061106d60e0830186610fc0565b60a08301949094525060c001529594505050505056fea264697066735822122032e4c5b5c18e999128f0493f197e9c904999af69db8e11468b824719ee78ac3464736f6c634300080a003360a060405234801561001057600080fd5b5060405161028e38038061028e83398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b6080516101fe61009060003960008181604b015260dd01526101fe6000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80633cb747bf146100465780636553f5f91461008a57806382e3702d1461009f575b600080fd5b61006d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b61009d6100983660046101af565b6100d2565b005b6100c26100ad3660046101af565b60006020819052908152604090205460ff1681565b6040519015158152602001610081565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146101405760405162461bcd60e51b815260206004820152600e60248201526d37b7363c9036b2b9b9b2b733b2b960911b60448201526064015b60405180910390fd5b60008181526020819052604090205460ff16156101945760405162461bcd60e51b81526020600482015260126024820152716475706c696361746564206d65737361676560701b6044820152606401610137565b6000908152602081905260409020805460ff19166001179055565b6000602082840312156101c157600080fd5b503591905056fea26469706673582212208ffe2723a703accbef49e8b1cacc0cfdac3f5bf4b70d74ef94f0e464e4434b7164736f6c634300080a0033000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1445215, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1445212, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1445209, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1445197, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1445195, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1445192, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1445189, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1445186, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1445176, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1445175, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH1", - "gas": 1445173, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 20, - "op": "MLOAD", - "gas": 1445170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 21, - "op": "PUSH2", - "gas": 1445167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 24, - "op": "CODESIZE", - "gas": 1445164, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0x147b" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 25, - "op": "SUB", - "gas": 1445162, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x147b", - "0x149b" - ] - }, - { - "pc": 26, - "op": "DUP1", - "gas": 1445159, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 27, - "op": "PUSH2", - "gas": 1445156, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20" - ] - }, - { - "pc": 30, - "op": "DUP4", - "gas": 1445153, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x147b" - ] - }, - { - "pc": 31, - "op": "CODECOPY", - "gas": 1445150, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x147b", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 32, - "op": "DUP2", - "gas": 1445138, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 33, - "op": "ADD", - "gas": 1445135, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x80" - ] - }, - { - "pc": 34, - "op": "PUSH1", - "gas": 1445132, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0" - ] - }, - { - "pc": 36, - "op": "DUP2", - "gas": 1445129, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0x40" - ] - }, - { - "pc": 37, - "op": "SWAP1", - "gas": 1445126, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0x40", - "0xa0" - ] - }, - { - "pc": 38, - "op": "MSTORE", - "gas": 1445123, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0xa0", - "0x40" - ] - }, - { - "pc": 39, - "op": "PUSH2", - "gas": 1445120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0" - ] - }, - { - "pc": 42, - "op": "SWAP2", - "gas": 1445117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0x2f" - ] - }, - { - "pc": 43, - "op": "PUSH2", - "gas": 1445114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80" - ] - }, - { - "pc": 46, - "op": "JUMP", - "gas": 1445111, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0xf5" - ] - }, - { - "pc": 245, - "op": "JUMPDEST", - "gas": 1445103, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80" - ] - }, - { - "pc": 246, - "op": "PUSH1", - "gas": 1445102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80" - ] - }, - { - "pc": 248, - "op": "PUSH1", - "gas": 1445099, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0" - ] - }, - { - "pc": 250, - "op": "DUP3", - "gas": 1445096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20" - ] - }, - { - "pc": 251, - "op": "DUP5", - "gas": 1445093, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20", - "0x80" - ] - }, - { - "pc": 252, - "op": "SUB", - "gas": 1445090, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20", - "0x80", - "0xa0" - ] - }, - { - "pc": 253, - "op": "SLT", - "gas": 1445087, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20", - "0x20" - ] - }, - { - "pc": 254, - "op": "ISZERO", - "gas": 1445084, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 255, - "op": "PUSH2", - "gas": 1445081, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x1" - ] - }, - { - "pc": 258, - "op": "JUMPI", - "gas": 1445078, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x1", - "0x107" - ] - }, - { - "pc": 263, - "op": "JUMPDEST", - "gas": 1445068, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0" - ] - }, - { - "pc": 264, - "op": "DUP2", - "gas": 1445067, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0" - ] - }, - { - "pc": 265, - "op": "MLOAD", - "gas": 1445064, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x80" - ] - }, - { - "pc": 266, - "op": "PUSH1", - "gas": 1445061, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 268, - "op": "PUSH1", - "gas": 1445058, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ] - }, - { - "pc": 270, - "op": "PUSH1", - "gas": 1445055, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1" - ] - }, - { - "pc": 272, - "op": "SHL", - "gas": 1445052, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 273, - "op": "SUB", - "gas": 1445049, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 274, - "op": "DUP2", - "gas": 1445046, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 275, - "op": "AND", - "gas": 1445043, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 276, - "op": "DUP2", - "gas": 1445040, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 277, - "op": "EQ", - "gas": 1445037, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 278, - "op": "PUSH2", - "gas": 1445034, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ] - }, - { - "pc": 281, - "op": "JUMPI", - "gas": 1445031, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x11e" - ] - }, - { - "pc": 286, - "op": "JUMPDEST", - "gas": 1445021, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 287, - "op": "SWAP4", - "gas": 1445020, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 288, - "op": "SWAP3", - "gas": 1445017, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x80", - "0x0", - "0x2f" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 1445014, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x2f", - "0x80", - "0x0", - "0xa0" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 1445012, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x2f", - "0x80", - "0x0" - ] - }, - { - "pc": 291, - "op": "POP", - "gas": 1445010, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x2f", - "0x80" - ] - }, - { - "pc": 292, - "op": "JUMP", - "gas": 1445008, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x2f" - ] - }, - { - "pc": 47, - "op": "JUMPDEST", - "gas": 1445000, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 48, - "op": "PUSH2", - "gas": 1444999, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 51, - "op": "PUSH2", - "gas": 1444996, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41" - ] - }, - { - "pc": 54, - "op": "PUSH1", - "gas": 1444993, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc" - ] - }, - { - "pc": 56, - "op": "SHL", - "gas": 1444990, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc", - "0x20" - ] - }, - { - "pc": 57, - "op": "PUSH2", - "gas": 1444987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc00000000" - ] - }, - { - "pc": 60, - "op": "OR", - "gas": 1444984, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc00000000", - "0xbb8" - ] - }, - { - "pc": 61, - "op": "PUSH1", - "gas": 1444981, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc00000bb8" - ] - }, - { - "pc": 63, - "op": "SHR", - "gas": 1444978, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc00000bb8", - "0x20" - ] - }, - { - "pc": 64, - "op": "JUMP", - "gas": 1444975, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0xcc" - ] - }, - { - "pc": 204, - "op": "JUMPDEST", - "gas": 1444967, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41" - ] - }, - { - "pc": 205, - "op": "PUSH1", - "gas": 1444966, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41" - ] - }, - { - "pc": 207, - "op": "DUP1", - "gas": 1444963, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0" - ] - }, - { - "pc": 208, - "op": "SLOAD", - "gas": 1444960, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 209, - "op": "PUSH1", - "gas": 1442860, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0" - ] - }, - { - "pc": 211, - "op": "PUSH1", - "gas": 1442857, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 213, - "op": "PUSH1", - "gas": 1442854, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 215, - "op": "SHL", - "gas": 1442851, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 216, - "op": "SUB", - "gas": 1442848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 217, - "op": "NOT", - "gas": 1442845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 218, - "op": "AND", - "gas": 1442842, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 219, - "op": "PUSH1", - "gas": 1442839, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0" - ] - }, - { - "pc": 221, - "op": "OR", - "gas": 1442836, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 222, - "op": "SWAP1", - "gas": 1442833, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x0", - "0x1" - ] - }, - { - "pc": 223, - "op": "SSTORE", - "gas": 1442830, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x1", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 224, - "op": "PUSH3", - "gas": 1422830, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41" - ] - }, - { - "pc": 228, - "op": "PUSH1", - "gas": 1422827, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x93a80" - ] - }, - { - "pc": 230, - "op": "SSTORE", - "gas": 1422824, - "gasCost": 22100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41", - "0x93a80", - "0x3" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000003", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 231, - "op": "JUMP", - "gas": 1400724, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x41" - ] - }, - { - "pc": 65, - "op": "JUMPDEST", - "gas": 1400716, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 66, - "op": "PUSH1", - "gas": 1400715, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 68, - "op": "DUP1", - "gas": 1400712, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4" - ] - }, - { - "pc": 69, - "op": "SLOAD", - "gas": 1400709, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x4" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80", - "0x0000000000000000000000000000000000000000000000000000000000000004": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000004", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 70, - "op": "PUSH1", - "gas": 1398609, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0" - ] - }, - { - "pc": 72, - "op": "PUSH1", - "gas": 1398606, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x1" - ] - }, - { - "pc": 74, - "op": "PUSH1", - "gas": 1398603, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 76, - "op": "SHL", - "gas": 1398600, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 77, - "op": "SUB", - "gas": 1398597, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 78, - "op": "DUP4", - "gas": 1398594, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 79, - "op": "AND", - "gas": 1398591, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 80, - "op": "PUSH1", - "gas": 1398588, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 82, - "op": "PUSH1", - "gas": 1398585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ] - }, - { - "pc": 84, - "op": "PUSH1", - "gas": 1398582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1" - ] - }, - { - "pc": 86, - "op": "SHL", - "gas": 1398579, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 87, - "op": "SUB", - "gas": 1398576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 88, - "op": "NOT", - "gas": 1398573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 89, - "op": "SWAP2", - "gas": 1398570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 90, - "op": "DUP3", - "gas": 1398567, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 91, - "op": "AND", - "gas": 1398564, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 92, - "op": "OR", - "gas": 1398561, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 93, - "op": "SWAP1", - "gas": 1398558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 94, - "op": "SWAP2", - "gas": 1398555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 95, - "op": "SSTORE", - "gas": 1398552, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x4" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80", - "0x0000000000000000000000000000000000000000000000000000000000000004": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000004", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 96, - "op": "PUSH1", - "gas": 1378552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 98, - "op": "DUP1", - "gas": 1378549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x0" - ] - }, - { - "pc": 99, - "op": "SLOAD", - "gas": 1378546, - "gasCost": 100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x0", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80", - "0x0000000000000000000000000000000000000000000000000000000000000004": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000001" - } - } - ] - } - }, - { - "pc": 100, - "op": "SWAP1", - "gas": 1378446, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x0", - "0x1" - ] - }, - { - "pc": 101, - "op": "SWAP2", - "gas": 1378443, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x1", - "0x0" - ] - }, - { - "pc": 102, - "op": "AND", - "gas": 1378440, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x1", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 103, - "op": "PUSH1", - "gas": 1378437, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0" - ] - }, - { - "pc": 105, - "op": "OR", - "gas": 1378434, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 106, - "op": "SWAP1", - "gas": 1378431, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x1" - ] - }, - { - "pc": 107, - "op": "SSTORE", - "gas": 1378428, - "gasCost": 100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80", - "0x0000000000000000000000000000000000000000000000000000000000000004": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000001" - } - } - ] - } - }, - { - "pc": 108, - "op": "PUSH1", - "gas": 1378328, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 110, - "op": "MLOAD", - "gas": 1378325, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x40" - ] - }, - { - "pc": 111, - "op": "ADDRESS", - "gas": 1378322, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0" - ] - }, - { - "pc": 112, - "op": "SWAP1", - "gas": 1378320, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 113, - "op": "PUSH2", - "gas": 1378317, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xa0" - ] - }, - { - "pc": 116, - "op": "SWAP1", - "gas": 1378314, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xa0", - "0x79" - ] - }, - { - "pc": 117, - "op": "PUSH2", - "gas": 1378311, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0" - ] - }, - { - "pc": 120, - "op": "JUMP", - "gas": 1378308, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0", - "0xe8" - ] - }, - { - "pc": 232, - "op": "JUMPDEST", - "gas": 1378300, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0" - ] - }, - { - "pc": 233, - "op": "PUSH2", - "gas": 1378299, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0" - ] - }, - { - "pc": 236, - "op": "DUP1", - "gas": 1378296, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0", - "0x28e" - ] - }, - { - "pc": 237, - "op": "PUSH2", - "gas": 1378293, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0", - "0x28e", - "0x28e" - ] - }, - { - "pc": 240, - "op": "DUP4", - "gas": 1378290, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0", - "0x28e", - "0x28e", - "0x11ed" - ] - }, - { - "pc": 241, - "op": "CODECOPY", - "gas": 1378287, - "gasCost": 130, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0", - "0x28e", - "0x28e", - "0x11ed", - "0xa0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 242, - "op": "ADD", - "gas": 1378157, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0xa0", - "0x28e" - ] - }, - { - "pc": 243, - "op": "SWAP1", - "gas": 1378154, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x79", - "0x32e" - ] - }, - { - "pc": 244, - "op": "JUMP", - "gas": 1378151, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e", - "0x79" - ] - }, - { - "pc": 121, - "op": "JUMPDEST", - "gas": 1378143, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e" - ] - }, - { - "pc": 122, - "op": "PUSH1", - "gas": 1378142, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e" - ] - }, - { - "pc": 124, - "op": "PUSH1", - "gas": 1378139, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e", - "0x1" - ] - }, - { - "pc": 126, - "op": "PUSH1", - "gas": 1378136, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e", - "0x1", - "0x1" - ] - }, - { - "pc": 128, - "op": "SHL", - "gas": 1378133, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 129, - "op": "SUB", - "gas": 1378130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 130, - "op": "SWAP1", - "gas": 1378127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 131, - "op": "SWAP2", - "gas": 1378124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x32e" - ] - }, - { - "pc": 132, - "op": "AND", - "gas": 1378121, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x32e", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 133, - "op": "DUP2", - "gas": 1378118, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x32e", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 134, - "op": "MSTORE", - "gas": 1378115, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x32e", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x32e" - ] - }, - { - "pc": 135, - "op": "PUSH1", - "gas": 1378109, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x32e" - ] - }, - { - "pc": 137, - "op": "ADD", - "gas": 1378106, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x32e", - "0x20" - ] - }, - { - "pc": 138, - "op": "PUSH1", - "gas": 1378103, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x34e" - ] - }, - { - "pc": 140, - "op": "MLOAD", - "gas": 1378100, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x34e", - "0x40" - ] - }, - { - "pc": 141, - "op": "DUP1", - "gas": 1378097, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x34e", - "0xa0" - ] - }, - { - "pc": 142, - "op": "SWAP2", - "gas": 1378094, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x34e", - "0xa0", - "0xa0" - ] - }, - { - "pc": 143, - "op": "SUB", - "gas": 1378091, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0xa0", - "0x34e" - ] - }, - { - "pc": 144, - "op": "SWAP1", - "gas": 1378088, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x2ae" - ] - }, - { - "pc": 145, - "op": "PUSH1", - "gas": 1378085, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x2ae", - "0xa0" - ] - }, - { - "pc": 147, - "op": "CREATE", - "gas": 1378082, - "gasCost": 32000, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x2ae", - "0xa0", - "0x0" - ], - "extraData": { - "codeList": [ - "0x608060405234801561001057600080fd5b50600436106100415760003560e01c80633cb747bf146100465780636553f5f91461008a57806382e3702d1461009f575b600080fd5b61006d7f000000000000000000000000ad347b313ae2298605645189353465c3daf36f6981565b6040516001600160a01b0390911681526020015b60405180910390f35b61009d6100983660046101af565b6100d2565b005b6100c26100ad3660046101af565b60006020819052908152604090205460ff1681565b6040519015158152602001610081565b336001600160a01b037f000000000000000000000000ad347b313ae2298605645189353465c3daf36f6916146101405760405162461bcd60e51b815260206004820152600e60248201526d37b7363c9036b2b9b9b2b733b2b960911b60448201526064015b60405180910390fd5b60008181526020819052604090205460ff16156101945760405162461bcd60e51b81526020600482015260126024820152716475706c696361746564206d65737361676560701b6044820152606401610137565b6000908152602081905260409020805460ff19166001179055565b6000602082840312156101c157600080fd5b503591905056fea26469706673582212208ffe2723a703accbef49e8b1cacc0cfdac3f5bf4b70d74ef94f0e464e4434b7164736f6c634300080a0033" - ], - "proofList": [ - { - "address": "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2a08554e39388deee6622f9846e356e1ea8de6ad256bd4c68c08b00323b53606" - } - ], - "caller": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 1, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ] - } - }, - { - "pc": 0, - "op": "PUSH1", - "gas": 1325050, - "gasCost": 3, - "depth": 2 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1325047, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1325044, - "gasCost": 12, - "depth": 2, - "stack": [ - "0xa0", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1325032, - "gasCost": 2, - "depth": 2 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1325030, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1325027, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1325024, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1325021, - "gasCost": 10, - "depth": 2, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1325011, - "gasCost": 1, - "depth": 2, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1325010, - "gasCost": 2, - "depth": 2, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH1", - "gas": 1325008, - "gasCost": 3, - "depth": 2 - }, - { - "pc": 20, - "op": "MLOAD", - "gas": 1325005, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x40" - ] - }, - { - "pc": 21, - "op": "PUSH2", - "gas": 1325002, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0" - ] - }, - { - "pc": 24, - "op": "CODESIZE", - "gas": 1324999, - "gasCost": 2, - "depth": 2, - "stack": [ - "0xa0", - "0x28e" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 25, - "op": "SUB", - "gas": 1324997, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0x28e", - "0x2ae" - ] - }, - { - "pc": 26, - "op": "DUP1", - "gas": 1324994, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0x20" - ] - }, - { - "pc": 27, - "op": "PUSH2", - "gas": 1324991, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0x20", - "0x20" - ] - }, - { - "pc": 30, - "op": "DUP4", - "gas": 1324988, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0x20", - "0x20", - "0x28e" - ] - }, - { - "pc": 31, - "op": "CODECOPY", - "gas": 1324985, - "gasCost": 15, - "depth": 2, - "stack": [ - "0xa0", - "0x20", - "0x20", - "0x28e", - "0xa0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 32, - "op": "DUP2", - "gas": 1324970, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0x20" - ] - }, - { - "pc": 33, - "op": "ADD", - "gas": 1324967, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0x20", - "0xa0" - ] - }, - { - "pc": 34, - "op": "PUSH1", - "gas": 1324964, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0xc0" - ] - }, - { - "pc": 36, - "op": "DUP2", - "gas": 1324961, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0xc0", - "0x40" - ] - }, - { - "pc": 37, - "op": "SWAP1", - "gas": 1324958, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0xc0", - "0x40", - "0xc0" - ] - }, - { - "pc": 38, - "op": "MSTORE", - "gas": 1324955, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0xc0", - "0xc0", - "0x40" - ] - }, - { - "pc": 39, - "op": "PUSH2", - "gas": 1324952, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0xc0" - ] - }, - { - "pc": 42, - "op": "SWAP2", - "gas": 1324949, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xa0", - "0xc0", - "0x2f" - ] - }, - { - "pc": 43, - "op": "PUSH2", - "gas": 1324946, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0" - ] - }, - { - "pc": 46, - "op": "JUMP", - "gas": 1324943, - "gasCost": 8, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x40" - ] - }, - { - "pc": 64, - "op": "JUMPDEST", - "gas": 1324935, - "gasCost": 1, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0" - ] - }, - { - "pc": 65, - "op": "PUSH1", - "gas": 1324934, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0" - ] - }, - { - "pc": 67, - "op": "PUSH1", - "gas": 1324931, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0" - ] - }, - { - "pc": 69, - "op": "DUP3", - "gas": 1324928, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x20" - ] - }, - { - "pc": 70, - "op": "DUP5", - "gas": 1324925, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x20", - "0xa0" - ] - }, - { - "pc": 71, - "op": "SUB", - "gas": 1324922, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x20", - "0xa0", - "0xc0" - ] - }, - { - "pc": 72, - "op": "SLT", - "gas": 1324919, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x20", - "0x20" - ] - }, - { - "pc": 73, - "op": "ISZERO", - "gas": 1324916, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x0" - ] - }, - { - "pc": 74, - "op": "PUSH2", - "gas": 1324913, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x1" - ] - }, - { - "pc": 77, - "op": "JUMPI", - "gas": 1324910, - "gasCost": 10, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0x1", - "0x52" - ] - }, - { - "pc": 82, - "op": "JUMPDEST", - "gas": 1324900, - "gasCost": 1, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0" - ] - }, - { - "pc": 83, - "op": "DUP2", - "gas": 1324899, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0" - ] - }, - { - "pc": 84, - "op": "MLOAD", - "gas": 1324896, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xa0" - ] - }, - { - "pc": 85, - "op": "PUSH1", - "gas": 1324893, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 87, - "op": "PUSH1", - "gas": 1324890, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1" - ] - }, - { - "pc": 89, - "op": "PUSH1", - "gas": 1324887, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x1" - ] - }, - { - "pc": 91, - "op": "SHL", - "gas": 1324884, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 92, - "op": "SUB", - "gas": 1324881, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 93, - "op": "DUP2", - "gas": 1324878, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 94, - "op": "AND", - "gas": 1324875, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 95, - "op": "DUP2", - "gas": 1324872, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 96, - "op": "EQ", - "gas": 1324869, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xad347b313ae2298605645189353465c3daf36f69", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 97, - "op": "PUSH2", - "gas": 1324866, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1" - ] - }, - { - "pc": 100, - "op": "JUMPI", - "gas": 1324863, - "gasCost": 10, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x69" - ] - }, - { - "pc": 105, - "op": "JUMPDEST", - "gas": 1324853, - "gasCost": 1, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 106, - "op": "SWAP4", - "gas": 1324852, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x2f", - "0xc0", - "0xa0", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 107, - "op": "SWAP3", - "gas": 1324849, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0xc0", - "0xa0", - "0x0", - "0x2f" - ] - }, - { - "pc": 108, - "op": "POP", - "gas": 1324846, - "gasCost": 2, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x2f", - "0xa0", - "0x0", - "0xc0" - ] - }, - { - "pc": 109, - "op": "POP", - "gas": 1324844, - "gasCost": 2, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x2f", - "0xa0", - "0x0" - ] - }, - { - "pc": 110, - "op": "POP", - "gas": 1324842, - "gasCost": 2, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x2f", - "0xa0" - ] - }, - { - "pc": 111, - "op": "JUMP", - "gas": 1324840, - "gasCost": 8, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x2f" - ] - }, - { - "pc": 47, - "op": "JUMPDEST", - "gas": 1324832, - "gasCost": 1, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 48, - "op": "PUSH1", - "gas": 1324831, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 50, - "op": "PUSH1", - "gas": 1324828, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1" - ] - }, - { - "pc": 52, - "op": "PUSH1", - "gas": 1324825, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x1" - ] - }, - { - "pc": 54, - "op": "SHL", - "gas": 1324822, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 55, - "op": "SUB", - "gas": 1324819, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 56, - "op": "AND", - "gas": 1324816, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 57, - "op": "PUSH1", - "gas": 1324813, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 59, - "op": "MSTORE", - "gas": 1324810, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x80" - ] - }, - { - "pc": 60, - "op": "PUSH2", - "gas": 1324807, - "gasCost": 3, - "depth": 2 - }, - { - "pc": 63, - "op": "JUMP", - "gas": 1324804, - "gasCost": 8, - "depth": 2, - "stack": [ - "0x70" - ] - }, - { - "pc": 112, - "op": "JUMPDEST", - "gas": 1324796, - "gasCost": 1, - "depth": 2 - }, - { - "pc": 113, - "op": "PUSH1", - "gas": 1324795, - "gasCost": 3, - "depth": 2 - }, - { - "pc": 115, - "op": "MLOAD", - "gas": 1324792, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x80" - ] - }, - { - "pc": 116, - "op": "PUSH2", - "gas": 1324789, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 119, - "op": "PUSH2", - "gas": 1324786, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1fe" - ] - }, - { - "pc": 122, - "op": "PUSH1", - "gas": 1324783, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1fe", - "0x90" - ] - }, - { - "pc": 124, - "op": "CODECOPY", - "gas": 1324780, - "gasCost": 81, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x1fe", - "0x90", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 125, - "op": "PUSH1", - "gas": 1324699, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 127, - "op": "DUP2", - "gas": 1324696, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0" - ] - }, - { - "pc": 128, - "op": "DUP2", - "gas": 1324693, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69" - ] - }, - { - "pc": 129, - "op": "PUSH1", - "gas": 1324690, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0" - ] - }, - { - "pc": 131, - "op": "ADD", - "gas": 1324687, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0", - "0x4b" - ] - }, - { - "pc": 132, - "op": "MSTORE", - "gas": 1324684, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0", - "0xad347b313ae2298605645189353465c3daf36f69", - "0x4b" - ] - }, - { - "pc": 133, - "op": "PUSH1", - "gas": 1324681, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0" - ] - }, - { - "pc": 135, - "op": "ADD", - "gas": 1324678, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0x0", - "0xdd" - ] - }, - { - "pc": 136, - "op": "MSTORE", - "gas": 1324675, - "gasCost": 3, - "depth": 2, - "stack": [ - "0xad347b313ae2298605645189353465c3daf36f69", - "0xdd" - ] - }, - { - "pc": 137, - "op": "PUSH2", - "gas": 1324672, - "gasCost": 3, - "depth": 2 - }, - { - "pc": 140, - "op": "PUSH1", - "gas": 1324669, - "gasCost": 3, - "depth": 2, - "stack": [ - "0x1fe" - ] - }, - { - "pc": 142, - "op": "RETURN", - "gas": 1324666, - "gasCost": 0, - "depth": 2, - "stack": [ - "0x1fe", - "0x0" - ] - }, - { - "pc": 148, - "op": "DUP1", - "gas": 1243698, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 149, - "op": "ISZERO", - "gas": 1243695, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 150, - "op": "DUP1", - "gas": 1243692, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0" - ] - }, - { - "pc": 151, - "op": "ISZERO", - "gas": 1243689, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0", - "0x0" - ] - }, - { - "pc": 152, - "op": "PUSH2", - "gas": 1243686, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0", - "0x1" - ] - }, - { - "pc": 155, - "op": "JUMPI", - "gas": 1243683, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0", - "0x1", - "0xa5" - ] - }, - { - "pc": 165, - "op": "JUMPDEST", - "gas": 1243673, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0" - ] - }, - { - "pc": 166, - "op": "POP", - "gas": 1243672, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0" - ] - }, - { - "pc": 167, - "op": "PUSH1", - "gas": 1243670, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 169, - "op": "DUP1", - "gas": 1243667, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8" - ] - }, - { - "pc": 170, - "op": "SLOAD", - "gas": 1243664, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x8" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80", - "0x0000000000000000000000000000000000000000000000000000000000000004": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0000000000000000000000000000000000000000000000000000000000000008": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000008", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 171, - "op": "PUSH1", - "gas": 1241564, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0" - ] - }, - { - "pc": 173, - "op": "PUSH1", - "gas": 1241561, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1" - ] - }, - { - "pc": 175, - "op": "PUSH1", - "gas": 1241558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 177, - "op": "SHL", - "gas": 1241555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 178, - "op": "SUB", - "gas": 1241552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 179, - "op": "NOT", - "gas": 1241549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 180, - "op": "AND", - "gas": 1241546, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 181, - "op": "PUSH1", - "gas": 1241543, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0" - ] - }, - { - "pc": 183, - "op": "PUSH1", - "gas": 1241540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1" - ] - }, - { - "pc": 185, - "op": "PUSH1", - "gas": 1241537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 187, - "op": "SHL", - "gas": 1241534, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 188, - "op": "SUB", - "gas": 1241531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 189, - "op": "SWAP3", - "gas": 1241528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 190, - "op": "SWAP1", - "gas": 1241525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x8", - "0x0", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 191, - "op": "SWAP3", - "gas": 1241522, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x8", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0" - ] - }, - { - "pc": 192, - "op": "AND", - "gas": 1241519, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x8", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 193, - "op": "SWAP2", - "gas": 1241516, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x8", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 194, - "op": "SWAP1", - "gas": 1241513, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8", - "0x0" - ] - }, - { - "pc": 195, - "op": "SWAP2", - "gas": 1241510, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x0", - "0x8" - ] - }, - { - "pc": 196, - "op": "OR", - "gas": 1241507, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x8", - "0x0", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 197, - "op": "SWAP1", - "gas": 1241504, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x8", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76" - ] - }, - { - "pc": 198, - "op": "SSTORE", - "gas": 1241501, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "0x8" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000001", - "0x0000000000000000000000000000000000000000000000000000000000000003": "0x0000000000000000000000000000000000000000000000000000000000093a80", - "0x0000000000000000000000000000000000000000000000000000000000000004": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0000000000000000000000000000000000000000000000000000000000000008": "0x0000000000000000000000001faa64b6ea023e7b3fb55ed92bb811d708023c76" - }, - "extraData": { - "proofList": [ - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000008", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 199, - "op": "POP", - "gas": 1221501, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 200, - "op": "PUSH2", - "gas": 1221499, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 203, - "op": "JUMP", - "gas": 1221496, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x125" - ] - }, - { - "pc": 293, - "op": "JUMPDEST", - "gas": 1221488, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 294, - "op": "PUSH2", - "gas": 1221487, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 297, - "op": "DUP1", - "gas": 1221484, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x10b9" - ] - }, - { - "pc": 298, - "op": "PUSH2", - "gas": 1221481, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x10b9", - "0x10b9" - ] - }, - { - "pc": 301, - "op": "PUSH1", - "gas": 1221478, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x10b9", - "0x10b9", - "0x134" - ] - }, - { - "pc": 303, - "op": "CODECOPY", - "gas": 1221475, - "gasCost": 760, - "depth": 1, - "stack": [ - "0x10b9", - "0x10b9", - "0x134", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 304, - "op": "PUSH1", - "gas": 1220715, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x10b9" - ] - }, - { - "pc": 306, - "op": "RETURN", - "gas": 1220712, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x10b9", - "0x0" - ] - } - ] - }, - { - "gas": 472762, - "failed": false, - "returnValue": "60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b3660046104ed565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610511565b610254565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f366004610560565b6102de565b34801561013057600080fd5b506100d161013f366004610511565b61036f565b34801561015057600080fd5b506100d161015f3660046104ed565b6103c7565b34801561017057600080fd5b506100a061017f3660046104ed565b610462565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610636565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f90610653565b60405180910390fd5b6102526000610488565b565b6000546001600160a01b0316331461027e5760405162461bcd60e51b815260040161023f90610653565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b1580156102c257600080fd5b505af11580156102d6573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103085760405162461bcd60e51b815260040161023f90610653565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906103389086908690600401610688565b6000604051808303818588803b15801561035157600080fd5b505af1158015610365573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103995760405162461bcd60e51b815260040161023f90610653565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102a8565b6000546001600160a01b031633146103f15760405162461bcd60e51b815260040161023f90610653565b6001600160a01b0381166104565760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b61045f81610488565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461045f57600080fd5b6000602082840312156104ff57600080fd5b813561050a816104d8565b9392505050565b6000806040838503121561052457600080fd5b823561052f816104d8565b9150602083013561053f816104d8565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561057557600080fd5b8335610580816104d8565b92506020840135610590816104d8565b9150604084013567ffffffffffffffff808211156105ad57600080fd5b818601915086601f8301126105c157600080fd5b8135818111156105d3576105d361054a565b604051601f8201601f19908116603f011681019083821181831017156105fb576105fb61054a565b8160405282815289602084870101111561061457600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561064857600080fd5b815161050a816104d8565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60018060a01b038316815260006020604081840152835180604085015260005b818110156106c4578581018301518582016060015282016106a8565b818111156106d6576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220ebed7a44095d7c5c9a2c2a6392cfbcd8c3dd7c4c5c4e2ee634396071ee50181464736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 5, - "balance": "0x21e17567dcd7ff536c3", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 6, - "balance": "0x21e1750f23fe8b3ab29", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0b7c67557d843a5f82524c0dc0d394b2ae3cfa51c096c6acc5aae79a2a3c349f" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x1317b71b51cd78c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6107238061007e6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b3660046104ed565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610511565b610254565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f366004610560565b6102de565b34801561013057600080fd5b506100d161013f366004610511565b61036f565b34801561015057600080fd5b506100d161015f3660046104ed565b6103c7565b34801561017057600080fd5b506100a061017f3660046104ed565b610462565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610636565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f90610653565b60405180910390fd5b6102526000610488565b565b6000546001600160a01b0316331461027e5760405162461bcd60e51b815260040161023f90610653565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b1580156102c257600080fd5b505af11580156102d6573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103085760405162461bcd60e51b815260040161023f90610653565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906103389086908690600401610688565b6000604051808303818588803b15801561035157600080fd5b505af1158015610365573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103995760405162461bcd60e51b815260040161023f90610653565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102a8565b6000546001600160a01b031633146103f15760405162461bcd60e51b815260040161023f90610653565b6001600160a01b0381166104565760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b61045f81610488565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461045f57600080fd5b6000602082840312156104ff57600080fd5b813561050a816104d8565b9392505050565b6000806040838503121561052457600080fd5b823561052f816104d8565b9150602083013561053f816104d8565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561057557600080fd5b8335610580816104d8565b92506020840135610590816104d8565b9150604084013567ffffffffffffffff808211156105ad57600080fd5b818601915086601f8301126105c157600080fd5b8135818111156105d3576105d361054a565b604051601f8201601f19908116603f011681019083821181831017156105fb576105fb61054a565b8160405282815289602084870101111561061457600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561064857600080fd5b815161050a816104d8565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60018060a01b038316815260006020604081840152835180604085015260005b818110156106c4578581018301518582016060015282016106a8565b818111156106d6576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220ebed7a44095d7c5c9a2c2a6392cfbcd8c3dd7c4c5c4e2ee634396071ee50181464736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 531374, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 531371, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 531368, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 531356, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 531354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 531351, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 531348, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 531345, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 531335, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 531334, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 531332, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "CALLER", - "gas": 531329, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x1a" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 531327, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 25, - "op": "JUMP", - "gas": 531324, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1f" - ] - }, - { - "pc": 31, - "op": "JUMPDEST", - "gas": 531316, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 32, - "op": "PUSH1", - "gas": 531315, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 34, - "op": "DUP1", - "gas": 531312, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 35, - "op": "SLOAD", - "gas": 531309, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 36, - "op": "PUSH1", - "gas": 529209, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0" - ] - }, - { - "pc": 38, - "op": "PUSH1", - "gas": 529206, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 40, - "op": "PUSH1", - "gas": 529203, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 42, - "op": "SHL", - "gas": 529200, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 43, - "op": "SUB", - "gas": 529197, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 44, - "op": "DUP4", - "gas": 529194, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 45, - "op": "DUP2", - "gas": 529191, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 46, - "op": "AND", - "gas": 529188, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 47, - "op": "PUSH1", - "gas": 529185, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 49, - "op": "PUSH1", - "gas": 529182, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ] - }, - { - "pc": 51, - "op": "PUSH1", - "gas": 529179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1" - ] - }, - { - "pc": 53, - "op": "SHL", - "gas": 529176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 54, - "op": "SUB", - "gas": 529173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 55, - "op": "NOT", - "gas": 529170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 56, - "op": "DUP4", - "gas": 529167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 57, - "op": "AND", - "gas": 529164, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x0" - ] - }, - { - "pc": 58, - "op": "DUP2", - "gas": 529161, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 59, - "op": "OR", - "gas": 529158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 60, - "op": "DUP5", - "gas": 529155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 61, - "op": "SSTORE", - "gas": 529152, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - }, - "extraData": { - "proofList": [ - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 62, - "op": "PUSH1", - "gas": 509152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 64, - "op": "MLOAD", - "gas": 509149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x40" - ] - }, - { - "pc": 65, - "op": "SWAP2", - "gas": 509146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80" - ] - }, - { - "pc": 66, - "op": "SWAP1", - "gas": 509143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x80", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 67, - "op": "SWAP3", - "gas": 509140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x80", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 68, - "op": "AND", - "gas": 509137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x0" - ] - }, - { - "pc": 69, - "op": "SWAP3", - "gas": 509134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80", - "0x0" - ] - }, - { - "pc": 70, - "op": "DUP4", - "gas": 509131, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80", - "0x0" - ] - }, - { - "pc": 71, - "op": "SWAP2", - "gas": 509128, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 72, - "op": "PUSH32", - "gas": 509125, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x80" - ] - }, - { - "pc": 105, - "op": "SWAP2", - "gas": 509122, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x80", - "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0" - ] - }, - { - "pc": 106, - "op": "SWAP1", - "gas": 509119, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", - "0x80", - "0x0" - ] - }, - { - "pc": 107, - "op": "LOG3", - "gas": 509116, - "gasCost": 1500, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", - "0x0", - "0x80" - ] - }, - { - "pc": 108, - "op": "POP", - "gas": 507616, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 109, - "op": "POP", - "gas": 507614, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x1a", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 110, - "op": "JUMP", - "gas": 507612, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x1a" - ] - }, - { - "pc": 26, - "op": "JUMPDEST", - "gas": 507604, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 27, - "op": "PUSH2", - "gas": 507603, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 30, - "op": "JUMP", - "gas": 507600, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x6f" - ] - }, - { - "pc": 111, - "op": "JUMPDEST", - "gas": 507592, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 112, - "op": "PUSH2", - "gas": 507591, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 115, - "op": "DUP1", - "gas": 507588, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x723" - ] - }, - { - "pc": 116, - "op": "PUSH2", - "gas": 507585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x723", - "0x723" - ] - }, - { - "pc": 119, - "op": "PUSH1", - "gas": 507582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x723", - "0x723", - "0x7e" - ] - }, - { - "pc": 121, - "op": "CODECOPY", - "gas": 507579, - "gasCost": 348, - "depth": 1, - "stack": [ - "0x723", - "0x723", - "0x7e", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 122, - "op": "PUSH1", - "gas": 507231, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x723" - ] - }, - { - "pc": 124, - "op": "RETURN", - "gas": 507228, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x723", - "0x0" - ] - } - ] - }, - { - "gas": 1140175, - "failed": false, - "returnValue": "6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 6, - "balance": "0x21e1750f23fe8b3ab29", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x3e022c442213d46d4907900ae709c15cfdc82102", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 7, - "balance": "0x21e174392ab34373b8a", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x3e022c442213d46d4907900ae709c15cfdc82102", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x03a2ce9677bd6c1432533f21965d5680182e221ad5ca3a6363edaa1e54dbb380" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x13da264beaed98c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b506113ac806100206000396000f3fe6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1350299, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1350296, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1350293, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1350281, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1350279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1350276, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1350273, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1350270, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1350260, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1350259, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 1350257, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 1350254, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x13ac" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 1350251, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x13ac", - "0x13ac" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 1350248, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x13ac", - "0x13ac", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 1350245, - "gasCost": 990, - "depth": 1, - "stack": [ - "0x13ac", - "0x13ac", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 1349255, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x13ac" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 1349252, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x13ac", - "0x0" - ] - } - ] - }, - { - "gas": 596333, - "failed": false, - "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 7, - "balance": "0x21e174392ab34373b8a", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 8, - "balance": "0x21e173c94124cb984ad", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x143fd7a8894df8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 660724, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 660721, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 660718, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "PUSH1", - "gas": 660706, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 7, - "op": "MLOAD", - "gas": 660703, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 8, - "op": "PUSH3", - "gas": 660700, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 12, - "op": "CODESIZE", - "gas": 660697, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0xf66" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 13, - "op": "SUB", - "gas": 660695, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xf66", - "0xfe6" - ] - }, - { - "pc": 14, - "op": "DUP1", - "gas": 660692, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 15, - "op": "PUSH3", - "gas": 660689, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 19, - "op": "DUP4", - "gas": 660686, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66" - ] - }, - { - "pc": 20, - "op": "CODECOPY", - "gas": 660683, - "gasCost": 30, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 21, - "op": "DUP2", - "gas": 660653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 22, - "op": "ADD", - "gas": 660650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 23, - "op": "PUSH1", - "gas": 660647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 25, - "op": "DUP2", - "gas": 660644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40" - ] - }, - { - "pc": 26, - "op": "SWAP1", - "gas": 660641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40", - "0x100" - ] - }, - { - "pc": 27, - "op": "MSTORE", - "gas": 660638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x100", - "0x40" - ] - }, - { - "pc": 28, - "op": "PUSH3", - "gas": 660635, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 32, - "op": "SWAP2", - "gas": 660632, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x26" - ] - }, - { - "pc": 33, - "op": "PUSH3", - "gas": 660629, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 37, - "op": "JUMP", - "gas": 660626, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x519" - ] - }, - { - "pc": 1305, - "op": "JUMPDEST", - "gas": 660618, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1306, - "op": "PUSH1", - "gas": 660617, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1308, - "op": "DUP1", - "gas": 660614, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0" - ] - }, - { - "pc": 1309, - "op": "PUSH1", - "gas": 660611, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 1311, - "op": "PUSH1", - "gas": 660608, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1313, - "op": "DUP5", - "gas": 660605, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60" - ] - }, - { - "pc": 1314, - "op": "DUP7", - "gas": 660602, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1315, - "op": "SUB", - "gas": 660599, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80", - "0x100" - ] - }, - { - "pc": 1316, - "op": "SLT", - "gas": 660596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1317, - "op": "ISZERO", - "gas": 660593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1318, - "op": "PUSH3", - "gas": 660590, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 1322, - "op": "JUMPI", - "gas": 660587, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1", - "0x52f" - ] - }, - { - "pc": 1327, - "op": "JUMPDEST", - "gas": 660577, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1328, - "op": "PUSH3", - "gas": 660576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1332, - "op": "DUP5", - "gas": 660573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a" - ] - }, - { - "pc": 1333, - "op": "PUSH3", - "gas": 660570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1337, - "op": "JUMP", - "gas": 660567, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660559, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x80" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660546, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660543, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660534, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660522, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660512, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660511, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660508, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x80", - "0x53a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660505, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x53a", - "0x80" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660503, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x53a" - ] - }, - { - "pc": 1338, - "op": "JUMPDEST", - "gas": 660495, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1339, - "op": "SWAP3", - "gas": 660494, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1340, - "op": "POP", - "gas": 660491, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1341, - "op": "PUSH3", - "gas": 660489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0" - ] - }, - { - "pc": 1345, - "op": "PUSH1", - "gas": 660486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a" - ] - }, - { - "pc": 1347, - "op": "DUP6", - "gas": 660483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0x20" - ] - }, - { - "pc": 1348, - "op": "ADD", - "gas": 660480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0x20", - "0x80" - ] - }, - { - "pc": 1349, - "op": "PUSH3", - "gas": 660477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1353, - "op": "JUMP", - "gas": 660474, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660466, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660465, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660462, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xa0" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660459, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660456, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660453, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660450, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660447, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660444, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660441, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660438, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660435, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660432, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660429, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660419, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xa0", - "0x54a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660412, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660410, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a" - ] - }, - { - "pc": 1354, - "op": "JUMPDEST", - "gas": 660402, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1355, - "op": "PUSH1", - "gas": 660401, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1357, - "op": "DUP6", - "gas": 660398, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40" - ] - }, - { - "pc": 1358, - "op": "ADD", - "gas": 660395, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40", - "0x80" - ] - }, - { - "pc": 1359, - "op": "MLOAD", - "gas": 660392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xc0" - ] - }, - { - "pc": 1360, - "op": "SWAP1", - "gas": 660389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x60" - ] - }, - { - "pc": 1361, - "op": "SWAP3", - "gas": 660386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x0", - "0x60", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1362, - "op": "POP", - "gas": 660383, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x0" - ] - }, - { - "pc": 1363, - "op": "PUSH1", - "gas": 660381, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60" - ] - }, - { - "pc": 1365, - "op": "PUSH1", - "gas": 660378, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1" - ] - }, - { - "pc": 1367, - "op": "PUSH1", - "gas": 660375, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1" - ] - }, - { - "pc": 1369, - "op": "SHL", - "gas": 660372, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1", - "0x40" - ] - }, - { - "pc": 1370, - "op": "SUB", - "gas": 660369, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x10000000000000000" - ] - }, - { - "pc": 1371, - "op": "DUP1", - "gas": 660366, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1372, - "op": "DUP3", - "gas": 660363, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff" - ] - }, - { - "pc": 1373, - "op": "GT", - "gas": 660360, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1374, - "op": "ISZERO", - "gas": 660357, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1375, - "op": "PUSH3", - "gas": 660354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1379, - "op": "JUMPI", - "gas": 660351, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1", - "0x568" - ] - }, - { - "pc": 1384, - "op": "JUMPDEST", - "gas": 660341, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1385, - "op": "DUP2", - "gas": 660340, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1386, - "op": "DUP7", - "gas": 660337, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1387, - "op": "ADD", - "gas": 660334, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60", - "0x80" - ] - }, - { - "pc": 1388, - "op": "SWAP2", - "gas": 660331, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1389, - "op": "POP", - "gas": 660328, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1390, - "op": "DUP7", - "gas": 660326, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1391, - "op": "PUSH1", - "gas": 660323, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100" - ] - }, - { - "pc": 1393, - "op": "DUP4", - "gas": 660320, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f" - ] - }, - { - "pc": 1394, - "op": "ADD", - "gas": 660317, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f", - "0xe0" - ] - }, - { - "pc": 1395, - "op": "SLT", - "gas": 660314, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0xff" - ] - }, - { - "pc": 1396, - "op": "PUSH3", - "gas": 660311, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1400, - "op": "JUMPI", - "gas": 660308, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1", - "0x57d" - ] - }, - { - "pc": 1405, - "op": "JUMPDEST", - "gas": 660298, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1406, - "op": "DUP2", - "gas": 660297, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1407, - "op": "MLOAD", - "gas": 660294, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1408, - "op": "DUP2", - "gas": 660291, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1409, - "op": "DUP2", - "gas": 660288, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1410, - "op": "GT", - "gas": 660285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1411, - "op": "ISZERO", - "gas": 660282, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x0" - ] - }, - { - "pc": 1412, - "op": "PUSH3", - "gas": 660279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1" - ] - }, - { - "pc": 1416, - "op": "JUMPI", - "gas": 660276, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1", - "0x592" - ] - }, - { - "pc": 1426, - "op": "JUMPDEST", - "gas": 660266, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1427, - "op": "PUSH1", - "gas": 660265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1429, - "op": "MLOAD", - "gas": 660262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x40" - ] - }, - { - "pc": 1430, - "op": "PUSH1", - "gas": 660259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100" - ] - }, - { - "pc": 1432, - "op": "DUP3", - "gas": 660256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1433, - "op": "ADD", - "gas": 660253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x0" - ] - }, - { - "pc": 1434, - "op": "PUSH1", - "gas": 660250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1436, - "op": "NOT", - "gas": 660247, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x1f" - ] - }, - { - "pc": 1437, - "op": "SWAP1", - "gas": 660244, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1438, - "op": "DUP2", - "gas": 660241, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f" - ] - }, - { - "pc": 1439, - "op": "AND", - "gas": 660238, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1440, - "op": "PUSH1", - "gas": 660235, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0" - ] - }, - { - "pc": 1442, - "op": "ADD", - "gas": 660232, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0", - "0x3f" - ] - }, - { - "pc": 1443, - "op": "AND", - "gas": 660229, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x3f" - ] - }, - { - "pc": 1444, - "op": "DUP2", - "gas": 660226, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20" - ] - }, - { - "pc": 1445, - "op": "ADD", - "gas": 660223, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20", - "0x100" - ] - }, - { - "pc": 1446, - "op": "SWAP1", - "gas": 660220, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1447, - "op": "DUP4", - "gas": 660217, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1448, - "op": "DUP3", - "gas": 660214, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff" - ] - }, - { - "pc": 1449, - "op": "GT", - "gas": 660211, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff", - "0x120" - ] - }, - { - "pc": 1450, - "op": "DUP2", - "gas": 660208, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1451, - "op": "DUP4", - "gas": 660205, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1452, - "op": "LT", - "gas": 660202, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1453, - "op": "OR", - "gas": 660199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1454, - "op": "ISZERO", - "gas": 660196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1455, - "op": "PUSH3", - "gas": 660193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1459, - "op": "JUMPI", - "gas": 660190, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5bd" - ] - }, - { - "pc": 1469, - "op": "JUMPDEST", - "gas": 660180, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1470, - "op": "DUP2", - "gas": 660179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1471, - "op": "PUSH1", - "gas": 660176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120" - ] - }, - { - "pc": 1473, - "op": "MSTORE", - "gas": 660173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120", - "0x40" - ] - }, - { - "pc": 1474, - "op": "DUP3", - "gas": 660170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1475, - "op": "DUP2", - "gas": 660167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1476, - "op": "MSTORE", - "gas": 660164, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1477, - "op": "DUP10", - "gas": 660158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1478, - "op": "PUSH1", - "gas": 660155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1480, - "op": "DUP5", - "gas": 660152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20" - ] - }, - { - "pc": 1481, - "op": "DUP8", - "gas": 660149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0" - ] - }, - { - "pc": 1482, - "op": "ADD", - "gas": 660146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0", - "0xe0" - ] - }, - { - "pc": 1483, - "op": "ADD", - "gas": 660143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0xe0" - ] - }, - { - "pc": 1484, - "op": "GT", - "gas": 660140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x100" - ] - }, - { - "pc": 1485, - "op": "ISZERO", - "gas": 660137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1486, - "op": "PUSH3", - "gas": 660134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1490, - "op": "JUMPI", - "gas": 660131, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5d7" - ] - }, - { - "pc": 1495, - "op": "JUMPDEST", - "gas": 660121, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1496, - "op": "PUSH3", - "gas": 660120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1500, - "op": "DUP4", - "gas": 660117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1501, - "op": "PUSH1", - "gas": 660114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 1503, - "op": "DUP4", - "gas": 660111, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20" - ] - }, - { - "pc": 1504, - "op": "ADD", - "gas": 660108, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20", - "0x100" - ] - }, - { - "pc": 1505, - "op": "PUSH1", - "gas": 660105, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 1507, - "op": "DUP9", - "gas": 660102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20" - ] - }, - { - "pc": 1508, - "op": "ADD", - "gas": 660099, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20", - "0xe0" - ] - }, - { - "pc": 1509, - "op": "PUSH3", - "gas": 660096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1513, - "op": "JUMP", - "gas": 660093, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x4ea" - ] - }, - { - "pc": 1258, - "op": "JUMPDEST", - "gas": 660085, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1259, - "op": "PUSH1", - "gas": 660084, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1261, - "op": "JUMPDEST", - "gas": 660081, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1262, - "op": "DUP4", - "gas": 660080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1263, - "op": "DUP2", - "gas": 660077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1264, - "op": "LT", - "gas": 660074, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1265, - "op": "ISZERO", - "gas": 660071, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1266, - "op": "PUSH3", - "gas": 660068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1270, - "op": "JUMPI", - "gas": 660065, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x507" - ] - }, - { - "pc": 1287, - "op": "JUMPDEST", - "gas": 660055, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1288, - "op": "DUP4", - "gas": 660054, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1289, - "op": "DUP2", - "gas": 660051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1290, - "op": "GT", - "gas": 660048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1291, - "op": "ISZERO", - "gas": 660045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1292, - "op": "PUSH3", - "gas": 660042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1296, - "op": "JUMPI", - "gas": 660039, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x11d" - ] - }, - { - "pc": 285, - "op": "JUMPDEST", - "gas": 660029, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 286, - "op": "POP", - "gas": 660028, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 660026, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 660025, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 660023, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 660021, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 660019, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1514, - "op": "JUMPDEST", - "gas": 660011, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1515, - "op": "DUP1", - "gas": 660010, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1516, - "op": "SWAP6", - "gas": 660007, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1517, - "op": "POP", - "gas": 660004, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1518, - "op": "POP", - "gas": 660002, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1519, - "op": "POP", - "gas": 660000, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120" - ] - }, - { - "pc": 1520, - "op": "POP", - "gas": 659998, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1521, - "op": "POP", - "gas": 659996, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1522, - "op": "POP", - "gas": 659994, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0" - ] - }, - { - "pc": 1523, - "op": "SWAP3", - "gas": 659992, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 1524, - "op": "POP", - "gas": 659989, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x80" - ] - }, - { - "pc": 1525, - "op": "SWAP3", - "gas": 659987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1526, - "op": "POP", - "gas": 659984, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 1527, - "op": "SWAP3", - "gas": 659982, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1528, - "op": "JUMP", - "gas": 659979, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x26" - ] - }, - { - "pc": 38, - "op": "JUMPDEST", - "gas": 659971, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 39, - "op": "DUP3", - "gas": 659970, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 40, - "op": "DUP2", - "gas": 659967, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 41, - "op": "PUSH3", - "gas": 659964, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 45, - "op": "PUSH1", - "gas": 659961, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55" - ] - }, - { - "pc": 47, - "op": "PUSH32", - "gas": 659958, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1" - ] - }, - { - "pc": 80, - "op": "PUSH3", - "gas": 659955, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 84, - "op": "JUMP", - "gas": 659952, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 659944, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 659943, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 659940, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 659937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 659934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 659931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 659928, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 659925, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 659915, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 659914, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 659912, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 659909, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x55", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 659906, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x55" - ] - }, - { - "pc": 85, - "op": "JUMPDEST", - "gas": 659898, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 86, - "op": "PUSH1", - "gas": 659897, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 88, - "op": "DUP1", - "gas": 659894, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 89, - "op": "MLOAD", - "gas": 659891, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 90, - "op": "PUSH1", - "gas": 659888, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 92, - "op": "PUSH3", - "gas": 659885, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 96, - "op": "DUP4", - "gas": 659882, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 97, - "op": "CODECOPY", - "gas": 659879, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 98, - "op": "DUP2", - "gas": 659873, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 99, - "op": "MLOAD", - "gas": 659870, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 100, - "op": "SWAP2", - "gas": 659867, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 101, - "op": "MSTORE", - "gas": 659864, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 102, - "op": "EQ", - "gas": 659861, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 103, - "op": "PUSH3", - "gas": 659858, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x1" - ] - }, - { - "pc": 107, - "op": "JUMPI", - "gas": 659855, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x1", - "0x75" - ] - }, - { - "pc": 117, - "op": "JUMPDEST", - "gas": 659845, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 118, - "op": "PUSH3", - "gas": 659844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 122, - "op": "DUP3", - "gas": 659841, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 659838, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 124, - "op": "PUSH1", - "gas": 659835, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 126, - "op": "PUSH3", - "gas": 659832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 130, - "op": "JUMP", - "gas": 659829, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xe7" - ] - }, - { - "pc": 231, - "op": "JUMPDEST", - "gas": 659821, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 232, - "op": "PUSH3", - "gas": 659820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 236, - "op": "DUP4", - "gas": 659817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 237, - "op": "PUSH3", - "gas": 659814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 241, - "op": "JUMP", - "gas": 659811, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x17f" - ] - }, - { - "pc": 383, - "op": "JUMPDEST", - "gas": 659803, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 384, - "op": "PUSH3", - "gas": 659802, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 388, - "op": "DUP2", - "gas": 659799, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a" - ] - }, - { - "pc": 389, - "op": "PUSH3", - "gas": 659796, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 393, - "op": "JUMP", - "gas": 659793, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2de" - ] - }, - { - "pc": 734, - "op": "JUMPDEST", - "gas": 659785, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 735, - "op": "PUSH3", - "gas": 659784, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 739, - "op": "DUP2", - "gas": 659781, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4" - ] - }, - { - "pc": 740, - "op": "PUSH3", - "gas": 659778, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 744, - "op": "PUSH1", - "gas": 659775, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a" - ] - }, - { - "pc": 746, - "op": "SHL", - "gas": 659772, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a", - "0x20" - ] - }, - { - "pc": 747, - "op": "PUSH3", - "gas": 659769, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a00000000" - ] - }, - { - "pc": 751, - "op": "OR", - "gas": 659766, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a00000000", - "0x28c" - ] - }, - { - "pc": 752, - "op": "PUSH1", - "gas": 659763, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a0000028c" - ] - }, - { - "pc": 754, - "op": "SHR", - "gas": 659760, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a0000028c", - "0x20" - ] - }, - { - "pc": 755, - "op": "JUMP", - "gas": 659757, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x46a" - ] - }, - { - "pc": 1130, - "op": "JUMPDEST", - "gas": 659749, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1131, - "op": "PUSH1", - "gas": 659748, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 1133, - "op": "PUSH1", - "gas": 659745, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1" - ] - }, - { - "pc": 1135, - "op": "PUSH1", - "gas": 659742, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x1" - ] - }, - { - "pc": 1137, - "op": "SHL", - "gas": 659739, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1138, - "op": "SUB", - "gas": 659736, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1139, - "op": "AND", - "gas": 659733, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1140, - "op": "EXTCODESIZE", - "gas": 659730, - "gasCost": 2600, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ], - "extraData": { - "codeList": [ - "0x6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033" - ] - } - }, - { - "pc": 1141, - "op": "ISZERO", - "gas": 657130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x13ac" - ] - }, - { - "pc": 1142, - "op": "ISZERO", - "gas": 657127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x0" - ] - }, - { - "pc": 1143, - "op": "SWAP1", - "gas": 657124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2f4", - "0x1" - ] - }, - { - "pc": 1144, - "op": "JUMP", - "gas": 657121, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x2f4" - ] - }, - { - "pc": 756, - "op": "JUMPDEST", - "gas": 657113, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1" - ] - }, - { - "pc": 757, - "op": "PUSH3", - "gas": 657112, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1" - ] - }, - { - "pc": 761, - "op": "JUMPI", - "gas": 657109, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x1", - "0x358" - ] - }, - { - "pc": 856, - "op": "JUMPDEST", - "gas": 657099, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 857, - "op": "DUP1", - "gas": 657098, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 858, - "op": "PUSH3", - "gas": 657095, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 862, - "op": "PUSH1", - "gas": 657092, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd" - ] - }, - { - "pc": 864, - "op": "DUP1", - "gas": 657089, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0" - ] - }, - { - "pc": 865, - "op": "MLOAD", - "gas": 657086, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 866, - "op": "PUSH1", - "gas": 657083, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 868, - "op": "PUSH3", - "gas": 657080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 872, - "op": "DUP4", - "gas": 657077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 873, - "op": "CODECOPY", - "gas": 657074, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 874, - "op": "DUP2", - "gas": 657068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 875, - "op": "MLOAD", - "gas": 657065, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 876, - "op": "SWAP2", - "gas": 657062, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 877, - "op": "MSTORE", - "gas": 657059, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 878, - "op": "PUSH1", - "gas": 657056, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 880, - "op": "SHL", - "gas": 657053, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 881, - "op": "PUSH3", - "gas": 657050, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 885, - "op": "PUSH1", - "gas": 657047, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 887, - "op": "SHL", - "gas": 657044, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467", - "0x20" - ] - }, - { - "pc": 888, - "op": "PUSH3", - "gas": 657041, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000" - ] - }, - { - "pc": 892, - "op": "OR", - "gas": 657038, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 893, - "op": "PUSH1", - "gas": 657035, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208" - ] - }, - { - "pc": 895, - "op": "SHR", - "gas": 657032, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 896, - "op": "JUMP", - "gas": 657029, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 657021, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 657020, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 657017, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 657009, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 657008, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 657005, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 654905, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 654902, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 654899, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 654896, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 654893, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 654890, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 654887, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 654884, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 654881, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 654878, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 654875, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 654872, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 654869, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 654866, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 654863, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 654860, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 654857, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 654854, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 654851, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 654848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 654845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 654842, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102" - }, - "extraData": { - "proofList": [ - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 634842, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 634840, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x18a" - ] - }, - { - "pc": 394, - "op": "JUMPDEST", - "gas": 634832, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 395, - "op": "PUSH1", - "gas": 634831, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 397, - "op": "MLOAD", - "gas": 634828, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x40" - ] - }, - { - "pc": 398, - "op": "PUSH1", - "gas": 634825, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120" - ] - }, - { - "pc": 400, - "op": "PUSH1", - "gas": 634822, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0x1" - ] - }, - { - "pc": 402, - "op": "PUSH1", - "gas": 634819, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 404, - "op": "SHL", - "gas": 634816, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 405, - "op": "SUB", - "gas": 634813, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 406, - "op": "DUP3", - "gas": 634810, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 407, - "op": "AND", - "gas": 634807, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 408, - "op": "SWAP1", - "gas": 634804, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 409, - "op": "PUSH32", - "gas": 634801, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120" - ] - }, - { - "pc": 442, - "op": "SWAP1", - "gas": 634798, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x120", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" - ] - }, - { - "pc": 443, - "op": "PUSH1", - "gas": 634795, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120" - ] - }, - { - "pc": 445, - "op": "SWAP1", - "gas": 634792, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120", - "0x0" - ] - }, - { - "pc": 446, - "op": "LOG2", - "gas": 634789, - "gasCost": 1125, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x0", - "0x120" - ] - }, - { - "pc": 447, - "op": "POP", - "gas": 633664, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 448, - "op": "JUMP", - "gas": 633662, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 242, - "op": "JUMPDEST", - "gas": 633654, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 243, - "op": "PUSH1", - "gas": 633653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 245, - "op": "DUP3", - "gas": 633650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 246, - "op": "MLOAD", - "gas": 633647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 247, - "op": "GT", - "gas": 633644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 248, - "op": "DUP1", - "gas": 633641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 249, - "op": "PUSH3", - "gas": 633638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 253, - "op": "JUMPI", - "gas": 633635, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 254, - "op": "POP", - "gas": 633625, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 255, - "op": "DUP1", - "gas": 633623, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 256, - "op": "JUMPDEST", - "gas": 633620, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 257, - "op": "ISZERO", - "gas": 633619, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 258, - "op": "PUSH3", - "gas": 633616, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 262, - "op": "JUMPI", - "gas": 633613, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0", - "0x1", - "0x11f" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 633603, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 633602, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x0" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 633600, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 633598, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 633596, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100", - "0x83" - ] - }, - { - "pc": 131, - "op": "JUMPDEST", - "gas": 633588, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 132, - "op": "POP", - "gas": 633587, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0x100" - ] - }, - { - "pc": 133, - "op": "PUSH3", - "gas": 633585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 137, - "op": "SWAP1", - "gas": 633582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xb3" - ] - }, - { - "pc": 138, - "op": "POP", - "gas": 633579, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 633577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3" - ] - }, - { - "pc": 141, - "op": "PUSH32", - "gas": 633574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1" - ] - }, - { - "pc": 174, - "op": "PUSH3", - "gas": 633571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 178, - "op": "JUMP", - "gas": 633568, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 633560, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 633559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 633556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 633553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 633550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 633547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 633544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 633541, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 633531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 633530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 633528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 633525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 633522, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb3" - ] - }, - { - "pc": 179, - "op": "JUMPDEST", - "gas": 633514, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 180, - "op": "PUSH1", - "gas": 633513, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 182, - "op": "DUP1", - "gas": 633510, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 183, - "op": "MLOAD", - "gas": 633507, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 184, - "op": "PUSH1", - "gas": 633504, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 186, - "op": "PUSH3", - "gas": 633501, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 190, - "op": "DUP4", - "gas": 633498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 191, - "op": "CODECOPY", - "gas": 633495, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 192, - "op": "DUP2", - "gas": 633489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 193, - "op": "MLOAD", - "gas": 633486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 194, - "op": "SWAP2", - "gas": 633483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 195, - "op": "MSTORE", - "gas": 633480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 196, - "op": "EQ", - "gas": 633477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 197, - "op": "PUSH3", - "gas": 633474, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1" - ] - }, - { - "pc": 201, - "op": "JUMPI", - "gas": 633471, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1", - "0xd3" - ] - }, - { - "pc": 211, - "op": "JUMPDEST", - "gas": 633461, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 212, - "op": "PUSH3", - "gas": 633460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 216, - "op": "DUP3", - "gas": 633457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 217, - "op": "PUSH3", - "gas": 633454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 221, - "op": "JUMP", - "gas": 633451, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x124" - ] - }, - { - "pc": 292, - "op": "JUMPDEST", - "gas": 633443, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 293, - "op": "PUSH32", - "gas": 633442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 326, - "op": "PUSH3", - "gas": 633439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" - ] - }, - { - "pc": 330, - "op": "PUSH3", - "gas": 633436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 334, - "op": "JUMP", - "gas": 633433, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x1f0" - ] - }, - { - "pc": 496, - "op": "JUMPDEST", - "gas": 633425, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 497, - "op": "PUSH1", - "gas": 633424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 499, - "op": "PUSH3", - "gas": 633421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0" - ] - }, - { - "pc": 503, - "op": "PUSH1", - "gas": 633418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a" - ] - }, - { - "pc": 505, - "op": "DUP1", - "gas": 633415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0" - ] - }, - { - "pc": 506, - "op": "MLOAD", - "gas": 633412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 507, - "op": "PUSH1", - "gas": 633409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 509, - "op": "PUSH3", - "gas": 633406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 513, - "op": "DUP4", - "gas": 633403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 514, - "op": "CODECOPY", - "gas": 633400, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 515, - "op": "DUP2", - "gas": 633394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 516, - "op": "MLOAD", - "gas": 633391, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 517, - "op": "SWAP2", - "gas": 633388, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 518, - "op": "MSTORE", - "gas": 633385, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 519, - "op": "PUSH1", - "gas": 633382, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 521, - "op": "SHL", - "gas": 633379, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 522, - "op": "PUSH3", - "gas": 633376, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 526, - "op": "PUSH1", - "gas": 633373, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 528, - "op": "SHL", - "gas": 633370, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 529, - "op": "PUSH3", - "gas": 633367, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 533, - "op": "OR", - "gas": 633364, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 534, - "op": "PUSH1", - "gas": 633361, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 536, - "op": "SHR", - "gas": 633358, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 537, - "op": "JUMP", - "gas": 633355, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 633347, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 633346, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 633343, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x21a" - ] - }, - { - "pc": 538, - "op": "JUMPDEST", - "gas": 633335, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 539, - "op": "SLOAD", - "gas": 633334, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 540, - "op": "PUSH1", - "gas": 631234, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 542, - "op": "PUSH1", - "gas": 631231, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 544, - "op": "PUSH1", - "gas": 631228, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 546, - "op": "SHL", - "gas": 631225, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 547, - "op": "SUB", - "gas": 631222, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 548, - "op": "AND", - "gas": 631219, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 549, - "op": "SWAP2", - "gas": 631216, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 550, - "op": "SWAP1", - "gas": 631213, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x0", - "0x14f" - ] - }, - { - "pc": 551, - "op": "POP", - "gas": 631210, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f", - "0x0" - ] - }, - { - "pc": 552, - "op": "JUMP", - "gas": 631208, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f" - ] - }, - { - "pc": 335, - "op": "JUMPDEST", - "gas": 631200, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 336, - "op": "PUSH1", - "gas": 631199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 338, - "op": "DUP1", - "gas": 631196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40" - ] - }, - { - "pc": 339, - "op": "MLOAD", - "gas": 631193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x40" - ] - }, - { - "pc": 340, - "op": "PUSH1", - "gas": 631190, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120" - ] - }, - { - "pc": 342, - "op": "PUSH1", - "gas": 631187, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1" - ] - }, - { - "pc": 344, - "op": "PUSH1", - "gas": 631184, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 346, - "op": "SHL", - "gas": 631181, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 347, - "op": "SUB", - "gas": 631178, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 348, - "op": "SWAP3", - "gas": 631175, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 349, - "op": "DUP4", - "gas": 631172, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 350, - "op": "AND", - "gas": 631169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 351, - "op": "DUP2", - "gas": 631166, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 352, - "op": "MSTORE", - "gas": 631163, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0x120" - ] - }, - { - "pc": 353, - "op": "SWAP2", - "gas": 631157, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120" - ] - }, - { - "pc": 354, - "op": "DUP5", - "gas": 631154, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 355, - "op": "AND", - "gas": 631151, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 356, - "op": "PUSH1", - "gas": 631148, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 358, - "op": "DUP4", - "gas": 631145, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20" - ] - }, - { - "pc": 359, - "op": "ADD", - "gas": 631142, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20", - "0x120" - ] - }, - { - "pc": 360, - "op": "MSTORE", - "gas": 631139, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x140" - ] - }, - { - "pc": 361, - "op": "ADD", - "gas": 631133, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 362, - "op": "PUSH1", - "gas": 631130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160" - ] - }, - { - "pc": 364, - "op": "MLOAD", - "gas": 631127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x40" - ] - }, - { - "pc": 365, - "op": "DUP1", - "gas": 631124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120" - ] - }, - { - "pc": 366, - "op": "SWAP2", - "gas": 631121, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120", - "0x120" - ] - }, - { - "pc": 367, - "op": "SUB", - "gas": 631118, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x120", - "0x160" - ] - }, - { - "pc": 368, - "op": "SWAP1", - "gas": 631115, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 369, - "op": "LOG1", - "gas": 631112, - "gasCost": 1262, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x40", - "0x120" - ] - }, - { - "pc": 370, - "op": "PUSH3", - "gas": 629850, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 374, - "op": "DUP2", - "gas": 629847, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 375, - "op": "PUSH3", - "gas": 629844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 379, - "op": "JUMP", - "gas": 629841, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x229" - ] - }, - { - "pc": 553, - "op": "JUMPDEST", - "gas": 629833, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 554, - "op": "PUSH1", - "gas": 629832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 556, - "op": "PUSH1", - "gas": 629829, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 558, - "op": "PUSH1", - "gas": 629826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 560, - "op": "SHL", - "gas": 629823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 561, - "op": "SUB", - "gas": 629820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 562, - "op": "DUP2", - "gas": 629817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 563, - "op": "AND", - "gas": 629814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 564, - "op": "PUSH3", - "gas": 629811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 568, - "op": "JUMPI", - "gas": 629808, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x294" - ] - }, - { - "pc": 660, - "op": "JUMPDEST", - "gas": 629798, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 661, - "op": "DUP1", - "gas": 629797, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 662, - "op": "PUSH3", - "gas": 629794, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 666, - "op": "PUSH1", - "gas": 629791, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd" - ] - }, - { - "pc": 668, - "op": "DUP1", - "gas": 629788, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0" - ] - }, - { - "pc": 669, - "op": "MLOAD", - "gas": 629785, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 670, - "op": "PUSH1", - "gas": 629782, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 672, - "op": "PUSH3", - "gas": 629779, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 676, - "op": "DUP4", - "gas": 629776, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 677, - "op": "CODECOPY", - "gas": 629773, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 678, - "op": "DUP2", - "gas": 629767, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 679, - "op": "MLOAD", - "gas": 629764, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 680, - "op": "SWAP2", - "gas": 629761, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 681, - "op": "MSTORE", - "gas": 629758, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 682, - "op": "PUSH1", - "gas": 629755, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 684, - "op": "SHL", - "gas": 629752, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 685, - "op": "PUSH3", - "gas": 629749, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 689, - "op": "PUSH1", - "gas": 629746, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 691, - "op": "SHL", - "gas": 629743, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 692, - "op": "PUSH3", - "gas": 629740, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 696, - "op": "OR", - "gas": 629737, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 697, - "op": "PUSH1", - "gas": 629734, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 699, - "op": "SHR", - "gas": 629731, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 700, - "op": "JUMP", - "gas": 629728, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 629720, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 629719, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 629716, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 629708, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 629707, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 629704, - "gasCost": 100, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 629604, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 629601, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 629598, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 629595, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 629592, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 629589, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 629586, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 629583, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 629580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 629577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 629574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 629571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 629568, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 629565, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 629562, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 629559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 629556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 629553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 629550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 629547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 629544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 629541, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - }, - "extraData": { - "proofList": [ - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 609541, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 609539, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 380, - "op": "JUMPDEST", - "gas": 609531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 381, - "op": "POP", - "gas": 609530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 382, - "op": "JUMP", - "gas": 609528, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 222, - "op": "JUMPDEST", - "gas": 609520, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 223, - "op": "POP", - "gas": 609519, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 224, - "op": "POP", - "gas": 609517, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 225, - "op": "POP", - "gas": 609515, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x3e022c442213d46d4907900ae709c15cfdc82102" - ] - }, - { - "pc": 226, - "op": "PUSH3", - "gas": 609513, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 230, - "op": "JUMP", - "gas": 609510, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x688" - ] - }, - { - "pc": 1672, - "op": "JUMPDEST", - "gas": 609502, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 1673, - "op": "PUSH2", - "gas": 609501, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 1676, - "op": "DUP1", - "gas": 609498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1677, - "op": "PUSH3", - "gas": 609495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867" - ] - }, - { - "pc": 1681, - "op": "PUSH1", - "gas": 609492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698" - ] - }, - { - "pc": 1683, - "op": "CODECOPY", - "gas": 609489, - "gasCost": 387, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 1684, - "op": "PUSH1", - "gas": 609102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1686, - "op": "RETURN", - "gas": 609099, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x867", - "0x0" - ] - } - ] - }, - { - "gas": 1351624, - "failed": false, - "returnValue": "6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 8, - "balance": "0x21e173c94124cb984ad", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 9, - "balance": "0x21e172cb993ae894765", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x247567d2d72e4549b2b7d8c5b0ce2c2132e6044d3447167eef63a58a48d6412c" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x152655cfdc04f8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b5061177d806100206000396000f3fe6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1609335, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1609332, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1609329, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1609317, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1609315, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1609312, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1609309, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1609306, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1609296, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1609295, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 1609293, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 1609290, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x177d" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 1609287, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x177d", - "0x177d" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 1609284, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x177d", - "0x177d", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 1609281, - "gasCost": 1191, - "depth": 1, - "stack": [ - "0x177d", - "0x177d", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 1608090, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x177d" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 1608087, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x177d", - "0x0" - ] - } - ] - }, - { - "gas": 596333, - "failed": false, - "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 9, - "balance": "0x21e172cb993ae894765", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 10, - "balance": "0x21e1725bafac70b9088", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x158c072c7a6558c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 660724, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 660721, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 660718, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "PUSH1", - "gas": 660706, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 7, - "op": "MLOAD", - "gas": 660703, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 8, - "op": "PUSH3", - "gas": 660700, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 12, - "op": "CODESIZE", - "gas": 660697, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0xf66" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 13, - "op": "SUB", - "gas": 660695, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xf66", - "0xfe6" - ] - }, - { - "pc": 14, - "op": "DUP1", - "gas": 660692, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 15, - "op": "PUSH3", - "gas": 660689, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 19, - "op": "DUP4", - "gas": 660686, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66" - ] - }, - { - "pc": 20, - "op": "CODECOPY", - "gas": 660683, - "gasCost": 30, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 21, - "op": "DUP2", - "gas": 660653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 22, - "op": "ADD", - "gas": 660650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 23, - "op": "PUSH1", - "gas": 660647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 25, - "op": "DUP2", - "gas": 660644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40" - ] - }, - { - "pc": 26, - "op": "SWAP1", - "gas": 660641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40", - "0x100" - ] - }, - { - "pc": 27, - "op": "MSTORE", - "gas": 660638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x100", - "0x40" - ] - }, - { - "pc": 28, - "op": "PUSH3", - "gas": 660635, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 32, - "op": "SWAP2", - "gas": 660632, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x26" - ] - }, - { - "pc": 33, - "op": "PUSH3", - "gas": 660629, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 37, - "op": "JUMP", - "gas": 660626, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x519" - ] - }, - { - "pc": 1305, - "op": "JUMPDEST", - "gas": 660618, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1306, - "op": "PUSH1", - "gas": 660617, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1308, - "op": "DUP1", - "gas": 660614, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0" - ] - }, - { - "pc": 1309, - "op": "PUSH1", - "gas": 660611, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 1311, - "op": "PUSH1", - "gas": 660608, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1313, - "op": "DUP5", - "gas": 660605, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60" - ] - }, - { - "pc": 1314, - "op": "DUP7", - "gas": 660602, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1315, - "op": "SUB", - "gas": 660599, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80", - "0x100" - ] - }, - { - "pc": 1316, - "op": "SLT", - "gas": 660596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1317, - "op": "ISZERO", - "gas": 660593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1318, - "op": "PUSH3", - "gas": 660590, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 1322, - "op": "JUMPI", - "gas": 660587, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1", - "0x52f" - ] - }, - { - "pc": 1327, - "op": "JUMPDEST", - "gas": 660577, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1328, - "op": "PUSH3", - "gas": 660576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1332, - "op": "DUP5", - "gas": 660573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a" - ] - }, - { - "pc": 1333, - "op": "PUSH3", - "gas": 660570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1337, - "op": "JUMP", - "gas": 660567, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660559, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x80" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660546, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660543, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660534, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660522, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660512, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660511, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660508, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x80", - "0x53a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660505, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x53a", - "0x80" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660503, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x53a" - ] - }, - { - "pc": 1338, - "op": "JUMPDEST", - "gas": 660495, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1339, - "op": "SWAP3", - "gas": 660494, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1340, - "op": "POP", - "gas": 660491, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1341, - "op": "PUSH3", - "gas": 660489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0" - ] - }, - { - "pc": 1345, - "op": "PUSH1", - "gas": 660486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a" - ] - }, - { - "pc": 1347, - "op": "DUP6", - "gas": 660483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0x20" - ] - }, - { - "pc": 1348, - "op": "ADD", - "gas": 660480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0x20", - "0x80" - ] - }, - { - "pc": 1349, - "op": "PUSH3", - "gas": 660477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1353, - "op": "JUMP", - "gas": 660474, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660466, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660465, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660462, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xa0" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660459, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660456, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660453, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660450, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660447, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660444, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660441, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660438, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660435, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660432, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660429, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660419, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xa0", - "0x54a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660412, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660410, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a" - ] - }, - { - "pc": 1354, - "op": "JUMPDEST", - "gas": 660402, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1355, - "op": "PUSH1", - "gas": 660401, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1357, - "op": "DUP6", - "gas": 660398, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40" - ] - }, - { - "pc": 1358, - "op": "ADD", - "gas": 660395, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40", - "0x80" - ] - }, - { - "pc": 1359, - "op": "MLOAD", - "gas": 660392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xc0" - ] - }, - { - "pc": 1360, - "op": "SWAP1", - "gas": 660389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x60" - ] - }, - { - "pc": 1361, - "op": "SWAP3", - "gas": 660386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x0", - "0x60", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1362, - "op": "POP", - "gas": 660383, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x0" - ] - }, - { - "pc": 1363, - "op": "PUSH1", - "gas": 660381, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60" - ] - }, - { - "pc": 1365, - "op": "PUSH1", - "gas": 660378, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1" - ] - }, - { - "pc": 1367, - "op": "PUSH1", - "gas": 660375, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1" - ] - }, - { - "pc": 1369, - "op": "SHL", - "gas": 660372, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1", - "0x40" - ] - }, - { - "pc": 1370, - "op": "SUB", - "gas": 660369, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x10000000000000000" - ] - }, - { - "pc": 1371, - "op": "DUP1", - "gas": 660366, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1372, - "op": "DUP3", - "gas": 660363, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff" - ] - }, - { - "pc": 1373, - "op": "GT", - "gas": 660360, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1374, - "op": "ISZERO", - "gas": 660357, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1375, - "op": "PUSH3", - "gas": 660354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1379, - "op": "JUMPI", - "gas": 660351, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1", - "0x568" - ] - }, - { - "pc": 1384, - "op": "JUMPDEST", - "gas": 660341, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1385, - "op": "DUP2", - "gas": 660340, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1386, - "op": "DUP7", - "gas": 660337, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1387, - "op": "ADD", - "gas": 660334, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60", - "0x80" - ] - }, - { - "pc": 1388, - "op": "SWAP2", - "gas": 660331, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1389, - "op": "POP", - "gas": 660328, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1390, - "op": "DUP7", - "gas": 660326, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1391, - "op": "PUSH1", - "gas": 660323, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100" - ] - }, - { - "pc": 1393, - "op": "DUP4", - "gas": 660320, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f" - ] - }, - { - "pc": 1394, - "op": "ADD", - "gas": 660317, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f", - "0xe0" - ] - }, - { - "pc": 1395, - "op": "SLT", - "gas": 660314, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0xff" - ] - }, - { - "pc": 1396, - "op": "PUSH3", - "gas": 660311, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1400, - "op": "JUMPI", - "gas": 660308, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1", - "0x57d" - ] - }, - { - "pc": 1405, - "op": "JUMPDEST", - "gas": 660298, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1406, - "op": "DUP2", - "gas": 660297, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1407, - "op": "MLOAD", - "gas": 660294, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1408, - "op": "DUP2", - "gas": 660291, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1409, - "op": "DUP2", - "gas": 660288, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1410, - "op": "GT", - "gas": 660285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1411, - "op": "ISZERO", - "gas": 660282, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x0" - ] - }, - { - "pc": 1412, - "op": "PUSH3", - "gas": 660279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1" - ] - }, - { - "pc": 1416, - "op": "JUMPI", - "gas": 660276, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1", - "0x592" - ] - }, - { - "pc": 1426, - "op": "JUMPDEST", - "gas": 660266, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1427, - "op": "PUSH1", - "gas": 660265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1429, - "op": "MLOAD", - "gas": 660262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x40" - ] - }, - { - "pc": 1430, - "op": "PUSH1", - "gas": 660259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100" - ] - }, - { - "pc": 1432, - "op": "DUP3", - "gas": 660256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1433, - "op": "ADD", - "gas": 660253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x0" - ] - }, - { - "pc": 1434, - "op": "PUSH1", - "gas": 660250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1436, - "op": "NOT", - "gas": 660247, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x1f" - ] - }, - { - "pc": 1437, - "op": "SWAP1", - "gas": 660244, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1438, - "op": "DUP2", - "gas": 660241, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f" - ] - }, - { - "pc": 1439, - "op": "AND", - "gas": 660238, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1440, - "op": "PUSH1", - "gas": 660235, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0" - ] - }, - { - "pc": 1442, - "op": "ADD", - "gas": 660232, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0", - "0x3f" - ] - }, - { - "pc": 1443, - "op": "AND", - "gas": 660229, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x3f" - ] - }, - { - "pc": 1444, - "op": "DUP2", - "gas": 660226, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20" - ] - }, - { - "pc": 1445, - "op": "ADD", - "gas": 660223, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20", - "0x100" - ] - }, - { - "pc": 1446, - "op": "SWAP1", - "gas": 660220, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1447, - "op": "DUP4", - "gas": 660217, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1448, - "op": "DUP3", - "gas": 660214, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff" - ] - }, - { - "pc": 1449, - "op": "GT", - "gas": 660211, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff", - "0x120" - ] - }, - { - "pc": 1450, - "op": "DUP2", - "gas": 660208, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1451, - "op": "DUP4", - "gas": 660205, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1452, - "op": "LT", - "gas": 660202, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1453, - "op": "OR", - "gas": 660199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1454, - "op": "ISZERO", - "gas": 660196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1455, - "op": "PUSH3", - "gas": 660193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1459, - "op": "JUMPI", - "gas": 660190, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5bd" - ] - }, - { - "pc": 1469, - "op": "JUMPDEST", - "gas": 660180, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1470, - "op": "DUP2", - "gas": 660179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1471, - "op": "PUSH1", - "gas": 660176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120" - ] - }, - { - "pc": 1473, - "op": "MSTORE", - "gas": 660173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120", - "0x40" - ] - }, - { - "pc": 1474, - "op": "DUP3", - "gas": 660170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1475, - "op": "DUP2", - "gas": 660167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1476, - "op": "MSTORE", - "gas": 660164, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1477, - "op": "DUP10", - "gas": 660158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1478, - "op": "PUSH1", - "gas": 660155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1480, - "op": "DUP5", - "gas": 660152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20" - ] - }, - { - "pc": 1481, - "op": "DUP8", - "gas": 660149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0" - ] - }, - { - "pc": 1482, - "op": "ADD", - "gas": 660146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0", - "0xe0" - ] - }, - { - "pc": 1483, - "op": "ADD", - "gas": 660143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0xe0" - ] - }, - { - "pc": 1484, - "op": "GT", - "gas": 660140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x100" - ] - }, - { - "pc": 1485, - "op": "ISZERO", - "gas": 660137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1486, - "op": "PUSH3", - "gas": 660134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1490, - "op": "JUMPI", - "gas": 660131, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5d7" - ] - }, - { - "pc": 1495, - "op": "JUMPDEST", - "gas": 660121, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1496, - "op": "PUSH3", - "gas": 660120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1500, - "op": "DUP4", - "gas": 660117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1501, - "op": "PUSH1", - "gas": 660114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 1503, - "op": "DUP4", - "gas": 660111, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20" - ] - }, - { - "pc": 1504, - "op": "ADD", - "gas": 660108, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20", - "0x100" - ] - }, - { - "pc": 1505, - "op": "PUSH1", - "gas": 660105, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 1507, - "op": "DUP9", - "gas": 660102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20" - ] - }, - { - "pc": 1508, - "op": "ADD", - "gas": 660099, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20", - "0xe0" - ] - }, - { - "pc": 1509, - "op": "PUSH3", - "gas": 660096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1513, - "op": "JUMP", - "gas": 660093, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x4ea" - ] - }, - { - "pc": 1258, - "op": "JUMPDEST", - "gas": 660085, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1259, - "op": "PUSH1", - "gas": 660084, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1261, - "op": "JUMPDEST", - "gas": 660081, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1262, - "op": "DUP4", - "gas": 660080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1263, - "op": "DUP2", - "gas": 660077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1264, - "op": "LT", - "gas": 660074, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1265, - "op": "ISZERO", - "gas": 660071, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1266, - "op": "PUSH3", - "gas": 660068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1270, - "op": "JUMPI", - "gas": 660065, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x507" - ] - }, - { - "pc": 1287, - "op": "JUMPDEST", - "gas": 660055, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1288, - "op": "DUP4", - "gas": 660054, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1289, - "op": "DUP2", - "gas": 660051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1290, - "op": "GT", - "gas": 660048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1291, - "op": "ISZERO", - "gas": 660045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1292, - "op": "PUSH3", - "gas": 660042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1296, - "op": "JUMPI", - "gas": 660039, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x11d" - ] - }, - { - "pc": 285, - "op": "JUMPDEST", - "gas": 660029, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 286, - "op": "POP", - "gas": 660028, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 660026, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 660025, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 660023, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 660021, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 660019, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1514, - "op": "JUMPDEST", - "gas": 660011, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1515, - "op": "DUP1", - "gas": 660010, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1516, - "op": "SWAP6", - "gas": 660007, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1517, - "op": "POP", - "gas": 660004, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1518, - "op": "POP", - "gas": 660002, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1519, - "op": "POP", - "gas": 660000, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120" - ] - }, - { - "pc": 1520, - "op": "POP", - "gas": 659998, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1521, - "op": "POP", - "gas": 659996, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1522, - "op": "POP", - "gas": 659994, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0" - ] - }, - { - "pc": 1523, - "op": "SWAP3", - "gas": 659992, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 1524, - "op": "POP", - "gas": 659989, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x80" - ] - }, - { - "pc": 1525, - "op": "SWAP3", - "gas": 659987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1526, - "op": "POP", - "gas": 659984, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 1527, - "op": "SWAP3", - "gas": 659982, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1528, - "op": "JUMP", - "gas": 659979, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x26" - ] - }, - { - "pc": 38, - "op": "JUMPDEST", - "gas": 659971, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 39, - "op": "DUP3", - "gas": 659970, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 40, - "op": "DUP2", - "gas": 659967, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 41, - "op": "PUSH3", - "gas": 659964, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 45, - "op": "PUSH1", - "gas": 659961, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55" - ] - }, - { - "pc": 47, - "op": "PUSH32", - "gas": 659958, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1" - ] - }, - { - "pc": 80, - "op": "PUSH3", - "gas": 659955, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 84, - "op": "JUMP", - "gas": 659952, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 659944, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 659943, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 659940, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 659937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 659934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 659931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 659928, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 659925, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 659915, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 659914, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 659912, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 659909, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x55", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 659906, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x55" - ] - }, - { - "pc": 85, - "op": "JUMPDEST", - "gas": 659898, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 86, - "op": "PUSH1", - "gas": 659897, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 88, - "op": "DUP1", - "gas": 659894, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 89, - "op": "MLOAD", - "gas": 659891, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 90, - "op": "PUSH1", - "gas": 659888, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 92, - "op": "PUSH3", - "gas": 659885, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 96, - "op": "DUP4", - "gas": 659882, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 97, - "op": "CODECOPY", - "gas": 659879, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 98, - "op": "DUP2", - "gas": 659873, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 99, - "op": "MLOAD", - "gas": 659870, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 100, - "op": "SWAP2", - "gas": 659867, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 101, - "op": "MSTORE", - "gas": 659864, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 102, - "op": "EQ", - "gas": 659861, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 103, - "op": "PUSH3", - "gas": 659858, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x1" - ] - }, - { - "pc": 107, - "op": "JUMPI", - "gas": 659855, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x1", - "0x75" - ] - }, - { - "pc": 117, - "op": "JUMPDEST", - "gas": 659845, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 118, - "op": "PUSH3", - "gas": 659844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 122, - "op": "DUP3", - "gas": 659841, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 659838, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 124, - "op": "PUSH1", - "gas": 659835, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 126, - "op": "PUSH3", - "gas": 659832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 130, - "op": "JUMP", - "gas": 659829, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xe7" - ] - }, - { - "pc": 231, - "op": "JUMPDEST", - "gas": 659821, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 232, - "op": "PUSH3", - "gas": 659820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 236, - "op": "DUP4", - "gas": 659817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 237, - "op": "PUSH3", - "gas": 659814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 241, - "op": "JUMP", - "gas": 659811, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x17f" - ] - }, - { - "pc": 383, - "op": "JUMPDEST", - "gas": 659803, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 384, - "op": "PUSH3", - "gas": 659802, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 388, - "op": "DUP2", - "gas": 659799, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a" - ] - }, - { - "pc": 389, - "op": "PUSH3", - "gas": 659796, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 393, - "op": "JUMP", - "gas": 659793, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2de" - ] - }, - { - "pc": 734, - "op": "JUMPDEST", - "gas": 659785, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 735, - "op": "PUSH3", - "gas": 659784, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 739, - "op": "DUP2", - "gas": 659781, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4" - ] - }, - { - "pc": 740, - "op": "PUSH3", - "gas": 659778, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 744, - "op": "PUSH1", - "gas": 659775, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a" - ] - }, - { - "pc": 746, - "op": "SHL", - "gas": 659772, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a", - "0x20" - ] - }, - { - "pc": 747, - "op": "PUSH3", - "gas": 659769, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a00000000" - ] - }, - { - "pc": 751, - "op": "OR", - "gas": 659766, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a00000000", - "0x28c" - ] - }, - { - "pc": 752, - "op": "PUSH1", - "gas": 659763, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a0000028c" - ] - }, - { - "pc": 754, - "op": "SHR", - "gas": 659760, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a0000028c", - "0x20" - ] - }, - { - "pc": 755, - "op": "JUMP", - "gas": 659757, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x46a" - ] - }, - { - "pc": 1130, - "op": "JUMPDEST", - "gas": 659749, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1131, - "op": "PUSH1", - "gas": 659748, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 1133, - "op": "PUSH1", - "gas": 659745, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1" - ] - }, - { - "pc": 1135, - "op": "PUSH1", - "gas": 659742, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x1" - ] - }, - { - "pc": 1137, - "op": "SHL", - "gas": 659739, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1138, - "op": "SUB", - "gas": 659736, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1139, - "op": "AND", - "gas": 659733, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1140, - "op": "EXTCODESIZE", - "gas": 659730, - "gasCost": 2600, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ], - "extraData": { - "codeList": [ - "0x6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033" - ] - } - }, - { - "pc": 1141, - "op": "ISZERO", - "gas": 657130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x177d" - ] - }, - { - "pc": 1142, - "op": "ISZERO", - "gas": 657127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x0" - ] - }, - { - "pc": 1143, - "op": "SWAP1", - "gas": 657124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2f4", - "0x1" - ] - }, - { - "pc": 1144, - "op": "JUMP", - "gas": 657121, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x2f4" - ] - }, - { - "pc": 756, - "op": "JUMPDEST", - "gas": 657113, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1" - ] - }, - { - "pc": 757, - "op": "PUSH3", - "gas": 657112, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1" - ] - }, - { - "pc": 761, - "op": "JUMPI", - "gas": 657109, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x1", - "0x358" - ] - }, - { - "pc": 856, - "op": "JUMPDEST", - "gas": 657099, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 857, - "op": "DUP1", - "gas": 657098, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 858, - "op": "PUSH3", - "gas": 657095, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 862, - "op": "PUSH1", - "gas": 657092, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd" - ] - }, - { - "pc": 864, - "op": "DUP1", - "gas": 657089, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0" - ] - }, - { - "pc": 865, - "op": "MLOAD", - "gas": 657086, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 866, - "op": "PUSH1", - "gas": 657083, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 868, - "op": "PUSH3", - "gas": 657080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 872, - "op": "DUP4", - "gas": 657077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 873, - "op": "CODECOPY", - "gas": 657074, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 874, - "op": "DUP2", - "gas": 657068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 875, - "op": "MLOAD", - "gas": 657065, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 876, - "op": "SWAP2", - "gas": 657062, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 877, - "op": "MSTORE", - "gas": 657059, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 878, - "op": "PUSH1", - "gas": 657056, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 880, - "op": "SHL", - "gas": 657053, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 881, - "op": "PUSH3", - "gas": 657050, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 885, - "op": "PUSH1", - "gas": 657047, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 887, - "op": "SHL", - "gas": 657044, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467", - "0x20" - ] - }, - { - "pc": 888, - "op": "PUSH3", - "gas": 657041, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000" - ] - }, - { - "pc": 892, - "op": "OR", - "gas": 657038, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 893, - "op": "PUSH1", - "gas": 657035, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208" - ] - }, - { - "pc": 895, - "op": "SHR", - "gas": 657032, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 896, - "op": "JUMP", - "gas": 657029, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 657021, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 657020, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 657017, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 657009, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 657008, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 657005, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 654905, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 654902, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 654899, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 654896, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 654893, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 654890, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 654887, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 654884, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 654881, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 654878, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 654875, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 654872, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 654869, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 654866, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 654863, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 654860, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 654857, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 654854, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 654851, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 654848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 654845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 654842, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424" - }, - "extraData": { - "proofList": [ - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 634842, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 634840, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x18a" - ] - }, - { - "pc": 394, - "op": "JUMPDEST", - "gas": 634832, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 395, - "op": "PUSH1", - "gas": 634831, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 397, - "op": "MLOAD", - "gas": 634828, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x40" - ] - }, - { - "pc": 398, - "op": "PUSH1", - "gas": 634825, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120" - ] - }, - { - "pc": 400, - "op": "PUSH1", - "gas": 634822, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0x1" - ] - }, - { - "pc": 402, - "op": "PUSH1", - "gas": 634819, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 404, - "op": "SHL", - "gas": 634816, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 405, - "op": "SUB", - "gas": 634813, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 406, - "op": "DUP3", - "gas": 634810, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 407, - "op": "AND", - "gas": 634807, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 408, - "op": "SWAP1", - "gas": 634804, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 409, - "op": "PUSH32", - "gas": 634801, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120" - ] - }, - { - "pc": 442, - "op": "SWAP1", - "gas": 634798, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x120", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" - ] - }, - { - "pc": 443, - "op": "PUSH1", - "gas": 634795, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120" - ] - }, - { - "pc": 445, - "op": "SWAP1", - "gas": 634792, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120", - "0x0" - ] - }, - { - "pc": 446, - "op": "LOG2", - "gas": 634789, - "gasCost": 1125, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x0", - "0x120" - ] - }, - { - "pc": 447, - "op": "POP", - "gas": 633664, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 448, - "op": "JUMP", - "gas": 633662, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 242, - "op": "JUMPDEST", - "gas": 633654, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 243, - "op": "PUSH1", - "gas": 633653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 245, - "op": "DUP3", - "gas": 633650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 246, - "op": "MLOAD", - "gas": 633647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 247, - "op": "GT", - "gas": 633644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 248, - "op": "DUP1", - "gas": 633641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 249, - "op": "PUSH3", - "gas": 633638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 253, - "op": "JUMPI", - "gas": 633635, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 254, - "op": "POP", - "gas": 633625, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 255, - "op": "DUP1", - "gas": 633623, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 256, - "op": "JUMPDEST", - "gas": 633620, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 257, - "op": "ISZERO", - "gas": 633619, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 258, - "op": "PUSH3", - "gas": 633616, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 262, - "op": "JUMPI", - "gas": 633613, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0", - "0x1", - "0x11f" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 633603, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 633602, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x0" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 633600, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 633598, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 633596, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100", - "0x83" - ] - }, - { - "pc": 131, - "op": "JUMPDEST", - "gas": 633588, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 132, - "op": "POP", - "gas": 633587, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0x100" - ] - }, - { - "pc": 133, - "op": "PUSH3", - "gas": 633585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 137, - "op": "SWAP1", - "gas": 633582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xb3" - ] - }, - { - "pc": 138, - "op": "POP", - "gas": 633579, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 633577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3" - ] - }, - { - "pc": 141, - "op": "PUSH32", - "gas": 633574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1" - ] - }, - { - "pc": 174, - "op": "PUSH3", - "gas": 633571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 178, - "op": "JUMP", - "gas": 633568, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 633560, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 633559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 633556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 633553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 633550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 633547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 633544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 633541, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 633531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 633530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 633528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 633525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 633522, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb3" - ] - }, - { - "pc": 179, - "op": "JUMPDEST", - "gas": 633514, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 180, - "op": "PUSH1", - "gas": 633513, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 182, - "op": "DUP1", - "gas": 633510, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 183, - "op": "MLOAD", - "gas": 633507, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 184, - "op": "PUSH1", - "gas": 633504, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 186, - "op": "PUSH3", - "gas": 633501, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 190, - "op": "DUP4", - "gas": 633498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 191, - "op": "CODECOPY", - "gas": 633495, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 192, - "op": "DUP2", - "gas": 633489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 193, - "op": "MLOAD", - "gas": 633486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 194, - "op": "SWAP2", - "gas": 633483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 195, - "op": "MSTORE", - "gas": 633480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 196, - "op": "EQ", - "gas": 633477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 197, - "op": "PUSH3", - "gas": 633474, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1" - ] - }, - { - "pc": 201, - "op": "JUMPI", - "gas": 633471, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1", - "0xd3" - ] - }, - { - "pc": 211, - "op": "JUMPDEST", - "gas": 633461, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 212, - "op": "PUSH3", - "gas": 633460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 216, - "op": "DUP3", - "gas": 633457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 217, - "op": "PUSH3", - "gas": 633454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 221, - "op": "JUMP", - "gas": 633451, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x124" - ] - }, - { - "pc": 292, - "op": "JUMPDEST", - "gas": 633443, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 293, - "op": "PUSH32", - "gas": 633442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 326, - "op": "PUSH3", - "gas": 633439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" - ] - }, - { - "pc": 330, - "op": "PUSH3", - "gas": 633436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 334, - "op": "JUMP", - "gas": 633433, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x1f0" - ] - }, - { - "pc": 496, - "op": "JUMPDEST", - "gas": 633425, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 497, - "op": "PUSH1", - "gas": 633424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 499, - "op": "PUSH3", - "gas": 633421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0" - ] - }, - { - "pc": 503, - "op": "PUSH1", - "gas": 633418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a" - ] - }, - { - "pc": 505, - "op": "DUP1", - "gas": 633415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0" - ] - }, - { - "pc": 506, - "op": "MLOAD", - "gas": 633412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 507, - "op": "PUSH1", - "gas": 633409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 509, - "op": "PUSH3", - "gas": 633406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 513, - "op": "DUP4", - "gas": 633403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 514, - "op": "CODECOPY", - "gas": 633400, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 515, - "op": "DUP2", - "gas": 633394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 516, - "op": "MLOAD", - "gas": 633391, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 517, - "op": "SWAP2", - "gas": 633388, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 518, - "op": "MSTORE", - "gas": 633385, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 519, - "op": "PUSH1", - "gas": 633382, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 521, - "op": "SHL", - "gas": 633379, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 522, - "op": "PUSH3", - "gas": 633376, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 526, - "op": "PUSH1", - "gas": 633373, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 528, - "op": "SHL", - "gas": 633370, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 529, - "op": "PUSH3", - "gas": 633367, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 533, - "op": "OR", - "gas": 633364, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 534, - "op": "PUSH1", - "gas": 633361, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 536, - "op": "SHR", - "gas": 633358, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 537, - "op": "JUMP", - "gas": 633355, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 633347, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 633346, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 633343, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x21a" - ] - }, - { - "pc": 538, - "op": "JUMPDEST", - "gas": 633335, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 539, - "op": "SLOAD", - "gas": 633334, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 540, - "op": "PUSH1", - "gas": 631234, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 542, - "op": "PUSH1", - "gas": 631231, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 544, - "op": "PUSH1", - "gas": 631228, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 546, - "op": "SHL", - "gas": 631225, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 547, - "op": "SUB", - "gas": 631222, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 548, - "op": "AND", - "gas": 631219, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 549, - "op": "SWAP2", - "gas": 631216, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 550, - "op": "SWAP1", - "gas": 631213, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x0", - "0x14f" - ] - }, - { - "pc": 551, - "op": "POP", - "gas": 631210, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f", - "0x0" - ] - }, - { - "pc": 552, - "op": "JUMP", - "gas": 631208, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f" - ] - }, - { - "pc": 335, - "op": "JUMPDEST", - "gas": 631200, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 336, - "op": "PUSH1", - "gas": 631199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 338, - "op": "DUP1", - "gas": 631196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40" - ] - }, - { - "pc": 339, - "op": "MLOAD", - "gas": 631193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x40" - ] - }, - { - "pc": 340, - "op": "PUSH1", - "gas": 631190, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120" - ] - }, - { - "pc": 342, - "op": "PUSH1", - "gas": 631187, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1" - ] - }, - { - "pc": 344, - "op": "PUSH1", - "gas": 631184, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 346, - "op": "SHL", - "gas": 631181, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 347, - "op": "SUB", - "gas": 631178, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 348, - "op": "SWAP3", - "gas": 631175, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 349, - "op": "DUP4", - "gas": 631172, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 350, - "op": "AND", - "gas": 631169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 351, - "op": "DUP2", - "gas": 631166, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 352, - "op": "MSTORE", - "gas": 631163, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0x120" - ] - }, - { - "pc": 353, - "op": "SWAP2", - "gas": 631157, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120" - ] - }, - { - "pc": 354, - "op": "DUP5", - "gas": 631154, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 355, - "op": "AND", - "gas": 631151, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 356, - "op": "PUSH1", - "gas": 631148, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 358, - "op": "DUP4", - "gas": 631145, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20" - ] - }, - { - "pc": 359, - "op": "ADD", - "gas": 631142, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20", - "0x120" - ] - }, - { - "pc": 360, - "op": "MSTORE", - "gas": 631139, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x140" - ] - }, - { - "pc": 361, - "op": "ADD", - "gas": 631133, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 362, - "op": "PUSH1", - "gas": 631130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160" - ] - }, - { - "pc": 364, - "op": "MLOAD", - "gas": 631127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x40" - ] - }, - { - "pc": 365, - "op": "DUP1", - "gas": 631124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120" - ] - }, - { - "pc": 366, - "op": "SWAP2", - "gas": 631121, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120", - "0x120" - ] - }, - { - "pc": 367, - "op": "SUB", - "gas": 631118, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x120", - "0x160" - ] - }, - { - "pc": 368, - "op": "SWAP1", - "gas": 631115, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 369, - "op": "LOG1", - "gas": 631112, - "gasCost": 1262, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x40", - "0x120" - ] - }, - { - "pc": 370, - "op": "PUSH3", - "gas": 629850, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 374, - "op": "DUP2", - "gas": 629847, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 375, - "op": "PUSH3", - "gas": 629844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 379, - "op": "JUMP", - "gas": 629841, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x229" - ] - }, - { - "pc": 553, - "op": "JUMPDEST", - "gas": 629833, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 554, - "op": "PUSH1", - "gas": 629832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 556, - "op": "PUSH1", - "gas": 629829, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 558, - "op": "PUSH1", - "gas": 629826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 560, - "op": "SHL", - "gas": 629823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 561, - "op": "SUB", - "gas": 629820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 562, - "op": "DUP2", - "gas": 629817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 563, - "op": "AND", - "gas": 629814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 564, - "op": "PUSH3", - "gas": 629811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 568, - "op": "JUMPI", - "gas": 629808, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x294" - ] - }, - { - "pc": 660, - "op": "JUMPDEST", - "gas": 629798, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 661, - "op": "DUP1", - "gas": 629797, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 662, - "op": "PUSH3", - "gas": 629794, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 666, - "op": "PUSH1", - "gas": 629791, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd" - ] - }, - { - "pc": 668, - "op": "DUP1", - "gas": 629788, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0" - ] - }, - { - "pc": 669, - "op": "MLOAD", - "gas": 629785, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 670, - "op": "PUSH1", - "gas": 629782, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 672, - "op": "PUSH3", - "gas": 629779, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 676, - "op": "DUP4", - "gas": 629776, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 677, - "op": "CODECOPY", - "gas": 629773, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 678, - "op": "DUP2", - "gas": 629767, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 679, - "op": "MLOAD", - "gas": 629764, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 680, - "op": "SWAP2", - "gas": 629761, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 681, - "op": "MSTORE", - "gas": 629758, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 682, - "op": "PUSH1", - "gas": 629755, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 684, - "op": "SHL", - "gas": 629752, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 685, - "op": "PUSH3", - "gas": 629749, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 689, - "op": "PUSH1", - "gas": 629746, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 691, - "op": "SHL", - "gas": 629743, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 692, - "op": "PUSH3", - "gas": 629740, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 696, - "op": "OR", - "gas": 629737, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 697, - "op": "PUSH1", - "gas": 629734, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 699, - "op": "SHR", - "gas": 629731, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 700, - "op": "JUMP", - "gas": 629728, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 629720, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 629719, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 629716, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 629708, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 629707, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 629704, - "gasCost": 100, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 629604, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 629601, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 629598, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 629595, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 629592, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 629589, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 629586, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 629583, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 629580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 629577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 629574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 629571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 629568, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 629565, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 629562, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 629559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 629556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 629553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 629550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 629547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 629544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 629541, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - }, - "extraData": { - "proofList": [ - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 609541, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 609539, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 380, - "op": "JUMPDEST", - "gas": 609531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 381, - "op": "POP", - "gas": 609530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 382, - "op": "JUMP", - "gas": 609528, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 222, - "op": "JUMPDEST", - "gas": 609520, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 223, - "op": "POP", - "gas": 609519, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 224, - "op": "POP", - "gas": 609517, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 225, - "op": "POP", - "gas": 609515, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x5659b236b1d29a0f867604cf1cdffabe06ce1424" - ] - }, - { - "pc": 226, - "op": "PUSH3", - "gas": 609513, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 230, - "op": "JUMP", - "gas": 609510, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x688" - ] - }, - { - "pc": 1672, - "op": "JUMPDEST", - "gas": 609502, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 1673, - "op": "PUSH2", - "gas": 609501, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 1676, - "op": "DUP1", - "gas": 609498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1677, - "op": "PUSH3", - "gas": 609495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867" - ] - }, - { - "pc": 1681, - "op": "PUSH1", - "gas": 609492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698" - ] - }, - { - "pc": 1683, - "op": "CODECOPY", - "gas": 609489, - "gasCost": 387, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 1684, - "op": "PUSH1", - "gas": 609102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1686, - "op": "RETURN", - "gas": 609099, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x867", - "0x0" - ] - } - ] - }, - { - "gas": 1430569, - "failed": false, - "returnValue": "608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063a457c2d711610071578063a457c2d71461028e578063a9059cbb146102a1578063c820f146146102b4578063d505accf146102c7578063dd62ed3e146102da57600080fd5b806370a0823114610224578063797594b01461024d5780637ecebe001461026057806395d89b41146102735780639dc29fac1461027b57600080fd5b8063313ce567116100f4578063313ce567146101c25780633644e515146101e157806339509351146101e95780634000aea0146101fc57806340c10f191461020f57600080fd5b806306fdde0314610131578063095ea7b31461014f578063116191b61461017257806318160ddd1461019d57806323b872dd146101af575b600080fd5b610139610313565b6040516101469190611484565b60405180910390f35b61016261015d3660046114ba565b6103a5565b6040519015158152602001610146565b60cc54610185906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b6035545b604051908152602001610146565b6101626101bd3660046114e4565b6103bd565b60cd54600160a01b900460ff1660405160ff9091168152602001610146565b6101a16103e1565b6101626101f73660046114ba565b6103f0565b61016261020a366004611520565b61042f565b61022261021d3660046114ba565b610484565b005b6101a16102323660046115a7565b6001600160a01b031660009081526033602052604090205490565b60cd54610185906001600160a01b031681565b6101a161026e3660046115a7565b6104e0565b610139610500565b6102226102893660046114ba565b61050f565b61016261029c3660046114ba565b610562565b6101626102af3660046114ba565b6105f4565b6102226102c2366004611676565b610602565b6102226102d536600461170c565b61071a565b6101a16102e8366004611776565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b606060368054610322906117a9565b80601f016020809104026020016040519081016040528092919081815260200182805461034e906117a9565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000336103b3818585610860565b5060019392505050565b6000336103cb858285610985565b6103d6858585610a17565b506001949350505050565b60006103eb610be5565b905090565b3360008181526034602090815260408083206001600160a01b03871684529091528120549091906103b3908290869061042a9087906117f4565b610860565b600061043b85856105f4565b50843b156103d6576103d6858585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610c6092505050565b60cc546001600160a01b031633146104d25760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064015b60405180910390fd5b6104dc8282610cca565b5050565b6001600160a01b0381166000908152609960205260408120545b92915050565b606060378054610322906117a9565b60cc546001600160a01b031633146105585760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064016104c9565b6104dc8282610da9565b3360008181526034602090815260408083206001600160a01b0387168452909152812054909190838110156105e75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016104c9565b6103d68286868403610860565b6000336103b3818585610a17565b600054610100900460ff1661061d5760005460ff1615610621565b303b155b6106845760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016104c9565b600054610100900460ff161580156106a6576000805461ffff19166101011790555b6106af86610ef4565b6106b98686610f4a565b60cd805460cc80546001600160a01b038088166001600160a01b03199283161790925590851660ff8816600160a01b02919091166001600160a81b0319909216919091171790558015610712576000805461ff00191690555b505050505050565b8342111561076a5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016104c9565b6000609a5488888861077b8c610f7b565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006107d682610fa3565b905060006107e682878787610ff1565b9050896001600160a01b0316816001600160a01b0316146108495760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016104c9565b6108548a8a8a610860565b50505050505050505050565b6001600160a01b0383166108c25760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c9565b6001600160a01b0382166109235760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c9565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038381166000908152603460209081526040808320938616835292905220546000198114610a115781811015610a045760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016104c9565b610a118484848403610860565b50505050565b6001600160a01b038316610a7b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c9565b6001600160a01b038216610add5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c9565b6001600160a01b03831660009081526033602052604090205481811015610b555760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016104c9565b6001600160a01b03808516600090815260336020526040808220858503905591851681529081208054849290610b8c9084906117f4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd891815260200190565b60405180910390a3610a11565b60006103eb7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f610c1460655490565b6066546040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b604051635260769b60e11b815283906001600160a01b0382169063a4c0ed3690610c929033908790879060040161180c565b600060405180830381600087803b158015610cac57600080fd5b505af1158015610cc0573d6000803e3d6000fd5b5050505050505050565b6001600160a01b038216610d205760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016104c9565b8060356000828254610d3291906117f4565b90915550506001600160a01b03821660009081526033602052604081208054839290610d5f9084906117f4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610e095760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016104c9565b6001600160a01b03821660009081526033602052604090205481811015610e7d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016104c9565b6001600160a01b0383166000908152603360205260408120838303905560358054849290610eac90849061183c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610978565b505050565b600054610100900460ff16610f1b5760405162461bcd60e51b81526004016104c990611853565b610f3e81604051806040016040528060018152602001603160f81b815250611019565b610f478161105a565b50565b600054610100900460ff16610f715760405162461bcd60e51b81526004016104c990611853565b6104dc82826110a8565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b60006104fa610fb0610be5565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000611002878787876110f6565b9150915061100f816111e3565b5095945050505050565b600054610100900460ff166110405760405162461bcd60e51b81526004016104c990611853565b815160209283012081519190920120606591909155606655565b600054610100900460ff166110815760405162461bcd60e51b81526004016104c990611853565b507f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9609a55565b600054610100900460ff166110cf5760405162461bcd60e51b81526004016104c990611853565b81516110e290603690602085019061139e565b508051610eef90603790602084019061139e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561112d57506000905060036111da565b8460ff16601b1415801561114557508460ff16601c14155b1561115657506000905060046111da565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166111d3576000600192509250506111da565b9150600090505b94509492505050565b60008160048111156111f7576111f761189e565b14156112005750565b60018160048111156112145761121461189e565b14156112625760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016104c9565b60028160048111156112765761127661189e565b14156112c45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016104c9565b60038160048111156112d8576112d861189e565b14156113315760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016104c9565b60048160048111156113455761134561189e565b1415610f475760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016104c9565b8280546113aa906117a9565b90600052602060002090601f0160209004810192826113cc5760008555611412565b82601f106113e557805160ff1916838001178555611412565b82800160010185558215611412579182015b828111156114125782518255916020019190600101906113f7565b5061141e929150611422565b5090565b5b8082111561141e5760008155600101611423565b6000815180845260005b8181101561145d57602081850181015186830182015201611441565b8181111561146f576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006114976020830184611437565b9392505050565b80356001600160a01b03811681146114b557600080fd5b919050565b600080604083850312156114cd57600080fd5b6114d68361149e565b946020939093013593505050565b6000806000606084860312156114f957600080fd5b6115028461149e565b92506115106020850161149e565b9150604084013590509250925092565b6000806000806060858703121561153657600080fd5b61153f8561149e565b935060208501359250604085013567ffffffffffffffff8082111561156357600080fd5b818701915087601f83011261157757600080fd5b81358181111561158657600080fd5b88602082850101111561159857600080fd5b95989497505060200194505050565b6000602082840312156115b957600080fd5b6114978261149e565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126115e957600080fd5b813567ffffffffffffffff80821115611604576116046115c2565b604051601f8301601f19908116603f0116810190828211818310171561162c5761162c6115c2565b8160405283815286602085880101111561164557600080fd5b836020870160208301376000602085830101528094505050505092915050565b803560ff811681146114b557600080fd5b600080600080600060a0868803121561168e57600080fd5b853567ffffffffffffffff808211156116a657600080fd5b6116b289838a016115d8565b965060208801359150808211156116c857600080fd5b506116d5888289016115d8565b9450506116e460408701611665565b92506116f26060870161149e565b91506117006080870161149e565b90509295509295909350565b600080600080600080600060e0888a03121561172757600080fd5b6117308861149e565b965061173e6020890161149e565b9550604088013594506060880135935061175a60808901611665565b925060a0880135915060c0880135905092959891949750929550565b6000806040838503121561178957600080fd5b6117928361149e565b91506117a06020840161149e565b90509250929050565b600181811c908216806117bd57607f821691505b60208210811415610f9d57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115611807576118076117de565b500190565b60018060a01b03841681528260208201526060604082015260006118336060830184611437565b95945050505050565b60008282101561184e5761184e6117de565b500390565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052602160045260246000fdfea26469706673582212202b07f710c9cf1804584777652b1341e9dfb5fb6c87078d0ae916c80f07eec4b164736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 10, - "balance": "0x21e1725bafac70b9088", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x810cef031576db76780b96b375bff38a00d227a7", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 11, - "balance": "0x21e1714f3703bb8cfaf", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x810cef031576db76780b96b375bff38a00d227a7", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0a4467bfb34b215bc6ea1acf7af6d61bfa31f9ef3cf6b975043c36485fb2f6d0" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x167ffbbaedd638c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b506118ea806100206000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063a457c2d711610071578063a457c2d71461028e578063a9059cbb146102a1578063c820f146146102b4578063d505accf146102c7578063dd62ed3e146102da57600080fd5b806370a0823114610224578063797594b01461024d5780637ecebe001461026057806395d89b41146102735780639dc29fac1461027b57600080fd5b8063313ce567116100f4578063313ce567146101c25780633644e515146101e157806339509351146101e95780634000aea0146101fc57806340c10f191461020f57600080fd5b806306fdde0314610131578063095ea7b31461014f578063116191b61461017257806318160ddd1461019d57806323b872dd146101af575b600080fd5b610139610313565b6040516101469190611484565b60405180910390f35b61016261015d3660046114ba565b6103a5565b6040519015158152602001610146565b60cc54610185906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b6035545b604051908152602001610146565b6101626101bd3660046114e4565b6103bd565b60cd54600160a01b900460ff1660405160ff9091168152602001610146565b6101a16103e1565b6101626101f73660046114ba565b6103f0565b61016261020a366004611520565b61042f565b61022261021d3660046114ba565b610484565b005b6101a16102323660046115a7565b6001600160a01b031660009081526033602052604090205490565b60cd54610185906001600160a01b031681565b6101a161026e3660046115a7565b6104e0565b610139610500565b6102226102893660046114ba565b61050f565b61016261029c3660046114ba565b610562565b6101626102af3660046114ba565b6105f4565b6102226102c2366004611676565b610602565b6102226102d536600461170c565b61071a565b6101a16102e8366004611776565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b606060368054610322906117a9565b80601f016020809104026020016040519081016040528092919081815260200182805461034e906117a9565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000336103b3818585610860565b5060019392505050565b6000336103cb858285610985565b6103d6858585610a17565b506001949350505050565b60006103eb610be5565b905090565b3360008181526034602090815260408083206001600160a01b03871684529091528120549091906103b3908290869061042a9087906117f4565b610860565b600061043b85856105f4565b50843b156103d6576103d6858585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610c6092505050565b60cc546001600160a01b031633146104d25760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064015b60405180910390fd5b6104dc8282610cca565b5050565b6001600160a01b0381166000908152609960205260408120545b92915050565b606060378054610322906117a9565b60cc546001600160a01b031633146105585760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064016104c9565b6104dc8282610da9565b3360008181526034602090815260408083206001600160a01b0387168452909152812054909190838110156105e75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016104c9565b6103d68286868403610860565b6000336103b3818585610a17565b600054610100900460ff1661061d5760005460ff1615610621565b303b155b6106845760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016104c9565b600054610100900460ff161580156106a6576000805461ffff19166101011790555b6106af86610ef4565b6106b98686610f4a565b60cd805460cc80546001600160a01b038088166001600160a01b03199283161790925590851660ff8816600160a01b02919091166001600160a81b0319909216919091171790558015610712576000805461ff00191690555b505050505050565b8342111561076a5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016104c9565b6000609a5488888861077b8c610f7b565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006107d682610fa3565b905060006107e682878787610ff1565b9050896001600160a01b0316816001600160a01b0316146108495760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016104c9565b6108548a8a8a610860565b50505050505050505050565b6001600160a01b0383166108c25760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c9565b6001600160a01b0382166109235760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c9565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038381166000908152603460209081526040808320938616835292905220546000198114610a115781811015610a045760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016104c9565b610a118484848403610860565b50505050565b6001600160a01b038316610a7b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c9565b6001600160a01b038216610add5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c9565b6001600160a01b03831660009081526033602052604090205481811015610b555760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016104c9565b6001600160a01b03808516600090815260336020526040808220858503905591851681529081208054849290610b8c9084906117f4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd891815260200190565b60405180910390a3610a11565b60006103eb7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f610c1460655490565b6066546040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b604051635260769b60e11b815283906001600160a01b0382169063a4c0ed3690610c929033908790879060040161180c565b600060405180830381600087803b158015610cac57600080fd5b505af1158015610cc0573d6000803e3d6000fd5b5050505050505050565b6001600160a01b038216610d205760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016104c9565b8060356000828254610d3291906117f4565b90915550506001600160a01b03821660009081526033602052604081208054839290610d5f9084906117f4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610e095760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016104c9565b6001600160a01b03821660009081526033602052604090205481811015610e7d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016104c9565b6001600160a01b0383166000908152603360205260408120838303905560358054849290610eac90849061183c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610978565b505050565b600054610100900460ff16610f1b5760405162461bcd60e51b81526004016104c990611853565b610f3e81604051806040016040528060018152602001603160f81b815250611019565b610f478161105a565b50565b600054610100900460ff16610f715760405162461bcd60e51b81526004016104c990611853565b6104dc82826110a8565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b60006104fa610fb0610be5565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000611002878787876110f6565b9150915061100f816111e3565b5095945050505050565b600054610100900460ff166110405760405162461bcd60e51b81526004016104c990611853565b815160209283012081519190920120606591909155606655565b600054610100900460ff166110815760405162461bcd60e51b81526004016104c990611853565b507f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9609a55565b600054610100900460ff166110cf5760405162461bcd60e51b81526004016104c990611853565b81516110e290603690602085019061139e565b508051610eef90603790602084019061139e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561112d57506000905060036111da565b8460ff16601b1415801561114557508460ff16601c14155b1561115657506000905060046111da565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166111d3576000600192509250506111da565b9150600090505b94509492505050565b60008160048111156111f7576111f761189e565b14156112005750565b60018160048111156112145761121461189e565b14156112625760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016104c9565b60028160048111156112765761127661189e565b14156112c45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016104c9565b60038160048111156112d8576112d861189e565b14156113315760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016104c9565b60048160048111156113455761134561189e565b1415610f475760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016104c9565b8280546113aa906117a9565b90600052602060002090601f0160209004810192826113cc5760008555611412565b82601f106113e557805160ff1916838001178555611412565b82800160010185558215611412579182015b828111156114125782518255916020019190600101906113f7565b5061141e929150611422565b5090565b5b8082111561141e5760008155600101611423565b6000815180845260005b8181101561145d57602081850181015186830182015201611441565b8181111561146f576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006114976020830184611437565b9392505050565b80356001600160a01b03811681146114b557600080fd5b919050565b600080604083850312156114cd57600080fd5b6114d68361149e565b946020939093013593505050565b6000806000606084860312156114f957600080fd5b6115028461149e565b92506115106020850161149e565b9150604084013590509250925092565b6000806000806060858703121561153657600080fd5b61153f8561149e565b935060208501359250604085013567ffffffffffffffff8082111561156357600080fd5b818701915087601f83011261157757600080fd5b81358181111561158657600080fd5b88602082850101111561159857600080fd5b95989497505060200194505050565b6000602082840312156115b957600080fd5b6114978261149e565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126115e957600080fd5b813567ffffffffffffffff80821115611604576116046115c2565b604051601f8301601f19908116603f0116810190828211818310171561162c5761162c6115c2565b8160405283815286602085880101111561164557600080fd5b836020870160208301376000602085830101528094505050505092915050565b803560ff811681146114b557600080fd5b600080600080600060a0868803121561168e57600080fd5b853567ffffffffffffffff808211156116a657600080fd5b6116b289838a016115d8565b965060208801359150808211156116c857600080fd5b506116d5888289016115d8565b9450506116e460408701611665565b92506116f26060870161149e565b91506117006080870161149e565b90509295509295909350565b600080600080600080600060e0888a03121561172757600080fd5b6117308861149e565b965061173e6020890161149e565b9550604088013594506060880135935061175a60808901611665565b925060a0880135915060c0880135905092959891949750929550565b6000806040838503121561178957600080fd5b6117928361149e565b91506117a06020840161149e565b90509250929050565b600181811c908216806117bd57607f821691505b60208210811415610f9d57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115611807576118076117de565b500190565b60018060a01b03841681528260208201526060604082015260006118336060830184611437565b95945050505050565b60008282101561184e5761184e6117de565b500390565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052602160045260246000fdfea26469706673582212202b07f710c9cf1804584777652b1341e9dfb5fb6c87078d0ae916c80f07eec4b164736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1706099, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1706096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1706093, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1706081, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1706079, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1706076, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1706073, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1706070, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1706060, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1706059, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 1706057, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 1706054, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x18ea" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 1706051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x18ea", - "0x18ea" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 1706048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x18ea", - "0x18ea", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 1706045, - "gasCost": 1272, - "depth": 1, - "stack": [ - "0x18ea", - "0x18ea", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 1704773, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x18ea" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 1704770, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x18ea", - "0x0" - ] - } - ] - }, - { - "gas": 379779, - "failed": false, - "returnValue": "608060405234801561001057600080fd5b50600436106100625760003560e01c80635c60da1b1461006757806361e98ca114610096578063715018a6146100a95780637bdbcbbf146100b35780638da5cb5b146100c6578063f2fde38b146100d7575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b61007a6100a4366004610443565b6100ea565b6100b161011a565b005b61007a6100c1366004610443565b610159565b6000546001600160a01b031661007a565b6100b16100e5366004610476565b6101a9565b6000806100f78484610244565b600154909150610110906001600160a01b0316826102ca565b9150505b92915050565b6000546001600160a01b0316331461014d5760405162461bcd60e51b815260040161014490610491565b60405180910390fd5b6101576000610337565b565b600080546001600160a01b031633146101845760405162461bcd60e51b815260040161014490610491565b60006101908484610244565b600154909150610110906001600160a01b031682610387565b6000546001600160a01b031633146101d35760405162461bcd60e51b815260040161014490610491565b6001600160a01b0381166102385760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610144565b61024181610337565b50565b6040516bffffffffffffffffffffffff19606083901b1660208201526000908390603401604051602081830303815290604052805190602001206040516020016102ac92919060609290921b6bffffffffffffffffffffffff19168252601482015260340190565b60405160208183030381529060405280519060200120905092915050565b6000610330838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166101145760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c65640000000000000000006044820152606401610144565b80356001600160a01b038116811461043e57600080fd5b919050565b6000806040838503121561045657600080fd5b61045f83610427565b915061046d60208401610427565b90509250929050565b60006020828403121561048857600080fd5b61033082610427565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122048e180d3bf138a23835ff5a47862fb56a14aa7622da00c39f5ed29ff33813fcb64736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 11, - "balance": "0x21e1714f3703bb8cfaf", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 12, - "balance": "0x21e17107f156275849c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x13305f1072c20bed75276962f69c403e0caab3a02bb385e68cc54172bc37a2cf" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x16c0bf440077d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b5060405161064238038061064283398101604081905261002f91610107565b610038336100b7565b6001600160a01b0381166100925760405162461bcd60e51b815260206004820152601b60248201527f7a65726f20696d706c656d656e746174696f6e20616464726573730000000000604482015260640160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055610137565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561011957600080fd5b81516001600160a01b038116811461013057600080fd5b9392505050565b6104fc806101466000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c80635c60da1b1461006757806361e98ca114610096578063715018a6146100a95780637bdbcbbf146100b35780638da5cb5b146100c6578063f2fde38b146100d7575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b61007a6100a4366004610443565b6100ea565b6100b161011a565b005b61007a6100c1366004610443565b610159565b6000546001600160a01b031661007a565b6100b16100e5366004610476565b6101a9565b6000806100f78484610244565b600154909150610110906001600160a01b0316826102ca565b9150505b92915050565b6000546001600160a01b0316331461014d5760405162461bcd60e51b815260040161014490610491565b60405180910390fd5b6101576000610337565b565b600080546001600160a01b031633146101845760405162461bcd60e51b815260040161014490610491565b60006101908484610244565b600154909150610110906001600160a01b031682610387565b6000546001600160a01b031633146101d35760405162461bcd60e51b815260040161014490610491565b6001600160a01b0381166102385760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610144565b61024181610337565b50565b6040516bffffffffffffffffffffffff19606083901b1660208201526000908390603401604051602081830303815290604052805190602001206040516020016102ac92919060609290921b6bffffffffffffffffffffffff19168252601482015260340190565b60405160208183030381529060405280519060200120905092915050565b6000610330838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166101145760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c65640000000000000000006044820152606401610144565b80356001600160a01b038116811461043e57600080fd5b919050565b6000806040838503121561045657600080fd5b61045f83610427565b915061046d60208401610427565b90509250929050565b60006020828403121561048857600080fd5b61033082610427565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122048e180d3bf138a23835ff5a47862fb56a14aa7622da00c39f5ed29ff33813fcb64736f6c634300080a0033000000000000000000000000810cef031576db76780b96b375bff38a00d227a7", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 415540, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 415537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 415534, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 415522, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 415520, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 415517, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 415514, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 415511, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 415501, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 415500, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH1", - "gas": 415498, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 20, - "op": "MLOAD", - "gas": 415495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 21, - "op": "PUSH2", - "gas": 415492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 24, - "op": "CODESIZE", - "gas": 415489, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0x642" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 25, - "op": "SUB", - "gas": 415487, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x642", - "0x662" - ] - }, - { - "pc": 26, - "op": "DUP1", - "gas": 415484, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 27, - "op": "PUSH2", - "gas": 415481, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20" - ] - }, - { - "pc": 30, - "op": "DUP4", - "gas": 415478, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x642" - ] - }, - { - "pc": 31, - "op": "CODECOPY", - "gas": 415475, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x20", - "0x642", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 32, - "op": "DUP2", - "gas": 415463, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20" - ] - }, - { - "pc": 33, - "op": "ADD", - "gas": 415460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x20", - "0x80" - ] - }, - { - "pc": 34, - "op": "PUSH1", - "gas": 415457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0" - ] - }, - { - "pc": 36, - "op": "DUP2", - "gas": 415454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0x40" - ] - }, - { - "pc": 37, - "op": "SWAP1", - "gas": 415451, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0x40", - "0xa0" - ] - }, - { - "pc": 38, - "op": "MSTORE", - "gas": 415448, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0xa0", - "0x40" - ] - }, - { - "pc": 39, - "op": "PUSH2", - "gas": 415445, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0" - ] - }, - { - "pc": 42, - "op": "SWAP2", - "gas": 415442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xa0", - "0x2f" - ] - }, - { - "pc": 43, - "op": "PUSH2", - "gas": 415439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80" - ] - }, - { - "pc": 46, - "op": "JUMP", - "gas": 415436, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x107" - ] - }, - { - "pc": 263, - "op": "JUMPDEST", - "gas": 415428, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80" - ] - }, - { - "pc": 264, - "op": "PUSH1", - "gas": 415427, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80" - ] - }, - { - "pc": 266, - "op": "PUSH1", - "gas": 415424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0" - ] - }, - { - "pc": 268, - "op": "DUP3", - "gas": 415421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20" - ] - }, - { - "pc": 269, - "op": "DUP5", - "gas": 415418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20", - "0x80" - ] - }, - { - "pc": 270, - "op": "SUB", - "gas": 415415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20", - "0x80", - "0xa0" - ] - }, - { - "pc": 271, - "op": "SLT", - "gas": 415412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x20", - "0x20" - ] - }, - { - "pc": 272, - "op": "ISZERO", - "gas": 415409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 273, - "op": "PUSH2", - "gas": 415406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x1" - ] - }, - { - "pc": 276, - "op": "JUMPI", - "gas": 415403, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x1", - "0x119" - ] - }, - { - "pc": 281, - "op": "JUMPDEST", - "gas": 415393, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0" - ] - }, - { - "pc": 282, - "op": "DUP2", - "gas": 415392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0" - ] - }, - { - "pc": 283, - "op": "MLOAD", - "gas": 415389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x80" - ] - }, - { - "pc": 284, - "op": "PUSH1", - "gas": 415386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 286, - "op": "PUSH1", - "gas": 415383, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1" - ] - }, - { - "pc": 288, - "op": "PUSH1", - "gas": 415380, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x1" - ] - }, - { - "pc": 290, - "op": "SHL", - "gas": 415377, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 291, - "op": "SUB", - "gas": 415374, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 292, - "op": "DUP2", - "gas": 415371, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 293, - "op": "AND", - "gas": 415368, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 294, - "op": "DUP2", - "gas": 415365, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 295, - "op": "EQ", - "gas": 415362, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 296, - "op": "PUSH2", - "gas": 415359, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1" - ] - }, - { - "pc": 299, - "op": "JUMPI", - "gas": 415356, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x130" - ] - }, - { - "pc": 304, - "op": "JUMPDEST", - "gas": 415346, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 305, - "op": "SWAP4", - "gas": 415345, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x2f", - "0xa0", - "0x80", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 306, - "op": "SWAP3", - "gas": 415342, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0xa0", - "0x80", - "0x0", - "0x2f" - ] - }, - { - "pc": 307, - "op": "POP", - "gas": 415339, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x2f", - "0x80", - "0x0", - "0xa0" - ] - }, - { - "pc": 308, - "op": "POP", - "gas": 415337, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x2f", - "0x80", - "0x0" - ] - }, - { - "pc": 309, - "op": "POP", - "gas": 415335, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x2f", - "0x80" - ] - }, - { - "pc": 310, - "op": "JUMP", - "gas": 415333, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x2f" - ] - }, - { - "pc": 47, - "op": "JUMPDEST", - "gas": 415325, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 48, - "op": "PUSH2", - "gas": 415324, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 51, - "op": "CALLER", - "gas": 415321, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38" - ] - }, - { - "pc": 52, - "op": "PUSH2", - "gas": 415319, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 55, - "op": "JUMP", - "gas": 415316, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xb7" - ] - }, - { - "pc": 183, - "op": "JUMPDEST", - "gas": 415308, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 184, - "op": "PUSH1", - "gas": 415307, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 186, - "op": "DUP1", - "gas": 415304, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 187, - "op": "SLOAD", - "gas": 415301, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 188, - "op": "PUSH1", - "gas": 413201, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0" - ] - }, - { - "pc": 190, - "op": "PUSH1", - "gas": 413198, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 192, - "op": "PUSH1", - "gas": 413195, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 194, - "op": "SHL", - "gas": 413192, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 195, - "op": "SUB", - "gas": 413189, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 196, - "op": "DUP4", - "gas": 413186, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 197, - "op": "DUP2", - "gas": 413183, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 198, - "op": "AND", - "gas": 413180, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 199, - "op": "PUSH1", - "gas": 413177, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 201, - "op": "PUSH1", - "gas": 413174, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1" - ] - }, - { - "pc": 203, - "op": "PUSH1", - "gas": 413171, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1" - ] - }, - { - "pc": 205, - "op": "SHL", - "gas": 413168, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 206, - "op": "SUB", - "gas": 413165, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 207, - "op": "NOT", - "gas": 413162, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 208, - "op": "DUP4", - "gas": 413159, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 209, - "op": "AND", - "gas": 413156, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", - "0x0" - ] - }, - { - "pc": 210, - "op": "DUP2", - "gas": 413153, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 211, - "op": "OR", - "gas": 413150, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 212, - "op": "DUP5", - "gas": 413147, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 213, - "op": "SSTORE", - "gas": 413144, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - }, - "extraData": { - "proofList": [ - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 214, - "op": "PUSH1", - "gas": 393144, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 216, - "op": "MLOAD", - "gas": 393141, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x40" - ] - }, - { - "pc": 217, - "op": "SWAP2", - "gas": 393138, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0" - ] - }, - { - "pc": 218, - "op": "SWAP1", - "gas": 393135, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xa0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 219, - "op": "SWAP3", - "gas": 393132, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xa0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 220, - "op": "AND", - "gas": 393129, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x0" - ] - }, - { - "pc": 221, - "op": "SWAP3", - "gas": 393126, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x0" - ] - }, - { - "pc": 222, - "op": "DUP4", - "gas": 393123, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x0" - ] - }, - { - "pc": 223, - "op": "SWAP2", - "gas": 393120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0xa0", - "0x0", - "0x0" - ] - }, - { - "pc": 224, - "op": "PUSH32", - "gas": 393117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xa0" - ] - }, - { - "pc": 257, - "op": "SWAP2", - "gas": 393114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x0", - "0xa0", - "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0" - ] - }, - { - "pc": 258, - "op": "SWAP1", - "gas": 393111, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", - "0xa0", - "0x0" - ] - }, - { - "pc": 259, - "op": "LOG3", - "gas": 393108, - "gasCost": 1500, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0", - "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", - "0x0", - "0xa0" - ] - }, - { - "pc": 260, - "op": "POP", - "gas": 391608, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0" - ] - }, - { - "pc": 261, - "op": "POP", - "gas": 391606, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38", - "0x222214dcc294b72e40d2f37111a1f966aaefdbdd" - ] - }, - { - "pc": 262, - "op": "JUMP", - "gas": 391604, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x38" - ] - }, - { - "pc": 56, - "op": "JUMPDEST", - "gas": 391596, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 57, - "op": "PUSH1", - "gas": 391595, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 59, - "op": "PUSH1", - "gas": 391592, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1" - ] - }, - { - "pc": 61, - "op": "PUSH1", - "gas": 391589, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x1" - ] - }, - { - "pc": 63, - "op": "SHL", - "gas": 391586, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 64, - "op": "SUB", - "gas": 391583, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 65, - "op": "DUP2", - "gas": 391580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 66, - "op": "AND", - "gas": 391577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 67, - "op": "PUSH2", - "gas": 391574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 70, - "op": "JUMPI", - "gas": 391571, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x92" - ] - }, - { - "pc": 146, - "op": "JUMPDEST", - "gas": 391561, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 147, - "op": "PUSH1", - "gas": 391560, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 149, - "op": "DUP1", - "gas": 391557, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1" - ] - }, - { - "pc": 150, - "op": "SLOAD", - "gas": 391554, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x1" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 151, - "op": "PUSH1", - "gas": 389454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0" - ] - }, - { - "pc": 153, - "op": "PUSH1", - "gas": 389451, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1" - ] - }, - { - "pc": 155, - "op": "PUSH1", - "gas": 389448, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 157, - "op": "SHL", - "gas": 389445, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 158, - "op": "SUB", - "gas": 389442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 159, - "op": "NOT", - "gas": 389439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 160, - "op": "AND", - "gas": 389436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 161, - "op": "PUSH1", - "gas": 389433, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0" - ] - }, - { - "pc": 163, - "op": "PUSH1", - "gas": 389430, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1" - ] - }, - { - "pc": 165, - "op": "PUSH1", - "gas": 389427, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 167, - "op": "SHL", - "gas": 389424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 168, - "op": "SUB", - "gas": 389421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 169, - "op": "SWAP3", - "gas": 389418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 170, - "op": "SWAP1", - "gas": 389415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xffffffffffffffffffffffffffffffffffffffff", - "0x1", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 171, - "op": "SWAP3", - "gas": 389412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xffffffffffffffffffffffffffffffffffffffff", - "0x1", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x0" - ] - }, - { - "pc": 172, - "op": "AND", - "gas": 389409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x810cef031576db76780b96b375bff38a00d227a7", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 173, - "op": "SWAP2", - "gas": 389406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 174, - "op": "SWAP1", - "gas": 389403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1", - "0x0" - ] - }, - { - "pc": 175, - "op": "SWAP2", - "gas": 389400, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x0", - "0x1" - ] - }, - { - "pc": 176, - "op": "OR", - "gas": 389397, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1", - "0x0", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 177, - "op": "SWAP1", - "gas": 389394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1", - "0x810cef031576db76780b96b375bff38a00d227a7" - ] - }, - { - "pc": 178, - "op": "SSTORE", - "gas": 389391, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x810cef031576db76780b96b375bff38a00d227a7", - "0x1" - ], - "storage": { - "0x0000000000000000000000000000000000000000000000000000000000000000": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd", - "0x0000000000000000000000000000000000000000000000000000000000000001": "0x000000000000000000000000810cef031576db76780b96b375bff38a00d227a7" - }, - "extraData": { - "proofList": [ - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 179, - "op": "PUSH2", - "gas": 369391, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 182, - "op": "JUMP", - "gas": 369388, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x137" - ] - }, - { - "pc": 311, - "op": "JUMPDEST", - "gas": 369380, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 312, - "op": "PUSH2", - "gas": 369379, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 315, - "op": "DUP1", - "gas": 369376, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x4fc" - ] - }, - { - "pc": 316, - "op": "PUSH2", - "gas": 369373, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x4fc", - "0x4fc" - ] - }, - { - "pc": 319, - "op": "PUSH1", - "gas": 369370, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x4fc", - "0x4fc", - "0x146" - ] - }, - { - "pc": 321, - "op": "CODECOPY", - "gas": 369367, - "gasCost": 231, - "depth": 1, - "stack": [ - "0x4fc", - "0x4fc", - "0x146", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 322, - "op": "PUSH1", - "gas": 369136, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x4fc" - ] - }, - { - "pc": 324, - "op": "RETURN", - "gas": 369133, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x4fc", - "0x0" - ] - } - ] - }, - { - "gas": 1065943, - "failed": false, - "returnValue": "6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 12, - "balance": "0x21e17107f156275849c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 13, - "balance": "0x21e1703fe65c9c5ad75", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2b223b4e3b17649390789836912e3d55f127391790d847aadebf8ff00f04fe55" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x177685cd5a06f8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b50611253806100206000396000f3fe6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1258957, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1258954, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1258951, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1258939, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1258937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1258934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1258931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1258928, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1258918, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1258917, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 1258915, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 1258912, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1253" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 1258909, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1253", - "0x1253" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 1258906, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1253", - "0x1253", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 1258903, - "gasCost": 918, - "depth": 1, - "stack": [ - "0x1253", - "0x1253", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 1257985, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1253" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 1257982, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x1253", - "0x0" - ] - } - ] - }, - { - "gas": 596333, - "failed": false, - "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 13, - "balance": "0x21e1703fe65c9c5ad75", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 14, - "balance": "0x21e16fcffcce247f698", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x17dc3729f86758c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 660724, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 660721, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 660718, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "PUSH1", - "gas": 660706, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 7, - "op": "MLOAD", - "gas": 660703, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 8, - "op": "PUSH3", - "gas": 660700, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 12, - "op": "CODESIZE", - "gas": 660697, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0xf66" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 13, - "op": "SUB", - "gas": 660695, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xf66", - "0xfe6" - ] - }, - { - "pc": 14, - "op": "DUP1", - "gas": 660692, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 15, - "op": "PUSH3", - "gas": 660689, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 19, - "op": "DUP4", - "gas": 660686, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66" - ] - }, - { - "pc": 20, - "op": "CODECOPY", - "gas": 660683, - "gasCost": 30, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 21, - "op": "DUP2", - "gas": 660653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 22, - "op": "ADD", - "gas": 660650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 23, - "op": "PUSH1", - "gas": 660647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 25, - "op": "DUP2", - "gas": 660644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40" - ] - }, - { - "pc": 26, - "op": "SWAP1", - "gas": 660641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40", - "0x100" - ] - }, - { - "pc": 27, - "op": "MSTORE", - "gas": 660638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x100", - "0x40" - ] - }, - { - "pc": 28, - "op": "PUSH3", - "gas": 660635, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 32, - "op": "SWAP2", - "gas": 660632, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x26" - ] - }, - { - "pc": 33, - "op": "PUSH3", - "gas": 660629, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 37, - "op": "JUMP", - "gas": 660626, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x519" - ] - }, - { - "pc": 1305, - "op": "JUMPDEST", - "gas": 660618, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1306, - "op": "PUSH1", - "gas": 660617, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1308, - "op": "DUP1", - "gas": 660614, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0" - ] - }, - { - "pc": 1309, - "op": "PUSH1", - "gas": 660611, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 1311, - "op": "PUSH1", - "gas": 660608, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1313, - "op": "DUP5", - "gas": 660605, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60" - ] - }, - { - "pc": 1314, - "op": "DUP7", - "gas": 660602, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1315, - "op": "SUB", - "gas": 660599, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80", - "0x100" - ] - }, - { - "pc": 1316, - "op": "SLT", - "gas": 660596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1317, - "op": "ISZERO", - "gas": 660593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1318, - "op": "PUSH3", - "gas": 660590, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 1322, - "op": "JUMPI", - "gas": 660587, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1", - "0x52f" - ] - }, - { - "pc": 1327, - "op": "JUMPDEST", - "gas": 660577, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1328, - "op": "PUSH3", - "gas": 660576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1332, - "op": "DUP5", - "gas": 660573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a" - ] - }, - { - "pc": 1333, - "op": "PUSH3", - "gas": 660570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1337, - "op": "JUMP", - "gas": 660567, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660559, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x80" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660546, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660543, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660534, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660522, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660512, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660511, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660508, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x80", - "0x53a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660505, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x53a", - "0x80" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660503, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x53a" - ] - }, - { - "pc": 1338, - "op": "JUMPDEST", - "gas": 660495, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1339, - "op": "SWAP3", - "gas": 660494, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1340, - "op": "POP", - "gas": 660491, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1341, - "op": "PUSH3", - "gas": 660489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0" - ] - }, - { - "pc": 1345, - "op": "PUSH1", - "gas": 660486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a" - ] - }, - { - "pc": 1347, - "op": "DUP6", - "gas": 660483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0x20" - ] - }, - { - "pc": 1348, - "op": "ADD", - "gas": 660480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0x20", - "0x80" - ] - }, - { - "pc": 1349, - "op": "PUSH3", - "gas": 660477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1353, - "op": "JUMP", - "gas": 660474, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660466, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660465, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660462, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xa0" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660459, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660456, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660453, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660450, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660447, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660444, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660441, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660438, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660435, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660432, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660429, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660419, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xa0", - "0x54a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660412, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660410, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a" - ] - }, - { - "pc": 1354, - "op": "JUMPDEST", - "gas": 660402, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1355, - "op": "PUSH1", - "gas": 660401, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1357, - "op": "DUP6", - "gas": 660398, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40" - ] - }, - { - "pc": 1358, - "op": "ADD", - "gas": 660395, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40", - "0x80" - ] - }, - { - "pc": 1359, - "op": "MLOAD", - "gas": 660392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xc0" - ] - }, - { - "pc": 1360, - "op": "SWAP1", - "gas": 660389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x60" - ] - }, - { - "pc": 1361, - "op": "SWAP3", - "gas": 660386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x0", - "0x60", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1362, - "op": "POP", - "gas": 660383, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x0" - ] - }, - { - "pc": 1363, - "op": "PUSH1", - "gas": 660381, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60" - ] - }, - { - "pc": 1365, - "op": "PUSH1", - "gas": 660378, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1" - ] - }, - { - "pc": 1367, - "op": "PUSH1", - "gas": 660375, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1" - ] - }, - { - "pc": 1369, - "op": "SHL", - "gas": 660372, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1", - "0x40" - ] - }, - { - "pc": 1370, - "op": "SUB", - "gas": 660369, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x10000000000000000" - ] - }, - { - "pc": 1371, - "op": "DUP1", - "gas": 660366, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1372, - "op": "DUP3", - "gas": 660363, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff" - ] - }, - { - "pc": 1373, - "op": "GT", - "gas": 660360, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1374, - "op": "ISZERO", - "gas": 660357, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1375, - "op": "PUSH3", - "gas": 660354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1379, - "op": "JUMPI", - "gas": 660351, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1", - "0x568" - ] - }, - { - "pc": 1384, - "op": "JUMPDEST", - "gas": 660341, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1385, - "op": "DUP2", - "gas": 660340, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1386, - "op": "DUP7", - "gas": 660337, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1387, - "op": "ADD", - "gas": 660334, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60", - "0x80" - ] - }, - { - "pc": 1388, - "op": "SWAP2", - "gas": 660331, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1389, - "op": "POP", - "gas": 660328, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1390, - "op": "DUP7", - "gas": 660326, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1391, - "op": "PUSH1", - "gas": 660323, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100" - ] - }, - { - "pc": 1393, - "op": "DUP4", - "gas": 660320, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f" - ] - }, - { - "pc": 1394, - "op": "ADD", - "gas": 660317, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f", - "0xe0" - ] - }, - { - "pc": 1395, - "op": "SLT", - "gas": 660314, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0xff" - ] - }, - { - "pc": 1396, - "op": "PUSH3", - "gas": 660311, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1400, - "op": "JUMPI", - "gas": 660308, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1", - "0x57d" - ] - }, - { - "pc": 1405, - "op": "JUMPDEST", - "gas": 660298, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1406, - "op": "DUP2", - "gas": 660297, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1407, - "op": "MLOAD", - "gas": 660294, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1408, - "op": "DUP2", - "gas": 660291, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1409, - "op": "DUP2", - "gas": 660288, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1410, - "op": "GT", - "gas": 660285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1411, - "op": "ISZERO", - "gas": 660282, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x0" - ] - }, - { - "pc": 1412, - "op": "PUSH3", - "gas": 660279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1" - ] - }, - { - "pc": 1416, - "op": "JUMPI", - "gas": 660276, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1", - "0x592" - ] - }, - { - "pc": 1426, - "op": "JUMPDEST", - "gas": 660266, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1427, - "op": "PUSH1", - "gas": 660265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1429, - "op": "MLOAD", - "gas": 660262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x40" - ] - }, - { - "pc": 1430, - "op": "PUSH1", - "gas": 660259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100" - ] - }, - { - "pc": 1432, - "op": "DUP3", - "gas": 660256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1433, - "op": "ADD", - "gas": 660253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x0" - ] - }, - { - "pc": 1434, - "op": "PUSH1", - "gas": 660250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1436, - "op": "NOT", - "gas": 660247, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x1f" - ] - }, - { - "pc": 1437, - "op": "SWAP1", - "gas": 660244, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1438, - "op": "DUP2", - "gas": 660241, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f" - ] - }, - { - "pc": 1439, - "op": "AND", - "gas": 660238, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1440, - "op": "PUSH1", - "gas": 660235, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0" - ] - }, - { - "pc": 1442, - "op": "ADD", - "gas": 660232, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0", - "0x3f" - ] - }, - { - "pc": 1443, - "op": "AND", - "gas": 660229, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x3f" - ] - }, - { - "pc": 1444, - "op": "DUP2", - "gas": 660226, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20" - ] - }, - { - "pc": 1445, - "op": "ADD", - "gas": 660223, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20", - "0x100" - ] - }, - { - "pc": 1446, - "op": "SWAP1", - "gas": 660220, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1447, - "op": "DUP4", - "gas": 660217, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1448, - "op": "DUP3", - "gas": 660214, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff" - ] - }, - { - "pc": 1449, - "op": "GT", - "gas": 660211, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff", - "0x120" - ] - }, - { - "pc": 1450, - "op": "DUP2", - "gas": 660208, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1451, - "op": "DUP4", - "gas": 660205, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1452, - "op": "LT", - "gas": 660202, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1453, - "op": "OR", - "gas": 660199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1454, - "op": "ISZERO", - "gas": 660196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1455, - "op": "PUSH3", - "gas": 660193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1459, - "op": "JUMPI", - "gas": 660190, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5bd" - ] - }, - { - "pc": 1469, - "op": "JUMPDEST", - "gas": 660180, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1470, - "op": "DUP2", - "gas": 660179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1471, - "op": "PUSH1", - "gas": 660176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120" - ] - }, - { - "pc": 1473, - "op": "MSTORE", - "gas": 660173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120", - "0x40" - ] - }, - { - "pc": 1474, - "op": "DUP3", - "gas": 660170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1475, - "op": "DUP2", - "gas": 660167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1476, - "op": "MSTORE", - "gas": 660164, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1477, - "op": "DUP10", - "gas": 660158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1478, - "op": "PUSH1", - "gas": 660155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1480, - "op": "DUP5", - "gas": 660152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20" - ] - }, - { - "pc": 1481, - "op": "DUP8", - "gas": 660149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0" - ] - }, - { - "pc": 1482, - "op": "ADD", - "gas": 660146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0", - "0xe0" - ] - }, - { - "pc": 1483, - "op": "ADD", - "gas": 660143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0xe0" - ] - }, - { - "pc": 1484, - "op": "GT", - "gas": 660140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x100" - ] - }, - { - "pc": 1485, - "op": "ISZERO", - "gas": 660137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1486, - "op": "PUSH3", - "gas": 660134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1490, - "op": "JUMPI", - "gas": 660131, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5d7" - ] - }, - { - "pc": 1495, - "op": "JUMPDEST", - "gas": 660121, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1496, - "op": "PUSH3", - "gas": 660120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1500, - "op": "DUP4", - "gas": 660117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1501, - "op": "PUSH1", - "gas": 660114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 1503, - "op": "DUP4", - "gas": 660111, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20" - ] - }, - { - "pc": 1504, - "op": "ADD", - "gas": 660108, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20", - "0x100" - ] - }, - { - "pc": 1505, - "op": "PUSH1", - "gas": 660105, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 1507, - "op": "DUP9", - "gas": 660102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20" - ] - }, - { - "pc": 1508, - "op": "ADD", - "gas": 660099, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20", - "0xe0" - ] - }, - { - "pc": 1509, - "op": "PUSH3", - "gas": 660096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1513, - "op": "JUMP", - "gas": 660093, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x4ea" - ] - }, - { - "pc": 1258, - "op": "JUMPDEST", - "gas": 660085, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1259, - "op": "PUSH1", - "gas": 660084, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1261, - "op": "JUMPDEST", - "gas": 660081, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1262, - "op": "DUP4", - "gas": 660080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1263, - "op": "DUP2", - "gas": 660077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1264, - "op": "LT", - "gas": 660074, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1265, - "op": "ISZERO", - "gas": 660071, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1266, - "op": "PUSH3", - "gas": 660068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1270, - "op": "JUMPI", - "gas": 660065, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x507" - ] - }, - { - "pc": 1287, - "op": "JUMPDEST", - "gas": 660055, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1288, - "op": "DUP4", - "gas": 660054, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1289, - "op": "DUP2", - "gas": 660051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1290, - "op": "GT", - "gas": 660048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1291, - "op": "ISZERO", - "gas": 660045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1292, - "op": "PUSH3", - "gas": 660042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1296, - "op": "JUMPI", - "gas": 660039, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x11d" - ] - }, - { - "pc": 285, - "op": "JUMPDEST", - "gas": 660029, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 286, - "op": "POP", - "gas": 660028, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 660026, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 660025, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 660023, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 660021, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 660019, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1514, - "op": "JUMPDEST", - "gas": 660011, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1515, - "op": "DUP1", - "gas": 660010, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1516, - "op": "SWAP6", - "gas": 660007, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1517, - "op": "POP", - "gas": 660004, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1518, - "op": "POP", - "gas": 660002, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1519, - "op": "POP", - "gas": 660000, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120" - ] - }, - { - "pc": 1520, - "op": "POP", - "gas": 659998, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1521, - "op": "POP", - "gas": 659996, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1522, - "op": "POP", - "gas": 659994, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0" - ] - }, - { - "pc": 1523, - "op": "SWAP3", - "gas": 659992, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 1524, - "op": "POP", - "gas": 659989, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x80" - ] - }, - { - "pc": 1525, - "op": "SWAP3", - "gas": 659987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1526, - "op": "POP", - "gas": 659984, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 1527, - "op": "SWAP3", - "gas": 659982, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1528, - "op": "JUMP", - "gas": 659979, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x26" - ] - }, - { - "pc": 38, - "op": "JUMPDEST", - "gas": 659971, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 39, - "op": "DUP3", - "gas": 659970, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 40, - "op": "DUP2", - "gas": 659967, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 41, - "op": "PUSH3", - "gas": 659964, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 45, - "op": "PUSH1", - "gas": 659961, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55" - ] - }, - { - "pc": 47, - "op": "PUSH32", - "gas": 659958, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1" - ] - }, - { - "pc": 80, - "op": "PUSH3", - "gas": 659955, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 84, - "op": "JUMP", - "gas": 659952, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 659944, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 659943, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 659940, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 659937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 659934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 659931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 659928, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 659925, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 659915, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 659914, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 659912, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 659909, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x55", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 659906, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x55" - ] - }, - { - "pc": 85, - "op": "JUMPDEST", - "gas": 659898, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 86, - "op": "PUSH1", - "gas": 659897, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 88, - "op": "DUP1", - "gas": 659894, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 89, - "op": "MLOAD", - "gas": 659891, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 90, - "op": "PUSH1", - "gas": 659888, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 92, - "op": "PUSH3", - "gas": 659885, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 96, - "op": "DUP4", - "gas": 659882, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 97, - "op": "CODECOPY", - "gas": 659879, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 98, - "op": "DUP2", - "gas": 659873, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 99, - "op": "MLOAD", - "gas": 659870, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 100, - "op": "SWAP2", - "gas": 659867, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 101, - "op": "MSTORE", - "gas": 659864, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 102, - "op": "EQ", - "gas": 659861, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 103, - "op": "PUSH3", - "gas": 659858, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x1" - ] - }, - { - "pc": 107, - "op": "JUMPI", - "gas": 659855, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x1", - "0x75" - ] - }, - { - "pc": 117, - "op": "JUMPDEST", - "gas": 659845, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 118, - "op": "PUSH3", - "gas": 659844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 122, - "op": "DUP3", - "gas": 659841, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 659838, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 124, - "op": "PUSH1", - "gas": 659835, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 126, - "op": "PUSH3", - "gas": 659832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 130, - "op": "JUMP", - "gas": 659829, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xe7" - ] - }, - { - "pc": 231, - "op": "JUMPDEST", - "gas": 659821, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 232, - "op": "PUSH3", - "gas": 659820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 236, - "op": "DUP4", - "gas": 659817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 237, - "op": "PUSH3", - "gas": 659814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 241, - "op": "JUMP", - "gas": 659811, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x17f" - ] - }, - { - "pc": 383, - "op": "JUMPDEST", - "gas": 659803, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 384, - "op": "PUSH3", - "gas": 659802, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 388, - "op": "DUP2", - "gas": 659799, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a" - ] - }, - { - "pc": 389, - "op": "PUSH3", - "gas": 659796, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 393, - "op": "JUMP", - "gas": 659793, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2de" - ] - }, - { - "pc": 734, - "op": "JUMPDEST", - "gas": 659785, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 735, - "op": "PUSH3", - "gas": 659784, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 739, - "op": "DUP2", - "gas": 659781, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4" - ] - }, - { - "pc": 740, - "op": "PUSH3", - "gas": 659778, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 744, - "op": "PUSH1", - "gas": 659775, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a" - ] - }, - { - "pc": 746, - "op": "SHL", - "gas": 659772, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a", - "0x20" - ] - }, - { - "pc": 747, - "op": "PUSH3", - "gas": 659769, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a00000000" - ] - }, - { - "pc": 751, - "op": "OR", - "gas": 659766, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a00000000", - "0x28c" - ] - }, - { - "pc": 752, - "op": "PUSH1", - "gas": 659763, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a0000028c" - ] - }, - { - "pc": 754, - "op": "SHR", - "gas": 659760, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a0000028c", - "0x20" - ] - }, - { - "pc": 755, - "op": "JUMP", - "gas": 659757, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x46a" - ] - }, - { - "pc": 1130, - "op": "JUMPDEST", - "gas": 659749, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1131, - "op": "PUSH1", - "gas": 659748, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 1133, - "op": "PUSH1", - "gas": 659745, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1" - ] - }, - { - "pc": 1135, - "op": "PUSH1", - "gas": 659742, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x1" - ] - }, - { - "pc": 1137, - "op": "SHL", - "gas": 659739, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1138, - "op": "SUB", - "gas": 659736, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1139, - "op": "AND", - "gas": 659733, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1140, - "op": "EXTCODESIZE", - "gas": 659730, - "gasCost": 2600, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ], - "extraData": { - "codeList": [ - "0x6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033" - ] - } - }, - { - "pc": 1141, - "op": "ISZERO", - "gas": 657130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0x1253" - ] - }, - { - "pc": 1142, - "op": "ISZERO", - "gas": 657127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0x0" - ] - }, - { - "pc": 1143, - "op": "SWAP1", - "gas": 657124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2f4", - "0x1" - ] - }, - { - "pc": 1144, - "op": "JUMP", - "gas": 657121, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x2f4" - ] - }, - { - "pc": 756, - "op": "JUMPDEST", - "gas": 657113, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1" - ] - }, - { - "pc": 757, - "op": "PUSH3", - "gas": 657112, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1" - ] - }, - { - "pc": 761, - "op": "JUMPI", - "gas": 657109, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x1", - "0x358" - ] - }, - { - "pc": 856, - "op": "JUMPDEST", - "gas": 657099, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 857, - "op": "DUP1", - "gas": 657098, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 858, - "op": "PUSH3", - "gas": 657095, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 862, - "op": "PUSH1", - "gas": 657092, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd" - ] - }, - { - "pc": 864, - "op": "DUP1", - "gas": 657089, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0" - ] - }, - { - "pc": 865, - "op": "MLOAD", - "gas": 657086, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 866, - "op": "PUSH1", - "gas": 657083, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 868, - "op": "PUSH3", - "gas": 657080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 872, - "op": "DUP4", - "gas": 657077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 873, - "op": "CODECOPY", - "gas": 657074, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 874, - "op": "DUP2", - "gas": 657068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 875, - "op": "MLOAD", - "gas": 657065, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 876, - "op": "SWAP2", - "gas": 657062, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 877, - "op": "MSTORE", - "gas": 657059, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 878, - "op": "PUSH1", - "gas": 657056, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 880, - "op": "SHL", - "gas": 657053, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 881, - "op": "PUSH3", - "gas": 657050, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 885, - "op": "PUSH1", - "gas": 657047, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 887, - "op": "SHL", - "gas": 657044, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467", - "0x20" - ] - }, - { - "pc": 888, - "op": "PUSH3", - "gas": 657041, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000" - ] - }, - { - "pc": 892, - "op": "OR", - "gas": 657038, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 893, - "op": "PUSH1", - "gas": 657035, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208" - ] - }, - { - "pc": 895, - "op": "SHR", - "gas": 657032, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 896, - "op": "JUMP", - "gas": 657029, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 657021, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 657020, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 657017, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 657009, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 657008, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 657005, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 654905, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 654902, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 654899, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 654896, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 654893, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 654890, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 654887, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 654884, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 654881, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 654878, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 654875, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 654872, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 654869, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 654866, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 654863, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 654860, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 654857, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 654854, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 654851, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 654848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 654845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 654842, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - }, - "extraData": { - "proofList": [ - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 634842, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 634840, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x18a" - ] - }, - { - "pc": 394, - "op": "JUMPDEST", - "gas": 634832, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 395, - "op": "PUSH1", - "gas": 634831, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 397, - "op": "MLOAD", - "gas": 634828, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x40" - ] - }, - { - "pc": 398, - "op": "PUSH1", - "gas": 634825, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120" - ] - }, - { - "pc": 400, - "op": "PUSH1", - "gas": 634822, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0x1" - ] - }, - { - "pc": 402, - "op": "PUSH1", - "gas": 634819, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 404, - "op": "SHL", - "gas": 634816, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 405, - "op": "SUB", - "gas": 634813, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 406, - "op": "DUP3", - "gas": 634810, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 407, - "op": "AND", - "gas": 634807, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 408, - "op": "SWAP1", - "gas": 634804, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 409, - "op": "PUSH32", - "gas": 634801, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120" - ] - }, - { - "pc": 442, - "op": "SWAP1", - "gas": 634798, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x120", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" - ] - }, - { - "pc": 443, - "op": "PUSH1", - "gas": 634795, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120" - ] - }, - { - "pc": 445, - "op": "SWAP1", - "gas": 634792, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120", - "0x0" - ] - }, - { - "pc": 446, - "op": "LOG2", - "gas": 634789, - "gasCost": 1125, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x0", - "0x120" - ] - }, - { - "pc": 447, - "op": "POP", - "gas": 633664, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 448, - "op": "JUMP", - "gas": 633662, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 242, - "op": "JUMPDEST", - "gas": 633654, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 243, - "op": "PUSH1", - "gas": 633653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 245, - "op": "DUP3", - "gas": 633650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 246, - "op": "MLOAD", - "gas": 633647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 247, - "op": "GT", - "gas": 633644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 248, - "op": "DUP1", - "gas": 633641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 249, - "op": "PUSH3", - "gas": 633638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 253, - "op": "JUMPI", - "gas": 633635, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 254, - "op": "POP", - "gas": 633625, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 255, - "op": "DUP1", - "gas": 633623, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 256, - "op": "JUMPDEST", - "gas": 633620, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 257, - "op": "ISZERO", - "gas": 633619, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 258, - "op": "PUSH3", - "gas": 633616, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 262, - "op": "JUMPI", - "gas": 633613, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0", - "0x1", - "0x11f" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 633603, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 633602, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x0" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 633600, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 633598, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 633596, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100", - "0x83" - ] - }, - { - "pc": 131, - "op": "JUMPDEST", - "gas": 633588, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 132, - "op": "POP", - "gas": 633587, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0x100" - ] - }, - { - "pc": 133, - "op": "PUSH3", - "gas": 633585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 137, - "op": "SWAP1", - "gas": 633582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xb3" - ] - }, - { - "pc": 138, - "op": "POP", - "gas": 633579, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 633577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3" - ] - }, - { - "pc": 141, - "op": "PUSH32", - "gas": 633574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1" - ] - }, - { - "pc": 174, - "op": "PUSH3", - "gas": 633571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 178, - "op": "JUMP", - "gas": 633568, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 633560, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 633559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 633556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 633553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 633550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 633547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 633544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 633541, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 633531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 633530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 633528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 633525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 633522, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb3" - ] - }, - { - "pc": 179, - "op": "JUMPDEST", - "gas": 633514, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 180, - "op": "PUSH1", - "gas": 633513, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 182, - "op": "DUP1", - "gas": 633510, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 183, - "op": "MLOAD", - "gas": 633507, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 184, - "op": "PUSH1", - "gas": 633504, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 186, - "op": "PUSH3", - "gas": 633501, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 190, - "op": "DUP4", - "gas": 633498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 191, - "op": "CODECOPY", - "gas": 633495, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 192, - "op": "DUP2", - "gas": 633489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 193, - "op": "MLOAD", - "gas": 633486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 194, - "op": "SWAP2", - "gas": 633483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 195, - "op": "MSTORE", - "gas": 633480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 196, - "op": "EQ", - "gas": 633477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 197, - "op": "PUSH3", - "gas": 633474, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1" - ] - }, - { - "pc": 201, - "op": "JUMPI", - "gas": 633471, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1", - "0xd3" - ] - }, - { - "pc": 211, - "op": "JUMPDEST", - "gas": 633461, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 212, - "op": "PUSH3", - "gas": 633460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 216, - "op": "DUP3", - "gas": 633457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 217, - "op": "PUSH3", - "gas": 633454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 221, - "op": "JUMP", - "gas": 633451, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x124" - ] - }, - { - "pc": 292, - "op": "JUMPDEST", - "gas": 633443, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 293, - "op": "PUSH32", - "gas": 633442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 326, - "op": "PUSH3", - "gas": 633439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" - ] - }, - { - "pc": 330, - "op": "PUSH3", - "gas": 633436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 334, - "op": "JUMP", - "gas": 633433, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x1f0" - ] - }, - { - "pc": 496, - "op": "JUMPDEST", - "gas": 633425, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 497, - "op": "PUSH1", - "gas": 633424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 499, - "op": "PUSH3", - "gas": 633421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0" - ] - }, - { - "pc": 503, - "op": "PUSH1", - "gas": 633418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a" - ] - }, - { - "pc": 505, - "op": "DUP1", - "gas": 633415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0" - ] - }, - { - "pc": 506, - "op": "MLOAD", - "gas": 633412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 507, - "op": "PUSH1", - "gas": 633409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 509, - "op": "PUSH3", - "gas": 633406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 513, - "op": "DUP4", - "gas": 633403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 514, - "op": "CODECOPY", - "gas": 633400, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 515, - "op": "DUP2", - "gas": 633394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 516, - "op": "MLOAD", - "gas": 633391, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 517, - "op": "SWAP2", - "gas": 633388, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 518, - "op": "MSTORE", - "gas": 633385, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 519, - "op": "PUSH1", - "gas": 633382, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 521, - "op": "SHL", - "gas": 633379, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 522, - "op": "PUSH3", - "gas": 633376, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 526, - "op": "PUSH1", - "gas": 633373, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 528, - "op": "SHL", - "gas": 633370, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 529, - "op": "PUSH3", - "gas": 633367, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 533, - "op": "OR", - "gas": 633364, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 534, - "op": "PUSH1", - "gas": 633361, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 536, - "op": "SHR", - "gas": 633358, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 537, - "op": "JUMP", - "gas": 633355, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 633347, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 633346, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 633343, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x21a" - ] - }, - { - "pc": 538, - "op": "JUMPDEST", - "gas": 633335, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 539, - "op": "SLOAD", - "gas": 633334, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 540, - "op": "PUSH1", - "gas": 631234, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 542, - "op": "PUSH1", - "gas": 631231, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 544, - "op": "PUSH1", - "gas": 631228, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 546, - "op": "SHL", - "gas": 631225, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 547, - "op": "SUB", - "gas": 631222, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 548, - "op": "AND", - "gas": 631219, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 549, - "op": "SWAP2", - "gas": 631216, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 550, - "op": "SWAP1", - "gas": 631213, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x0", - "0x14f" - ] - }, - { - "pc": 551, - "op": "POP", - "gas": 631210, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f", - "0x0" - ] - }, - { - "pc": 552, - "op": "JUMP", - "gas": 631208, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f" - ] - }, - { - "pc": 335, - "op": "JUMPDEST", - "gas": 631200, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 336, - "op": "PUSH1", - "gas": 631199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 338, - "op": "DUP1", - "gas": 631196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40" - ] - }, - { - "pc": 339, - "op": "MLOAD", - "gas": 631193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x40" - ] - }, - { - "pc": 340, - "op": "PUSH1", - "gas": 631190, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120" - ] - }, - { - "pc": 342, - "op": "PUSH1", - "gas": 631187, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1" - ] - }, - { - "pc": 344, - "op": "PUSH1", - "gas": 631184, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 346, - "op": "SHL", - "gas": 631181, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 347, - "op": "SUB", - "gas": 631178, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 348, - "op": "SWAP3", - "gas": 631175, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 349, - "op": "DUP4", - "gas": 631172, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 350, - "op": "AND", - "gas": 631169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 351, - "op": "DUP2", - "gas": 631166, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 352, - "op": "MSTORE", - "gas": 631163, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0x120" - ] - }, - { - "pc": 353, - "op": "SWAP2", - "gas": 631157, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120" - ] - }, - { - "pc": 354, - "op": "DUP5", - "gas": 631154, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 355, - "op": "AND", - "gas": 631151, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 356, - "op": "PUSH1", - "gas": 631148, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 358, - "op": "DUP4", - "gas": 631145, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20" - ] - }, - { - "pc": 359, - "op": "ADD", - "gas": 631142, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20", - "0x120" - ] - }, - { - "pc": 360, - "op": "MSTORE", - "gas": 631139, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x140" - ] - }, - { - "pc": 361, - "op": "ADD", - "gas": 631133, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 362, - "op": "PUSH1", - "gas": 631130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160" - ] - }, - { - "pc": 364, - "op": "MLOAD", - "gas": 631127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x40" - ] - }, - { - "pc": 365, - "op": "DUP1", - "gas": 631124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120" - ] - }, - { - "pc": 366, - "op": "SWAP2", - "gas": 631121, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120", - "0x120" - ] - }, - { - "pc": 367, - "op": "SUB", - "gas": 631118, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x120", - "0x160" - ] - }, - { - "pc": 368, - "op": "SWAP1", - "gas": 631115, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 369, - "op": "LOG1", - "gas": 631112, - "gasCost": 1262, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x40", - "0x120" - ] - }, - { - "pc": 370, - "op": "PUSH3", - "gas": 629850, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 374, - "op": "DUP2", - "gas": 629847, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 375, - "op": "PUSH3", - "gas": 629844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 379, - "op": "JUMP", - "gas": 629841, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x229" - ] - }, - { - "pc": 553, - "op": "JUMPDEST", - "gas": 629833, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 554, - "op": "PUSH1", - "gas": 629832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 556, - "op": "PUSH1", - "gas": 629829, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 558, - "op": "PUSH1", - "gas": 629826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 560, - "op": "SHL", - "gas": 629823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 561, - "op": "SUB", - "gas": 629820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 562, - "op": "DUP2", - "gas": 629817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 563, - "op": "AND", - "gas": 629814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 564, - "op": "PUSH3", - "gas": 629811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 568, - "op": "JUMPI", - "gas": 629808, - "gasCost": 10, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x294" - ] - }, - { - "pc": 660, - "op": "JUMPDEST", - "gas": 629798, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 661, - "op": "DUP1", - "gas": 629797, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 662, - "op": "PUSH3", - "gas": 629794, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 666, - "op": "PUSH1", - "gas": 629791, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd" - ] - }, - { - "pc": 668, - "op": "DUP1", - "gas": 629788, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0" - ] - }, - { - "pc": 669, - "op": "MLOAD", - "gas": 629785, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 670, - "op": "PUSH1", - "gas": 629782, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 672, - "op": "PUSH3", - "gas": 629779, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 676, - "op": "DUP4", - "gas": 629776, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 677, - "op": "CODECOPY", - "gas": 629773, - "gasCost": 6, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 678, - "op": "DUP2", - "gas": 629767, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 679, - "op": "MLOAD", - "gas": 629764, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 680, - "op": "SWAP2", - "gas": 629761, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 681, - "op": "MSTORE", - "gas": 629758, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 682, - "op": "PUSH1", - "gas": 629755, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 684, - "op": "SHL", - "gas": 629752, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 685, - "op": "PUSH3", - "gas": 629749, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 689, - "op": "PUSH1", - "gas": 629746, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 691, - "op": "SHL", - "gas": 629743, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 692, - "op": "PUSH3", - "gas": 629740, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 696, - "op": "OR", - "gas": 629737, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 697, - "op": "PUSH1", - "gas": 629734, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 699, - "op": "SHR", - "gas": 629731, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 700, - "op": "JUMP", - "gas": 629728, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 629720, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 629719, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 629716, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 629708, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 629707, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 629704, - "gasCost": 100, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 629604, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 629601, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 629598, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 629595, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 629592, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 629589, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 629586, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 629583, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 629580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 629577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 629574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 629571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 629568, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 629565, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 629562, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 629559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 629556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 629553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 629550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 629547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 629544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 629541, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - }, - "extraData": { - "proofList": [ - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 609541, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 609539, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 380, - "op": "JUMPDEST", - "gas": 609531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 381, - "op": "POP", - "gas": 609530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 382, - "op": "JUMP", - "gas": 609528, - "gasCost": 8, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 222, - "op": "JUMPDEST", - "gas": 609520, - "gasCost": 1, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 223, - "op": "POP", - "gas": 609519, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 224, - "op": "POP", - "gas": 609517, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 225, - "op": "POP", - "gas": 609515, - "gasCost": 2, - "depth": 1, - "stack": [ - "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - ] - }, - { - "pc": 226, - "op": "PUSH3", - "gas": 609513, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 230, - "op": "JUMP", - "gas": 609510, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x688" - ] - }, - { - "pc": 1672, - "op": "JUMPDEST", - "gas": 609502, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 1673, - "op": "PUSH2", - "gas": 609501, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 1676, - "op": "DUP1", - "gas": 609498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1677, - "op": "PUSH3", - "gas": 609495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867" - ] - }, - { - "pc": 1681, - "op": "PUSH1", - "gas": 609492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698" - ] - }, - { - "pc": 1683, - "op": "CODECOPY", - "gas": 609489, - "gasCost": 387, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 1684, - "op": "PUSH1", - "gas": 609102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1686, - "op": "RETURN", - "gas": 609099, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x867", - "0x0" - ] - } - ] - }, - { - "gas": 1392716, - "failed": false, - "returnValue": "6080604052600436106100fe5760003560e01c80638da5cb5b11610095578063ee5a8db211610064578063ee5a8db2146102af578063f2fde38b146102cf578063f887ea40146102ef578063f8c3cf251461030f578063fac752eb1461032f57600080fd5b80638da5cb5b1461021b578063982b151f14610239578063aa4c115814610259578063ba27f50b1461027957600080fd5b8063485cc955116100d1578063485cc955146101c6578063715018a6146101e65780637885ef011461016c578063797594b0146101fb57600080fd5b8063150b7a02146101035780632a4912471461014c5780633cb747bf1461016e57806346aa3411146101a6575b600080fd5b34801561010f57600080fd5b5061012e61011e366004611212565b630a85bd0160e11b949350505050565b6040516001600160e01b031990911681526020015b60405180910390f35b34801561015857600080fd5b5061016c6101673660046112f2565b61034f565b005b34801561017a57600080fd5b5060995461018e906001600160a01b031681565b6040516001600160a01b039091168152602001610143565b3480156101b257600080fd5b5061016c6101c1366004611373565b610360565b3480156101d257600080fd5b5061016c6101e13660046113cf565b610373565b3480156101f257600080fd5b5061016c610446565b34801561020757600080fd5b5060975461018e906001600160a01b031681565b34801561022757600080fd5b506033546001600160a01b031661018e565b34801561024557600080fd5b5061016c610254366004611408565b61047c565b34801561026557600080fd5b5061016c610274366004611496565b6106c1565b34801561028557600080fd5b5061018e610294366004611503565b609b602052600090815260409020546001600160a01b031681565b3480156102bb57600080fd5b5061016c6102ca366004611527565b6106d5565b3480156102db57600080fd5b5061016c6102ea366004611503565b6106e1565b3480156102fb57600080fd5b5060985461018e906001600160a01b031681565b34801561031b57600080fd5b5061016c61032a36600461156d565b61077c565b34801561033b57600080fd5b5061016c61034a3660046113cf565b610970565b61035b83338484610a51565b505050565b61036d8433858585610cee565b50505050565b600054610100900460ff1661038e5760005460ff1615610392565b303b155b6103fa5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b600054610100900460ff1615801561041c576000805461ffff19166101011790555b610424611036565b61043083600084611065565b801561035b576000805461ff0019169055505050565b6033546001600160a01b031633146104705760405162461bcd60e51b81526004016103f1906115d1565b61047a6000611165565b565b6002609a54141561049f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146104f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610537573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055b919061163d565b6097546001600160a01b039081169116146105b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b60005b8281101561065957866001600160a01b03166340c10f19868686858181106105df576105df61165a565b6040516001600160e01b031960e087901b1681526001600160a01b0390941660048501526020029190910135602483015250604401600060405180830381600087803b15801561062e57600080fd5b505af1158015610642573d6000803e3d6000fd5b50505050808061065190611670565b9150506105b5565b50846001600160a01b0316866001600160a01b0316886001600160a01b03167fafa88b850da44ca05b319e813873eac8d08e7c041d2d9b3072db0f087e3cd29e8787876040516106ab939291906116cf565b60405180910390a450506001609a555050505050565b6106ce8585858585610cee565b5050505050565b61036d84848484610a51565b6033546001600160a01b0316331461070b5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166107705760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103f1565b61077981611165565b50565b6002609a54141561079f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146107f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610837573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085b919061163d565b6097546001600160a01b039081169116146108b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b6040516340c10f1960e01b81526001600160a01b038481166004830152602482018490528616906340c10f1990604401600060405180830381600087803b1580156108fc57600080fd5b505af1158015610910573d6000803e3d6000fd5b5050604080516001600160a01b03878116825260208201879052808916945089811693508a16917fc655ec1de34d98630aa4572239414f926d6b3d07653dde093a6df97377e31b4191015b60405180910390a450506001609a5550505050565b6033546001600160a01b0316331461099a5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166109e65760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b60448201526064016103f1565b6001600160a01b038281166000818152609b602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b6002609a541415610a745760405162461bcd60e51b81526004016103f190611606565b6002609a556001600160a01b038085166000908152609b60205260409020541680610ad75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b6040516331a9108f60e11b81526004810184905233906001600160a01b03871690636352211e90602401602060405180830381865afa158015610b1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b42919061163d565b6001600160a01b031614610b8a5760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b604051630852cd8d60e31b8152600481018490526001600160a01b038616906342966c6890602401600060405180830381600087803b158015610bcc57600080fd5b505af1158015610be0573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528981166044830152336064830152888116608483015260a48083018990528351808403909101815260c490920183526020820180516001600160e01b0316633581ad3760e21b179052609954609754935163b2267a7b60e01b81529295508116935063b2267a7b92610c73929116903490869089906004016116fd565b600060405180830381600087803b158015610c8d57600080fd5b505af1158015610ca1573d6000803e3d6000fd5b5050604080516001600160a01b038981168252602082018990523394508a811693508616917fe9e85cf0c862dd491ecda3c9a230e12ada8956472028ebde4fdc4f8e2d77bcda910161095b565b6002609a541415610d115760405162461bcd60e51b81526004016103f190611606565b6002609a5581610d5a5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b60448201526064016103f1565b6001600160a01b038086166000908152609b60205260409020541680610db85760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b60005b83811015610f1e57336001600160a01b038816636352211e878785818110610de557610de561165a565b905060200201356040518263ffffffff1660e01b8152600401610e0a91815260200190565b602060405180830381865afa158015610e27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4b919061163d565b6001600160a01b031614610e935760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b866001600160a01b03166342966c68868684818110610eb457610eb461165a565b905060200201356040518263ffffffff1660e01b8152600401610ed991815260200190565b600060405180830381600087803b158015610ef357600080fd5b505af1158015610f07573d6000803e3d6000fd5b505050508080610f1690611670565b915050610dbb565b506000639f0a68b360e01b828833898989604051602401610f4496959493929190611771565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252609954609754925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610fb3921690839087908a906004016116fd565b6000604051808303818588803b158015610fcc57600080fd5b505af1158015610fe0573d6000803e3d6000fd5b5050505050336001600160a01b0316876001600160a01b0316836001600160a01b03167fbdb7b5cec70093e3ce49b258071951d245c0871c006fd9327778c69d0e9f244d8989896040516106ab939291906116cf565b600054610100900460ff1661105d5760405162461bcd60e51b81526004016103f1906117ba565b61047a6111b7565b6001600160a01b0383166110bb5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103f1565b6001600160a01b03811661110a5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103f1565b609780546001600160a01b038086166001600160a01b03199283161790925560998054848416921691909117905582161561115b57609880546001600160a01b0319166001600160a01b0384161790555b50506001609a5550565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111de5760405162461bcd60e51b81526004016103f1906117ba565b61047a33611165565b6001600160a01b038116811461077957600080fd5b634e487b7160e01b600052604160045260246000fd5b6000806000806080858703121561122857600080fd5b8435611233816111e7565b93506020850135611243816111e7565b925060408501359150606085013567ffffffffffffffff8082111561126757600080fd5b818701915087601f83011261127b57600080fd5b81358181111561128d5761128d6111fc565b604051601f8201601f19908116603f011681019083821181831017156112b5576112b56111fc565b816040528281528a60208487010111156112ce57600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b60008060006060848603121561130757600080fd5b8335611312816111e7565b95602085013595506040909401359392505050565b60008083601f84011261133957600080fd5b50813567ffffffffffffffff81111561135157600080fd5b6020830191508360208260051b850101111561136c57600080fd5b9250929050565b6000806000806060858703121561138957600080fd5b8435611394816111e7565b9350602085013567ffffffffffffffff8111156113b057600080fd5b6113bc87828801611327565b9598909750949560400135949350505050565b600080604083850312156113e257600080fd5b82356113ed816111e7565b915060208301356113fd816111e7565b809150509250929050565b60008060008060008060a0878903121561142157600080fd5b863561142c816111e7565b9550602087013561143c816111e7565b9450604087013561144c816111e7565b9350606087013561145c816111e7565b9250608087013567ffffffffffffffff81111561147857600080fd5b61148489828a01611327565b979a9699509497509295939492505050565b6000806000806000608086880312156114ae57600080fd5b85356114b9816111e7565b945060208601356114c9816111e7565b9350604086013567ffffffffffffffff8111156114e557600080fd5b6114f188828901611327565b96999598509660600135949350505050565b60006020828403121561151557600080fd5b8135611520816111e7565b9392505050565b6000806000806080858703121561153d57600080fd5b8435611548816111e7565b93506020850135611558816111e7565b93969395505050506040820135916060013590565b600080600080600060a0868803121561158557600080fd5b8535611590816111e7565b945060208601356115a0816111e7565b935060408601356115b0816111e7565b925060608601356115c0816111e7565b949793965091946080013592915050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561164f57600080fd5b8151611520816111e7565b634e487b7160e01b600052603260045260246000fd5b600060001982141561169257634e487b7160e01b600052601160045260246000fd5b5060010190565b81835260006001600160fb1b038311156116b257600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03841681526040602082018190526000906116f49083018486611699565b95945050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b8181101561173f5786810183015185820160a001528201611723565b8181111561175157600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6001600160a01b038781168252868116602083015285811660408301528416606082015260a0608082018190526000906117ae9083018486611699565b98975050505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea26469706673582212203b7bc5cafbe253405b8aa4062b1f5f7c2b870f48b82d510dce8e6db6fe4f5f0464736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 14, - "balance": "0x21e16fcffcce247f698", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 15, - "balance": "0x21e16eca9eb6a680c0c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x064ba822799a1fe9db88e990393219306471cea7cf7aa78c54177f228ff11df1" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x18c9b7382e25d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b5061183b806100206000396000f3fe6080604052600436106100fe5760003560e01c80638da5cb5b11610095578063ee5a8db211610064578063ee5a8db2146102af578063f2fde38b146102cf578063f887ea40146102ef578063f8c3cf251461030f578063fac752eb1461032f57600080fd5b80638da5cb5b1461021b578063982b151f14610239578063aa4c115814610259578063ba27f50b1461027957600080fd5b8063485cc955116100d1578063485cc955146101c6578063715018a6146101e65780637885ef011461016c578063797594b0146101fb57600080fd5b8063150b7a02146101035780632a4912471461014c5780633cb747bf1461016e57806346aa3411146101a6575b600080fd5b34801561010f57600080fd5b5061012e61011e366004611212565b630a85bd0160e11b949350505050565b6040516001600160e01b031990911681526020015b60405180910390f35b34801561015857600080fd5b5061016c6101673660046112f2565b61034f565b005b34801561017a57600080fd5b5060995461018e906001600160a01b031681565b6040516001600160a01b039091168152602001610143565b3480156101b257600080fd5b5061016c6101c1366004611373565b610360565b3480156101d257600080fd5b5061016c6101e13660046113cf565b610373565b3480156101f257600080fd5b5061016c610446565b34801561020757600080fd5b5060975461018e906001600160a01b031681565b34801561022757600080fd5b506033546001600160a01b031661018e565b34801561024557600080fd5b5061016c610254366004611408565b61047c565b34801561026557600080fd5b5061016c610274366004611496565b6106c1565b34801561028557600080fd5b5061018e610294366004611503565b609b602052600090815260409020546001600160a01b031681565b3480156102bb57600080fd5b5061016c6102ca366004611527565b6106d5565b3480156102db57600080fd5b5061016c6102ea366004611503565b6106e1565b3480156102fb57600080fd5b5060985461018e906001600160a01b031681565b34801561031b57600080fd5b5061016c61032a36600461156d565b61077c565b34801561033b57600080fd5b5061016c61034a3660046113cf565b610970565b61035b83338484610a51565b505050565b61036d8433858585610cee565b50505050565b600054610100900460ff1661038e5760005460ff1615610392565b303b155b6103fa5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b600054610100900460ff1615801561041c576000805461ffff19166101011790555b610424611036565b61043083600084611065565b801561035b576000805461ff0019169055505050565b6033546001600160a01b031633146104705760405162461bcd60e51b81526004016103f1906115d1565b61047a6000611165565b565b6002609a54141561049f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146104f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610537573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055b919061163d565b6097546001600160a01b039081169116146105b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b60005b8281101561065957866001600160a01b03166340c10f19868686858181106105df576105df61165a565b6040516001600160e01b031960e087901b1681526001600160a01b0390941660048501526020029190910135602483015250604401600060405180830381600087803b15801561062e57600080fd5b505af1158015610642573d6000803e3d6000fd5b50505050808061065190611670565b9150506105b5565b50846001600160a01b0316866001600160a01b0316886001600160a01b03167fafa88b850da44ca05b319e813873eac8d08e7c041d2d9b3072db0f087e3cd29e8787876040516106ab939291906116cf565b60405180910390a450506001609a555050505050565b6106ce8585858585610cee565b5050505050565b61036d84848484610a51565b6033546001600160a01b0316331461070b5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166107705760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103f1565b61077981611165565b50565b6002609a54141561079f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146107f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610837573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085b919061163d565b6097546001600160a01b039081169116146108b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b6040516340c10f1960e01b81526001600160a01b038481166004830152602482018490528616906340c10f1990604401600060405180830381600087803b1580156108fc57600080fd5b505af1158015610910573d6000803e3d6000fd5b5050604080516001600160a01b03878116825260208201879052808916945089811693508a16917fc655ec1de34d98630aa4572239414f926d6b3d07653dde093a6df97377e31b4191015b60405180910390a450506001609a5550505050565b6033546001600160a01b0316331461099a5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166109e65760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b60448201526064016103f1565b6001600160a01b038281166000818152609b602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b6002609a541415610a745760405162461bcd60e51b81526004016103f190611606565b6002609a556001600160a01b038085166000908152609b60205260409020541680610ad75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b6040516331a9108f60e11b81526004810184905233906001600160a01b03871690636352211e90602401602060405180830381865afa158015610b1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b42919061163d565b6001600160a01b031614610b8a5760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b604051630852cd8d60e31b8152600481018490526001600160a01b038616906342966c6890602401600060405180830381600087803b158015610bcc57600080fd5b505af1158015610be0573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528981166044830152336064830152888116608483015260a48083018990528351808403909101815260c490920183526020820180516001600160e01b0316633581ad3760e21b179052609954609754935163b2267a7b60e01b81529295508116935063b2267a7b92610c73929116903490869089906004016116fd565b600060405180830381600087803b158015610c8d57600080fd5b505af1158015610ca1573d6000803e3d6000fd5b5050604080516001600160a01b038981168252602082018990523394508a811693508616917fe9e85cf0c862dd491ecda3c9a230e12ada8956472028ebde4fdc4f8e2d77bcda910161095b565b6002609a541415610d115760405162461bcd60e51b81526004016103f190611606565b6002609a5581610d5a5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b60448201526064016103f1565b6001600160a01b038086166000908152609b60205260409020541680610db85760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b60005b83811015610f1e57336001600160a01b038816636352211e878785818110610de557610de561165a565b905060200201356040518263ffffffff1660e01b8152600401610e0a91815260200190565b602060405180830381865afa158015610e27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4b919061163d565b6001600160a01b031614610e935760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b866001600160a01b03166342966c68868684818110610eb457610eb461165a565b905060200201356040518263ffffffff1660e01b8152600401610ed991815260200190565b600060405180830381600087803b158015610ef357600080fd5b505af1158015610f07573d6000803e3d6000fd5b505050508080610f1690611670565b915050610dbb565b506000639f0a68b360e01b828833898989604051602401610f4496959493929190611771565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252609954609754925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610fb3921690839087908a906004016116fd565b6000604051808303818588803b158015610fcc57600080fd5b505af1158015610fe0573d6000803e3d6000fd5b5050505050336001600160a01b0316876001600160a01b0316836001600160a01b03167fbdb7b5cec70093e3ce49b258071951d245c0871c006fd9327778c69d0e9f244d8989896040516106ab939291906116cf565b600054610100900460ff1661105d5760405162461bcd60e51b81526004016103f1906117ba565b61047a6111b7565b6001600160a01b0383166110bb5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103f1565b6001600160a01b03811661110a5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103f1565b609780546001600160a01b038086166001600160a01b03199283161790925560998054848416921691909117905582161561115b57609880546001600160a01b0319166001600160a01b0384161790555b50506001609a5550565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111de5760405162461bcd60e51b81526004016103f1906117ba565b61047a33611165565b6001600160a01b038116811461077957600080fd5b634e487b7160e01b600052604160045260246000fd5b6000806000806080858703121561122857600080fd5b8435611233816111e7565b93506020850135611243816111e7565b925060408501359150606085013567ffffffffffffffff8082111561126757600080fd5b818701915087601f83011261127b57600080fd5b81358181111561128d5761128d6111fc565b604051601f8201601f19908116603f011681019083821181831017156112b5576112b56111fc565b816040528281528a60208487010111156112ce57600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b60008060006060848603121561130757600080fd5b8335611312816111e7565b95602085013595506040909401359392505050565b60008083601f84011261133957600080fd5b50813567ffffffffffffffff81111561135157600080fd5b6020830191508360208260051b850101111561136c57600080fd5b9250929050565b6000806000806060858703121561138957600080fd5b8435611394816111e7565b9350602085013567ffffffffffffffff8111156113b057600080fd5b6113bc87828801611327565b9598909750949560400135949350505050565b600080604083850312156113e257600080fd5b82356113ed816111e7565b915060208301356113fd816111e7565b809150509250929050565b60008060008060008060a0878903121561142157600080fd5b863561142c816111e7565b9550602087013561143c816111e7565b9450604087013561144c816111e7565b9350606087013561145c816111e7565b9250608087013567ffffffffffffffff81111561147857600080fd5b61148489828a01611327565b979a9699509497509295939492505050565b6000806000806000608086880312156114ae57600080fd5b85356114b9816111e7565b945060208601356114c9816111e7565b9350604086013567ffffffffffffffff8111156114e557600080fd5b6114f188828901611327565b96999598509660600135949350505050565b60006020828403121561151557600080fd5b8135611520816111e7565b9392505050565b6000806000806080858703121561153d57600080fd5b8435611548816111e7565b93506020850135611558816111e7565b93969395505050506040820135916060013590565b600080600080600060a0868803121561158557600080fd5b8535611590816111e7565b945060208601356115a0816111e7565b935060408601356115b0816111e7565b925060608601356115c0816111e7565b949793965091946080013592915050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561164f57600080fd5b8151611520816111e7565b634e487b7160e01b600052603260045260246000fd5b600060001982141561169257634e487b7160e01b600052601160045260246000fd5b5060010190565b81835260006001600160fb1b038311156116b257600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03841681526040602082018190526000906116f49083018486611699565b95945050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b8181101561173f5786810183015185820160a001528201611723565b8181111561175157600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6001600160a01b038781168252868116602083015285811660408301528416606082015260a0608082018190526000906117ae9083018486611699565b98975050505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea26469706673582212203b7bc5cafbe253405b8aa4062b1f5f7c2b870f48b82d510dce8e6db6fe4f5f0464736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1659702, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1659699, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1659696, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1659684, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1659682, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1659679, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1659676, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1659673, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1659663, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1659662, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 1659660, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 1659657, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x183b" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 1659654, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x183b", - "0x183b" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 1659651, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x183b", - "0x183b", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 1659648, - "gasCost": 1231, - "depth": 1, - "stack": [ - "0x183b", - "0x183b", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 1658417, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x183b" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 1658414, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x183b", - "0x0" - ] - } - ] - }, - { - "gas": 596333, - "failed": false, - "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 15, - "balance": "0x21e16eca9eb6a680c0c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 16, - "balance": "0x21e16e5ab5282ea552f", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x192f6894cc8638c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c656400000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 660724, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 660721, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 660718, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "PUSH1", - "gas": 660706, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 7, - "op": "MLOAD", - "gas": 660703, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 8, - "op": "PUSH3", - "gas": 660700, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 12, - "op": "CODESIZE", - "gas": 660697, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0xf66" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 13, - "op": "SUB", - "gas": 660695, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xf66", - "0xfe6" - ] - }, - { - "pc": 14, - "op": "DUP1", - "gas": 660692, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 15, - "op": "PUSH3", - "gas": 660689, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 19, - "op": "DUP4", - "gas": 660686, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66" - ] - }, - { - "pc": 20, - "op": "CODECOPY", - "gas": 660683, - "gasCost": 30, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 21, - "op": "DUP2", - "gas": 660653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 22, - "op": "ADD", - "gas": 660650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 23, - "op": "PUSH1", - "gas": 660647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 25, - "op": "DUP2", - "gas": 660644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40" - ] - }, - { - "pc": 26, - "op": "SWAP1", - "gas": 660641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40", - "0x100" - ] - }, - { - "pc": 27, - "op": "MSTORE", - "gas": 660638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x100", - "0x40" - ] - }, - { - "pc": 28, - "op": "PUSH3", - "gas": 660635, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 32, - "op": "SWAP2", - "gas": 660632, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x26" - ] - }, - { - "pc": 33, - "op": "PUSH3", - "gas": 660629, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 37, - "op": "JUMP", - "gas": 660626, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x519" - ] - }, - { - "pc": 1305, - "op": "JUMPDEST", - "gas": 660618, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1306, - "op": "PUSH1", - "gas": 660617, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1308, - "op": "DUP1", - "gas": 660614, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0" - ] - }, - { - "pc": 1309, - "op": "PUSH1", - "gas": 660611, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 1311, - "op": "PUSH1", - "gas": 660608, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1313, - "op": "DUP5", - "gas": 660605, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60" - ] - }, - { - "pc": 1314, - "op": "DUP7", - "gas": 660602, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1315, - "op": "SUB", - "gas": 660599, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80", - "0x100" - ] - }, - { - "pc": 1316, - "op": "SLT", - "gas": 660596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1317, - "op": "ISZERO", - "gas": 660593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1318, - "op": "PUSH3", - "gas": 660590, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 1322, - "op": "JUMPI", - "gas": 660587, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1", - "0x52f" - ] - }, - { - "pc": 1327, - "op": "JUMPDEST", - "gas": 660577, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1328, - "op": "PUSH3", - "gas": 660576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1332, - "op": "DUP5", - "gas": 660573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a" - ] - }, - { - "pc": 1333, - "op": "PUSH3", - "gas": 660570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1337, - "op": "JUMP", - "gas": 660567, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660559, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x80" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660546, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660543, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660534, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660522, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660512, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660511, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660508, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x80", - "0x53a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660505, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x53a", - "0x80" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660503, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x53a" - ] - }, - { - "pc": 1338, - "op": "JUMPDEST", - "gas": 660495, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1339, - "op": "SWAP3", - "gas": 660494, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1340, - "op": "POP", - "gas": 660491, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1341, - "op": "PUSH3", - "gas": 660489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0" - ] - }, - { - "pc": 1345, - "op": "PUSH1", - "gas": 660486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a" - ] - }, - { - "pc": 1347, - "op": "DUP6", - "gas": 660483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0x20" - ] - }, - { - "pc": 1348, - "op": "ADD", - "gas": 660480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0x20", - "0x80" - ] - }, - { - "pc": 1349, - "op": "PUSH3", - "gas": 660477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1353, - "op": "JUMP", - "gas": 660474, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660466, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660465, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660462, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xa0" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660459, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660456, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660453, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660450, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660447, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660444, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660441, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660438, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660435, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660432, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660429, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660419, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xa0", - "0x54a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660412, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660410, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a" - ] - }, - { - "pc": 1354, - "op": "JUMPDEST", - "gas": 660402, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1355, - "op": "PUSH1", - "gas": 660401, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1357, - "op": "DUP6", - "gas": 660398, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40" - ] - }, - { - "pc": 1358, - "op": "ADD", - "gas": 660395, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40", - "0x80" - ] - }, - { - "pc": 1359, - "op": "MLOAD", - "gas": 660392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xc0" - ] - }, - { - "pc": 1360, - "op": "SWAP1", - "gas": 660389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x60" - ] - }, - { - "pc": 1361, - "op": "SWAP3", - "gas": 660386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x0", - "0x60", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1362, - "op": "POP", - "gas": 660383, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x0" - ] - }, - { - "pc": 1363, - "op": "PUSH1", - "gas": 660381, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60" - ] - }, - { - "pc": 1365, - "op": "PUSH1", - "gas": 660378, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1" - ] - }, - { - "pc": 1367, - "op": "PUSH1", - "gas": 660375, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1" - ] - }, - { - "pc": 1369, - "op": "SHL", - "gas": 660372, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1", - "0x40" - ] - }, - { - "pc": 1370, - "op": "SUB", - "gas": 660369, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x10000000000000000" - ] - }, - { - "pc": 1371, - "op": "DUP1", - "gas": 660366, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1372, - "op": "DUP3", - "gas": 660363, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff" - ] - }, - { - "pc": 1373, - "op": "GT", - "gas": 660360, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1374, - "op": "ISZERO", - "gas": 660357, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1375, - "op": "PUSH3", - "gas": 660354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1379, - "op": "JUMPI", - "gas": 660351, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1", - "0x568" - ] - }, - { - "pc": 1384, - "op": "JUMPDEST", - "gas": 660341, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1385, - "op": "DUP2", - "gas": 660340, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1386, - "op": "DUP7", - "gas": 660337, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1387, - "op": "ADD", - "gas": 660334, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60", - "0x80" - ] - }, - { - "pc": 1388, - "op": "SWAP2", - "gas": 660331, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1389, - "op": "POP", - "gas": 660328, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1390, - "op": "DUP7", - "gas": 660326, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1391, - "op": "PUSH1", - "gas": 660323, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100" - ] - }, - { - "pc": 1393, - "op": "DUP4", - "gas": 660320, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f" - ] - }, - { - "pc": 1394, - "op": "ADD", - "gas": 660317, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f", - "0xe0" - ] - }, - { - "pc": 1395, - "op": "SLT", - "gas": 660314, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0xff" - ] - }, - { - "pc": 1396, - "op": "PUSH3", - "gas": 660311, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1400, - "op": "JUMPI", - "gas": 660308, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1", - "0x57d" - ] - }, - { - "pc": 1405, - "op": "JUMPDEST", - "gas": 660298, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1406, - "op": "DUP2", - "gas": 660297, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1407, - "op": "MLOAD", - "gas": 660294, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1408, - "op": "DUP2", - "gas": 660291, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1409, - "op": "DUP2", - "gas": 660288, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1410, - "op": "GT", - "gas": 660285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1411, - "op": "ISZERO", - "gas": 660282, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x0" - ] - }, - { - "pc": 1412, - "op": "PUSH3", - "gas": 660279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1" - ] - }, - { - "pc": 1416, - "op": "JUMPI", - "gas": 660276, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1", - "0x592" - ] - }, - { - "pc": 1426, - "op": "JUMPDEST", - "gas": 660266, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1427, - "op": "PUSH1", - "gas": 660265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1429, - "op": "MLOAD", - "gas": 660262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x40" - ] - }, - { - "pc": 1430, - "op": "PUSH1", - "gas": 660259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100" - ] - }, - { - "pc": 1432, - "op": "DUP3", - "gas": 660256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1433, - "op": "ADD", - "gas": 660253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x0" - ] - }, - { - "pc": 1434, - "op": "PUSH1", - "gas": 660250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1436, - "op": "NOT", - "gas": 660247, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x1f" - ] - }, - { - "pc": 1437, - "op": "SWAP1", - "gas": 660244, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1438, - "op": "DUP2", - "gas": 660241, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f" - ] - }, - { - "pc": 1439, - "op": "AND", - "gas": 660238, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1440, - "op": "PUSH1", - "gas": 660235, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0" - ] - }, - { - "pc": 1442, - "op": "ADD", - "gas": 660232, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0", - "0x3f" - ] - }, - { - "pc": 1443, - "op": "AND", - "gas": 660229, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x3f" - ] - }, - { - "pc": 1444, - "op": "DUP2", - "gas": 660226, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20" - ] - }, - { - "pc": 1445, - "op": "ADD", - "gas": 660223, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20", - "0x100" - ] - }, - { - "pc": 1446, - "op": "SWAP1", - "gas": 660220, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1447, - "op": "DUP4", - "gas": 660217, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1448, - "op": "DUP3", - "gas": 660214, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff" - ] - }, - { - "pc": 1449, - "op": "GT", - "gas": 660211, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff", - "0x120" - ] - }, - { - "pc": 1450, - "op": "DUP2", - "gas": 660208, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1451, - "op": "DUP4", - "gas": 660205, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1452, - "op": "LT", - "gas": 660202, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1453, - "op": "OR", - "gas": 660199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1454, - "op": "ISZERO", - "gas": 660196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1455, - "op": "PUSH3", - "gas": 660193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1459, - "op": "JUMPI", - "gas": 660190, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5bd" - ] - }, - { - "pc": 1469, - "op": "JUMPDEST", - "gas": 660180, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1470, - "op": "DUP2", - "gas": 660179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1471, - "op": "PUSH1", - "gas": 660176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120" - ] - }, - { - "pc": 1473, - "op": "MSTORE", - "gas": 660173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120", - "0x40" - ] - }, - { - "pc": 1474, - "op": "DUP3", - "gas": 660170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1475, - "op": "DUP2", - "gas": 660167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1476, - "op": "MSTORE", - "gas": 660164, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1477, - "op": "DUP10", - "gas": 660158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1478, - "op": "PUSH1", - "gas": 660155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1480, - "op": "DUP5", - "gas": 660152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20" - ] - }, - { - "pc": 1481, - "op": "DUP8", - "gas": 660149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0" - ] - }, - { - "pc": 1482, - "op": "ADD", - "gas": 660146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0", - "0xe0" - ] - }, - { - "pc": 1483, - "op": "ADD", - "gas": 660143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0xe0" - ] - }, - { - "pc": 1484, - "op": "GT", - "gas": 660140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x100" - ] - }, - { - "pc": 1485, - "op": "ISZERO", - "gas": 660137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1486, - "op": "PUSH3", - "gas": 660134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1490, - "op": "JUMPI", - "gas": 660131, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5d7" - ] - }, - { - "pc": 1495, - "op": "JUMPDEST", - "gas": 660121, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1496, - "op": "PUSH3", - "gas": 660120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1500, - "op": "DUP4", - "gas": 660117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1501, - "op": "PUSH1", - "gas": 660114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 1503, - "op": "DUP4", - "gas": 660111, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20" - ] - }, - { - "pc": 1504, - "op": "ADD", - "gas": 660108, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20", - "0x100" - ] - }, - { - "pc": 1505, - "op": "PUSH1", - "gas": 660105, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 1507, - "op": "DUP9", - "gas": 660102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20" - ] - }, - { - "pc": 1508, - "op": "ADD", - "gas": 660099, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20", - "0xe0" - ] - }, - { - "pc": 1509, - "op": "PUSH3", - "gas": 660096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1513, - "op": "JUMP", - "gas": 660093, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x4ea" - ] - }, - { - "pc": 1258, - "op": "JUMPDEST", - "gas": 660085, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1259, - "op": "PUSH1", - "gas": 660084, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1261, - "op": "JUMPDEST", - "gas": 660081, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1262, - "op": "DUP4", - "gas": 660080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1263, - "op": "DUP2", - "gas": 660077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1264, - "op": "LT", - "gas": 660074, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1265, - "op": "ISZERO", - "gas": 660071, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1266, - "op": "PUSH3", - "gas": 660068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1270, - "op": "JUMPI", - "gas": 660065, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x507" - ] - }, - { - "pc": 1287, - "op": "JUMPDEST", - "gas": 660055, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1288, - "op": "DUP4", - "gas": 660054, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1289, - "op": "DUP2", - "gas": 660051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1290, - "op": "GT", - "gas": 660048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1291, - "op": "ISZERO", - "gas": 660045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1292, - "op": "PUSH3", - "gas": 660042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1296, - "op": "JUMPI", - "gas": 660039, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x11d" - ] - }, - { - "pc": 285, - "op": "JUMPDEST", - "gas": 660029, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 286, - "op": "POP", - "gas": 660028, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 660026, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 660025, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 660023, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 660021, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 660019, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1514, - "op": "JUMPDEST", - "gas": 660011, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1515, - "op": "DUP1", - "gas": 660010, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1516, - "op": "SWAP6", - "gas": 660007, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1517, - "op": "POP", - "gas": 660004, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1518, - "op": "POP", - "gas": 660002, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1519, - "op": "POP", - "gas": 660000, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120" - ] - }, - { - "pc": 1520, - "op": "POP", - "gas": 659998, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1521, - "op": "POP", - "gas": 659996, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1522, - "op": "POP", - "gas": 659994, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0" - ] - }, - { - "pc": 1523, - "op": "SWAP3", - "gas": 659992, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 1524, - "op": "POP", - "gas": 659989, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x80" - ] - }, - { - "pc": 1525, - "op": "SWAP3", - "gas": 659987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1526, - "op": "POP", - "gas": 659984, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 1527, - "op": "SWAP3", - "gas": 659982, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1528, - "op": "JUMP", - "gas": 659979, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x26" - ] - }, - { - "pc": 38, - "op": "JUMPDEST", - "gas": 659971, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 39, - "op": "DUP3", - "gas": 659970, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 40, - "op": "DUP2", - "gas": 659967, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 41, - "op": "PUSH3", - "gas": 659964, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 45, - "op": "PUSH1", - "gas": 659961, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55" - ] - }, - { - "pc": 47, - "op": "PUSH32", - "gas": 659958, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1" - ] - }, - { - "pc": 80, - "op": "PUSH3", - "gas": 659955, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 84, - "op": "JUMP", - "gas": 659952, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 659944, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 659943, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 659940, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 659937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 659934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 659931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 659928, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 659925, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 659915, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 659914, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 659912, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 659909, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x55", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 659906, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x55" - ] - }, - { - "pc": 85, - "op": "JUMPDEST", - "gas": 659898, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 86, - "op": "PUSH1", - "gas": 659897, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 88, - "op": "DUP1", - "gas": 659894, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 89, - "op": "MLOAD", - "gas": 659891, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 90, - "op": "PUSH1", - "gas": 659888, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 92, - "op": "PUSH3", - "gas": 659885, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 96, - "op": "DUP4", - "gas": 659882, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 97, - "op": "CODECOPY", - "gas": 659879, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 98, - "op": "DUP2", - "gas": 659873, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 99, - "op": "MLOAD", - "gas": 659870, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 100, - "op": "SWAP2", - "gas": 659867, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 101, - "op": "MSTORE", - "gas": 659864, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 102, - "op": "EQ", - "gas": 659861, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 103, - "op": "PUSH3", - "gas": 659858, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x1" - ] - }, - { - "pc": 107, - "op": "JUMPI", - "gas": 659855, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x1", - "0x75" - ] - }, - { - "pc": 117, - "op": "JUMPDEST", - "gas": 659845, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 118, - "op": "PUSH3", - "gas": 659844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 122, - "op": "DUP3", - "gas": 659841, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 659838, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 124, - "op": "PUSH1", - "gas": 659835, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 126, - "op": "PUSH3", - "gas": 659832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 130, - "op": "JUMP", - "gas": 659829, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xe7" - ] - }, - { - "pc": 231, - "op": "JUMPDEST", - "gas": 659821, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 232, - "op": "PUSH3", - "gas": 659820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 236, - "op": "DUP4", - "gas": 659817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 237, - "op": "PUSH3", - "gas": 659814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 241, - "op": "JUMP", - "gas": 659811, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x17f" - ] - }, - { - "pc": 383, - "op": "JUMPDEST", - "gas": 659803, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 384, - "op": "PUSH3", - "gas": 659802, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 388, - "op": "DUP2", - "gas": 659799, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a" - ] - }, - { - "pc": 389, - "op": "PUSH3", - "gas": 659796, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 393, - "op": "JUMP", - "gas": 659793, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2de" - ] - }, - { - "pc": 734, - "op": "JUMPDEST", - "gas": 659785, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 735, - "op": "PUSH3", - "gas": 659784, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 739, - "op": "DUP2", - "gas": 659781, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4" - ] - }, - { - "pc": 740, - "op": "PUSH3", - "gas": 659778, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 744, - "op": "PUSH1", - "gas": 659775, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a" - ] - }, - { - "pc": 746, - "op": "SHL", - "gas": 659772, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a", - "0x20" - ] - }, - { - "pc": 747, - "op": "PUSH3", - "gas": 659769, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a00000000" - ] - }, - { - "pc": 751, - "op": "OR", - "gas": 659766, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a00000000", - "0x28c" - ] - }, - { - "pc": 752, - "op": "PUSH1", - "gas": 659763, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a0000028c" - ] - }, - { - "pc": 754, - "op": "SHR", - "gas": 659760, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a0000028c", - "0x20" - ] - }, - { - "pc": 755, - "op": "JUMP", - "gas": 659757, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x46a" - ] - }, - { - "pc": 1130, - "op": "JUMPDEST", - "gas": 659749, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1131, - "op": "PUSH1", - "gas": 659748, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 1133, - "op": "PUSH1", - "gas": 659745, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1" - ] - }, - { - "pc": 1135, - "op": "PUSH1", - "gas": 659742, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x1" - ] - }, - { - "pc": 1137, - "op": "SHL", - "gas": 659739, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1138, - "op": "SUB", - "gas": 659736, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1139, - "op": "AND", - "gas": 659733, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1140, - "op": "EXTCODESIZE", - "gas": 659730, - "gasCost": 2600, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ], - "extraData": { - "codeList": [ - "0x6080604052600436106100fe5760003560e01c80638da5cb5b11610095578063ee5a8db211610064578063ee5a8db2146102af578063f2fde38b146102cf578063f887ea40146102ef578063f8c3cf251461030f578063fac752eb1461032f57600080fd5b80638da5cb5b1461021b578063982b151f14610239578063aa4c115814610259578063ba27f50b1461027957600080fd5b8063485cc955116100d1578063485cc955146101c6578063715018a6146101e65780637885ef011461016c578063797594b0146101fb57600080fd5b8063150b7a02146101035780632a4912471461014c5780633cb747bf1461016e57806346aa3411146101a6575b600080fd5b34801561010f57600080fd5b5061012e61011e366004611212565b630a85bd0160e11b949350505050565b6040516001600160e01b031990911681526020015b60405180910390f35b34801561015857600080fd5b5061016c6101673660046112f2565b61034f565b005b34801561017a57600080fd5b5060995461018e906001600160a01b031681565b6040516001600160a01b039091168152602001610143565b3480156101b257600080fd5b5061016c6101c1366004611373565b610360565b3480156101d257600080fd5b5061016c6101e13660046113cf565b610373565b3480156101f257600080fd5b5061016c610446565b34801561020757600080fd5b5060975461018e906001600160a01b031681565b34801561022757600080fd5b506033546001600160a01b031661018e565b34801561024557600080fd5b5061016c610254366004611408565b61047c565b34801561026557600080fd5b5061016c610274366004611496565b6106c1565b34801561028557600080fd5b5061018e610294366004611503565b609b602052600090815260409020546001600160a01b031681565b3480156102bb57600080fd5b5061016c6102ca366004611527565b6106d5565b3480156102db57600080fd5b5061016c6102ea366004611503565b6106e1565b3480156102fb57600080fd5b5060985461018e906001600160a01b031681565b34801561031b57600080fd5b5061016c61032a36600461156d565b61077c565b34801561033b57600080fd5b5061016c61034a3660046113cf565b610970565b61035b83338484610a51565b505050565b61036d8433858585610cee565b50505050565b600054610100900460ff1661038e5760005460ff1615610392565b303b155b6103fa5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b600054610100900460ff1615801561041c576000805461ffff19166101011790555b610424611036565b61043083600084611065565b801561035b576000805461ff0019169055505050565b6033546001600160a01b031633146104705760405162461bcd60e51b81526004016103f1906115d1565b61047a6000611165565b565b6002609a54141561049f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146104f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610537573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055b919061163d565b6097546001600160a01b039081169116146105b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b60005b8281101561065957866001600160a01b03166340c10f19868686858181106105df576105df61165a565b6040516001600160e01b031960e087901b1681526001600160a01b0390941660048501526020029190910135602483015250604401600060405180830381600087803b15801561062e57600080fd5b505af1158015610642573d6000803e3d6000fd5b50505050808061065190611670565b9150506105b5565b50846001600160a01b0316866001600160a01b0316886001600160a01b03167fafa88b850da44ca05b319e813873eac8d08e7c041d2d9b3072db0f087e3cd29e8787876040516106ab939291906116cf565b60405180910390a450506001609a555050505050565b6106ce8585858585610cee565b5050505050565b61036d84848484610a51565b6033546001600160a01b0316331461070b5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166107705760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103f1565b61077981611165565b50565b6002609a54141561079f5760405162461bcd60e51b81526004016103f190611606565b6002609a556099546001600160a01b03163381146107f95760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103f1565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610837573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085b919061163d565b6097546001600160a01b039081169116146108b25760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b60448201526064016103f1565b6040516340c10f1960e01b81526001600160a01b038481166004830152602482018490528616906340c10f1990604401600060405180830381600087803b1580156108fc57600080fd5b505af1158015610910573d6000803e3d6000fd5b5050604080516001600160a01b03878116825260208201879052808916945089811693508a16917fc655ec1de34d98630aa4572239414f926d6b3d07653dde093a6df97377e31b4191015b60405180910390a450506001609a5550505050565b6033546001600160a01b0316331461099a5760405162461bcd60e51b81526004016103f1906115d1565b6001600160a01b0381166109e65760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b60448201526064016103f1565b6001600160a01b038281166000818152609b602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b6002609a541415610a745760405162461bcd60e51b81526004016103f190611606565b6002609a556001600160a01b038085166000908152609b60205260409020541680610ad75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b6040516331a9108f60e11b81526004810184905233906001600160a01b03871690636352211e90602401602060405180830381865afa158015610b1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b42919061163d565b6001600160a01b031614610b8a5760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b604051630852cd8d60e31b8152600481018490526001600160a01b038616906342966c6890602401600060405180830381600087803b158015610bcc57600080fd5b505af1158015610be0573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528981166044830152336064830152888116608483015260a48083018990528351808403909101815260c490920183526020820180516001600160e01b0316633581ad3760e21b179052609954609754935163b2267a7b60e01b81529295508116935063b2267a7b92610c73929116903490869089906004016116fd565b600060405180830381600087803b158015610c8d57600080fd5b505af1158015610ca1573d6000803e3d6000fd5b5050604080516001600160a01b038981168252602082018990523394508a811693508616917fe9e85cf0c862dd491ecda3c9a230e12ada8956472028ebde4fdc4f8e2d77bcda910161095b565b6002609a541415610d115760405162461bcd60e51b81526004016103f190611606565b6002609a5581610d5a5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b60448201526064016103f1565b6001600160a01b038086166000908152609b60205260409020541680610db85760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b60448201526064016103f1565b60005b83811015610f1e57336001600160a01b038816636352211e878785818110610de557610de561165a565b905060200201356040518263ffffffff1660e01b8152600401610e0a91815260200190565b602060405180830381865afa158015610e27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4b919061163d565b6001600160a01b031614610e935760405162461bcd60e51b815260206004820152600f60248201526e1d1bdad95b881b9bdd081bdddb9959608a1b60448201526064016103f1565b866001600160a01b03166342966c68868684818110610eb457610eb461165a565b905060200201356040518263ffffffff1660e01b8152600401610ed991815260200190565b600060405180830381600087803b158015610ef357600080fd5b505af1158015610f07573d6000803e3d6000fd5b505050508080610f1690611670565b915050610dbb565b506000639f0a68b360e01b828833898989604051602401610f4496959493929190611771565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252609954609754925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610fb3921690839087908a906004016116fd565b6000604051808303818588803b158015610fcc57600080fd5b505af1158015610fe0573d6000803e3d6000fd5b5050505050336001600160a01b0316876001600160a01b0316836001600160a01b03167fbdb7b5cec70093e3ce49b258071951d245c0871c006fd9327778c69d0e9f244d8989896040516106ab939291906116cf565b600054610100900460ff1661105d5760405162461bcd60e51b81526004016103f1906117ba565b61047a6111b7565b6001600160a01b0383166110bb5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103f1565b6001600160a01b03811661110a5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103f1565b609780546001600160a01b038086166001600160a01b03199283161790925560998054848416921691909117905582161561115b57609880546001600160a01b0319166001600160a01b0384161790555b50506001609a5550565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111de5760405162461bcd60e51b81526004016103f1906117ba565b61047a33611165565b6001600160a01b038116811461077957600080fd5b634e487b7160e01b600052604160045260246000fd5b6000806000806080858703121561122857600080fd5b8435611233816111e7565b93506020850135611243816111e7565b925060408501359150606085013567ffffffffffffffff8082111561126757600080fd5b818701915087601f83011261127b57600080fd5b81358181111561128d5761128d6111fc565b604051601f8201601f19908116603f011681019083821181831017156112b5576112b56111fc565b816040528281528a60208487010111156112ce57600080fd5b82602086016020830137600060208483010152809550505050505092959194509250565b60008060006060848603121561130757600080fd5b8335611312816111e7565b95602085013595506040909401359392505050565b60008083601f84011261133957600080fd5b50813567ffffffffffffffff81111561135157600080fd5b6020830191508360208260051b850101111561136c57600080fd5b9250929050565b6000806000806060858703121561138957600080fd5b8435611394816111e7565b9350602085013567ffffffffffffffff8111156113b057600080fd5b6113bc87828801611327565b9598909750949560400135949350505050565b600080604083850312156113e257600080fd5b82356113ed816111e7565b915060208301356113fd816111e7565b809150509250929050565b60008060008060008060a0878903121561142157600080fd5b863561142c816111e7565b9550602087013561143c816111e7565b9450604087013561144c816111e7565b9350606087013561145c816111e7565b9250608087013567ffffffffffffffff81111561147857600080fd5b61148489828a01611327565b979a9699509497509295939492505050565b6000806000806000608086880312156114ae57600080fd5b85356114b9816111e7565b945060208601356114c9816111e7565b9350604086013567ffffffffffffffff8111156114e557600080fd5b6114f188828901611327565b96999598509660600135949350505050565b60006020828403121561151557600080fd5b8135611520816111e7565b9392505050565b6000806000806080858703121561153d57600080fd5b8435611548816111e7565b93506020850135611558816111e7565b93969395505050506040820135916060013590565b600080600080600060a0868803121561158557600080fd5b8535611590816111e7565b945060208601356115a0816111e7565b935060408601356115b0816111e7565b925060608601356115c0816111e7565b949793965091946080013592915050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561164f57600080fd5b8151611520816111e7565b634e487b7160e01b600052603260045260246000fd5b600060001982141561169257634e487b7160e01b600052601160045260246000fd5b5060010190565b81835260006001600160fb1b038311156116b257600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03841681526040602082018190526000906116f49083018486611699565b95945050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b8181101561173f5786810183015185820160a001528201611723565b8181111561175157600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6001600160a01b038781168252868116602083015285811660408301528416606082015260a0608082018190526000906117ae9083018486611699565b98975050505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea26469706673582212203b7bc5cafbe253405b8aa4062b1f5f7c2b870f48b82d510dce8e6db6fe4f5f0464736f6c634300080a0033" - ] - } - }, - { - "pc": 1141, - "op": "ISZERO", - "gas": 657130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x183b" - ] - }, - { - "pc": 1142, - "op": "ISZERO", - "gas": 657127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x0" - ] - }, - { - "pc": 1143, - "op": "SWAP1", - "gas": 657124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2f4", - "0x1" - ] - }, - { - "pc": 1144, - "op": "JUMP", - "gas": 657121, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x2f4" - ] - }, - { - "pc": 756, - "op": "JUMPDEST", - "gas": 657113, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1" - ] - }, - { - "pc": 757, - "op": "PUSH3", - "gas": 657112, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1" - ] - }, - { - "pc": 761, - "op": "JUMPI", - "gas": 657109, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x1", - "0x358" - ] - }, - { - "pc": 856, - "op": "JUMPDEST", - "gas": 657099, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 857, - "op": "DUP1", - "gas": 657098, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 858, - "op": "PUSH3", - "gas": 657095, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 862, - "op": "PUSH1", - "gas": 657092, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd" - ] - }, - { - "pc": 864, - "op": "DUP1", - "gas": 657089, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0" - ] - }, - { - "pc": 865, - "op": "MLOAD", - "gas": 657086, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 866, - "op": "PUSH1", - "gas": 657083, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 868, - "op": "PUSH3", - "gas": 657080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 872, - "op": "DUP4", - "gas": 657077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 873, - "op": "CODECOPY", - "gas": 657074, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 874, - "op": "DUP2", - "gas": 657068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 875, - "op": "MLOAD", - "gas": 657065, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 876, - "op": "SWAP2", - "gas": 657062, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 877, - "op": "MSTORE", - "gas": 657059, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 878, - "op": "PUSH1", - "gas": 657056, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 880, - "op": "SHL", - "gas": 657053, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 881, - "op": "PUSH3", - "gas": 657050, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 885, - "op": "PUSH1", - "gas": 657047, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 887, - "op": "SHL", - "gas": 657044, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467", - "0x20" - ] - }, - { - "pc": 888, - "op": "PUSH3", - "gas": 657041, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000" - ] - }, - { - "pc": 892, - "op": "OR", - "gas": 657038, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 893, - "op": "PUSH1", - "gas": 657035, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208" - ] - }, - { - "pc": 895, - "op": "SHR", - "gas": 657032, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 896, - "op": "JUMP", - "gas": 657029, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 657021, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 657020, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 657017, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 657009, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 657008, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 657005, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 654905, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 654902, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 654899, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 654896, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 654893, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 654890, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 654887, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 654884, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 654881, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 654878, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 654875, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 654872, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 654869, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 654866, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 654863, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 654860, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 654857, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 654854, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 654851, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 654848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 654845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 654842, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x00000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2" - }, - "extraData": { - "proofList": [ - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 634842, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 634840, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x18a" - ] - }, - { - "pc": 394, - "op": "JUMPDEST", - "gas": 634832, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 395, - "op": "PUSH1", - "gas": 634831, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 397, - "op": "MLOAD", - "gas": 634828, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x40" - ] - }, - { - "pc": 398, - "op": "PUSH1", - "gas": 634825, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120" - ] - }, - { - "pc": 400, - "op": "PUSH1", - "gas": 634822, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0x1" - ] - }, - { - "pc": 402, - "op": "PUSH1", - "gas": 634819, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 404, - "op": "SHL", - "gas": 634816, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 405, - "op": "SUB", - "gas": 634813, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 406, - "op": "DUP3", - "gas": 634810, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 407, - "op": "AND", - "gas": 634807, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 408, - "op": "SWAP1", - "gas": 634804, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 409, - "op": "PUSH32", - "gas": 634801, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120" - ] - }, - { - "pc": 442, - "op": "SWAP1", - "gas": 634798, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x120", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" - ] - }, - { - "pc": 443, - "op": "PUSH1", - "gas": 634795, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120" - ] - }, - { - "pc": 445, - "op": "SWAP1", - "gas": 634792, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120", - "0x0" - ] - }, - { - "pc": 446, - "op": "LOG2", - "gas": 634789, - "gasCost": 1125, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x0", - "0x120" - ] - }, - { - "pc": 447, - "op": "POP", - "gas": 633664, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 448, - "op": "JUMP", - "gas": 633662, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 242, - "op": "JUMPDEST", - "gas": 633654, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 243, - "op": "PUSH1", - "gas": 633653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 245, - "op": "DUP3", - "gas": 633650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 246, - "op": "MLOAD", - "gas": 633647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 247, - "op": "GT", - "gas": 633644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 248, - "op": "DUP1", - "gas": 633641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 249, - "op": "PUSH3", - "gas": 633638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 253, - "op": "JUMPI", - "gas": 633635, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 254, - "op": "POP", - "gas": 633625, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 255, - "op": "DUP1", - "gas": 633623, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 256, - "op": "JUMPDEST", - "gas": 633620, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 257, - "op": "ISZERO", - "gas": 633619, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 258, - "op": "PUSH3", - "gas": 633616, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 262, - "op": "JUMPI", - "gas": 633613, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0", - "0x1", - "0x11f" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 633603, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 633602, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x0" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 633600, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 633598, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 633596, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100", - "0x83" - ] - }, - { - "pc": 131, - "op": "JUMPDEST", - "gas": 633588, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 132, - "op": "POP", - "gas": 633587, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0x100" - ] - }, - { - "pc": 133, - "op": "PUSH3", - "gas": 633585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 137, - "op": "SWAP1", - "gas": 633582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xb3" - ] - }, - { - "pc": 138, - "op": "POP", - "gas": 633579, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 633577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3" - ] - }, - { - "pc": 141, - "op": "PUSH32", - "gas": 633574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1" - ] - }, - { - "pc": 174, - "op": "PUSH3", - "gas": 633571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 178, - "op": "JUMP", - "gas": 633568, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 633560, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 633559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 633556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 633553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 633550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 633547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 633544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 633541, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 633531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 633530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 633528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 633525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 633522, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb3" - ] - }, - { - "pc": 179, - "op": "JUMPDEST", - "gas": 633514, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 180, - "op": "PUSH1", - "gas": 633513, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 182, - "op": "DUP1", - "gas": 633510, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 183, - "op": "MLOAD", - "gas": 633507, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 184, - "op": "PUSH1", - "gas": 633504, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 186, - "op": "PUSH3", - "gas": 633501, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 190, - "op": "DUP4", - "gas": 633498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 191, - "op": "CODECOPY", - "gas": 633495, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 192, - "op": "DUP2", - "gas": 633489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 193, - "op": "MLOAD", - "gas": 633486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 194, - "op": "SWAP2", - "gas": 633483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 195, - "op": "MSTORE", - "gas": 633480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 196, - "op": "EQ", - "gas": 633477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 197, - "op": "PUSH3", - "gas": 633474, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1" - ] - }, - { - "pc": 201, - "op": "JUMPI", - "gas": 633471, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1", - "0xd3" - ] - }, - { - "pc": 211, - "op": "JUMPDEST", - "gas": 633461, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 212, - "op": "PUSH3", - "gas": 633460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 216, - "op": "DUP3", - "gas": 633457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 217, - "op": "PUSH3", - "gas": 633454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 221, - "op": "JUMP", - "gas": 633451, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x124" - ] - }, - { - "pc": 292, - "op": "JUMPDEST", - "gas": 633443, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 293, - "op": "PUSH32", - "gas": 633442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 326, - "op": "PUSH3", - "gas": 633439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" - ] - }, - { - "pc": 330, - "op": "PUSH3", - "gas": 633436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 334, - "op": "JUMP", - "gas": 633433, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x1f0" - ] - }, - { - "pc": 496, - "op": "JUMPDEST", - "gas": 633425, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 497, - "op": "PUSH1", - "gas": 633424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 499, - "op": "PUSH3", - "gas": 633421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0" - ] - }, - { - "pc": 503, - "op": "PUSH1", - "gas": 633418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a" - ] - }, - { - "pc": 505, - "op": "DUP1", - "gas": 633415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0" - ] - }, - { - "pc": 506, - "op": "MLOAD", - "gas": 633412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 507, - "op": "PUSH1", - "gas": 633409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 509, - "op": "PUSH3", - "gas": 633406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 513, - "op": "DUP4", - "gas": 633403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 514, - "op": "CODECOPY", - "gas": 633400, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 515, - "op": "DUP2", - "gas": 633394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 516, - "op": "MLOAD", - "gas": 633391, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 517, - "op": "SWAP2", - "gas": 633388, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 518, - "op": "MSTORE", - "gas": 633385, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 519, - "op": "PUSH1", - "gas": 633382, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 521, - "op": "SHL", - "gas": 633379, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 522, - "op": "PUSH3", - "gas": 633376, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 526, - "op": "PUSH1", - "gas": 633373, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 528, - "op": "SHL", - "gas": 633370, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 529, - "op": "PUSH3", - "gas": 633367, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 533, - "op": "OR", - "gas": 633364, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 534, - "op": "PUSH1", - "gas": 633361, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 536, - "op": "SHR", - "gas": 633358, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 537, - "op": "JUMP", - "gas": 633355, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 633347, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 633346, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 633343, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x21a" - ] - }, - { - "pc": 538, - "op": "JUMPDEST", - "gas": 633335, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 539, - "op": "SLOAD", - "gas": 633334, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x00000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 540, - "op": "PUSH1", - "gas": 631234, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 542, - "op": "PUSH1", - "gas": 631231, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 544, - "op": "PUSH1", - "gas": 631228, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 546, - "op": "SHL", - "gas": 631225, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 547, - "op": "SUB", - "gas": 631222, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 548, - "op": "AND", - "gas": 631219, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 549, - "op": "SWAP2", - "gas": 631216, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 550, - "op": "SWAP1", - "gas": 631213, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x0", - "0x14f" - ] - }, - { - "pc": 551, - "op": "POP", - "gas": 631210, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f", - "0x0" - ] - }, - { - "pc": 552, - "op": "JUMP", - "gas": 631208, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f" - ] - }, - { - "pc": 335, - "op": "JUMPDEST", - "gas": 631200, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 336, - "op": "PUSH1", - "gas": 631199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 338, - "op": "DUP1", - "gas": 631196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40" - ] - }, - { - "pc": 339, - "op": "MLOAD", - "gas": 631193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x40" - ] - }, - { - "pc": 340, - "op": "PUSH1", - "gas": 631190, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120" - ] - }, - { - "pc": 342, - "op": "PUSH1", - "gas": 631187, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1" - ] - }, - { - "pc": 344, - "op": "PUSH1", - "gas": 631184, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 346, - "op": "SHL", - "gas": 631181, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 347, - "op": "SUB", - "gas": 631178, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 348, - "op": "SWAP3", - "gas": 631175, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 349, - "op": "DUP4", - "gas": 631172, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 350, - "op": "AND", - "gas": 631169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 351, - "op": "DUP2", - "gas": 631166, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 352, - "op": "MSTORE", - "gas": 631163, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0x120" - ] - }, - { - "pc": 353, - "op": "SWAP2", - "gas": 631157, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120" - ] - }, - { - "pc": 354, - "op": "DUP5", - "gas": 631154, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 355, - "op": "AND", - "gas": 631151, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 356, - "op": "PUSH1", - "gas": 631148, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 358, - "op": "DUP4", - "gas": 631145, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20" - ] - }, - { - "pc": 359, - "op": "ADD", - "gas": 631142, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20", - "0x120" - ] - }, - { - "pc": 360, - "op": "MSTORE", - "gas": 631139, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x140" - ] - }, - { - "pc": 361, - "op": "ADD", - "gas": 631133, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 362, - "op": "PUSH1", - "gas": 631130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160" - ] - }, - { - "pc": 364, - "op": "MLOAD", - "gas": 631127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x40" - ] - }, - { - "pc": 365, - "op": "DUP1", - "gas": 631124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120" - ] - }, - { - "pc": 366, - "op": "SWAP2", - "gas": 631121, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120", - "0x120" - ] - }, - { - "pc": 367, - "op": "SUB", - "gas": 631118, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x120", - "0x160" - ] - }, - { - "pc": 368, - "op": "SWAP1", - "gas": 631115, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 369, - "op": "LOG1", - "gas": 631112, - "gasCost": 1262, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x40", - "0x120" - ] - }, - { - "pc": 370, - "op": "PUSH3", - "gas": 629850, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 374, - "op": "DUP2", - "gas": 629847, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 375, - "op": "PUSH3", - "gas": 629844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 379, - "op": "JUMP", - "gas": 629841, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x229" - ] - }, - { - "pc": 553, - "op": "JUMPDEST", - "gas": 629833, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 554, - "op": "PUSH1", - "gas": 629832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 556, - "op": "PUSH1", - "gas": 629829, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 558, - "op": "PUSH1", - "gas": 629826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 560, - "op": "SHL", - "gas": 629823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 561, - "op": "SUB", - "gas": 629820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 562, - "op": "DUP2", - "gas": 629817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 563, - "op": "AND", - "gas": 629814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 564, - "op": "PUSH3", - "gas": 629811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 568, - "op": "JUMPI", - "gas": 629808, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x294" - ] - }, - { - "pc": 660, - "op": "JUMPDEST", - "gas": 629798, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 661, - "op": "DUP1", - "gas": 629797, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 662, - "op": "PUSH3", - "gas": 629794, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 666, - "op": "PUSH1", - "gas": 629791, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd" - ] - }, - { - "pc": 668, - "op": "DUP1", - "gas": 629788, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0" - ] - }, - { - "pc": 669, - "op": "MLOAD", - "gas": 629785, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 670, - "op": "PUSH1", - "gas": 629782, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 672, - "op": "PUSH3", - "gas": 629779, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 676, - "op": "DUP4", - "gas": 629776, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 677, - "op": "CODECOPY", - "gas": 629773, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 678, - "op": "DUP2", - "gas": 629767, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 679, - "op": "MLOAD", - "gas": 629764, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 680, - "op": "SWAP2", - "gas": 629761, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 681, - "op": "MSTORE", - "gas": 629758, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 682, - "op": "PUSH1", - "gas": 629755, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 684, - "op": "SHL", - "gas": 629752, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 685, - "op": "PUSH3", - "gas": 629749, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 689, - "op": "PUSH1", - "gas": 629746, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 691, - "op": "SHL", - "gas": 629743, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 692, - "op": "PUSH3", - "gas": 629740, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 696, - "op": "OR", - "gas": 629737, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 697, - "op": "PUSH1", - "gas": 629734, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 699, - "op": "SHR", - "gas": 629731, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 700, - "op": "JUMP", - "gas": 629728, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 629720, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 629719, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 629716, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 629708, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 629707, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 629704, - "gasCost": 100, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x00000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 629604, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 629601, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 629598, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 629595, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 629592, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 629589, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 629586, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 629583, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 629580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 629577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 629574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 629571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 629568, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 629565, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 629562, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 629559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 629556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 629553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 629550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 629547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 629544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 629541, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x00000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - }, - "extraData": { - "proofList": [ - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 609541, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 609539, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 380, - "op": "JUMPDEST", - "gas": 609531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 381, - "op": "POP", - "gas": 609530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 382, - "op": "JUMP", - "gas": 609528, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 222, - "op": "JUMPDEST", - "gas": 609520, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 223, - "op": "POP", - "gas": 609519, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 224, - "op": "POP", - "gas": 609517, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 225, - "op": "POP", - "gas": 609515, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x29110c873cc6fa032d970a08156f1ce0559a1eb2" - ] - }, - { - "pc": 226, - "op": "PUSH3", - "gas": 609513, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 230, - "op": "JUMP", - "gas": 609510, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x688" - ] - }, - { - "pc": 1672, - "op": "JUMPDEST", - "gas": 609502, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 1673, - "op": "PUSH2", - "gas": 609501, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 1676, - "op": "DUP1", - "gas": 609498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1677, - "op": "PUSH3", - "gas": 609495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867" - ] - }, - { - "pc": 1681, - "op": "PUSH1", - "gas": 609492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698" - ] - }, - { - "pc": 1683, - "op": "CODECOPY", - "gas": 609489, - "gasCost": 387, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 1684, - "op": "PUSH1", - "gas": 609102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1686, - "op": "RETURN", - "gas": 609099, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x867", - "0x0" - ] - } - ] - }, - { - "gas": 1545110, - "failed": false, - "returnValue": "6080604052600436106101145760003560e01c8063797594b0116100a0578063eaa72ad911610064578063eaa72ad914610316578063f23a6e6114610336578063f2fde38b14610362578063f887ea4014610382578063fac752eb146103a257600080fd5b8063797594b01461023d5780638c23d5b21461025d5780638da5cb5b1461027d578063ba27f50b1461029b578063bc197c81146102d157600080fd5b80634764cc62116100e75780634764cc62146101c8578063485cc955146101e857806348de03de14610208578063715018a6146102285780637885ef011461016e57600080fd5b806301ffc9a7146101195780630f2da0801461014e57806321fedfc9146101705780633cb747bf14610190575b600080fd5b34801561012557600080fd5b506101396101343660046111fe565b6103c2565b60405190151581526020015b60405180910390f35b34801561015a57600080fd5b5061016e610169366004611244565b6103f9565b005b34801561017c57600080fd5b5061016e61018b36600461127f565b61040c565b34801561019c57600080fd5b5060fd546101b0906001600160a01b031681565b6040516001600160a01b039091168152602001610145565b3480156101d457600080fd5b5061016e6101e33660046112d0565b610420565b3480156101f457600080fd5b5061016e61020336600461133e565b61063c565b34801561021457600080fd5b5061016e6102233660046113c3565b61070b565b34801561023457600080fd5b5061016e610722565b34801561024957600080fd5b5060fb546101b0906001600160a01b031681565b34801561026957600080fd5b5061016e61027836600461144e565b610758565b34801561028957600080fd5b506033546001600160a01b03166101b0565b3480156102a757600080fd5b506101b06102b63660046114ec565b60ff602052600090815260409020546001600160a01b031681565b3480156102dd57600080fd5b506102fd6102ec366004611640565b63bc197c8160e01b95945050505050565b6040516001600160e01b03199091168152602001610145565b34801561032257600080fd5b5061016e6103313660046116ee565b610770565b34801561034257600080fd5b506102fd6103513660046117a8565b63f23a6e6160e01b95945050505050565b34801561036e57600080fd5b5061016e61037d3660046114ec565b610979565b34801561038e57600080fd5b5060fc546101b0906001600160a01b031681565b3480156103ae57600080fd5b5061016e6103bd36600461133e565b610a14565b60006001600160e01b03198216630271189760e51b14806103f357506301ffc9a760e01b6001600160e01b03198316145b92915050565b6104068433858585610af5565b50505050565b6104198585858585610af5565b5050505050565b600260fe54141561044c5760405162461bcd60e51b815260040161044390611811565b60405180910390fd5b600260fe5560fd546001600160a01b03163381146104a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104e4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105089190611848565b60fb546001600160a01b0390811691161461055f5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b60405163731133e960e01b81526001600160a01b0385811660048301526024820185905260448201849052608060648301526000608483015287169063731133e99060a401600060405180830381600087803b1580156105be57600080fd5b505af11580156105d2573d6000803e3d6000fd5b5050604080516001600160a01b0388811682526020820188905291810186905281891693508982169250908a16907f5399dc7b86d085e50a28946dbc213966bb7a7ac78d312aedd6018c791ad6cef9906060015b60405180910390a45050600160fe555050505050565b600054610100900460ff166106575760005460ff161561065b565b303b155b6106be5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610443565b600054610100900460ff161580156106e0576000805461ffff19166101011790555b6106e8610d40565b6106f483600084610d6f565b8015610706576000805461ff00191690555b505050565b61071a86338787878787610e6f565b505050505050565b6033546001600160a01b0316331461074c5760405162461bcd60e51b815260040161044390611865565b610756600061117c565b565b61076787878787878787610e6f565b50505050505050565b600260fe5414156107935760405162461bcd60e51b815260040161044390611811565b600260fe5560fd546001600160a01b03163381146107ed5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f9190611848565b60fb546001600160a01b039081169116146108a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b604051635a455c5b60e11b81526001600160a01b0389169063b48ab8b6906108da90899089908990899089906004016118d0565b600060405180830381600087803b1580156108f457600080fd5b505af1158015610908573d6000803e3d6000fd5b50505050866001600160a01b0316886001600160a01b03168a6001600160a01b03167ff07745bfeb45fb1184165136e9148689adf57ba578a5b90dde949f26066b77568989898989604051610961959493929190611926565b60405180910390a45050600160fe5550505050505050565b6033546001600160a01b031633146109a35760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a085760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610443565b610a118161117c565b50565b6033546001600160a01b03163314610a3e5760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a8a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610443565b6001600160a01b03828116600081815260ff602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600260fe541415610b185760405162461bcd60e51b815260040161044390611811565b600260fe5581610b615760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b6001600160a01b03808616600090815260ff60205260409020541680610bbf5760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637a94c56560e11b815233600482015260248101859052604481018490526001600160a01b0387169063f5298aca90606401600060405180830381600087803b158015610c0e57600080fd5b505af1158015610c22573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528a81166044830152336064830152898116608483015260a4820189905260c48083018990528351808403909101815260e490920183526020820180516001600160e01b031663730608b360e01b17905260fd5460fb54935163b2267a7b60e01b81529295508116935063b2267a7b92610cbc9291169034908690899060040161196a565b600060405180830381600087803b158015610cd657600080fd5b505af1158015610cea573d6000803e3d6000fd5b5050604080516001600160a01b038a81168252602082018a90529181018890523393508a82169250908516907f1f9dcda7fce6f73a13055f044ffecaed2032a7a844e0a37a3eb8bbb17488d01a90606001610626565b600054610100900460ff16610d675760405162461bcd60e51b8152600401610443906119de565b6107566111ce565b6001600160a01b038316610dc55760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610443565b6001600160a01b038116610e145760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610443565b60fb80546001600160a01b038086166001600160a01b03199283161790925560fd80548484169216919091179055821615610e655760fc80546001600160a01b0319166001600160a01b0384161790555b5050600160fe5550565b600260fe541415610e925760405162461bcd60e51b815260040161044390611811565b600260fe5583610edb5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b6044820152606401610443565b838214610f1c5760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b6044820152606401610443565b60005b82811015610f98576000848483818110610f3b57610f3b611a29565b9050602002013511610f865760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b80610f9081611a3f565b915050610f1f565b506001600160a01b03808816600090815260ff60205260409020541680610ff75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637b75893d60e11b81526001600160a01b0389169063f6eb127a9061102b9033908a908a908a908a90600401611926565b600060405180830381600087803b15801561104557600080fd5b505af1158015611059573d6000803e3d6000fd5b50505050600063f92748d360e01b828a338b8b8b8b8b604051602401611086989796959493929190611a68565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925260fd5460fb54925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b9234926110f5921690839087908a9060040161196a565b6000604051808303818588803b15801561110e57600080fd5b505af1158015611122573d6000803e3d6000fd5b5050505050336001600160a01b0316896001600160a01b0316836001600160a01b03167f5d2d5d4cdbf7b115e43f0b9986644dd8b9514b10be6a019ab6a4a87f122909708b8b8b8b8b604051610961959493929190611926565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111f55760405162461bcd60e51b8152600401610443906119de565b6107563361117c565b60006020828403121561121057600080fd5b81356001600160e01b03198116811461122857600080fd5b9392505050565b6001600160a01b0381168114610a1157600080fd5b6000806000806080858703121561125a57600080fd5b84356112658161122f565b966020860135965060408601359560600135945092505050565b600080600080600060a0868803121561129757600080fd5b85356112a28161122f565b945060208601356112b28161122f565b94979496505050506040830135926060810135926080909101359150565b60008060008060008060c087890312156112e957600080fd5b86356112f48161122f565b955060208701356113048161122f565b945060408701356113148161122f565b935060608701356113248161122f565b9598949750929560808101359460a0909101359350915050565b6000806040838503121561135157600080fd5b823561135c8161122f565b9150602083013561136c8161122f565b809150509250929050565b60008083601f84011261138957600080fd5b50813567ffffffffffffffff8111156113a157600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b9250929050565b600080600080600080608087890312156113dc57600080fd5b86356113e78161122f565b9550602087013567ffffffffffffffff8082111561140457600080fd5b6114108a838b01611377565b9097509550604089013591508082111561142957600080fd5b5061143689828a01611377565b979a9699509497949695606090950135949350505050565b600080600080600080600060a0888a03121561146957600080fd5b87356114748161122f565b965060208801356114848161122f565b9550604088013567ffffffffffffffff808211156114a157600080fd5b6114ad8b838c01611377565b909750955060608a01359150808211156114c657600080fd5b506114d38a828b01611377565b989b979a50959894979596608090950135949350505050565b6000602082840312156114fe57600080fd5b81356112288161122f565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561154857611548611509565b604052919050565b600082601f83011261156157600080fd5b8135602067ffffffffffffffff82111561157d5761157d611509565b8160051b61158c82820161151f565b92835284810182019282810190878511156115a657600080fd5b83870192505b848310156115c5578235825291830191908301906115ac565b979650505050505050565b600082601f8301126115e157600080fd5b813567ffffffffffffffff8111156115fb576115fb611509565b61160e601f8201601f191660200161151f565b81815284602083860101111561162357600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600060a0868803121561165857600080fd5b85356116638161122f565b945060208601356116738161122f565b9350604086013567ffffffffffffffff8082111561169057600080fd5b61169c89838a01611550565b945060608801359150808211156116b257600080fd5b6116be89838a01611550565b935060808801359150808211156116d457600080fd5b506116e1888289016115d0565b9150509295509295909350565b60008060008060008060008060c0898b03121561170a57600080fd5b88356117158161122f565b975060208901356117258161122f565b965060408901356117358161122f565b955060608901356117458161122f565b9450608089013567ffffffffffffffff8082111561176257600080fd5b61176e8c838d01611377565b909650945060a08b013591508082111561178757600080fd5b506117948b828c01611377565b999c989b5096995094979396929594505050565b600080600080600060a086880312156117c057600080fd5b85356117cb8161122f565b945060208601356117db8161122f565b93506040860135925060608601359150608086013567ffffffffffffffff81111561180557600080fd5b6116e1888289016115d0565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561185a57600080fd5b81516112288161122f565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b81835260006001600160fb1b038311156118b357600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03861681526080602082018190526000906118f5908301868861189a565b828103604084015261190881858761189a565b83810360609094019390935250506000815260200195945050505050565b6001600160a01b038616815260606020820181905260009061194b908301868861189a565b828103604084015261195e81858761189a565b98975050505050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b818110156119ac5786810183015185820160a001528201611990565b818111156119be57600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b6000600019821415611a6157634e487b7160e01b600052601160045260246000fd5b5060010190565b6001600160a01b038981168252888116602083015287811660408301528616606082015260c060808201819052600090611aa5908301868861189a565b82810360a0840152611ab881858761189a565b9b9a505050505050505050505056fea2646970667358221220d51771663e98aa0dc22bd1a2d1f56957ff6cc4ba86288327386e7cfcef66b95464736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 16, - "balance": "0x21e16e5ab5282ea552f", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x0452211a0e0936ec4d8684441295be6a6b336525", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 17, - "balance": "0x21e16d38bd9e3b41779", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x0452211a0e0936ec4d8684441295be6a6b336525", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x09c96e31a5e9cb17c0a29de833ea2e135151a6709c3c2a128bcc58089c15ea26" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x1a36e582ad9778c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405234801561001057600080fd5b50611afd806100206000396000f3fe6080604052600436106101145760003560e01c8063797594b0116100a0578063eaa72ad911610064578063eaa72ad914610316578063f23a6e6114610336578063f2fde38b14610362578063f887ea4014610382578063fac752eb146103a257600080fd5b8063797594b01461023d5780638c23d5b21461025d5780638da5cb5b1461027d578063ba27f50b1461029b578063bc197c81146102d157600080fd5b80634764cc62116100e75780634764cc62146101c8578063485cc955146101e857806348de03de14610208578063715018a6146102285780637885ef011461016e57600080fd5b806301ffc9a7146101195780630f2da0801461014e57806321fedfc9146101705780633cb747bf14610190575b600080fd5b34801561012557600080fd5b506101396101343660046111fe565b6103c2565b60405190151581526020015b60405180910390f35b34801561015a57600080fd5b5061016e610169366004611244565b6103f9565b005b34801561017c57600080fd5b5061016e61018b36600461127f565b61040c565b34801561019c57600080fd5b5060fd546101b0906001600160a01b031681565b6040516001600160a01b039091168152602001610145565b3480156101d457600080fd5b5061016e6101e33660046112d0565b610420565b3480156101f457600080fd5b5061016e61020336600461133e565b61063c565b34801561021457600080fd5b5061016e6102233660046113c3565b61070b565b34801561023457600080fd5b5061016e610722565b34801561024957600080fd5b5060fb546101b0906001600160a01b031681565b34801561026957600080fd5b5061016e61027836600461144e565b610758565b34801561028957600080fd5b506033546001600160a01b03166101b0565b3480156102a757600080fd5b506101b06102b63660046114ec565b60ff602052600090815260409020546001600160a01b031681565b3480156102dd57600080fd5b506102fd6102ec366004611640565b63bc197c8160e01b95945050505050565b6040516001600160e01b03199091168152602001610145565b34801561032257600080fd5b5061016e6103313660046116ee565b610770565b34801561034257600080fd5b506102fd6103513660046117a8565b63f23a6e6160e01b95945050505050565b34801561036e57600080fd5b5061016e61037d3660046114ec565b610979565b34801561038e57600080fd5b5060fc546101b0906001600160a01b031681565b3480156103ae57600080fd5b5061016e6103bd36600461133e565b610a14565b60006001600160e01b03198216630271189760e51b14806103f357506301ffc9a760e01b6001600160e01b03198316145b92915050565b6104068433858585610af5565b50505050565b6104198585858585610af5565b5050505050565b600260fe54141561044c5760405162461bcd60e51b815260040161044390611811565b60405180910390fd5b600260fe5560fd546001600160a01b03163381146104a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104e4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105089190611848565b60fb546001600160a01b0390811691161461055f5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b60405163731133e960e01b81526001600160a01b0385811660048301526024820185905260448201849052608060648301526000608483015287169063731133e99060a401600060405180830381600087803b1580156105be57600080fd5b505af11580156105d2573d6000803e3d6000fd5b5050604080516001600160a01b0388811682526020820188905291810186905281891693508982169250908a16907f5399dc7b86d085e50a28946dbc213966bb7a7ac78d312aedd6018c791ad6cef9906060015b60405180910390a45050600160fe555050505050565b600054610100900460ff166106575760005460ff161561065b565b303b155b6106be5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610443565b600054610100900460ff161580156106e0576000805461ffff19166101011790555b6106e8610d40565b6106f483600084610d6f565b8015610706576000805461ff00191690555b505050565b61071a86338787878787610e6f565b505050505050565b6033546001600160a01b0316331461074c5760405162461bcd60e51b815260040161044390611865565b610756600061117c565b565b61076787878787878787610e6f565b50505050505050565b600260fe5414156107935760405162461bcd60e51b815260040161044390611811565b600260fe5560fd546001600160a01b03163381146107ed5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f9190611848565b60fb546001600160a01b039081169116146108a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b604051635a455c5b60e11b81526001600160a01b0389169063b48ab8b6906108da90899089908990899089906004016118d0565b600060405180830381600087803b1580156108f457600080fd5b505af1158015610908573d6000803e3d6000fd5b50505050866001600160a01b0316886001600160a01b03168a6001600160a01b03167ff07745bfeb45fb1184165136e9148689adf57ba578a5b90dde949f26066b77568989898989604051610961959493929190611926565b60405180910390a45050600160fe5550505050505050565b6033546001600160a01b031633146109a35760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a085760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610443565b610a118161117c565b50565b6033546001600160a01b03163314610a3e5760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a8a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610443565b6001600160a01b03828116600081815260ff602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600260fe541415610b185760405162461bcd60e51b815260040161044390611811565b600260fe5581610b615760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b6001600160a01b03808616600090815260ff60205260409020541680610bbf5760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637a94c56560e11b815233600482015260248101859052604481018490526001600160a01b0387169063f5298aca90606401600060405180830381600087803b158015610c0e57600080fd5b505af1158015610c22573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528a81166044830152336064830152898116608483015260a4820189905260c48083018990528351808403909101815260e490920183526020820180516001600160e01b031663730608b360e01b17905260fd5460fb54935163b2267a7b60e01b81529295508116935063b2267a7b92610cbc9291169034908690899060040161196a565b600060405180830381600087803b158015610cd657600080fd5b505af1158015610cea573d6000803e3d6000fd5b5050604080516001600160a01b038a81168252602082018a90529181018890523393508a82169250908516907f1f9dcda7fce6f73a13055f044ffecaed2032a7a844e0a37a3eb8bbb17488d01a90606001610626565b600054610100900460ff16610d675760405162461bcd60e51b8152600401610443906119de565b6107566111ce565b6001600160a01b038316610dc55760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610443565b6001600160a01b038116610e145760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610443565b60fb80546001600160a01b038086166001600160a01b03199283161790925560fd80548484169216919091179055821615610e655760fc80546001600160a01b0319166001600160a01b0384161790555b5050600160fe5550565b600260fe541415610e925760405162461bcd60e51b815260040161044390611811565b600260fe5583610edb5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b6044820152606401610443565b838214610f1c5760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b6044820152606401610443565b60005b82811015610f98576000848483818110610f3b57610f3b611a29565b9050602002013511610f865760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b80610f9081611a3f565b915050610f1f565b506001600160a01b03808816600090815260ff60205260409020541680610ff75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637b75893d60e11b81526001600160a01b0389169063f6eb127a9061102b9033908a908a908a908a90600401611926565b600060405180830381600087803b15801561104557600080fd5b505af1158015611059573d6000803e3d6000fd5b50505050600063f92748d360e01b828a338b8b8b8b8b604051602401611086989796959493929190611a68565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925260fd5460fb54925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b9234926110f5921690839087908a9060040161196a565b6000604051808303818588803b15801561110e57600080fd5b505af1158015611122573d6000803e3d6000fd5b5050505050336001600160a01b0316896001600160a01b0316836001600160a01b03167f5d2d5d4cdbf7b115e43f0b9986644dd8b9514b10be6a019ab6a4a87f122909708b8b8b8b8b604051610961959493929190611926565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111f55760405162461bcd60e51b8152600401610443906119de565b6107563361117c565b60006020828403121561121057600080fd5b81356001600160e01b03198116811461122857600080fd5b9392505050565b6001600160a01b0381168114610a1157600080fd5b6000806000806080858703121561125a57600080fd5b84356112658161122f565b966020860135965060408601359560600135945092505050565b600080600080600060a0868803121561129757600080fd5b85356112a28161122f565b945060208601356112b28161122f565b94979496505050506040830135926060810135926080909101359150565b60008060008060008060c087890312156112e957600080fd5b86356112f48161122f565b955060208701356113048161122f565b945060408701356113148161122f565b935060608701356113248161122f565b9598949750929560808101359460a0909101359350915050565b6000806040838503121561135157600080fd5b823561135c8161122f565b9150602083013561136c8161122f565b809150509250929050565b60008083601f84011261138957600080fd5b50813567ffffffffffffffff8111156113a157600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b9250929050565b600080600080600080608087890312156113dc57600080fd5b86356113e78161122f565b9550602087013567ffffffffffffffff8082111561140457600080fd5b6114108a838b01611377565b9097509550604089013591508082111561142957600080fd5b5061143689828a01611377565b979a9699509497949695606090950135949350505050565b600080600080600080600060a0888a03121561146957600080fd5b87356114748161122f565b965060208801356114848161122f565b9550604088013567ffffffffffffffff808211156114a157600080fd5b6114ad8b838c01611377565b909750955060608a01359150808211156114c657600080fd5b506114d38a828b01611377565b989b979a50959894979596608090950135949350505050565b6000602082840312156114fe57600080fd5b81356112288161122f565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561154857611548611509565b604052919050565b600082601f83011261156157600080fd5b8135602067ffffffffffffffff82111561157d5761157d611509565b8160051b61158c82820161151f565b92835284810182019282810190878511156115a657600080fd5b83870192505b848310156115c5578235825291830191908301906115ac565b979650505050505050565b600082601f8301126115e157600080fd5b813567ffffffffffffffff8111156115fb576115fb611509565b61160e601f8201601f191660200161151f565b81815284602083860101111561162357600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600060a0868803121561165857600080fd5b85356116638161122f565b945060208601356116738161122f565b9350604086013567ffffffffffffffff8082111561169057600080fd5b61169c89838a01611550565b945060608801359150808211156116b257600080fd5b6116be89838a01611550565b935060808801359150808211156116d457600080fd5b506116e1888289016115d0565b9150509295509295909350565b60008060008060008060008060c0898b03121561170a57600080fd5b88356117158161122f565b975060208901356117258161122f565b965060408901356117358161122f565b955060608901356117458161122f565b9450608089013567ffffffffffffffff8082111561176257600080fd5b61176e8c838d01611377565b909650945060a08b013591508082111561178757600080fd5b506117948b828c01611377565b999c989b5096995094979396929594505050565b600080600080600060a086880312156117c057600080fd5b85356117cb8161122f565b945060208601356117db8161122f565b93506040860135925060608601359150608086013567ffffffffffffffff81111561180557600080fd5b6116e1888289016115d0565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561185a57600080fd5b81516112288161122f565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b81835260006001600160fb1b038311156118b357600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03861681526080602082018190526000906118f5908301868861189a565b828103604084015261190881858761189a565b83810360609094019390935250506000815260200195945050505050565b6001600160a01b038616815260606020820181905260009061194b908301868861189a565b828103604084015261195e81858761189a565b98975050505050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b818110156119ac5786810183015185820160a001528201611990565b818111156119be57600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b6000600019821415611a6157634e487b7160e01b600052601160045260246000fd5b5060010190565b6001600160a01b038981168252888116602083015287811660408301528616606082015260c060808201819052600090611aa5908301868861189a565b82810360a0840152611ab881858761189a565b9b9a505050505050505050505056fea2646970667358221220d51771663e98aa0dc22bd1a2d1f56957ff6cc4ba86288327386e7cfcef66b95464736f6c634300080a0033", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 1846771, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 1846768, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 1846765, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "CALLVALUE", - "gas": 1846753, - "gasCost": 2, - "depth": 1 - }, - { - "pc": 6, - "op": "DUP1", - "gas": 1846751, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 7, - "op": "ISZERO", - "gas": 1846748, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x0" - ] - }, - { - "pc": 8, - "op": "PUSH2", - "gas": 1846745, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x0", - "0x1" - ] - }, - { - "pc": 11, - "op": "JUMPI", - "gas": 1846742, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x0", - "0x1", - "0x10" - ] - }, - { - "pc": 16, - "op": "JUMPDEST", - "gas": 1846732, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 17, - "op": "POP", - "gas": 1846731, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x0" - ] - }, - { - "pc": 18, - "op": "PUSH2", - "gas": 1846729, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 21, - "op": "DUP1", - "gas": 1846726, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1afd" - ] - }, - { - "pc": 22, - "op": "PUSH2", - "gas": 1846723, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1afd", - "0x1afd" - ] - }, - { - "pc": 25, - "op": "PUSH1", - "gas": 1846720, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1afd", - "0x1afd", - "0x20" - ] - }, - { - "pc": 27, - "op": "CODECOPY", - "gas": 1846717, - "gasCost": 1381, - "depth": 1, - "stack": [ - "0x1afd", - "0x1afd", - "0x20", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 28, - "op": "PUSH1", - "gas": 1845336, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x1afd" - ] - }, - { - "pc": 30, - "op": "RETURN", - "gas": 1845333, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x1afd", - "0x0" - ] - } - ] - }, - { - "gas": 596333, - "failed": false, - "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", - "from": { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 17, - "balance": "0x21e16d38bd9e3b41779", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - "accountCreated": { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "accountAfter": [ - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "nonce": 18, - "balance": "0x21e16cc8d40fc36609c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "nonce": 0, - "balance": "0x1a9c96df4bf7d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d7400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", - "structLogs": [ - { - "pc": 0, - "op": "PUSH1", - "gas": 660724, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 2, - "op": "PUSH1", - "gas": 660721, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 4, - "op": "MSTORE", - "gas": 660718, - "gasCost": 12, - "depth": 1, - "stack": [ - "0x80", - "0x40" - ] - }, - { - "pc": 5, - "op": "PUSH1", - "gas": 660706, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 7, - "op": "MLOAD", - "gas": 660703, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x40" - ] - }, - { - "pc": 8, - "op": "PUSH3", - "gas": 660700, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80" - ] - }, - { - "pc": 12, - "op": "CODESIZE", - "gas": 660697, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x80", - "0xf66" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 13, - "op": "SUB", - "gas": 660695, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0xf66", - "0xfe6" - ] - }, - { - "pc": 14, - "op": "DUP1", - "gas": 660692, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 15, - "op": "PUSH3", - "gas": 660689, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 19, - "op": "DUP4", - "gas": 660686, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66" - ] - }, - { - "pc": 20, - "op": "CODECOPY", - "gas": 660683, - "gasCost": 30, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80", - "0xf66", - "0x80" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 21, - "op": "DUP2", - "gas": 660653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80" - ] - }, - { - "pc": 22, - "op": "ADD", - "gas": 660650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x80", - "0x80" - ] - }, - { - "pc": 23, - "op": "PUSH1", - "gas": 660647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 25, - "op": "DUP2", - "gas": 660644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40" - ] - }, - { - "pc": 26, - "op": "SWAP1", - "gas": 660641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x40", - "0x100" - ] - }, - { - "pc": 27, - "op": "MSTORE", - "gas": 660638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x100", - "0x40" - ] - }, - { - "pc": 28, - "op": "PUSH3", - "gas": 660635, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100" - ] - }, - { - "pc": 32, - "op": "SWAP2", - "gas": 660632, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x80", - "0x100", - "0x26" - ] - }, - { - "pc": 33, - "op": "PUSH3", - "gas": 660629, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 37, - "op": "JUMP", - "gas": 660626, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x519" - ] - }, - { - "pc": 1305, - "op": "JUMPDEST", - "gas": 660618, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1306, - "op": "PUSH1", - "gas": 660617, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80" - ] - }, - { - "pc": 1308, - "op": "DUP1", - "gas": 660614, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0" - ] - }, - { - "pc": 1309, - "op": "PUSH1", - "gas": 660611, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0" - ] - }, - { - "pc": 1311, - "op": "PUSH1", - "gas": 660608, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1313, - "op": "DUP5", - "gas": 660605, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60" - ] - }, - { - "pc": 1314, - "op": "DUP7", - "gas": 660602, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1315, - "op": "SUB", - "gas": 660599, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80", - "0x100" - ] - }, - { - "pc": 1316, - "op": "SLT", - "gas": 660596, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x60", - "0x80" - ] - }, - { - "pc": 1317, - "op": "ISZERO", - "gas": 660593, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1318, - "op": "PUSH3", - "gas": 660590, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 1322, - "op": "JUMPI", - "gas": 660587, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x1", - "0x52f" - ] - }, - { - "pc": 1327, - "op": "JUMPDEST", - "gas": 660577, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1328, - "op": "PUSH3", - "gas": 660576, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1332, - "op": "DUP5", - "gas": 660573, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a" - ] - }, - { - "pc": 1333, - "op": "PUSH3", - "gas": 660570, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1337, - "op": "JUMP", - "gas": 660567, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660559, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660558, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660555, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x80" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660552, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660549, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660546, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660543, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660540, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660537, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660534, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660531, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660522, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660512, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660511, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x53a", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660508, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x80", - "0x53a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660505, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x53a", - "0x80" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660503, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x53a" - ] - }, - { - "pc": 1338, - "op": "JUMPDEST", - "gas": 660495, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1339, - "op": "SWAP3", - "gas": 660494, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x0", - "0x0", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1340, - "op": "POP", - "gas": 660491, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1341, - "op": "PUSH3", - "gas": 660489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0" - ] - }, - { - "pc": 1345, - "op": "PUSH1", - "gas": 660486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a" - ] - }, - { - "pc": 1347, - "op": "DUP6", - "gas": 660483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0x20" - ] - }, - { - "pc": 1348, - "op": "ADD", - "gas": 660480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0x20", - "0x80" - ] - }, - { - "pc": 1349, - "op": "PUSH3", - "gas": 660477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1353, - "op": "JUMP", - "gas": 660474, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0x4b7" - ] - }, - { - "pc": 1207, - "op": "JUMPDEST", - "gas": 660466, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1208, - "op": "DUP1", - "gas": 660465, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1209, - "op": "MLOAD", - "gas": 660462, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xa0" - ] - }, - { - "pc": 1210, - "op": "PUSH1", - "gas": 660459, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1212, - "op": "PUSH1", - "gas": 660456, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1214, - "op": "PUSH1", - "gas": 660453, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 1216, - "op": "SHL", - "gas": 660450, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1217, - "op": "SUB", - "gas": 660447, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1218, - "op": "DUP2", - "gas": 660444, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1219, - "op": "AND", - "gas": 660441, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1220, - "op": "DUP2", - "gas": 660438, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1221, - "op": "EQ", - "gas": 660435, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1222, - "op": "PUSH3", - "gas": 660432, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 1226, - "op": "JUMPI", - "gas": 660429, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x4cf" - ] - }, - { - "pc": 1231, - "op": "JUMPDEST", - "gas": 660419, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1232, - "op": "SWAP2", - "gas": 660418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x54a", - "0xa0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1233, - "op": "SWAP1", - "gas": 660415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xa0", - "0x54a" - ] - }, - { - "pc": 1234, - "op": "POP", - "gas": 660412, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a", - "0xa0" - ] - }, - { - "pc": 1235, - "op": "JUMP", - "gas": 660410, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x54a" - ] - }, - { - "pc": 1354, - "op": "JUMPDEST", - "gas": 660402, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1355, - "op": "PUSH1", - "gas": 660401, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1357, - "op": "DUP6", - "gas": 660398, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40" - ] - }, - { - "pc": 1358, - "op": "ADD", - "gas": 660395, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x40", - "0x80" - ] - }, - { - "pc": 1359, - "op": "MLOAD", - "gas": 660392, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xc0" - ] - }, - { - "pc": 1360, - "op": "SWAP1", - "gas": 660389, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x60" - ] - }, - { - "pc": 1361, - "op": "SWAP3", - "gas": 660386, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x0", - "0x60", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1362, - "op": "POP", - "gas": 660383, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x0" - ] - }, - { - "pc": 1363, - "op": "PUSH1", - "gas": 660381, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60" - ] - }, - { - "pc": 1365, - "op": "PUSH1", - "gas": 660378, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1" - ] - }, - { - "pc": 1367, - "op": "PUSH1", - "gas": 660375, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1" - ] - }, - { - "pc": 1369, - "op": "SHL", - "gas": 660372, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x1", - "0x40" - ] - }, - { - "pc": 1370, - "op": "SUB", - "gas": 660369, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0x1", - "0x10000000000000000" - ] - }, - { - "pc": 1371, - "op": "DUP1", - "gas": 660366, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1372, - "op": "DUP3", - "gas": 660363, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff" - ] - }, - { - "pc": 1373, - "op": "GT", - "gas": 660360, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1374, - "op": "ISZERO", - "gas": 660357, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1375, - "op": "PUSH3", - "gas": 660354, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1379, - "op": "JUMPI", - "gas": 660351, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x1", - "0x568" - ] - }, - { - "pc": 1384, - "op": "JUMPDEST", - "gas": 660341, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1385, - "op": "DUP2", - "gas": 660340, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff" - ] - }, - { - "pc": 1386, - "op": "DUP7", - "gas": 660337, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1387, - "op": "ADD", - "gas": 660334, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0x60", - "0x80" - ] - }, - { - "pc": 1388, - "op": "SWAP2", - "gas": 660331, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0x60", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1389, - "op": "POP", - "gas": 660328, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x60" - ] - }, - { - "pc": 1390, - "op": "DUP7", - "gas": 660326, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1391, - "op": "PUSH1", - "gas": 660323, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100" - ] - }, - { - "pc": 1393, - "op": "DUP4", - "gas": 660320, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f" - ] - }, - { - "pc": 1394, - "op": "ADD", - "gas": 660317, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0x1f", - "0xe0" - ] - }, - { - "pc": 1395, - "op": "SLT", - "gas": 660314, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x100", - "0xff" - ] - }, - { - "pc": 1396, - "op": "PUSH3", - "gas": 660311, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1" - ] - }, - { - "pc": 1400, - "op": "JUMPI", - "gas": 660308, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x1", - "0x57d" - ] - }, - { - "pc": 1405, - "op": "JUMPDEST", - "gas": 660298, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1406, - "op": "DUP2", - "gas": 660297, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1407, - "op": "MLOAD", - "gas": 660294, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0xe0" - ] - }, - { - "pc": 1408, - "op": "DUP2", - "gas": 660291, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1409, - "op": "DUP2", - "gas": 660288, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1410, - "op": "GT", - "gas": 660285, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1411, - "op": "ISZERO", - "gas": 660282, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x0" - ] - }, - { - "pc": 1412, - "op": "PUSH3", - "gas": 660279, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1" - ] - }, - { - "pc": 1416, - "op": "JUMPI", - "gas": 660276, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x1", - "0x592" - ] - }, - { - "pc": 1426, - "op": "JUMPDEST", - "gas": 660266, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1427, - "op": "PUSH1", - "gas": 660265, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1429, - "op": "MLOAD", - "gas": 660262, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x40" - ] - }, - { - "pc": 1430, - "op": "PUSH1", - "gas": 660259, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100" - ] - }, - { - "pc": 1432, - "op": "DUP3", - "gas": 660256, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1433, - "op": "ADD", - "gas": 660253, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x0" - ] - }, - { - "pc": 1434, - "op": "PUSH1", - "gas": 660250, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f" - ] - }, - { - "pc": 1436, - "op": "NOT", - "gas": 660247, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0x1f" - ] - }, - { - "pc": 1437, - "op": "SWAP1", - "gas": 660244, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1438, - "op": "DUP2", - "gas": 660241, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f" - ] - }, - { - "pc": 1439, - "op": "AND", - "gas": 660238, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x1f", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" - ] - }, - { - "pc": 1440, - "op": "PUSH1", - "gas": 660235, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0" - ] - }, - { - "pc": 1442, - "op": "ADD", - "gas": 660232, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x0", - "0x3f" - ] - }, - { - "pc": 1443, - "op": "AND", - "gas": 660229, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x3f" - ] - }, - { - "pc": 1444, - "op": "DUP2", - "gas": 660226, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20" - ] - }, - { - "pc": 1445, - "op": "ADD", - "gas": 660223, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x20", - "0x100" - ] - }, - { - "pc": 1446, - "op": "SWAP1", - "gas": 660220, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1447, - "op": "DUP4", - "gas": 660217, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1448, - "op": "DUP3", - "gas": 660214, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff" - ] - }, - { - "pc": 1449, - "op": "GT", - "gas": 660211, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0xffffffffffffffff", - "0x120" - ] - }, - { - "pc": 1450, - "op": "DUP2", - "gas": 660208, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1451, - "op": "DUP4", - "gas": 660205, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1452, - "op": "LT", - "gas": 660202, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100", - "0x120" - ] - }, - { - "pc": 1453, - "op": "OR", - "gas": 660199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1454, - "op": "ISZERO", - "gas": 660196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1455, - "op": "PUSH3", - "gas": 660193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1459, - "op": "JUMPI", - "gas": 660190, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5bd" - ] - }, - { - "pc": 1469, - "op": "JUMPDEST", - "gas": 660180, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1470, - "op": "DUP2", - "gas": 660179, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1471, - "op": "PUSH1", - "gas": 660176, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120" - ] - }, - { - "pc": 1473, - "op": "MSTORE", - "gas": 660173, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x120", - "0x40" - ] - }, - { - "pc": 1474, - "op": "DUP3", - "gas": 660170, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1475, - "op": "DUP2", - "gas": 660167, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1476, - "op": "MSTORE", - "gas": 660164, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0", - "0x100" - ] - }, - { - "pc": 1477, - "op": "DUP10", - "gas": 660158, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1478, - "op": "PUSH1", - "gas": 660155, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1480, - "op": "DUP5", - "gas": 660152, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20" - ] - }, - { - "pc": 1481, - "op": "DUP8", - "gas": 660149, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0" - ] - }, - { - "pc": 1482, - "op": "ADD", - "gas": 660146, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0x0", - "0xe0" - ] - }, - { - "pc": 1483, - "op": "ADD", - "gas": 660143, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x20", - "0xe0" - ] - }, - { - "pc": 1484, - "op": "GT", - "gas": 660140, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100", - "0x100" - ] - }, - { - "pc": 1485, - "op": "ISZERO", - "gas": 660137, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1486, - "op": "PUSH3", - "gas": 660134, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1" - ] - }, - { - "pc": 1490, - "op": "JUMPI", - "gas": 660131, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x1", - "0x5d7" - ] - }, - { - "pc": 1495, - "op": "JUMPDEST", - "gas": 660121, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1496, - "op": "PUSH3", - "gas": 660120, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1500, - "op": "DUP4", - "gas": 660117, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1501, - "op": "PUSH1", - "gas": 660114, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 1503, - "op": "DUP4", - "gas": 660111, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20" - ] - }, - { - "pc": 1504, - "op": "ADD", - "gas": 660108, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x20", - "0x100" - ] - }, - { - "pc": 1505, - "op": "PUSH1", - "gas": 660105, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 1507, - "op": "DUP9", - "gas": 660102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20" - ] - }, - { - "pc": 1508, - "op": "ADD", - "gas": 660099, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x20", - "0xe0" - ] - }, - { - "pc": 1509, - "op": "PUSH3", - "gas": 660096, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1513, - "op": "JUMP", - "gas": 660093, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x4ea" - ] - }, - { - "pc": 1258, - "op": "JUMPDEST", - "gas": 660085, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1259, - "op": "PUSH1", - "gas": 660084, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1261, - "op": "JUMPDEST", - "gas": 660081, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1262, - "op": "DUP4", - "gas": 660080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1263, - "op": "DUP2", - "gas": 660077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1264, - "op": "LT", - "gas": 660074, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1265, - "op": "ISZERO", - "gas": 660071, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1266, - "op": "PUSH3", - "gas": 660068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1270, - "op": "JUMPI", - "gas": 660065, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x507" - ] - }, - { - "pc": 1287, - "op": "JUMPDEST", - "gas": 660055, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1288, - "op": "DUP4", - "gas": 660054, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1289, - "op": "DUP2", - "gas": 660051, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1290, - "op": "GT", - "gas": 660048, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 1291, - "op": "ISZERO", - "gas": 660045, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 1292, - "op": "PUSH3", - "gas": 660042, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 1296, - "op": "JUMPI", - "gas": 660039, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0", - "0x1", - "0x11d" - ] - }, - { - "pc": 285, - "op": "JUMPDEST", - "gas": 660029, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 286, - "op": "POP", - "gas": 660028, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 660026, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 660025, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 660023, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0", - "0x120" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 660021, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea", - "0x0" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 660019, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x5ea" - ] - }, - { - "pc": 1514, - "op": "JUMPDEST", - "gas": 660011, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1515, - "op": "DUP1", - "gas": 660010, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1516, - "op": "SWAP6", - "gas": 660007, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x100" - ] - }, - { - "pc": 1517, - "op": "POP", - "gas": 660004, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100", - "0x0" - ] - }, - { - "pc": 1518, - "op": "POP", - "gas": 660002, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120", - "0x100" - ] - }, - { - "pc": 1519, - "op": "POP", - "gas": 660000, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0", - "0x120" - ] - }, - { - "pc": 1520, - "op": "POP", - "gas": 659998, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff", - "0x0" - ] - }, - { - "pc": 1521, - "op": "POP", - "gas": 659996, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0", - "0xffffffffffffffff" - ] - }, - { - "pc": 1522, - "op": "POP", - "gas": 659994, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xe0" - ] - }, - { - "pc": 1523, - "op": "SWAP3", - "gas": 659992, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x80", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 1524, - "op": "POP", - "gas": 659989, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x80" - ] - }, - { - "pc": 1525, - "op": "SWAP3", - "gas": 659987, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0x100", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 1526, - "op": "POP", - "gas": 659984, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 1527, - "op": "SWAP3", - "gas": 659982, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x26", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1528, - "op": "JUMP", - "gas": 659979, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x26" - ] - }, - { - "pc": 38, - "op": "JUMPDEST", - "gas": 659971, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 39, - "op": "DUP3", - "gas": 659970, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 40, - "op": "DUP2", - "gas": 659967, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 41, - "op": "PUSH3", - "gas": 659964, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 45, - "op": "PUSH1", - "gas": 659961, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55" - ] - }, - { - "pc": 47, - "op": "PUSH32", - "gas": 659958, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1" - ] - }, - { - "pc": 80, - "op": "PUSH3", - "gas": 659955, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 84, - "op": "JUMP", - "gas": 659952, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 659944, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 659943, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 659940, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 659937, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 659934, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 659931, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 659928, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 659925, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 659915, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 659914, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 659912, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x1", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 659909, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x55", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 659906, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x55" - ] - }, - { - "pc": 85, - "op": "JUMPDEST", - "gas": 659898, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 86, - "op": "PUSH1", - "gas": 659897, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 88, - "op": "DUP1", - "gas": 659894, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 89, - "op": "MLOAD", - "gas": 659891, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 90, - "op": "PUSH1", - "gas": 659888, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 92, - "op": "PUSH3", - "gas": 659885, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 96, - "op": "DUP4", - "gas": 659882, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 97, - "op": "CODECOPY", - "gas": 659879, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 98, - "op": "DUP2", - "gas": 659873, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 99, - "op": "MLOAD", - "gas": 659870, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 100, - "op": "SWAP2", - "gas": 659867, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 101, - "op": "MSTORE", - "gas": 659864, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 102, - "op": "EQ", - "gas": 659861, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 103, - "op": "PUSH3", - "gas": 659858, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x1" - ] - }, - { - "pc": 107, - "op": "JUMPI", - "gas": 659855, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x1", - "0x75" - ] - }, - { - "pc": 117, - "op": "JUMPDEST", - "gas": 659845, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 118, - "op": "PUSH3", - "gas": 659844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 122, - "op": "DUP3", - "gas": 659841, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83" - ] - }, - { - "pc": 123, - "op": "DUP3", - "gas": 659838, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 124, - "op": "PUSH1", - "gas": 659835, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 126, - "op": "PUSH3", - "gas": 659832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 130, - "op": "JUMP", - "gas": 659829, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xe7" - ] - }, - { - "pc": 231, - "op": "JUMPDEST", - "gas": 659821, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 232, - "op": "PUSH3", - "gas": 659820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 236, - "op": "DUP4", - "gas": 659817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 237, - "op": "PUSH3", - "gas": 659814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 241, - "op": "JUMP", - "gas": 659811, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x17f" - ] - }, - { - "pc": 383, - "op": "JUMPDEST", - "gas": 659803, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 384, - "op": "PUSH3", - "gas": 659802, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 388, - "op": "DUP2", - "gas": 659799, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a" - ] - }, - { - "pc": 389, - "op": "PUSH3", - "gas": 659796, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 393, - "op": "JUMP", - "gas": 659793, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2de" - ] - }, - { - "pc": 734, - "op": "JUMPDEST", - "gas": 659785, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 735, - "op": "PUSH3", - "gas": 659784, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 739, - "op": "DUP2", - "gas": 659781, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4" - ] - }, - { - "pc": 740, - "op": "PUSH3", - "gas": 659778, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 744, - "op": "PUSH1", - "gas": 659775, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a" - ] - }, - { - "pc": 746, - "op": "SHL", - "gas": 659772, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a", - "0x20" - ] - }, - { - "pc": 747, - "op": "PUSH3", - "gas": 659769, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a00000000" - ] - }, - { - "pc": 751, - "op": "OR", - "gas": 659766, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a00000000", - "0x28c" - ] - }, - { - "pc": 752, - "op": "PUSH1", - "gas": 659763, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a0000028c" - ] - }, - { - "pc": 754, - "op": "SHR", - "gas": 659760, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a0000028c", - "0x20" - ] - }, - { - "pc": 755, - "op": "JUMP", - "gas": 659757, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x46a" - ] - }, - { - "pc": 1130, - "op": "JUMPDEST", - "gas": 659749, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1131, - "op": "PUSH1", - "gas": 659748, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 1133, - "op": "PUSH1", - "gas": 659745, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1" - ] - }, - { - "pc": 1135, - "op": "PUSH1", - "gas": 659742, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x1" - ] - }, - { - "pc": 1137, - "op": "SHL", - "gas": 659739, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 1138, - "op": "SUB", - "gas": 659736, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 1139, - "op": "AND", - "gas": 659733, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 1140, - "op": "EXTCODESIZE", - "gas": 659730, - "gasCost": 2600, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ], - "extraData": { - "codeList": [ - "0x6080604052600436106101145760003560e01c8063797594b0116100a0578063eaa72ad911610064578063eaa72ad914610316578063f23a6e6114610336578063f2fde38b14610362578063f887ea4014610382578063fac752eb146103a257600080fd5b8063797594b01461023d5780638c23d5b21461025d5780638da5cb5b1461027d578063ba27f50b1461029b578063bc197c81146102d157600080fd5b80634764cc62116100e75780634764cc62146101c8578063485cc955146101e857806348de03de14610208578063715018a6146102285780637885ef011461016e57600080fd5b806301ffc9a7146101195780630f2da0801461014e57806321fedfc9146101705780633cb747bf14610190575b600080fd5b34801561012557600080fd5b506101396101343660046111fe565b6103c2565b60405190151581526020015b60405180910390f35b34801561015a57600080fd5b5061016e610169366004611244565b6103f9565b005b34801561017c57600080fd5b5061016e61018b36600461127f565b61040c565b34801561019c57600080fd5b5060fd546101b0906001600160a01b031681565b6040516001600160a01b039091168152602001610145565b3480156101d457600080fd5b5061016e6101e33660046112d0565b610420565b3480156101f457600080fd5b5061016e61020336600461133e565b61063c565b34801561021457600080fd5b5061016e6102233660046113c3565b61070b565b34801561023457600080fd5b5061016e610722565b34801561024957600080fd5b5060fb546101b0906001600160a01b031681565b34801561026957600080fd5b5061016e61027836600461144e565b610758565b34801561028957600080fd5b506033546001600160a01b03166101b0565b3480156102a757600080fd5b506101b06102b63660046114ec565b60ff602052600090815260409020546001600160a01b031681565b3480156102dd57600080fd5b506102fd6102ec366004611640565b63bc197c8160e01b95945050505050565b6040516001600160e01b03199091168152602001610145565b34801561032257600080fd5b5061016e6103313660046116ee565b610770565b34801561034257600080fd5b506102fd6103513660046117a8565b63f23a6e6160e01b95945050505050565b34801561036e57600080fd5b5061016e61037d3660046114ec565b610979565b34801561038e57600080fd5b5060fc546101b0906001600160a01b031681565b3480156103ae57600080fd5b5061016e6103bd36600461133e565b610a14565b60006001600160e01b03198216630271189760e51b14806103f357506301ffc9a760e01b6001600160e01b03198316145b92915050565b6104068433858585610af5565b50505050565b6104198585858585610af5565b5050505050565b600260fe54141561044c5760405162461bcd60e51b815260040161044390611811565b60405180910390fd5b600260fe5560fd546001600160a01b03163381146104a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104e4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105089190611848565b60fb546001600160a01b0390811691161461055f5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b60405163731133e960e01b81526001600160a01b0385811660048301526024820185905260448201849052608060648301526000608483015287169063731133e99060a401600060405180830381600087803b1580156105be57600080fd5b505af11580156105d2573d6000803e3d6000fd5b5050604080516001600160a01b0388811682526020820188905291810186905281891693508982169250908a16907f5399dc7b86d085e50a28946dbc213966bb7a7ac78d312aedd6018c791ad6cef9906060015b60405180910390a45050600160fe555050505050565b600054610100900460ff166106575760005460ff161561065b565b303b155b6106be5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610443565b600054610100900460ff161580156106e0576000805461ffff19166101011790555b6106e8610d40565b6106f483600084610d6f565b8015610706576000805461ff00191690555b505050565b61071a86338787878787610e6f565b505050505050565b6033546001600160a01b0316331461074c5760405162461bcd60e51b815260040161044390611865565b610756600061117c565b565b61076787878787878787610e6f565b50505050505050565b600260fe5414156107935760405162461bcd60e51b815260040161044390611811565b600260fe5560fd546001600160a01b03163381146107ed5760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b6044820152606401610443565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f9190611848565b60fb546001600160a01b039081169116146108a65760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e4818d85b1b08189e4818dbdb9d195c9c185c9d604a1b6044820152606401610443565b604051635a455c5b60e11b81526001600160a01b0389169063b48ab8b6906108da90899089908990899089906004016118d0565b600060405180830381600087803b1580156108f457600080fd5b505af1158015610908573d6000803e3d6000fd5b50505050866001600160a01b0316886001600160a01b03168a6001600160a01b03167ff07745bfeb45fb1184165136e9148689adf57ba578a5b90dde949f26066b77568989898989604051610961959493929190611926565b60405180910390a45050600160fe5550505050505050565b6033546001600160a01b031633146109a35760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a085760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610443565b610a118161117c565b50565b6033546001600160a01b03163314610a3e5760405162461bcd60e51b815260040161044390611865565b6001600160a01b038116610a8a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610443565b6001600160a01b03828116600081815260ff602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600260fe541415610b185760405162461bcd60e51b815260040161044390611811565b600260fe5581610b615760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b6001600160a01b03808616600090815260ff60205260409020541680610bbf5760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637a94c56560e11b815233600482015260248101859052604481018490526001600160a01b0387169063f5298aca90606401600060405180830381600087803b158015610c0e57600080fd5b505af1158015610c22573d6000803e3d6000fd5b5050604080516001600160a01b0385811660248301528a81166044830152336064830152898116608483015260a4820189905260c48083018990528351808403909101815260e490920183526020820180516001600160e01b031663730608b360e01b17905260fd5460fb54935163b2267a7b60e01b81529295508116935063b2267a7b92610cbc9291169034908690899060040161196a565b600060405180830381600087803b158015610cd657600080fd5b505af1158015610cea573d6000803e3d6000fd5b5050604080516001600160a01b038a81168252602082018a90529181018890523393508a82169250908516907f1f9dcda7fce6f73a13055f044ffecaed2032a7a844e0a37a3eb8bbb17488d01a90606001610626565b600054610100900460ff16610d675760405162461bcd60e51b8152600401610443906119de565b6107566111ce565b6001600160a01b038316610dc55760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610443565b6001600160a01b038116610e145760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610443565b60fb80546001600160a01b038086166001600160a01b03199283161790925560fd80548484169216919091179055821615610e655760fc80546001600160a01b0319166001600160a01b0384161790555b5050600160fe5550565b600260fe541415610e925760405162461bcd60e51b815260040161044390611811565b600260fe5583610edb5760405162461bcd60e51b81526020600482015260146024820152736e6f20746f6b656e20746f20776974686472617760601b6044820152606401610443565b838214610f1c5760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b6044820152606401610443565b60005b82811015610f98576000848483818110610f3b57610f3b611a29565b9050602002013511610f865760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610443565b80610f9081611a3f565b915050610f1f565b506001600160a01b03808816600090815260ff60205260409020541680610ff75760405162461bcd60e51b81526020600482015260136024820152721d1bdad95b881b9bdd081cdd5c1c1bdc9d1959606a1b6044820152606401610443565b604051637b75893d60e11b81526001600160a01b0389169063f6eb127a9061102b9033908a908a908a908a90600401611926565b600060405180830381600087803b15801561104557600080fd5b505af1158015611059573d6000803e3d6000fd5b50505050600063f92748d360e01b828a338b8b8b8b8b604051602401611086989796959493929190611a68565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925260fd5460fb54925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b9234926110f5921690839087908a9060040161196a565b6000604051808303818588803b15801561110e57600080fd5b505af1158015611122573d6000803e3d6000fd5b5050505050336001600160a01b0316896001600160a01b0316836001600160a01b03167f5d2d5d4cdbf7b115e43f0b9986644dd8b9514b10be6a019ab6a4a87f122909708b8b8b8b8b604051610961959493929190611926565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff166111f55760405162461bcd60e51b8152600401610443906119de565b6107563361117c565b60006020828403121561121057600080fd5b81356001600160e01b03198116811461122857600080fd5b9392505050565b6001600160a01b0381168114610a1157600080fd5b6000806000806080858703121561125a57600080fd5b84356112658161122f565b966020860135965060408601359560600135945092505050565b600080600080600060a0868803121561129757600080fd5b85356112a28161122f565b945060208601356112b28161122f565b94979496505050506040830135926060810135926080909101359150565b60008060008060008060c087890312156112e957600080fd5b86356112f48161122f565b955060208701356113048161122f565b945060408701356113148161122f565b935060608701356113248161122f565b9598949750929560808101359460a0909101359350915050565b6000806040838503121561135157600080fd5b823561135c8161122f565b9150602083013561136c8161122f565b809150509250929050565b60008083601f84011261138957600080fd5b50813567ffffffffffffffff8111156113a157600080fd5b6020830191508360208260051b85010111156113bc57600080fd5b9250929050565b600080600080600080608087890312156113dc57600080fd5b86356113e78161122f565b9550602087013567ffffffffffffffff8082111561140457600080fd5b6114108a838b01611377565b9097509550604089013591508082111561142957600080fd5b5061143689828a01611377565b979a9699509497949695606090950135949350505050565b600080600080600080600060a0888a03121561146957600080fd5b87356114748161122f565b965060208801356114848161122f565b9550604088013567ffffffffffffffff808211156114a157600080fd5b6114ad8b838c01611377565b909750955060608a01359150808211156114c657600080fd5b506114d38a828b01611377565b989b979a50959894979596608090950135949350505050565b6000602082840312156114fe57600080fd5b81356112288161122f565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561154857611548611509565b604052919050565b600082601f83011261156157600080fd5b8135602067ffffffffffffffff82111561157d5761157d611509565b8160051b61158c82820161151f565b92835284810182019282810190878511156115a657600080fd5b83870192505b848310156115c5578235825291830191908301906115ac565b979650505050505050565b600082601f8301126115e157600080fd5b813567ffffffffffffffff8111156115fb576115fb611509565b61160e601f8201601f191660200161151f565b81815284602083860101111561162357600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600060a0868803121561165857600080fd5b85356116638161122f565b945060208601356116738161122f565b9350604086013567ffffffffffffffff8082111561169057600080fd5b61169c89838a01611550565b945060608801359150808211156116b257600080fd5b6116be89838a01611550565b935060808801359150808211156116d457600080fd5b506116e1888289016115d0565b9150509295509295909350565b60008060008060008060008060c0898b03121561170a57600080fd5b88356117158161122f565b975060208901356117258161122f565b965060408901356117358161122f565b955060608901356117458161122f565b9450608089013567ffffffffffffffff8082111561176257600080fd5b61176e8c838d01611377565b909650945060a08b013591508082111561178757600080fd5b506117948b828c01611377565b999c989b5096995094979396929594505050565b600080600080600060a086880312156117c057600080fd5b85356117cb8161122f565b945060208601356117db8161122f565b93506040860135925060608601359150608086013567ffffffffffffffff81111561180557600080fd5b6116e1888289016115d0565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561185a57600080fd5b81516112288161122f565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b81835260006001600160fb1b038311156118b357600080fd5b8260051b8083602087013760009401602001938452509192915050565b6001600160a01b03861681526080602082018190526000906118f5908301868861189a565b828103604084015261190881858761189a565b83810360609094019390935250506000815260200195945050505050565b6001600160a01b038616815260606020820181905260009061194b908301868861189a565b828103604084015261195e81858761189a565b98975050505050505050565b60018060a01b038516815260006020858184015260806040840152845180608085015260005b818110156119ac5786810183015185820160a001528201611990565b818111156119be57600060a083870101525b5060608401949094525050601f91909101601f19160160a0019392505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b6000600019821415611a6157634e487b7160e01b600052601160045260246000fd5b5060010190565b6001600160a01b038981168252888116602083015287811660408301528616606082015260c060808201819052600090611aa5908301868861189a565b82810360a0840152611ab881858761189a565b9b9a505050505050505050505056fea2646970667358221220d51771663e98aa0dc22bd1a2d1f56957ff6cc4ba86288327386e7cfcef66b95464736f6c634300080a0033" - ] - } - }, - { - "pc": 1141, - "op": "ISZERO", - "gas": 657130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x1afd" - ] - }, - { - "pc": 1142, - "op": "ISZERO", - "gas": 657127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x0" - ] - }, - { - "pc": 1143, - "op": "SWAP1", - "gas": 657124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2f4", - "0x1" - ] - }, - { - "pc": 1144, - "op": "JUMP", - "gas": 657121, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x2f4" - ] - }, - { - "pc": 756, - "op": "JUMPDEST", - "gas": 657113, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1" - ] - }, - { - "pc": 757, - "op": "PUSH3", - "gas": 657112, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1" - ] - }, - { - "pc": 761, - "op": "JUMPI", - "gas": 657109, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x1", - "0x358" - ] - }, - { - "pc": 856, - "op": "JUMPDEST", - "gas": 657099, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 857, - "op": "DUP1", - "gas": 657098, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 858, - "op": "PUSH3", - "gas": 657095, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 862, - "op": "PUSH1", - "gas": 657092, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd" - ] - }, - { - "pc": 864, - "op": "DUP1", - "gas": 657089, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0" - ] - }, - { - "pc": 865, - "op": "MLOAD", - "gas": 657086, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 866, - "op": "PUSH1", - "gas": 657083, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 868, - "op": "PUSH3", - "gas": 657080, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 872, - "op": "DUP4", - "gas": 657077, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f" - ] - }, - { - "pc": 873, - "op": "CODECOPY", - "gas": 657074, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xf1f", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 874, - "op": "DUP2", - "gas": 657068, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 875, - "op": "MLOAD", - "gas": 657065, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 876, - "op": "SWAP2", - "gas": 657062, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x0", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 877, - "op": "MSTORE", - "gas": 657059, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x0" - ] - }, - { - "pc": 878, - "op": "PUSH1", - "gas": 657056, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 880, - "op": "SHL", - "gas": 657053, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 881, - "op": "PUSH3", - "gas": 657050, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 885, - "op": "PUSH1", - "gas": 657047, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 887, - "op": "SHL", - "gas": 657044, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467", - "0x20" - ] - }, - { - "pc": 888, - "op": "PUSH3", - "gas": 657041, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000" - ] - }, - { - "pc": 892, - "op": "OR", - "gas": 657038, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 893, - "op": "PUSH1", - "gas": 657035, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208" - ] - }, - { - "pc": 895, - "op": "SHR", - "gas": 657032, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 896, - "op": "JUMP", - "gas": 657029, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 657021, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 657020, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x2bd", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 657017, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 657009, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 657008, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 657005, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 654905, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 654902, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 654899, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 654896, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 654893, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 654890, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 654887, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 654884, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 654881, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 654878, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 654875, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 654872, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 654869, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 654866, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 654863, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 654860, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 654857, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 654854, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 654851, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x0", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 654848, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x0", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 654845, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 654842, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525" - }, - "extraData": { - "proofList": [ - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 634842, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 634840, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x18a" - ] - }, - { - "pc": 394, - "op": "JUMPDEST", - "gas": 634832, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 395, - "op": "PUSH1", - "gas": 634831, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 397, - "op": "MLOAD", - "gas": 634828, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x40" - ] - }, - { - "pc": 398, - "op": "PUSH1", - "gas": 634825, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120" - ] - }, - { - "pc": 400, - "op": "PUSH1", - "gas": 634822, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0x1" - ] - }, - { - "pc": 402, - "op": "PUSH1", - "gas": 634819, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 404, - "op": "SHL", - "gas": 634816, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 405, - "op": "SUB", - "gas": 634813, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 406, - "op": "DUP3", - "gas": 634810, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 407, - "op": "AND", - "gas": 634807, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 408, - "op": "SWAP1", - "gas": 634804, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 409, - "op": "PUSH32", - "gas": 634801, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120" - ] - }, - { - "pc": 442, - "op": "SWAP1", - "gas": 634798, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x120", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" - ] - }, - { - "pc": 443, - "op": "PUSH1", - "gas": 634795, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120" - ] - }, - { - "pc": 445, - "op": "SWAP1", - "gas": 634792, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x120", - "0x0" - ] - }, - { - "pc": 446, - "op": "LOG2", - "gas": 634789, - "gasCost": 1125, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", - "0x0", - "0x120" - ] - }, - { - "pc": 447, - "op": "POP", - "gas": 633664, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 448, - "op": "JUMP", - "gas": 633662, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0xf2" - ] - }, - { - "pc": 242, - "op": "JUMPDEST", - "gas": 633654, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 243, - "op": "PUSH1", - "gas": 633653, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 245, - "op": "DUP3", - "gas": 633650, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 246, - "op": "MLOAD", - "gas": 633647, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 247, - "op": "GT", - "gas": 633644, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 248, - "op": "DUP1", - "gas": 633641, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 249, - "op": "PUSH3", - "gas": 633638, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 253, - "op": "JUMPI", - "gas": 633635, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0", - "0x0", - "0x100" - ] - }, - { - "pc": 254, - "op": "POP", - "gas": 633625, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 255, - "op": "DUP1", - "gas": 633623, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 256, - "op": "JUMPDEST", - "gas": 633620, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 257, - "op": "ISZERO", - "gas": 633619, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x0" - ] - }, - { - "pc": 258, - "op": "PUSH3", - "gas": 633616, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x1" - ] - }, - { - "pc": 262, - "op": "JUMPI", - "gas": 633613, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0", - "0x1", - "0x11f" - ] - }, - { - "pc": 287, - "op": "JUMPDEST", - "gas": 633603, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 288, - "op": "POP", - "gas": 633602, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x0" - ] - }, - { - "pc": 289, - "op": "POP", - "gas": 633600, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 290, - "op": "POP", - "gas": 633598, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 291, - "op": "JUMP", - "gas": 633596, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100", - "0x83" - ] - }, - { - "pc": 131, - "op": "JUMPDEST", - "gas": 633588, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 132, - "op": "POP", - "gas": 633587, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0x100" - ] - }, - { - "pc": 133, - "op": "PUSH3", - "gas": 633585, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 137, - "op": "SWAP1", - "gas": 633582, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xb3" - ] - }, - { - "pc": 138, - "op": "POP", - "gas": 633579, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 139, - "op": "PUSH1", - "gas": 633577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3" - ] - }, - { - "pc": 141, - "op": "PUSH32", - "gas": 633574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1" - ] - }, - { - "pc": 174, - "op": "PUSH3", - "gas": 633571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 178, - "op": "JUMP", - "gas": 633568, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x5f9" - ] - }, - { - "pc": 1529, - "op": "JUMPDEST", - "gas": 633560, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1530, - "op": "PUSH1", - "gas": 633559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1532, - "op": "DUP3", - "gas": 633556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1533, - "op": "DUP3", - "gas": 633553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1534, - "op": "LT", - "gas": 633550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1535, - "op": "ISZERO", - "gas": 633547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x0" - ] - }, - { - "pc": 1536, - "op": "PUSH3", - "gas": 633544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1" - ] - }, - { - "pc": 1540, - "op": "JUMPI", - "gas": 633541, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0", - "0x1", - "0x61a" - ] - }, - { - "pc": 1562, - "op": "JUMPDEST", - "gas": 633531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1563, - "op": "POP", - "gas": 633530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", - "0x0" - ] - }, - { - "pc": 1564, - "op": "SUB", - "gas": 633528, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0x1", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" - ] - }, - { - "pc": 1565, - "op": "SWAP1", - "gas": 633525, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb3", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1566, - "op": "JUMP", - "gas": 633522, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb3" - ] - }, - { - "pc": 179, - "op": "JUMPDEST", - "gas": 633514, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 180, - "op": "PUSH1", - "gas": 633513, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 182, - "op": "DUP1", - "gas": 633510, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 183, - "op": "MLOAD", - "gas": 633507, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 184, - "op": "PUSH1", - "gas": 633504, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 186, - "op": "PUSH3", - "gas": 633501, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 190, - "op": "DUP4", - "gas": 633498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 191, - "op": "CODECOPY", - "gas": 633495, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 192, - "op": "DUP2", - "gas": 633489, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 193, - "op": "MLOAD", - "gas": 633486, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 194, - "op": "SWAP2", - "gas": 633483, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 195, - "op": "MSTORE", - "gas": 633480, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 196, - "op": "EQ", - "gas": 633477, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 197, - "op": "PUSH3", - "gas": 633474, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1" - ] - }, - { - "pc": 201, - "op": "JUMPI", - "gas": 633471, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0x1", - "0xd3" - ] - }, - { - "pc": 211, - "op": "JUMPDEST", - "gas": 633461, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 212, - "op": "PUSH3", - "gas": 633460, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 216, - "op": "DUP3", - "gas": 633457, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 217, - "op": "PUSH3", - "gas": 633454, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 221, - "op": "JUMP", - "gas": 633451, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x124" - ] - }, - { - "pc": 292, - "op": "JUMPDEST", - "gas": 633443, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 293, - "op": "PUSH32", - "gas": 633442, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 326, - "op": "PUSH3", - "gas": 633439, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" - ] - }, - { - "pc": 330, - "op": "PUSH3", - "gas": 633436, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 334, - "op": "JUMP", - "gas": 633433, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x1f0" - ] - }, - { - "pc": 496, - "op": "JUMPDEST", - "gas": 633425, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 497, - "op": "PUSH1", - "gas": 633424, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f" - ] - }, - { - "pc": 499, - "op": "PUSH3", - "gas": 633421, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0" - ] - }, - { - "pc": 503, - "op": "PUSH1", - "gas": 633418, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a" - ] - }, - { - "pc": 505, - "op": "DUP1", - "gas": 633415, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0" - ] - }, - { - "pc": 506, - "op": "MLOAD", - "gas": 633412, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 507, - "op": "PUSH1", - "gas": 633409, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 509, - "op": "PUSH3", - "gas": 633406, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 513, - "op": "DUP4", - "gas": 633403, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 514, - "op": "CODECOPY", - "gas": 633400, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 515, - "op": "DUP2", - "gas": 633394, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0" - ] - }, - { - "pc": 516, - "op": "MLOAD", - "gas": 633391, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 517, - "op": "SWAP2", - "gas": 633388, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 518, - "op": "MSTORE", - "gas": 633385, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 519, - "op": "PUSH1", - "gas": 633382, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 521, - "op": "SHL", - "gas": 633379, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 522, - "op": "PUSH3", - "gas": 633376, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 526, - "op": "PUSH1", - "gas": 633373, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 528, - "op": "SHL", - "gas": 633370, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 529, - "op": "PUSH3", - "gas": 633367, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 533, - "op": "OR", - "gas": 633364, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 534, - "op": "PUSH1", - "gas": 633361, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 536, - "op": "SHR", - "gas": 633358, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 537, - "op": "JUMP", - "gas": 633355, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 633347, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 633346, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x21a", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 633343, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x21a" - ] - }, - { - "pc": 538, - "op": "JUMPDEST", - "gas": 633335, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 539, - "op": "SLOAD", - "gas": 633334, - "gasCost": 2100, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 540, - "op": "PUSH1", - "gas": 631234, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 542, - "op": "PUSH1", - "gas": 631231, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1" - ] - }, - { - "pc": 544, - "op": "PUSH1", - "gas": 631228, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 546, - "op": "SHL", - "gas": 631225, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 547, - "op": "SUB", - "gas": 631222, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 548, - "op": "AND", - "gas": 631219, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 549, - "op": "SWAP2", - "gas": 631216, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x14f", - "0x0", - "0x0" - ] - }, - { - "pc": 550, - "op": "SWAP1", - "gas": 631213, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x0", - "0x14f" - ] - }, - { - "pc": 551, - "op": "POP", - "gas": 631210, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f", - "0x0" - ] - }, - { - "pc": 552, - "op": "JUMP", - "gas": 631208, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x14f" - ] - }, - { - "pc": 335, - "op": "JUMPDEST", - "gas": 631200, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 336, - "op": "PUSH1", - "gas": 631199, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0" - ] - }, - { - "pc": 338, - "op": "DUP1", - "gas": 631196, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40" - ] - }, - { - "pc": 339, - "op": "MLOAD", - "gas": 631193, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x40" - ] - }, - { - "pc": 340, - "op": "PUSH1", - "gas": 631190, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120" - ] - }, - { - "pc": 342, - "op": "PUSH1", - "gas": 631187, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1" - ] - }, - { - "pc": 344, - "op": "PUSH1", - "gas": 631184, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1" - ] - }, - { - "pc": 346, - "op": "SHL", - "gas": 631181, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 347, - "op": "SUB", - "gas": 631178, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 348, - "op": "SWAP3", - "gas": 631175, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x0", - "0x40", - "0x120", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 349, - "op": "DUP4", - "gas": 631172, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 350, - "op": "AND", - "gas": 631169, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 351, - "op": "DUP2", - "gas": 631166, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0" - ] - }, - { - "pc": 352, - "op": "MSTORE", - "gas": 631163, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120", - "0x0", - "0x120" - ] - }, - { - "pc": 353, - "op": "SWAP2", - "gas": 631157, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0xffffffffffffffffffffffffffffffffffffffff", - "0x40", - "0x120" - ] - }, - { - "pc": 354, - "op": "DUP5", - "gas": 631154, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 355, - "op": "AND", - "gas": 631151, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 356, - "op": "PUSH1", - "gas": 631148, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 358, - "op": "DUP4", - "gas": 631145, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20" - ] - }, - { - "pc": 359, - "op": "ADD", - "gas": 631142, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x20", - "0x120" - ] - }, - { - "pc": 360, - "op": "MSTORE", - "gas": 631139, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x140" - ] - }, - { - "pc": 361, - "op": "ADD", - "gas": 631133, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 362, - "op": "PUSH1", - "gas": 631130, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160" - ] - }, - { - "pc": 364, - "op": "MLOAD", - "gas": 631127, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x40" - ] - }, - { - "pc": 365, - "op": "DUP1", - "gas": 631124, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120" - ] - }, - { - "pc": 366, - "op": "SWAP2", - "gas": 631121, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x160", - "0x120", - "0x120" - ] - }, - { - "pc": 367, - "op": "SUB", - "gas": 631118, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x120", - "0x160" - ] - }, - { - "pc": 368, - "op": "SWAP1", - "gas": 631115, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x120", - "0x40" - ] - }, - { - "pc": 369, - "op": "LOG1", - "gas": 631112, - "gasCost": 1262, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", - "0x40", - "0x120" - ] - }, - { - "pc": 370, - "op": "PUSH3", - "gas": 629850, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 374, - "op": "DUP2", - "gas": 629847, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 375, - "op": "PUSH3", - "gas": 629844, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 379, - "op": "JUMP", - "gas": 629841, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x229" - ] - }, - { - "pc": 553, - "op": "JUMPDEST", - "gas": 629833, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 554, - "op": "PUSH1", - "gas": 629832, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 556, - "op": "PUSH1", - "gas": 629829, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1" - ] - }, - { - "pc": 558, - "op": "PUSH1", - "gas": 629826, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1" - ] - }, - { - "pc": 560, - "op": "SHL", - "gas": 629823, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 561, - "op": "SUB", - "gas": 629820, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 562, - "op": "DUP2", - "gas": 629817, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 563, - "op": "AND", - "gas": 629814, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 564, - "op": "PUSH3", - "gas": 629811, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 568, - "op": "JUMPI", - "gas": 629808, - "gasCost": 10, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x294" - ] - }, - { - "pc": 660, - "op": "JUMPDEST", - "gas": 629798, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 661, - "op": "DUP1", - "gas": 629797, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 662, - "op": "PUSH3", - "gas": 629794, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 666, - "op": "PUSH1", - "gas": 629791, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd" - ] - }, - { - "pc": 668, - "op": "DUP1", - "gas": 629788, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0" - ] - }, - { - "pc": 669, - "op": "MLOAD", - "gas": 629785, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 670, - "op": "PUSH1", - "gas": 629782, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 672, - "op": "PUSH3", - "gas": 629779, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20" - ] - }, - { - "pc": 676, - "op": "DUP4", - "gas": 629776, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff" - ] - }, - { - "pc": 677, - "op": "CODECOPY", - "gas": 629773, - "gasCost": 6, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x20", - "0xeff", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 678, - "op": "DUP2", - "gas": 629767, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0" - ] - }, - { - "pc": 679, - "op": "MLOAD", - "gas": 629764, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0x0" - ] - }, - { - "pc": 680, - "op": "SWAP2", - "gas": 629761, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0x0", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 681, - "op": "MSTORE", - "gas": 629758, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x0" - ] - }, - { - "pc": 682, - "op": "PUSH1", - "gas": 629755, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 684, - "op": "SHL", - "gas": 629752, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 685, - "op": "PUSH3", - "gas": 629749, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 689, - "op": "PUSH1", - "gas": 629746, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 691, - "op": "SHL", - "gas": 629743, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467", - "0x20" - ] - }, - { - "pc": 692, - "op": "PUSH3", - "gas": 629740, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000" - ] - }, - { - "pc": 696, - "op": "OR", - "gas": 629737, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000000", - "0x208" - ] - }, - { - "pc": 697, - "op": "PUSH1", - "gas": 629734, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208" - ] - }, - { - "pc": 699, - "op": "SHR", - "gas": 629731, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x46700000208", - "0x20" - ] - }, - { - "pc": 700, - "op": "JUMP", - "gas": 629728, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x467" - ] - }, - { - "pc": 1127, - "op": "JUMPDEST", - "gas": 629720, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1128, - "op": "SWAP1", - "gas": 629719, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x2bd", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 1129, - "op": "JUMP", - "gas": 629716, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x2bd" - ] - }, - { - "pc": 701, - "op": "JUMPDEST", - "gas": 629708, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 702, - "op": "DUP1", - "gas": 629707, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 703, - "op": "SLOAD", - "gas": 629704, - "gasCost": 100, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - "extraData": { - "proofList": [ - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 704, - "op": "PUSH1", - "gas": 629604, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 706, - "op": "PUSH1", - "gas": 629601, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 708, - "op": "PUSH1", - "gas": 629598, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 710, - "op": "SHL", - "gas": 629595, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 711, - "op": "SUB", - "gas": 629592, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 712, - "op": "NOT", - "gas": 629589, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 713, - "op": "AND", - "gas": 629586, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" - ] - }, - { - "pc": 714, - "op": "PUSH1", - "gas": 629583, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 716, - "op": "PUSH1", - "gas": 629580, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1" - ] - }, - { - "pc": 718, - "op": "PUSH1", - "gas": 629577, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1" - ] - }, - { - "pc": 720, - "op": "SHL", - "gas": 629574, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x1", - "0xa0" - ] - }, - { - "pc": 721, - "op": "SUB", - "gas": 629571, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0x1", - "0x10000000000000000000000000000000000000000" - ] - }, - { - "pc": 722, - "op": "SWAP3", - "gas": 629568, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 723, - "op": "SWAP1", - "gas": 629565, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 724, - "op": "SWAP3", - "gas": 629562, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0" - ] - }, - { - "pc": 725, - "op": "AND", - "gas": 629559, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xffffffffffffffffffffffffffffffffffffffff" - ] - }, - { - "pc": 726, - "op": "SWAP2", - "gas": 629556, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 727, - "op": "SWAP1", - "gas": 629553, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0" - ] - }, - { - "pc": 728, - "op": "SWAP2", - "gas": 629550, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x0", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ] - }, - { - "pc": 729, - "op": "OR", - "gas": 629547, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0x0", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 730, - "op": "SWAP1", - "gas": 629544, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 731, - "op": "SSTORE", - "gas": 629541, - "gasCost": 20000, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" - ], - "storage": { - "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525", - "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - }, - "extraData": { - "proofList": [ - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "nonce": 1, - "balance": "0x0", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "storage": { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - } - ] - } - }, - { - "pc": 732, - "op": "POP", - "gas": 609541, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 733, - "op": "JUMP", - "gas": 609539, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x17c" - ] - }, - { - "pc": 380, - "op": "JUMPDEST", - "gas": 609531, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 381, - "op": "POP", - "gas": 609530, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 382, - "op": "JUMP", - "gas": 609528, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100", - "0xde" - ] - }, - { - "pc": 222, - "op": "JUMPDEST", - "gas": 609520, - "gasCost": 1, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 223, - "op": "POP", - "gas": 609519, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74", - "0x100" - ] - }, - { - "pc": 224, - "op": "POP", - "gas": 609517, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525", - "0xaad62252d2abb058110206e1304ecdfc43774d74" - ] - }, - { - "pc": 225, - "op": "POP", - "gas": 609515, - "gasCost": 2, - "depth": 1, - "stack": [ - "0x452211a0e0936ec4d8684441295be6a6b336525" - ] - }, - { - "pc": 226, - "op": "PUSH3", - "gas": 609513, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 230, - "op": "JUMP", - "gas": 609510, - "gasCost": 8, - "depth": 1, - "stack": [ - "0x688" - ] - }, - { - "pc": 1672, - "op": "JUMPDEST", - "gas": 609502, - "gasCost": 1, - "depth": 1 - }, - { - "pc": 1673, - "op": "PUSH2", - "gas": 609501, - "gasCost": 3, - "depth": 1 - }, - { - "pc": 1676, - "op": "DUP1", - "gas": 609498, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1677, - "op": "PUSH3", - "gas": 609495, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867" - ] - }, - { - "pc": 1681, - "op": "PUSH1", - "gas": 609492, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698" - ] - }, - { - "pc": 1683, - "op": "CODECOPY", - "gas": 609489, - "gasCost": 387, - "depth": 1, - "stack": [ - "0x867", - "0x867", - "0x698", - "0x0" - ], - "extraData": { - "codeList": [ - "0x" - ] - } - }, - { - "pc": 1684, - "op": "PUSH1", - "gas": 609102, - "gasCost": 3, - "depth": 1, - "stack": [ - "0x867" - ] - }, - { - "pc": 1686, - "op": "RETURN", - "gas": 609099, - "gasCost": 0, - "depth": 1, - "stack": [ - "0x867", - "0x0" - ] - } - ] - } - ], - "mptwitness": [ - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "accountKey": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0xa2cffc90329df969763f5a43dd697514b567477d947a4a9c5e86c0e0a948ed17", - "path": [ - { - "value": "0x1cf6c7503e3d801bbf9e12e8e8b3a17c6f4d4a1aa61e3d5f45c1baa21805740a", - "sibling": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e" - }, - { - "value": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24", - "sibling": "0x08976ce115c805e3aa3b7ea5424f9f0ef49a41d69795d448fd285fb59423b902" - } - ], - "leaf": { - "value": "0xe44cb2755d283756c38a1d8b93a31fd935632989fa70b82e6e90d3592008da0d", - "sibling": "0x97e77991bbe17f558333f0920501ed40bb00fea8efdba073af4dea6a123d760f" - } - }, - { - "pathPart": "0x17", - "root": "0x21c19976f65607d5b7a1eebe14538176862a515c1ad2ccf6f286bbeaa71cec19", - "path": [ - { - "value": "0x3a19998a9dab50fbf67ef7e8a8797e4052c2bed07f31751f4ffdc34e6303b72e", - "sibling": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e" - }, - { - "value": "0xec7115e5cb2f80dd7fa6b70940eeb6912aa894ad22bd948c94369b547bfe5e28", - "sibling": "0x08976ce115c805e3aa3b7ea5424f9f0ef49a41d69795d448fd285fb59423b902" - }, - { - "value": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x36303bb3ddae0ffc195915b864584d586a094f1c42ce05c49a143161c4790e0d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x84c72a2d4ed28b709569a5aedd1774ebb267fc02cc3790b0372106d0c727b92a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5f0259bfb788418e17644cc9a584fb6673004b528925fbcd77bada96748b2023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa7965916d17cc2a16971eccb2e31b292c4af1cf0f74bf11eb59a297acc301a1a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa740572b21de5317650df934a12fc0a2e44f78722246e645fec0e87e69f8202b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x0452211a0e0936ec4d8684441295be6a6b336525", - "accountKey": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17", - "accountPath": [ - { - "pathPart": "0xc", - "root": "0x21c19976f65607d5b7a1eebe14538176862a515c1ad2ccf6f286bbeaa71cec19", - "path": [ - { - "value": "0xb0ab42609ff04dfe10041431f98e6ca26de3af45c8e61b03c5e7bee52dd7901e", - "sibling": "0x3a19998a9dab50fbf67ef7e8a8797e4052c2bed07f31751f4ffdc34e6303b72e" - }, - { - "value": "0x7c7f10db0d05809cd7250d91215cb6ff3743ea66d36ff512bc7a34e316f35809", - "sibling": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214" - }, - { - "value": "0x8ccb1afebf7d5e502976792e882128386294e0e4a3320614df1a10c4cb44d826", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x3b5aeb600ca3e55ec995cba73192db5047042cad99fd75eeaa944283fd8c0009", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x17928200ed94c2a0c6557b40eb9c081a09cb6b36d00badf556d96f5fe0fdcb2f" - } - ] - }, - { - "pathPart": "0xc", - "root": "0xc33c4309d52cd71d4405918eef55c9ce63dddd1911fe5d2dca6c80f294baa228", - "path": [ - { - "value": "0xeefd750579e162747fc157d737d492f6d51d6ba6c6b055caf06d996df7f99f0a", - "sibling": "0x3a19998a9dab50fbf67ef7e8a8797e4052c2bed07f31751f4ffdc34e6303b72e" - }, - { - "value": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312", - "sibling": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214" - }, - { - "value": "0x3844ac59e1672986f92d2842f349074acb525fccb587321da1a6eb677873b51d", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xe92ff23cf77661b6268345141687ec5a54d92441d67f75814e5e1b5886df8f1e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126", - "sibling": "0x17928200ed94c2a0c6557b40eb9c081a09cb6b36d00badf556d96f5fe0fdcb2f" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "accountKey": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0xc33c4309d52cd71d4405918eef55c9ce63dddd1911fe5d2dca6c80f294baa228", - "path": [ - { - "value": "0xeefd750579e162747fc157d737d492f6d51d6ba6c6b055caf06d996df7f99f0a", - "sibling": "0x3a19998a9dab50fbf67ef7e8a8797e4052c2bed07f31751f4ffdc34e6303b72e" - }, - { - "value": "0x1b259677a9002fb00e3ba31eac329c254c52b412a824a05c88cc2d95c4aa4214", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0x9d10aca102c9502a5431998c43d11b0ae5a39b471197bb30abe31eab10a4fc06", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20", - "sibling": "0x4c31ef9d2fba9cc6001cef8369f8b40f20ae8e214b6fea5534584d8e1e627109" - } - ], - "leaf": { - "value": "0xf2704e9e8c246c2baca861e0ba65b5218605b3de540bcc736c97be278352392d", - "sibling": "0x32d28b499a19e9b62a05f2d600b08745886b19118919c379fea807ace7e7a51d" - } - }, - { - "pathPart": "0x2", - "root": "0x5d66b4a7a23308390f522fe1b6f39ddda81f9c61a022c95a6858eb8eceb8df04", - "path": [ - { - "value": "0x587cdb8d3869844313160c1e6c53616135dea62f020379f375aec721fdde1c11", - "sibling": "0x3a19998a9dab50fbf67ef7e8a8797e4052c2bed07f31751f4ffdc34e6303b72e" - }, - { - "value": "0xc9c1efb266ae0782a41aad40026e90a1601ae9374f6e74fff0c813c8d854cc13", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0xed8eeed0851bf528e9a33d3da833eeca509cc2d457f79ec92929d3a135422305", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x33e9ee77e94024c1b47b57c6dd64f09b0a9785ecef930f70dcccd946f43fa51d", - "sibling": "0x4c31ef9d2fba9cc6001cef8369f8b40f20ae8e214b6fea5534584d8e1e627109" - }, - { - "value": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "accountKey": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0x5d66b4a7a23308390f522fe1b6f39ddda81f9c61a022c95a6858eb8eceb8df04", - "path": [ - { - "value": "0x3a19998a9dab50fbf67ef7e8a8797e4052c2bed07f31751f4ffdc34e6303b72e", - "sibling": "0x587cdb8d3869844313160c1e6c53616135dea62f020379f375aec721fdde1c11" - }, - { - "value": "0xec7115e5cb2f80dd7fa6b70940eeb6912aa894ad22bd948c94369b547bfe5e28", - "sibling": "0x08976ce115c805e3aa3b7ea5424f9f0ef49a41d69795d448fd285fb59423b902" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - } - ] - }, - { - "pathPart": "0x3", - "root": "0x3eb1a3d6959d0985e49cabf22c072eaf155ba153937c55cfe0e9029b56716c1a", - "path": [ - { - "value": "0x7d9deb12b4caf8911128a0cbf03aedc155387ba0d808424681ac476dde81202d", - "sibling": "0x587cdb8d3869844313160c1e6c53616135dea62f020379f375aec721fdde1c11" - }, - { - "value": "0x4ee740f357e669c6d98f09ef0bcbde360c8d1ca07390ff10205df286fd947621", - "sibling": "0x08976ce115c805e3aa3b7ea5424f9f0ef49a41d69795d448fd285fb59423b902" - }, - { - "value": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x3eb1a3d6959d0985e49cabf22c072eaf155ba153937c55cfe0e9029b56716c1a", - "path": [ - { - "value": "0x587cdb8d3869844313160c1e6c53616135dea62f020379f375aec721fdde1c11", - "sibling": "0x7d9deb12b4caf8911128a0cbf03aedc155387ba0d808424681ac476dde81202d" - }, - { - "value": "0xc9c1efb266ae0782a41aad40026e90a1601ae9374f6e74fff0c813c8d854cc13", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0xed8eeed0851bf528e9a33d3da833eeca509cc2d457f79ec92929d3a135422305", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x4c31ef9d2fba9cc6001cef8369f8b40f20ae8e214b6fea5534584d8e1e627109", - "sibling": "0x33e9ee77e94024c1b47b57c6dd64f09b0a9785ecef930f70dcccd946f43fa51d" - }, - { - "value": "0x7abd1cff79f1379c0632fadd170ccf3b2023edc651c40ea6ac16274cd322e30f", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x35ca6302cf93f9e0a68ea669821613868c97c2d8f0d3dc734aa1afc3ebd1ff28", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0xabbd0c02a384e2328684dd8e6614807087edf03d7c7ecaa627097015b52f341a", - "path": [ - { - "value": "0xe5573b1f6ad248ddc04b833f80ad22e51f63c08c9b17ed5753a109bf39005205", - "sibling": "0x7d9deb12b4caf8911128a0cbf03aedc155387ba0d808424681ac476dde81202d" - }, - { - "value": "0xf0d685861cb19792990b648dcd32005f07511e44a2a078815b445a9e67276601", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0x316b7566dc7d3c1917600c1bbf5dd1e404af1408f86582cd192de62a59fc5c20", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xbe6051bc1c96d8b60c9a7d6b4eeee32d6a3ab998e86593431a0f1a9b41d59d0d", - "sibling": "0x33e9ee77e94024c1b47b57c6dd64f09b0a9785ecef930f70dcccd946f43fa51d" - }, - { - "value": "0xfc2f9e603b4c09183a8e26b47d2140ef6a137a2000777150fec0bd5dedd2a811", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x678b8f01dbfef710b3ed6376386c3ae85c9f1e01099555cafaabcfececf53425", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 4, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 18, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "accountKey": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b", - "accountPath": [ - { - "pathPart": "0x9", - "root": "0xabbd0c02a384e2328684dd8e6614807087edf03d7c7ecaa627097015b52f341a", - "path": [ - { - "value": "0x7d9deb12b4caf8911128a0cbf03aedc155387ba0d808424681ac476dde81202d", - "sibling": "0xe5573b1f6ad248ddc04b833f80ad22e51f63c08c9b17ed5753a109bf39005205" - }, - { - "value": "0x08976ce115c805e3aa3b7ea5424f9f0ef49a41d69795d448fd285fb59423b902", - "sibling": "0x4ee740f357e669c6d98f09ef0bcbde360c8d1ca07390ff10205df286fd947621" - }, - { - "value": "0xf0d3d931925b1d588c8a1f3252ef532997ebbf2c1c745fd250e527748f1d571e", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0x7ffb3c27c68632df986cc795381731c8d871ab1d5d2220e602d49c05d635ff14" - } - ] - }, - { - "pathPart": "0x9", - "root": "0xfb7b95f1c297efd71dc78136ee024a011d2b9086f191b634c37595bf295f1a1b", - "path": [ - { - "value": "0xf34b0b39361cc94115f267c03db76d77f46a55359dafee2dad28b5c96beecf2d", - "sibling": "0xe5573b1f6ad248ddc04b833f80ad22e51f63c08c9b17ed5753a109bf39005205" - }, - { - "value": "0x185d59fde9f900841956999f4b2523f3e47537df2553c74dde5f75d5cfd22312", - "sibling": "0x4ee740f357e669c6d98f09ef0bcbde360c8d1ca07390ff10205df286fd947621" - }, - { - "value": "0x6ac12a2a25fe55603a01b27f387a185749c5ebae4b9401ed7ebd2cdefcf64d28", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605", - "sibling": "0x7ffb3c27c68632df986cc795381731c8d871ab1d5d2220e602d49c05d635ff14" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x3e022c442213d46d4907900ae709c15cfdc82102", - "accountKey": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c", - "accountPath": [ - { - "pathPart": "0x1", - "root": "0xfb7b95f1c297efd71dc78136ee024a011d2b9086f191b634c37595bf295f1a1b", - "path": [ - { - "value": "0xf34b0b39361cc94115f267c03db76d77f46a55359dafee2dad28b5c96beecf2d", - "sibling": "0xe5573b1f6ad248ddc04b833f80ad22e51f63c08c9b17ed5753a109bf39005205" - }, - { - "value": "0x185d59fde9f900841956999f4b2523f3e47537df2553c74dde5f75d5cfd22312", - "sibling": "0x4ee740f357e669c6d98f09ef0bcbde360c8d1ca07390ff10205df286fd947621" - }, - { - "value": "0x6ac12a2a25fe55603a01b27f387a185749c5ebae4b9401ed7ebd2cdefcf64d28", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x7ffb3c27c68632df986cc795381731c8d871ab1d5d2220e602d49c05d635ff14", - "sibling": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605" - }, - { - "value": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d", - "sibling": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207" - } - ], - "leaf": { - "value": "0xb4f2c70826788ee2b8438616a01f475f19eaec2aad98dc9d787872b124f09d21", - "sibling": "0xc1395a2d81993025cbef9c077d12e430960537a6c11b44b22fe502c33442d50e" - } - }, - { - "pathPart": "0x21", - "root": "0xb5d200a1e4bfea02690c04f981e9d5a4362fdaaa3a14765896a47d40c5d4db01", - "path": [ - { - "value": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05", - "sibling": "0xe5573b1f6ad248ddc04b833f80ad22e51f63c08c9b17ed5753a109bf39005205" - }, - { - "value": "0xee8a009e893f778c08957f354f9d744064c88a6943e87a26b7ed8f57d9505815", - "sibling": "0x4ee740f357e669c6d98f09ef0bcbde360c8d1ca07390ff10205df286fd947621" - }, - { - "value": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e", - "sibling": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f" - }, - { - "value": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c", - "sibling": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605" - }, - { - "value": "0x82584e61bf6e0783daf417c5e4d6ec7111f7488b964faf840c1cdbc59231982a", - "sibling": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207" - }, - { - "value": "0xd6f8314051d8307813d606f7c9903095c39adf92ea0bf5b7ab00de9ecacf3c03", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "accountKey": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0xb5d200a1e4bfea02690c04f981e9d5a4362fdaaa3a14765896a47d40c5d4db01", - "path": [ - { - "value": "0xe5573b1f6ad248ddc04b833f80ad22e51f63c08c9b17ed5753a109bf39005205", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0xf0d685861cb19792990b648dcd32005f07511e44a2a078815b445a9e67276601", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0x316b7566dc7d3c1917600c1bbf5dd1e404af1408f86582cd192de62a59fc5c20", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x33e9ee77e94024c1b47b57c6dd64f09b0a9785ecef930f70dcccd946f43fa51d", - "sibling": "0xbe6051bc1c96d8b60c9a7d6b4eeee32d6a3ab998e86593431a0f1a9b41d59d0d" - }, - { - "value": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - }, - { - "pathPart": "0x22", - "root": "0xb7cabeaec76eabcb516dbc18230030b37949d4056722f214220eefe054d6a11f", - "path": [ - { - "value": "0x6fe7d506c0d203a2edf3d1f629dd2f6a0be91d242f44fe4f8a21f541ad1fc20b", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x64405b47620fe3669c1791284fdbe6060d8ee72def142f18ec93961ed29f052c", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0xc7fdcd44e392db1246f99781107e445abc5cf97c4f29a2254e3d9e05adce0819", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807", - "sibling": "0xbe6051bc1c96d8b60c9a7d6b4eeee32d6a3ab998e86593431a0f1a9b41d59d0d" - }, - { - "value": "0xdc137dfda2001e259419c55fdfdb2b05697a6c850509c318e5892c136cfeec0d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c", - "sibling": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "accountKey": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0xb7cabeaec76eabcb516dbc18230030b37949d4056722f214220eefe054d6a11f", - "path": [ - { - "value": "0x6fe7d506c0d203a2edf3d1f629dd2f6a0be91d242f44fe4f8a21f541ad1fc20b", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x64405b47620fe3669c1791284fdbe6060d8ee72def142f18ec93961ed29f052c", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0xc7fdcd44e392db1246f99781107e445abc5cf97c4f29a2254e3d9e05adce0819", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xbe6051bc1c96d8b60c9a7d6b4eeee32d6a3ab998e86593431a0f1a9b41d59d0d", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d", - "sibling": "0xfc2f9e603b4c09183a8e26b47d2140ef6a137a2000777150fec0bd5dedd2a811" - } - ], - "leaf": { - "value": "0xebf6616bc43fa17f3d2aeb8d35e25146113964d07cf9be59cedeba67f0d5aa27", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - }, - { - "pathPart": "0x1a", - "root": "0xb7cabeaec76eabcb516dbc18230030b37949d4056722f214220eefe054d6a11f", - "path": [ - { - "value": "0x6fe7d506c0d203a2edf3d1f629dd2f6a0be91d242f44fe4f8a21f541ad1fc20b", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x64405b47620fe3669c1791284fdbe6060d8ee72def142f18ec93961ed29f052c", - "sibling": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312" - }, - { - "value": "0xc7fdcd44e392db1246f99781107e445abc5cf97c4f29a2254e3d9e05adce0819", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xbe6051bc1c96d8b60c9a7d6b4eeee32d6a3ab998e86593431a0f1a9b41d59d0d", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d", - "sibling": "0xfc2f9e603b4c09183a8e26b47d2140ef6a137a2000777150fec0bd5dedd2a811" - } - ], - "leaf": { - "value": "0xebf6616bc43fa17f3d2aeb8d35e25146113964d07cf9be59cedeba67f0d5aa27", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x11f7e4b88aff18c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 0, - "balance": "0x11f7e4b88aff18c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x810cef031576db76780b96b375bff38a00d227a7", - "accountKey": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625", - "accountPath": [ - { - "pathPart": "0x1c", - "root": "0xb7cabeaec76eabcb516dbc18230030b37949d4056722f214220eefe054d6a11f", - "path": [ - { - "value": "0x6fe7d506c0d203a2edf3d1f629dd2f6a0be91d242f44fe4f8a21f541ad1fc20b", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x9be967e3ee64372e0d01bb7c945a8a1dbeb5d4907f971a0402155be0bb21e312", - "sibling": "0x64405b47620fe3669c1791284fdbe6060d8ee72def142f18ec93961ed29f052c" - }, - { - "value": "0x3844ac59e1672986f92d2842f349074acb525fccb587321da1a6eb677873b51d", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xe92ff23cf77661b6268345141687ec5a54d92441d67f75814e5e1b5886df8f1e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0x17928200ed94c2a0c6557b40eb9c081a09cb6b36d00badf556d96f5fe0fdcb2f", - "sibling": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126" - }, - { - "value": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - } - ], - "leaf": { - "value": "0xc2d9a7fd323587509774b839279b4d2f07df40d1a8ed744b13fb12e1a4717220", - "sibling": "0x9c8df43d9ee1955d7e84cca708d41650459983664a1ee303e9e7f4f66fe45205" - } - }, - { - "pathPart": "0x5c", - "root": "0x53f6be1e14c96d7549c6ad557bf2e18c3107c07b2ce872e9db2c007e63157910", - "path": [ - { - "value": "0x245d4cede3ea56f99752fae6a50612f261059b3643508dc2a1c4dad9016fca2d", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x7314872ca42a614880e1d55e2971319790d603afc4dde8ecc92339f75defbb09", - "sibling": "0x64405b47620fe3669c1791284fdbe6060d8ee72def142f18ec93961ed29f052c" - }, - { - "value": "0x61bdbd51c69064c4390fe7d787885bfd5473cbab631c4a032dfdb3ffe546072a", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - }, - { - "value": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728", - "sibling": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126" - }, - { - "value": "0x3429dc90b06351c28388c5b5d9e27672e1a1f51d1a8702ce707ee531a3939d06", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - }, - { - "value": "0xd574bc82a3cb5b5f9c376d162b700ab00d0d83d026c447873979045b05571c00", - "sibling": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "accountKey": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x53f6be1e14c96d7549c6ad557bf2e18c3107c07b2ce872e9db2c007e63157910", - "path": [ - { - "value": "0x245d4cede3ea56f99752fae6a50612f261059b3643508dc2a1c4dad9016fca2d", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x64405b47620fe3669c1791284fdbe6060d8ee72def142f18ec93961ed29f052c", - "sibling": "0x7314872ca42a614880e1d55e2971319790d603afc4dde8ecc92339f75defbb09" - }, - { - "value": "0xc7fdcd44e392db1246f99781107e445abc5cf97c4f29a2254e3d9e05adce0819", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xbe6051bc1c96d8b60c9a7d6b4eeee32d6a3ab998e86593431a0f1a9b41d59d0d", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xfc2f9e603b4c09183a8e26b47d2140ef6a137a2000777150fec0bd5dedd2a811", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x678b8f01dbfef710b3ed6376386c3ae85c9f1e01099555cafaabcfececf53425", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0x2a", - "root": "0xf0582bfc67569a1c18ce4a4b3e30414a3ac8e0f10fa509f4d64854644dd0b600", - "path": [ - { - "value": "0x8132b59fde16599200e1d077cd28df24ea063f8bf23439adcecafc69c354c519", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x90bff85465a8f7c0cb46520b24e3a5b50f6e300fdd8c2244d131a6e1d47e7311", - "sibling": "0x7314872ca42a614880e1d55e2971319790d603afc4dde8ecc92339f75defbb09" - }, - { - "value": "0xc7d7e37334cb838932e982c3b68c1a3e8d9d8fe2340f28e878acb496f0166030", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x7c834414a9772c7f698cb2c83b9cea354c2b7238d9abed8da6593776075a9c0a", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x95d22581502b2727f84c32143e4f6d4439824d0364668de5d8a6ce6dd6a96c01", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - }, - { - "value": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129", - "sibling": "0xfc2f9e603b4c09183a8e26b47d2140ef6a137a2000777150fec0bd5dedd2a811" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "accountKey": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0xf0582bfc67569a1c18ce4a4b3e30414a3ac8e0f10fa509f4d64854644dd0b600", - "path": [ - { - "value": "0x8132b59fde16599200e1d077cd28df24ea063f8bf23439adcecafc69c354c519", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0x90bff85465a8f7c0cb46520b24e3a5b50f6e300fdd8c2244d131a6e1d47e7311", - "sibling": "0x7314872ca42a614880e1d55e2971319790d603afc4dde8ecc92339f75defbb09" - }, - { - "value": "0xc7d7e37334cb838932e982c3b68c1a3e8d9d8fe2340f28e878acb496f0166030", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x7c834414a9772c7f698cb2c83b9cea354c2b7238d9abed8da6593776075a9c0a", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d", - "sibling": "0x95d22581502b2727f84c32143e4f6d4439824d0364668de5d8a6ce6dd6a96c01" - } - ], - "leaf": { - "value": "0xebf6616bc43fa17f3d2aeb8d35e25146113964d07cf9be59cedeba67f0d5aa27", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - }, - { - "pathPart": "0x3a", - "root": "0x575f4be78f9b2f16d3e7fc22909b41a5201dc2445cd7e3fc557d6d1245976e1e", - "path": [ - { - "value": "0x545ba9dbc42249935ce2f9e04ad2cae7de2029b6993c16022a6db36e10beed0a", - "sibling": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05" - }, - { - "value": "0xb0a0e83b46b2f751bc5274e37a0d201fdd425363a2681c7fc96ebd6db7802b29", - "sibling": "0x7314872ca42a614880e1d55e2971319790d603afc4dde8ecc92339f75defbb09" - }, - { - "value": "0xd5ee8509f1f539c6ee59a60cb6930e9ed6bf7828a1e2e1bfcf37c0be59104a19", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x8da4536e1f4b5a3ed322cb2083507d29335cea3706366f1525e7e1ce04b4e819", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xc65f9a653796307749f9a2ea406b29a8643ba1920c27e8e8d7809fadaaffc62d", - "sibling": "0x95d22581502b2727f84c32143e4f6d4439824d0364668de5d8a6ce6dd6a96c01" - }, - { - "value": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "accountKey": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717", - "accountPath": [ - { - "pathPart": "0x3", - "root": "0x575f4be78f9b2f16d3e7fc22909b41a5201dc2445cd7e3fc557d6d1245976e1e", - "path": [ - { - "value": "0x0a65f548327c020731dddabf95417f5892c6f308796f94014af7ab6f1d36fb05", - "sibling": "0x545ba9dbc42249935ce2f9e04ad2cae7de2029b6993c16022a6db36e10beed0a" - }, - { - "value": "0x4ee740f357e669c6d98f09ef0bcbde360c8d1ca07390ff10205df286fd947621", - "sibling": "0xee8a009e893f778c08957f354f9d744064c88a6943e87a26b7ed8f57d9505815" - }, - { - "value": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504" - } - }, - { - "pathPart": "0x33", - "root": "0x95b49b1c858148e487180a963588dd3fd1d99d7522ed203988d6666e692ccc27", - "path": [ - { - "value": "0x2f2de68da2bb3677bc7634baae4f26cba37eb8cbe1ba09b8052eb115534e1a03", - "sibling": "0x545ba9dbc42249935ce2f9e04ad2cae7de2029b6993c16022a6db36e10beed0a" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xee8a009e893f778c08957f354f9d744064c88a6943e87a26b7ed8f57d9505815" - }, - { - "value": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - }, - { - "value": "0x9dd6b00c3bedeca0876f8704eec6814b26a5063e64e7bc41c09daaa14e5b710b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8636cb00d1c3575da53307b2161607f4c9f44bd56a9533cdded7bce228b4da17", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe00e6076aba7841e4914a2f8fb0f106448ec45a42c405e15e2f1714fe92db023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05", - "sibling": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "accountKey": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a", - "accountPath": [ - { - "pathPart": "0x4", - "root": "0x95b49b1c858148e487180a963588dd3fd1d99d7522ed203988d6666e692ccc27", - "path": [ - { - "value": "0x545ba9dbc42249935ce2f9e04ad2cae7de2029b6993c16022a6db36e10beed0a", - "sibling": "0x2f2de68da2bb3677bc7634baae4f26cba37eb8cbe1ba09b8052eb115534e1a03" - }, - { - "value": "0x7314872ca42a614880e1d55e2971319790d603afc4dde8ecc92339f75defbb09", - "sibling": "0xb0a0e83b46b2f751bc5274e37a0d201fdd425363a2681c7fc96ebd6db7802b29" - }, - { - "value": "0x61bdbd51c69064c4390fe7d787885bfd5473cbab631c4a032dfdb3ffe546072a", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309", - "sibling": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b" - } - ], - "leaf": { - "value": "0xf3909c54b2f106a72981e0918ced5ba16a05b4e2947b043e77fe530ede1e5f0f", - "sibling": "0x24e44737a939fe75a199c74ea7f8d66b3e6a8954cb4c0545e0c2338af6cc540e" - } - }, - { - "pathPart": "0x64", - "root": "0x0b6089c740b7b6c4ae1a573b9b30a62485edb1c90bb5c6fccda4eb48ecbcc924", - "path": [ - { - "value": "0xc53fb6f64deab010bd8af1a4bfedb5ee8fb35fd29d8c110185ebc61a68987113", - "sibling": "0x2f2de68da2bb3677bc7634baae4f26cba37eb8cbe1ba09b8052eb115534e1a03" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0xb0a0e83b46b2f751bc5274e37a0d201fdd425363a2681c7fc96ebd6db7802b29" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317", - "sibling": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b" - }, - { - "value": "0x5de713b023d662c9827512c13f4ba9332331dfcc6cad7c9dcde856e6246ff92d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x50fbca05b1c90f97cb55cbbeb88b9e30204c383db80ae8da66660b8fbd039a19", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xca1e1feeeabd6783a7338150c91da1f830ce46190807bfa61d1e3bfa4474cf08", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x0b6089c740b7b6c4ae1a573b9b30a62485edb1c90bb5c6fccda4eb48ecbcc924", - "path": [ - { - "value": "0x2f2de68da2bb3677bc7634baae4f26cba37eb8cbe1ba09b8052eb115534e1a03", - "sibling": "0xc53fb6f64deab010bd8af1a4bfedb5ee8fb35fd29d8c110185ebc61a68987113" - }, - { - "value": "0xee8a009e893f778c08957f354f9d744064c88a6943e87a26b7ed8f57d9505815", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0xda8f12e18888179716559816c26db626afeefd323de29c53e6adb2206331720f", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - } - ], - "leaf": { - "value": "0x6cb3746099dc3fa06969fe2ad83fe721f5cd1c3d1c987129d6de60fc4da5320a", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0x45f0e64930acd23094564f6bc9aed687bdea7ccfccbc25b5a7538c05ef4d611b", - "path": [ - { - "value": "0xea1446890a0201b657fce3052c16757cfede21e6e385bc14b020aee4b4d82f1a", - "sibling": "0xc53fb6f64deab010bd8af1a4bfedb5ee8fb35fd29d8c110185ebc61a68987113" - }, - { - "value": "0xa92b75e15d08ebc834db418a2a679be02a5ae86c1dc7339c79621ad7a701b025", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - } - ], - "leaf": { - "value": "0xafb707ecf7d6340f6bd3acd7fecd5b41ec8cc4cd2ed9ee990d00bb4b26dd4205", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "accountKey": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x45f0e64930acd23094564f6bc9aed687bdea7ccfccbc25b5a7538c05ef4d611b", - "path": [ - { - "value": "0xea1446890a0201b657fce3052c16757cfede21e6e385bc14b020aee4b4d82f1a", - "sibling": "0xc53fb6f64deab010bd8af1a4bfedb5ee8fb35fd29d8c110185ebc61a68987113" - }, - { - "value": "0xa92b75e15d08ebc834db418a2a679be02a5ae86c1dc7339c79621ad7a701b025", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - } - ], - "leaf": { - "value": "0xafb707ecf7d6340f6bd3acd7fecd5b41ec8cc4cd2ed9ee990d00bb4b26dd4205", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0xd", - "root": "0x6238f9add2693d41a788b0d358618046d4bafc866fc428d3c6a239fd6154a82a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xc53fb6f64deab010bd8af1a4bfedb5ee8fb35fd29d8c110185ebc61a68987113" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - }, - { - "value": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e", - "sibling": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "accountKey": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0x6238f9add2693d41a788b0d358618046d4bafc866fc428d3c6a239fd6154a82a", - "path": [ - { - "value": "0xc53fb6f64deab010bd8af1a4bfedb5ee8fb35fd29d8c110185ebc61a68987113", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0xb0a0e83b46b2f751bc5274e37a0d201fdd425363a2681c7fc96ebd6db7802b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0xd5ee8509f1f539c6ee59a60cb6930e9ed6bf7828a1e2e1bfcf37c0be59104a19", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x8da4536e1f4b5a3ed322cb2083507d29335cea3706366f1525e7e1ce04b4e819", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xc65f9a653796307749f9a2ea406b29a8643ba1920c27e8e8d7809fadaaffc62d", - "sibling": "0x95d22581502b2727f84c32143e4f6d4439824d0364668de5d8a6ce6dd6a96c01" - }, - { - "value": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - } - ], - "leaf": { - "value": "0xebf6616bc43fa17f3d2aeb8d35e25146113964d07cf9be59cedeba67f0d5aa27", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - }, - { - "pathPart": "0x1a", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x4b2a630c5d9e82896a4284ca3a01615e0da01a64dae5f1eefa82f79b4db9d808", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x4d84dae49da4523beb9fa06610967cb62208b477eaa92d69c1e0d7b417144326", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xa5b1eb318333050dca0a970fce82d1273ccbc1789b7719f7d8c9c9c57a4a8903", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x005dacac04e78eb5a304e9bbcc487113272c9823073bdf029a677ac1fee4982d", - "sibling": "0x95d22581502b2727f84c32143e4f6d4439824d0364668de5d8a6ce6dd6a96c01" - }, - { - "value": "0xa8e0189439bf102b057608483d41e1bd432ac3f6a82bc94214ee92fd40f9c026", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xe28e938c9f9c140ccdf602f3005e81957c3b5c4a4d492e2f235e1bb104d00b0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715", - "sibling": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - } - ], - "accountUpdate": [ - null, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "accountKey": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711", - "accountPath": [ - { - "pathPart": "0x17", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326", - "sibling": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b" - }, - { - "value": "0x36303bb3ddae0ffc195915b864584d586a094f1c42ce05c49a143161c4790e0d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x84c72a2d4ed28b709569a5aedd1774ebb267fc02cc3790b0372106d0c727b92a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5f0259bfb788418e17644cc9a584fb6673004b528925fbcd77bada96748b2023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa7965916d17cc2a16971eccb2e31b292c4af1cf0f74bf11eb59a297acc301a1a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa740572b21de5317650df934a12fc0a2e44f78722246e645fec0e87e69f8202b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - }, - { - "pathPart": "0x17", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326", - "sibling": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b" - }, - { - "value": "0x36303bb3ddae0ffc195915b864584d586a094f1c42ce05c49a143161c4790e0d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x84c72a2d4ed28b709569a5aedd1774ebb267fc02cc3790b0372106d0c727b92a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5f0259bfb788418e17644cc9a584fb6673004b528925fbcd77bada96748b2023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa7965916d17cc2a16971eccb2e31b292c4af1cf0f74bf11eb59a297acc301a1a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa740572b21de5317650df934a12fc0a2e44f78722246e645fec0e87e69f8202b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x0452211a0e0936ec4d8684441295be6a6b336525", - "accountKey": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17", - "accountPath": [ - { - "pathPart": "0xc", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x4b2a630c5d9e82896a4284ca3a01615e0da01a64dae5f1eefa82f79b4db9d808" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126", - "sibling": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17" - } - }, - { - "pathPart": "0xc", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x4b2a630c5d9e82896a4284ca3a01615e0da01a64dae5f1eefa82f79b4db9d808" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126", - "sibling": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "accountKey": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x4b2a630c5d9e82896a4284ca3a01615e0da01a64dae5f1eefa82f79b4db9d808", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x4d84dae49da4523beb9fa06610967cb62208b477eaa92d69c1e0d7b417144326", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807", - "sibling": "0xa5b1eb318333050dca0a970fce82d1273ccbc1789b7719f7d8c9c9c57a4a8903" - }, - { - "value": "0xdc137dfda2001e259419c55fdfdb2b05697a6c850509c318e5892c136cfeec0d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217", - "sibling": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - }, - { - "pathPart": "0x2", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x4b2a630c5d9e82896a4284ca3a01615e0da01a64dae5f1eefa82f79b4db9d808", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x4d84dae49da4523beb9fa06610967cb62208b477eaa92d69c1e0d7b417144326", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807", - "sibling": "0xa5b1eb318333050dca0a970fce82d1273ccbc1789b7719f7d8c9c9c57a4a8903" - }, - { - "value": "0xdc137dfda2001e259419c55fdfdb2b05697a6c850509c318e5892c136cfeec0d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217", - "sibling": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "accountKey": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504", - "accountPath": [ - { - "pathPart": "0x73", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - }, - { - "value": "0x9dd6b00c3bedeca0876f8704eec6814b26a5063e64e7bc41c09daaa14e5b710b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8636cb00d1c3575da53307b2161607f4c9f44bd56a9533cdded7bce228b4da17", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe00e6076aba7841e4914a2f8fb0f106448ec45a42c405e15e2f1714fe92db023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27", - "sibling": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504" - } - }, - { - "pathPart": "0x73", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - }, - { - "value": "0x9dd6b00c3bedeca0876f8704eec6814b26a5063e64e7bc41c09daaa14e5b710b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8636cb00d1c3575da53307b2161607f4c9f44bd56a9533cdded7bce228b4da17", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe00e6076aba7841e4914a2f8fb0f106448ec45a42c405e15e2f1714fe92db023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27", - "sibling": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x972aed298060ba88533b13209f6b0b02e1eb853367dda036c6a8e3e102b5a60a", - "path": [ - { - "value": "0xe2de734612ac815b5973823c39fa6a6b4b4a655d5616a67629c1688550ba6030", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x4b2a630c5d9e82896a4284ca3a01615e0da01a64dae5f1eefa82f79b4db9d808", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x4d84dae49da4523beb9fa06610967cb62208b477eaa92d69c1e0d7b417144326", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xa5b1eb318333050dca0a970fce82d1273ccbc1789b7719f7d8c9c9c57a4a8903", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x95d22581502b2727f84c32143e4f6d4439824d0364668de5d8a6ce6dd6a96c01", - "sibling": "0x005dacac04e78eb5a304e9bbcc487113272c9823073bdf029a677ac1fee4982d" - }, - { - "value": "0xfc2f9e603b4c09183a8e26b47d2140ef6a137a2000777150fec0bd5dedd2a811", - "sibling": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129" - } - ], - "leaf": { - "value": "0x678b8f01dbfef710b3ed6376386c3ae85c9f1e01099555cafaabcfececf53425", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x87c509cf14bd39dc137fed7f6249c0dc86d18d13e347a629604b9b39e9e00004", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x88848f69e0741c5723eecf324ee960536eb7c17140a54f1abc6fb2a016e0ea02", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x16800e07a390af68e7f1ce84e3904fde5bd727cf0849761e3c7a2c0c05425823", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a", - "sibling": "0x005dacac04e78eb5a304e9bbcc487113272c9823073bdf029a677ac1fee4982d" - }, - { - "value": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408", - "sibling": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129" - } - ], - "leaf": { - "value": "0x7a5e625108b0810d96be12ecc1e6e57b7dc13cd82e12d0b3482bafcd18400900", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 18, - "balance": "0x21e1764be3032a4c496", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 18, - "balance": "0x21e16cc8d40fc36609c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "accountKey": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b", - "accountPath": [ - { - "pathPart": "0x9", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605", - "sibling": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b" - } - }, - { - "pathPart": "0x9", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605", - "sibling": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x3e022c442213d46d4907900ae709c15cfdc82102", - "accountKey": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c", - "accountPath": [ - { - "pathPart": "0x21", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c", - "sibling": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605" - }, - { - "value": "0x82584e61bf6e0783daf417c5e4d6ec7111f7488b964faf840c1cdbc59231982a", - "sibling": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207" - }, - { - "value": "0xd6f8314051d8307813d606f7c9903095c39adf92ea0bf5b7ab00de9ecacf3c03", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c" - } - }, - { - "pathPart": "0x21", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c", - "sibling": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605" - }, - { - "value": "0x82584e61bf6e0783daf417c5e4d6ec7111f7488b964faf840c1cdbc59231982a", - "sibling": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207" - }, - { - "value": "0xd6f8314051d8307813d606f7c9903095c39adf92ea0bf5b7ab00de9ecacf3c03", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "accountKey": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a", - "accountPath": [ - { - "pathPart": "0x22", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x87c509cf14bd39dc137fed7f6249c0dc86d18d13e347a629604b9b39e9e00004", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x88848f69e0741c5723eecf324ee960536eb7c17140a54f1abc6fb2a016e0ea02", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807", - "sibling": "0x16800e07a390af68e7f1ce84e3904fde5bd727cf0849761e3c7a2c0c05425823" - }, - { - "value": "0xdc137dfda2001e259419c55fdfdb2b05697a6c850509c318e5892c136cfeec0d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c", - "sibling": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a" - } - }, - { - "pathPart": "0x22", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x87c509cf14bd39dc137fed7f6249c0dc86d18d13e347a629604b9b39e9e00004", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x88848f69e0741c5723eecf324ee960536eb7c17140a54f1abc6fb2a016e0ea02", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807", - "sibling": "0x16800e07a390af68e7f1ce84e3904fde5bd727cf0849761e3c7a2c0c05425823" - }, - { - "value": "0xdc137dfda2001e259419c55fdfdb2b05697a6c850509c318e5892c136cfeec0d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c", - "sibling": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "accountKey": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f", - "accountPath": [ - { - "pathPart": "0x9a", - "root": "0xffe8168f3729f83594956a303e5775c411ccc8214f19546519c02b65e160bb16", - "path": [ - { - "value": "0x6dc2e344f5f582d54bbbeddb34250a81721fc81e5bc11ff496f5a021685f351c", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x87c509cf14bd39dc137fed7f6249c0dc86d18d13e347a629604b9b39e9e00004", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x88848f69e0741c5723eecf324ee960536eb7c17140a54f1abc6fb2a016e0ea02", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x16800e07a390af68e7f1ce84e3904fde5bd727cf0849761e3c7a2c0c05425823", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x005dacac04e78eb5a304e9bbcc487113272c9823073bdf029a677ac1fee4982d", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0xa8e0189439bf102b057608483d41e1bd432ac3f6a82bc94214ee92fd40f9c026", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xe28e938c9f9c140ccdf602f3005e81957c3b5c4a4d492e2f235e1bb104d00b0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x319639099e539273fd84364d20eecf1ac08523e32bf791eb103f6277b809a80d", - "sibling": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715" - } - ], - "leaf": { - "value": "0xebf6616bc43fa17f3d2aeb8d35e25146113964d07cf9be59cedeba67f0d5aa27", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - }, - { - "pathPart": "0x9a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xb88a8323382d48252baec60a01808552d8fd6a1edee809586fd04beb677fec01", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304", - "sibling": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715" - } - ], - "leaf": { - "value": "0x352d87130ebdd04dadbff3fb50c5e779aea09649ef9d35279ae19e6dc90c570f", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x11f7e4b88aff18c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 0, - "balance": "0x1a9c96df4bf7d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x810cef031576db76780b96b375bff38a00d227a7", - "accountKey": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625", - "accountPath": [ - { - "pathPart": "0x5c", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728", - "sibling": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126" - }, - { - "value": "0x3429dc90b06351c28388c5b5d9e27672e1a1f51d1a8702ce707ee531a3939d06", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - }, - { - "value": "0xd574bc82a3cb5b5f9c376d162b700ab00d0d83d026c447873979045b05571c00", - "sibling": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625" - } - }, - { - "pathPart": "0x5c", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728", - "sibling": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126" - }, - { - "value": "0x3429dc90b06351c28388c5b5d9e27672e1a1f51d1a8702ce707ee531a3939d06", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - }, - { - "value": "0xd574bc82a3cb5b5f9c376d162b700ab00d0d83d026c447873979045b05571c00", - "sibling": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "accountKey": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726", - "accountPath": [ - { - "pathPart": "0x2a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a", - "sibling": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04" - }, - { - "value": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - }, - { - "pathPart": "0x2a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a", - "sibling": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04" - }, - { - "value": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "accountKey": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724", - "accountPath": [ - { - "pathPart": "0x3a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09", - "sibling": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - }, - { - "pathPart": "0x3a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09", - "sibling": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "accountKey": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717", - "accountPath": [ - { - "pathPart": "0x33", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - }, - { - "value": "0x9dd6b00c3bedeca0876f8704eec6814b26a5063e64e7bc41c09daaa14e5b710b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8636cb00d1c3575da53307b2161607f4c9f44bd56a9533cdded7bce228b4da17", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe00e6076aba7841e4914a2f8fb0f106448ec45a42c405e15e2f1714fe92db023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05", - "sibling": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - }, - { - "pathPart": "0x33", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b", - "sibling": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326" - }, - { - "value": "0x9dd6b00c3bedeca0876f8704eec6814b26a5063e64e7bc41c09daaa14e5b710b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8636cb00d1c3575da53307b2161607f4c9f44bd56a9533cdded7bce228b4da17", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe00e6076aba7841e4914a2f8fb0f106448ec45a42c405e15e2f1714fe92db023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05", - "sibling": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "accountKey": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a", - "accountPath": [ - { - "pathPart": "0x64", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317", - "sibling": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b" - }, - { - "value": "0x5de713b023d662c9827512c13f4ba9332331dfcc6cad7c9dcde856e6246ff92d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x50fbca05b1c90f97cb55cbbeb88b9e30204c383db80ae8da66660b8fbd039a19", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xca1e1feeeabd6783a7338150c91da1f830ce46190807bfa61d1e3bfa4474cf08", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - }, - { - "pathPart": "0x64", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317", - "sibling": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b" - }, - { - "value": "0x5de713b023d662c9827512c13f4ba9332331dfcc6cad7c9dcde856e6246ff92d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x50fbca05b1c90f97cb55cbbeb88b9e30204c383db80ae8da66660b8fbd039a19", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xca1e1feeeabd6783a7338150c91da1f830ce46190807bfa61d1e3bfa4474cf08", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - }, - { - "value": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b", - "sibling": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e" - } - ], - "leaf": { - "value": "0xafb707ecf7d6340f6bd3acd7fecd5b41ec8cc4cd2ed9ee990d00bb4b26dd4205", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - }, - { - "value": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b", - "sibling": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e" - } - ], - "leaf": { - "value": "0xafb707ecf7d6340f6bd3acd7fecd5b41ec8cc4cd2ed9ee990d00bb4b26dd4205", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "accountKey": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528", - "accountPath": [ - { - "pathPart": "0xd", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - }, - { - "value": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e", - "sibling": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528" - } - }, - { - "pathPart": "0xd", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419" - }, - { - "value": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606", - "sibling": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e" - }, - { - "value": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e", - "sibling": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "accountKey": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xb88a8323382d48252baec60a01808552d8fd6a1edee809586fd04beb677fec01", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - }, - { - "pathPart": "0x1a", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xb88a8323382d48252baec60a01808552d8fd6a1edee809586fd04beb677fec01", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "accountKey": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711", - "accountPath": [ - { - "pathPart": "0x17", - "root": "0x0536669034e951e6310a0779da079ae0b2789faab1479093585fa0f9e4edd02a", - "path": [ - { - "value": "0x6dad9b70ee08b305d6a2c8ddb10e86ace2f25b30e7b544e01dd71a99629b4600", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0x8d57666e2db88bf350be7193287c997864755a342775d010a44644a42a531419", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x8f185f23279c6b7082a0fd9d5855e99c5c18627e43c337aa817011d0e95d6326", - "sibling": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b" - }, - { - "value": "0x36303bb3ddae0ffc195915b864584d586a094f1c42ce05c49a143161c4790e0d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x84c72a2d4ed28b709569a5aedd1774ebb267fc02cc3790b0372106d0c727b92a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5f0259bfb788418e17644cc9a584fb6673004b528925fbcd77bada96748b2023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa7965916d17cc2a16971eccb2e31b292c4af1cf0f74bf11eb59a297acc301a1a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa740572b21de5317650df934a12fc0a2e44f78722246e645fec0e87e69f8202b", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - }, - { - "pathPart": "0x17", - "root": "0x25d5e27f5e28d32ff05299005017deb4a5bcad0bbdeac37641bdd6f9ecc28924", - "path": [ - { - "value": "0x4f351af4f962f9f697d21899546d63831f9233e648d2d329a9f26fc8126d8307", - "sibling": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11" - }, - { - "value": "0xcb9211b8b2e33520e6e2ff33d1f44b61f62f929c4573c9d49f71bed5f7cda504", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x5378efa0f1a3f3815b4c7bc0547a19ab3bffa7de932f56afef68a17c28df5015", - "sibling": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b" - }, - { - "value": "0xcd2d90d23e3152ef5f8f521af44a5f40ef67b12e52f3dc7f23610599b7d92520", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xbd9739bb9d3e45d1250d662952e6de62af943a770aaa5db91934fa6a79be9e0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8029f8327f442d712832272f5535e11c2363d4a79dd900f36ec6ff5570b5cd23", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe4b475c0cca6f148a4e2d9c8d135be5516b441191d5353e36056ec394152cf00", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xb4de5a0f8c9a7e5b9594cbb30aae77b158bc7eae2020bbd3fe01f39938af9b2a", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x0452211a0e0936ec4d8684441295be6a6b336525", - "accountKey": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17", - "accountPath": [ - { - "pathPart": "0xc", - "root": "0x25d5e27f5e28d32ff05299005017deb4a5bcad0bbdeac37641bdd6f9ecc28924", - "path": [ - { - "value": "0xabf75ad8e22304feca29c891e6facbe5e7f958c5746ee4787f7f6056b2fb1e11", - "sibling": "0x4f351af4f962f9f697d21899546d63831f9233e648d2d329a9f26fc8126d8307" - }, - { - "value": "0x34a1fcaba3773148a2d71c4bd85bbff02e80c614d63b6d52e2d5beaabdf30422", - "sibling": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29" - }, - { - "value": "0x7d0bc2ba84d52c0dc92f7dc1c1ef5471cf58b94114d6c4febd5ab4fc6c7f3516", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xffdffe0fcdf9cbd8cf32771c7c592363696afbfbcb2a4431d03427de9f5b8b0b", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0x0bc2aac3b611d0f4405b905691dc544a43117f8a051baa9814508ddf684fb126", - "sibling": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17" - } - }, - { - "pathPart": "0xc", - "root": "0x10623375a862d99e4cc9620d34f6d595147335624b5216016f262190d3cc0128", - "path": [ - { - "value": "0x79f4013e91e3bb2a838d35957399ad1e21b31fb8215d8c61aebd79b5ef8a7327", - "sibling": "0x4f351af4f962f9f697d21899546d63831f9233e648d2d329a9f26fc8126d8307" - }, - { - "value": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13", - "sibling": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29" - }, - { - "value": "0x4f69ef5e2111dfcf4989c795c3174b6510f1ab98648f6028fbae61c482686702", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xa45ad59626d74be9b0b0791ab0f8a736aac9c4dd678e7c63ada9870fe157fd1d", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0x8ff1291624985868b542a15090830752b27ea803ac09228181f19f4e1fcffe21", - "sibling": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728" - } - ], - "leaf": { - "value": "0x66d43a96706a0d33012f9a800325cf58c6299a4aa0e21bf93f67430bd60b3d14", - "sibling": "0x8cd3eade11fe98bfd9329d723133adf27cedd0bc4ff2151cd2c268b0629f2d17" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x09c96e31a5e9cb17c0a29de833ea2e135151a6709c3c2a128bcc58089c15ea26" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "accountKey": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x10623375a862d99e4cc9620d34f6d595147335624b5216016f262190d3cc0128", - "path": [ - { - "value": "0x79f4013e91e3bb2a838d35957399ad1e21b31fb8215d8c61aebd79b5ef8a7327", - "sibling": "0x4f351af4f962f9f697d21899546d63831f9233e648d2d329a9f26fc8126d8307" - }, - { - "value": "0x269a23011257b9e13871cf60bcc6557281c161a5bff93db0819f045211763b29", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0x91c55bc0575f6470f5cb831f8c838d509757592cdd6f45b1263a7bd7c8de6405", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x1490cbee21e4ba3e6ea970c956a8e1802721a5c3c466c1035c15be86736a3807", - "sibling": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824" - }, - { - "value": "0xdc137dfda2001e259419c55fdfdb2b05697a6c850509c318e5892c136cfeec0d", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7e965d9e9f2f093ec4e12fdf62d9287b4522ad35dcbde7d48b7b0b7c94e43217", - "sibling": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - }, - { - "pathPart": "0x2", - "root": "0x292c151eeec8ff9a36ab64c107e7893fc4c0155b8333f65aa2281803c8658e08", - "path": [ - { - "value": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d", - "sibling": "0x4f351af4f962f9f697d21899546d63831f9233e648d2d329a9f26fc8126d8307" - }, - { - "value": "0x8ce15905283db2b2f2e3538ed0e86577d7a908ac9ba99d214e0b4bcd33059b2c", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0xc7a258a4453b90a1dda85deadae7cfa20740787fe6bcbc1a5fcb5a8d55e33617", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x5b1db42e312829c0ea111d57df97fb2e0e918efe3158f5681ef53e98f4233f16", - "sibling": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824" - }, - { - "value": "0xff234e0c2195c98bd3036a6fc5fd414c439f0e1153877a1991543ca8a4edc628", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7e35e518d25edeca3461567831131102d807ed19c1fdf7e7cf76f2daa93c741a", - "sibling": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x1faa64b6ea023e7b3fb55ed92bb811d708023c76", - "accountKey": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504", - "accountPath": [ - { - "pathPart": "0x73", - "root": "0x292c151eeec8ff9a36ab64c107e7893fc4c0155b8333f65aa2281803c8658e08", - "path": [ - { - "value": "0x4f351af4f962f9f697d21899546d63831f9233e648d2d329a9f26fc8126d8307", - "sibling": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d" - }, - { - "value": "0xcb9211b8b2e33520e6e2ff33d1f44b61f62f929c4573c9d49f71bed5f7cda504", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x38e227e598716e692d5892b1bd6bd4928d2ae6c8bfd3dabc2173f16799b2270b", - "sibling": "0x5378efa0f1a3f3815b4c7bc0547a19ab3bffa7de932f56afef68a17c28df5015" - }, - { - "value": "0x9dd6b00c3bedeca0876f8704eec6814b26a5063e64e7bc41c09daaa14e5b710b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8636cb00d1c3575da53307b2161607f4c9f44bd56a9533cdded7bce228b4da17", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe00e6076aba7841e4914a2f8fb0f106448ec45a42c405e15e2f1714fe92db023", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x1cbb71450a8d59cb6afb4109ec0135ef7471840fb28a1d5c95f8783d67c23c27", - "sibling": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504" - } - }, - { - "pathPart": "0x73", - "root": "0x7104a14f354240b0fdb53859e5b3df7a5f03e8568e9583d61c647d9bb200800f", - "path": [ - { - "value": "0xe1f96fb7fde9ba9890a4be5da881acad0bb90cc7b308b0e7bf21c8b058b85f06", - "sibling": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d" - }, - { - "value": "0x8d1325b06076d2366816d75420d90bd9abc489215b69b4fdd3337b8017b5fe2e", - "sibling": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c" - }, - { - "value": "0x93c0922e5bcd3a3c33e8d68edf53f40d3de9fe1f98158a1993f983585c109514", - "sibling": "0x5378efa0f1a3f3815b4c7bc0547a19ab3bffa7de932f56afef68a17c28df5015" - }, - { - "value": "0x63be21b6e15fbfddb3402a015d32d9415ff9cccdd97ba7d36764398ace96da09", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4095b79c632da4a6701d0fbbde75e25492c1076f80c02caaac6fb30d47678d14", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5c104e2c909c6a79683253462a39c81ca1e7c6b64e850b4a5f85f48012e75628", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10", - "sibling": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05" - } - ], - "leaf": { - "value": "0x66c2b7d9c9892fd59eb78ea9b69f62e752a24ebfb12af1ccb73edd73d3b1672c", - "sibling": "0x732f369c42f132931250244f93d023f10493c65c3cc6cbfaec0befc781873504" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2a08554e39388deee6622f9846e356e1ea8de6ad256bd4c68c08b00323b53606" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x222214dcc294b72e40d2f37111a1f966aaefdbdd", - "accountKey": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024", - "accountPath": [ - { - "pathPart": "0xa", - "root": "0x7104a14f354240b0fdb53859e5b3df7a5f03e8568e9583d61c647d9bb200800f", - "path": [ - { - "value": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d", - "sibling": "0xe1f96fb7fde9ba9890a4be5da881acad0bb90cc7b308b0e7bf21c8b058b85f06" - }, - { - "value": "0x8ce15905283db2b2f2e3538ed0e86577d7a908ac9ba99d214e0b4bcd33059b2c", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0xc7a258a4453b90a1dda85deadae7cfa20740787fe6bcbc1a5fcb5a8d55e33617", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x5b1db42e312829c0ea111d57df97fb2e0e918efe3158f5681ef53e98f4233f16" - }, - { - "value": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a", - "sibling": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04" - }, - { - "value": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408", - "sibling": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129" - } - ], - "leaf": { - "value": "0x7a5e625108b0810d96be12ecc1e6e57b7dc13cd82e12d0b3482bafcd18400900", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - }, - { - "pathPart": "0xa", - "root": "0x7104a14f354240b0fdb53859e5b3df7a5f03e8568e9583d61c647d9bb200800f", - "path": [ - { - "value": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d", - "sibling": "0xe1f96fb7fde9ba9890a4be5da881acad0bb90cc7b308b0e7bf21c8b058b85f06" - }, - { - "value": "0x8ce15905283db2b2f2e3538ed0e86577d7a908ac9ba99d214e0b4bcd33059b2c", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0xc7a258a4453b90a1dda85deadae7cfa20740787fe6bcbc1a5fcb5a8d55e33617", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x5b1db42e312829c0ea111d57df97fb2e0e918efe3158f5681ef53e98f4233f16" - }, - { - "value": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a", - "sibling": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04" - }, - { - "value": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408", - "sibling": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129" - } - ], - "leaf": { - "value": "0x7a5e625108b0810d96be12ecc1e6e57b7dc13cd82e12d0b3482bafcd18400900", - "sibling": "0x0a8ef5a4c82b52262e37e449a70559233a4f52cd3c9258d8be19427b227d3024" - } - } - ], - "accountUpdate": [ - { - "nonce": 18, - "balance": "0x21e16cc8d40fc36609c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 18, - "balance": "0x21e16cc8d40fc36609c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x29110c873cc6fa032d970a08156f1ce0559a1eb2", - "accountKey": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b", - "accountPath": [ - { - "pathPart": "0x9", - "root": "0x7104a14f354240b0fdb53859e5b3df7a5f03e8568e9583d61c647d9bb200800f", - "path": [ - { - "value": "0xe1f96fb7fde9ba9890a4be5da881acad0bb90cc7b308b0e7bf21c8b058b85f06", - "sibling": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d" - }, - { - "value": "0xe60e0a838ab2edd5ce93e72255e9081c446db32def59c1bdc4ff6132a951f51c", - "sibling": "0x8d1325b06076d2366816d75420d90bd9abc489215b69b4fdd3337b8017b5fe2e" - }, - { - "value": "0x421a7850a529a5369602a5fedbaac0de5dd15d0b8c674977e112d07eec675d2e", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0xb51c585401e72263d989b46cd44fe9716a8bd1b0a39c320b8eb05d20d5ce1605", - "sibling": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b" - } - }, - { - "pathPart": "0x9", - "root": "0x50efa488d690ed797eab8030dcd4a95fc14cfa7d80582f1fde88c957550c1d2f", - "path": [ - { - "value": "0xd1773b148df78557195ade34677e4113cf21e699c8721ead5e69dcee8958f32a", - "sibling": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d" - }, - { - "value": "0xba3136e35a17acdea982eb0766135b9d11114f6ffeebc0e50ac1487d47a2222d", - "sibling": "0x8d1325b06076d2366816d75420d90bd9abc489215b69b4fdd3337b8017b5fe2e" - }, - { - "value": "0x94218012816fd3a50d5d1d7cbcbec2cd83bbd462aff7609cdcf31802e0152610", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0x1992b85b32977510fd0c547bab752c78013e6293f8ca9d402e32fa58550acd0b", - "sibling": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c" - } - ], - "leaf": { - "value": "0xc708ece212c9b0d63104e73ef5c1fc8b857db72cbf48eee9950bd6a67b125513", - "sibling": "0xa9c0718247bcae17f263e965277e47b3ee3a4f61cce673f49fa2eb0f2753531b" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x064ba822799a1fe9db88e990393219306471cea7cf7aa78c54177f228ff11df1" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x3e022c442213d46d4907900ae709c15cfdc82102", - "accountKey": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c", - "accountPath": [ - { - "pathPart": "0x21", - "root": "0x50efa488d690ed797eab8030dcd4a95fc14cfa7d80582f1fde88c957550c1d2f", - "path": [ - { - "value": "0xd1773b148df78557195ade34677e4113cf21e699c8721ead5e69dcee8958f32a", - "sibling": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d" - }, - { - "value": "0xba3136e35a17acdea982eb0766135b9d11114f6ffeebc0e50ac1487d47a2222d", - "sibling": "0x8d1325b06076d2366816d75420d90bd9abc489215b69b4fdd3337b8017b5fe2e" - }, - { - "value": "0x94218012816fd3a50d5d1d7cbcbec2cd83bbd462aff7609cdcf31802e0152610", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0x41ee0893942454a06ae5a21fa76df2ff55ff0d5b83f901d0429a4523885b780c", - "sibling": "0x1992b85b32977510fd0c547bab752c78013e6293f8ca9d402e32fa58550acd0b" - }, - { - "value": "0x82584e61bf6e0783daf417c5e4d6ec7111f7488b964faf840c1cdbc59231982a", - "sibling": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207" - }, - { - "value": "0xd6f8314051d8307813d606f7c9903095c39adf92ea0bf5b7ab00de9ecacf3c03", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c" - } - }, - { - "pathPart": "0x21", - "root": "0x86224596bb88080ed24e018db0a75fd4c0ef31e0663bfb6d26ce0cb49c56c316", - "path": [ - { - "value": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c", - "sibling": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d" - }, - { - "value": "0xf34a85e3fc89caba619a4422ab982e98e56c39885e0c883c6866e16ce986c72d", - "sibling": "0x8d1325b06076d2366816d75420d90bd9abc489215b69b4fdd3337b8017b5fe2e" - }, - { - "value": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d", - "sibling": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606" - }, - { - "value": "0xee2cd7c39e4788334929a8c4becbd333988c4bbb30c55ea77d0f1ebb0fc89e2f", - "sibling": "0x1992b85b32977510fd0c547bab752c78013e6293f8ca9d402e32fa58550acd0b" - }, - { - "value": "0x4876179078f1e8490dacb19452de687011eb1cb53ac9a8c290eba7605c371527", - "sibling": "0x9f219d845453624efc3f3223e837fb34c90973940326e73c3543c86b47454207" - }, - { - "value": "0xbf0dd788a9d8e0f9a158d5fb5e84d014ab58064f0d72c86dce570d3346358f07", - "sibling": "0x011792b1e85ba231366c50bffd8addb167db7702253b31d7458acc24cbdc241d" - } - ], - "leaf": { - "value": "0x9095b5a6f130771cb139bb6cf97da40a93b50b4063f790eb39a5e6bb0029b20a", - "sibling": "0x6117038fffc47ecaa3e594d11cb70021b4540f75a65334f911b8e8ec09da800c" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x03a2ce9677bd6c1432533f21965d5680182e221ad5ca3a6363edaa1e54dbb380" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x5659b236b1d29a0f867604cf1cdffabe06ce1424", - "accountKey": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a", - "accountPath": [ - { - "pathPart": "0x22", - "root": "0x86224596bb88080ed24e018db0a75fd4c0ef31e0663bfb6d26ce0cb49c56c316", - "path": [ - { - "value": "0xd978d1754efd1b2f3dcd857b7886597cb67e91dacc30a46f88abf79141cac61d", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0x8ce15905283db2b2f2e3538ed0e86577d7a908ac9ba99d214e0b4bcd33059b2c", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0xc7a258a4453b90a1dda85deadae7cfa20740787fe6bcbc1a5fcb5a8d55e33617", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x5b1db42e312829c0ea111d57df97fb2e0e918efe3158f5681ef53e98f4233f16", - "sibling": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824" - }, - { - "value": "0xff234e0c2195c98bd3036a6fc5fd414c439f0e1153877a1991543ca8a4edc628", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7b17b2845af6aa6527c92e297394b33ffb286c73b2f4d9b0cc04a836be4f1d1c", - "sibling": "0x7e35e518d25edeca3461567831131102d807ed19c1fdf7e7cf76f2daa93c741a" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a" - } - }, - { - "pathPart": "0x22", - "root": "0xcd1f03cb7c31b16207c24da1e2dbc9489c646ceb270615793390316dff77dd09", - "path": [ - { - "value": "0xa7cde40a0ea9032e9d68867dc5efd6862b8b520e43ad2082a16477f4a3fe7316", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xe6282836cd39685c4e06e36fc2e98b3b17fb9707ee9e2fa62b079e78c7673508", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0x914eb9f3d98507d8c9646d320eb87fca0cd4b7e5e4bcb7219e9c4b3a86c50c13", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01", - "sibling": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824" - }, - { - "value": "0x5c7fbaa6d1c95a6e8e0d2deadbda28cf0b96454edc84cf216f6bb89009d03506", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0xdf13ea557aab5dcf20fb0fce38406465f37f93c8c921acf7249bf7be8c517318", - "sibling": "0x7e35e518d25edeca3461567831131102d807ed19c1fdf7e7cf76f2daa93c741a" - } - ], - "leaf": { - "value": "0x39218432680129ab10b855e85454afa01eccaf9824b78b4254e19ecd58289e18", - "sibling": "0xa2e94de89f0c185f0dca30ca32fd942a32fa366737d4e1c29312533a886e3b1a" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x247567d2d72e4549b2b7d8c5b0ce2c2132e6044d3447167eef63a58a48d6412c" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x7157f3b0aee00adbe3d8b6609eda9480e141065a", - "accountKey": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f", - "accountPath": [ - { - "pathPart": "0x9a", - "root": "0xcd1f03cb7c31b16207c24da1e2dbc9489c646ceb270615793390316dff77dd09", - "path": [ - { - "value": "0xa7cde40a0ea9032e9d68867dc5efd6862b8b520e43ad2082a16477f4a3fe7316", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xe6282836cd39685c4e06e36fc2e98b3b17fb9707ee9e2fa62b079e78c7673508", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0x914eb9f3d98507d8c9646d320eb87fca0cd4b7e5e4bcb7219e9c4b3a86c50c13", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xb88a8323382d48252baec60a01808552d8fd6a1edee809586fd04beb677fec01", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304", - "sibling": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715" - } - ], - "leaf": { - "value": "0x352d87130ebdd04dadbff3fb50c5e779aea09649ef9d35279ae19e6dc90c570f", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - }, - { - "pathPart": "0x9a", - "root": "0xcd1f03cb7c31b16207c24da1e2dbc9489c646ceb270615793390316dff77dd09", - "path": [ - { - "value": "0xa7cde40a0ea9032e9d68867dc5efd6862b8b520e43ad2082a16477f4a3fe7316", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xe6282836cd39685c4e06e36fc2e98b3b17fb9707ee9e2fa62b079e78c7673508", - "sibling": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13" - }, - { - "value": "0x914eb9f3d98507d8c9646d320eb87fca0cd4b7e5e4bcb7219e9c4b3a86c50c13", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a" - }, - { - "value": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02", - "sibling": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09" - }, - { - "value": "0xb88a8323382d48252baec60a01808552d8fd6a1edee809586fd04beb677fec01", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304", - "sibling": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715" - } - ], - "leaf": { - "value": "0x352d87130ebdd04dadbff3fb50c5e779aea09649ef9d35279ae19e6dc90c570f", - "sibling": "0x9aa04ed7343dce3980a3d3d43f0aac9e8d850ea46a0b870ed6b6fe7c0646d62f" - } - } - ], - "accountUpdate": [ - { - "nonce": 0, - "balance": "0x1a9c96df4bf7d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 0, - "balance": "0x1a9c96df4bf7d8c", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x810cef031576db76780b96b375bff38a00d227a7", - "accountKey": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625", - "accountPath": [ - { - "pathPart": "0x5c", - "root": "0xcd1f03cb7c31b16207c24da1e2dbc9489c646ceb270615793390316dff77dd09", - "path": [ - { - "value": "0xa7cde40a0ea9032e9d68867dc5efd6862b8b520e43ad2082a16477f4a3fe7316", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xa0bfa6a5e050a8dbca23920f4e1eafb2b39eb4fb310d8cdff0b88b662fb9be13", - "sibling": "0xe6282836cd39685c4e06e36fc2e98b3b17fb9707ee9e2fa62b079e78c7673508" - }, - { - "value": "0x4f69ef5e2111dfcf4989c795c3174b6510f1ab98648f6028fbae61c482686702", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0xa45ad59626d74be9b0b0791ab0f8a736aac9c4dd678e7c63ada9870fe157fd1d", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0xb29af66a25b69e451f2c15c1230c6c334e7e1504b0764b82f6c587582aae2728", - "sibling": "0x8ff1291624985868b542a15090830752b27ea803ac09228181f19f4e1fcffe21" - }, - { - "value": "0x3429dc90b06351c28388c5b5d9e27672e1a1f51d1a8702ce707ee531a3939d06", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - }, - { - "value": "0xd574bc82a3cb5b5f9c376d162b700ab00d0d83d026c447873979045b05571c00", - "sibling": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625" - } - }, - { - "pathPart": "0x5c", - "root": "0xd4554d6559fabe8bad02984db697f6c9f343983146db5a14b3ec41e476dc5030", - "path": [ - { - "value": "0x0053afb76d203431e2c2dcf211cdc090289b22101dd7453b69f6b6b39b0ac826", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xa4dfc023c40e451297f09482a89df40db4684ddd7f4c021400b3f18fd203cb07", - "sibling": "0xe6282836cd39685c4e06e36fc2e98b3b17fb9707ee9e2fa62b079e78c7673508" - }, - { - "value": "0x574d9e60184cbbe83e03a607e3951e26448f4b4d11e9021e5fcff2b97304e728", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x99cc84280a86578f44545ee5eb71525f94cd43a18fd379ab9640d1b2ae595b06", - "sibling": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317" - }, - { - "value": "0x3e5c5af140ce8bd7312fef1b2aa160d1ea23c0232decd04a75014bf0a3d9e61e", - "sibling": "0x8ff1291624985868b542a15090830752b27ea803ac09228181f19f4e1fcffe21" - }, - { - "value": "0xc3fe59eba3219843ef88c1a6aca68e8cd0587f1ad83f68f70d604b8adadf8a29", - "sibling": "0x6cbb0d5fbce157e25ddd1e150066ac54fdb8a94c20a6614ad167b2abe8881414" - }, - { - "value": "0x07c725321a81f4e1275d50c6d6c67e0c505f65afdbb53ee82d2b6eb515ca7915", - "sibling": "0xd0c921779fdd67246e087fd905e804d3c140ca1197a86e485fc2ec2f728cfb14" - } - ], - "leaf": { - "value": "0x776b91091bd01c9d24ed732b199b8dedaba2047f8d675d3515d5369aa6bfae0e", - "sibling": "0x5c41950de2ab7ea3372450124a64b8c46a1955949cf1e287215d16b90b59c625" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0a4467bfb34b215bc6ea1acf7af6d61bfa31f9ef3cf6b975043c36485fb2f6d0" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "accountKey": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726", - "accountPath": [ - { - "pathPart": "0x2a", - "root": "0xd4554d6559fabe8bad02984db697f6c9f343983146db5a14b3ec41e476dc5030", - "path": [ - { - "value": "0x0053afb76d203431e2c2dcf211cdc090289b22101dd7453b69f6b6b39b0ac826", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xe6282836cd39685c4e06e36fc2e98b3b17fb9707ee9e2fa62b079e78c7673508", - "sibling": "0xa4dfc023c40e451297f09482a89df40db4684ddd7f4c021400b3f18fd203cb07" - }, - { - "value": "0x914eb9f3d98507d8c9646d320eb87fca0cd4b7e5e4bcb7219e9c4b3a86c50c13", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xad8d2345f48fda61c5a4d97f5f9c84e178c1bf53d854cd8eb4ac459a40b86824", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0x14fb12d3c164163724897d110c7e090607fb9de8ae027c70dc807947695f260a", - "sibling": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04" - }, - { - "value": "0x0d1a9cd55ac5385203cb99408d4a9f5cee876afb6cd0557dad8989b54fce6129", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - }, - { - "pathPart": "0x2a", - "root": "0xa1312556c9955a84d4bc69f834e7e9f992770ba9647872bdff52c29873c11f29", - "path": [ - { - "value": "0x98d1fabae677e750f16fb1f0580e22a630eb4a77fad78447229066e01f7b6503", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xf5bd726e7631eac6cb0a40cf904e1e81a85818d0ce4dcb1b8b18b762fdb0c81d", - "sibling": "0xa4dfc023c40e451297f09482a89df40db4684ddd7f4c021400b3f18fd203cb07" - }, - { - "value": "0x345e4201ebe0ad3f9d64869c00a9bef2e3b254f7c0524c95f88f256d955dfc06", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x7aa005ba24189805a48e015892a80cdd75cd0ce52939374fe69e93dacab4b416", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xd60dd133e6bc99d623a74ec32e1f8d4bbb2ed5be5d3260b2b4235306083fcf28", - "sibling": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04" - }, - { - "value": "0x503e25cc61a313660a4b2111320790fd79b289842273db8066ccce805f454f30", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0x08bd999970c994b7b637f9afd99129289134550f3ad2df4c4822c6506ea94d13", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x13305f1072c20bed75276962f69c403e0caab3a02bb385e68cc54172bc37a2cf" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "accountKey": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724", - "accountPath": [ - { - "pathPart": "0x3a", - "root": "0xa1312556c9955a84d4bc69f834e7e9f992770ba9647872bdff52c29873c11f29", - "path": [ - { - "value": "0x98d1fabae677e750f16fb1f0580e22a630eb4a77fad78447229066e01f7b6503", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xf5bd726e7631eac6cb0a40cf904e1e81a85818d0ce4dcb1b8b18b762fdb0c81d", - "sibling": "0xa4dfc023c40e451297f09482a89df40db4684ddd7f4c021400b3f18fd203cb07" - }, - { - "value": "0x345e4201ebe0ad3f9d64869c00a9bef2e3b254f7c0524c95f88f256d955dfc06", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x7aa005ba24189805a48e015892a80cdd75cd0ce52939374fe69e93dacab4b416", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xd2b7b0d65692daee7a2631c0851c6efddf1dea419a444020722500d4f16d1f04", - "sibling": "0xd60dd133e6bc99d623a74ec32e1f8d4bbb2ed5be5d3260b2b4235306083fcf28" - }, - { - "value": "0xd26b370ef9ff6ba1b4dd04d6c99c8ca65a6fd83588eae34358b812534e96cb09", - "sibling": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - }, - { - "pathPart": "0x3a", - "root": "0x7d1af0b5c3f63dd18e792d8fe227acd86b5d30374f5acf7810e5cb43246ebe2d", - "path": [ - { - "value": "0x67089a4cce150ece5ad893e1bc7307392799a2754abcff214151e21a13316c22", - "sibling": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c" - }, - { - "value": "0xce6711e86a5ecf2754cc2b1deded18b7b7fb25138b3930e8e219071f758dd72d", - "sibling": "0xa4dfc023c40e451297f09482a89df40db4684ddd7f4c021400b3f18fd203cb07" - }, - { - "value": "0x9168f60bc4aec166d061d2f8eb686b0252f1ff6dfde2f3014861f23f8eb45e0c", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xae73a8fca4401db710bc10149d56ae226b1058cbc0629f51e3e899c50bf76a2f", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xe4d80183ebb96db24ac4c21cd4a572f176f465e281cd641a028ac7b49540e122", - "sibling": "0xd60dd133e6bc99d623a74ec32e1f8d4bbb2ed5be5d3260b2b4235306083fcf28" - }, - { - "value": "0x9cd319b59fe0e5ce27ebee2f3ca296470766d7ad28cec6523558ab4297010720", - "sibling": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "accountKey": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717", - "accountPath": [ - { - "pathPart": "0x33", - "root": "0x7d1af0b5c3f63dd18e792d8fe227acd86b5d30374f5acf7810e5cb43246ebe2d", - "path": [ - { - "value": "0x17efeaa9cc6f59c5cdf6ec5e0de3f1fdcf44ff62176b985562a2f4f4e0cb511c", - "sibling": "0x67089a4cce150ece5ad893e1bc7307392799a2754abcff214151e21a13316c22" - }, - { - "value": "0x8d1325b06076d2366816d75420d90bd9abc489215b69b4fdd3337b8017b5fe2e", - "sibling": "0xf34a85e3fc89caba619a4422ab982e98e56c39885e0c883c6866e16ce986c72d" - }, - { - "value": "0x93c0922e5bcd3a3c33e8d68edf53f40d3de9fe1f98158a1993f983585c109514", - "sibling": "0x5378efa0f1a3f3815b4c7bc0547a19ab3bffa7de932f56afef68a17c28df5015" - }, - { - "value": "0x63be21b6e15fbfddb3402a015d32d9415ff9cccdd97ba7d36764398ace96da09", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4095b79c632da4a6701d0fbbde75e25492c1076f80c02caaac6fb30d47678d14", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5c104e2c909c6a79683253462a39c81ca1e7c6b64e850b4a5f85f48012e75628", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x13bef476a05e4bbd026161ba19f52c496b8d899f5d07f2abe37e112d515dbe05", - "sibling": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - }, - { - "pathPart": "0x33", - "root": "0x16ef198d40fdc2f5844e16bb6c5e42b834c69f3a43277fc459a0b3810175e42b", - "path": [ - { - "value": "0x83543e5e2dbf2b35c243d6920a3f801daf6f13c7b94154001b060dd032ac8024", - "sibling": "0x67089a4cce150ece5ad893e1bc7307392799a2754abcff214151e21a13316c22" - }, - { - "value": "0xe9d05192c835e38ba0db86b6db51812931b93acd656e8a8596880e908a1bec20", - "sibling": "0xf34a85e3fc89caba619a4422ab982e98e56c39885e0c883c6866e16ce986c72d" - }, - { - "value": "0xed9556aa309ed79ac8a85b57c396398e57f09e49687eb1654e731970cc86751c", - "sibling": "0x5378efa0f1a3f3815b4c7bc0547a19ab3bffa7de932f56afef68a17c28df5015" - }, - { - "value": "0x6c525453fdcba87a991ef7fa82ccd40dd2898f28b2866ee76fa5ae128455862f", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe4c0e1b99625e231efa27b081ae59d52f9ad9773fcc171548c035434b9d9311b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xba08069ef107e1d47acb63600a500817bd5063bc3188e70b320ca5f76028d01c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xc732a72a3ca81dbe50ccba6e35d6f0fbb01e27f6ccbd746b376fd159c146c41d", - "sibling": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "accountKey": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a", - "accountPath": [ - { - "pathPart": "0x64", - "root": "0x16ef198d40fdc2f5844e16bb6c5e42b834c69f3a43277fc459a0b3810175e42b", - "path": [ - { - "value": "0x67089a4cce150ece5ad893e1bc7307392799a2754abcff214151e21a13316c22", - "sibling": "0x83543e5e2dbf2b35c243d6920a3f801daf6f13c7b94154001b060dd032ac8024" - }, - { - "value": "0xa4dfc023c40e451297f09482a89df40db4684ddd7f4c021400b3f18fd203cb07", - "sibling": "0xce6711e86a5ecf2754cc2b1deded18b7b7fb25138b3930e8e219071f758dd72d" - }, - { - "value": "0x574d9e60184cbbe83e03a607e3951e26448f4b4d11e9021e5fcff2b97304e728", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x3a6f3ed6509e2e47d0f79fd7912327fbd566cea30479b62fbe939d21792a0317", - "sibling": "0x99cc84280a86578f44545ee5eb71525f94cd43a18fd379ab9640d1b2ae595b06" - }, - { - "value": "0x5de713b023d662c9827512c13f4ba9332331dfcc6cad7c9dcde856e6246ff92d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x50fbca05b1c90f97cb55cbbeb88b9e30204c383db80ae8da66660b8fbd039a19", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xca1e1feeeabd6783a7338150c91da1f830ce46190807bfa61d1e3bfa4474cf08", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - }, - { - "pathPart": "0x64", - "root": "0x7232fdbc2c597956c7ed6071c3fc9e8bb52ac147302c2c39d314d929b4a8491b", - "path": [ - { - "value": "0xc9c09861599318fdbb480b9f5a80a0b7170d7f2741ea056bb720e060cefaed1c", - "sibling": "0x83543e5e2dbf2b35c243d6920a3f801daf6f13c7b94154001b060dd032ac8024" - }, - { - "value": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911", - "sibling": "0xce6711e86a5ecf2754cc2b1deded18b7b7fb25138b3930e8e219071f758dd72d" - }, - { - "value": "0xf842a4d3bd8a166512cdf84c50bb7c8783b5c0f3b778e3b535611165e39b2207", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x8ad90b21358f260e0d5f5fc46b8b138ceecfc1e320a01996f40f6e5b1cc50a09", - "sibling": "0x99cc84280a86578f44545ee5eb71525f94cd43a18fd379ab9640d1b2ae595b06" - }, - { - "value": "0xa94be077c60f2c546f01de904933953bf22d2cf3e6706d7878428c9efff7fd28", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x31c12a7ee407e1e185fbdfa7853858e3a783f8a5cc73ed515e724dbf3ca73712", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x11b033d5ee71cf62f3ba1442bb91fb48a4bd5628eecfacfefd4309609675931f", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x2f1921b426a0231422ac018cd231c94f4e9e5a20b6b5bf170253184dcf934606", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0b7c67557d843a5f82524c0dc0d394b2ae3cfa51c096c6acc5aae79a2a3c349f" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x7232fdbc2c597956c7ed6071c3fc9e8bb52ac147302c2c39d314d929b4a8491b", - "path": [ - { - "value": "0x83543e5e2dbf2b35c243d6920a3f801daf6f13c7b94154001b060dd032ac8024", - "sibling": "0xc9c09861599318fdbb480b9f5a80a0b7170d7f2741ea056bb720e060cefaed1c" - }, - { - "value": "0xf34a85e3fc89caba619a4422ab982e98e56c39885e0c883c6866e16ce986c72d", - "sibling": "0xe9d05192c835e38ba0db86b6db51812931b93acd656e8a8596880e908a1bec20" - }, - { - "value": "0x38236afbe64ac37d8ac5e68b8fdd213e354d7d8ebbea1ee83ef812400d521606", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x1c053033d42b8795bfa7a0bb2691f444e422664d2f99f72102947d1cc9b5792b", - "sibling": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e" - } - ], - "leaf": { - "value": "0xafb707ecf7d6340f6bd3acd7fecd5b41ec8cc4cd2ed9ee990d00bb4b26dd4205", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0xff437a3b6e3de2d0b87f0528f254f2acf44b32bd69223bce0ddca8000af33e07", - "path": [ - { - "value": "0x537a4e95f077dc306f15112d2a10c625c2eb1e078e01cc4016869bc5dfb8050f", - "sibling": "0xc9c09861599318fdbb480b9f5a80a0b7170d7f2741ea056bb720e060cefaed1c" - }, - { - "value": "0x50f0df7705c61c7eb62ac376ae3b74419c47d6fa07e9121a01c0ce245fe86c14", - "sibling": "0xe9d05192c835e38ba0db86b6db51812931b93acd656e8a8596880e908a1bec20" - }, - { - "value": "0xfa65fbf291e8bda85a68c46053b4ac40aae61208bcfa86d570e84de6ac52282b", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0xaf03244ec5334b1b7d96851db6f7e53f4237547977e53dbb62613e30c5d89a0e", - "sibling": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e" - } - ], - "leaf": { - "value": "0xcfc10c6de19d4b1070c4e20adb18200a0b6a404e6b231f10e333497a81deca1d", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xc1858f85e37c7b4f8aae57e9a96ecfcb58df56f1", - "accountKey": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528", - "accountPath": [ - { - "pathPart": "0xd", - "root": "0xff437a3b6e3de2d0b87f0528f254f2acf44b32bd69223bce0ddca8000af33e07", - "path": [ - { - "value": "0x537a4e95f077dc306f15112d2a10c625c2eb1e078e01cc4016869bc5dfb8050f", - "sibling": "0xc9c09861599318fdbb480b9f5a80a0b7170d7f2741ea056bb720e060cefaed1c" - }, - { - "value": "0x50f0df7705c61c7eb62ac376ae3b74419c47d6fa07e9121a01c0ce245fe86c14", - "sibling": "0xe9d05192c835e38ba0db86b6db51812931b93acd656e8a8596880e908a1bec20" - }, - { - "value": "0xfa65fbf291e8bda85a68c46053b4ac40aae61208bcfa86d570e84de6ac52282b", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x3a71f0c733a04444bd1b1e19e283c99ac664a2cb93831068db32355fa37c2f2e", - "sibling": "0xaf03244ec5334b1b7d96851db6f7e53f4237547977e53dbb62613e30c5d89a0e" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528" - } - }, - { - "pathPart": "0xd", - "root": "0x7e679912592aa90845fcf19dcf5a6b157f2d5d63e7c208e87c730d9fe69e2421", - "path": [ - { - "value": "0xbf0a79e61cd7da8a9f8ee5225a64370576312c7dafcf363a63f2ecce6a7a7527", - "sibling": "0xc9c09861599318fdbb480b9f5a80a0b7170d7f2741ea056bb720e060cefaed1c" - }, - { - "value": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f", - "sibling": "0xe9d05192c835e38ba0db86b6db51812931b93acd656e8a8596880e908a1bec20" - }, - { - "value": "0x4efba06c29038dc190791742be04671fb3a9324c99df3456705a0a1ffec4da11", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714", - "sibling": "0xaf03244ec5334b1b7d96851db6f7e53f4237547977e53dbb62613e30c5d89a0e" - } - ], - "leaf": { - "value": "0x179945045cce8ecc5d8168fafdceb006cb4858d0f0a9f2e36712a6f252f8e92b", - "sibling": "0x9d0b44592cc7beee3ca5161868ce610662b86cc57f6f963fc47d5264594c6528" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2b223b4e3b17649390789836912e3d55f127391790d847aadebf8ff00f04fe55" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "accountKey": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0x7e679912592aa90845fcf19dcf5a6b157f2d5d63e7c208e87c730d9fe69e2421", - "path": [ - { - "value": "0xc9c09861599318fdbb480b9f5a80a0b7170d7f2741ea056bb720e060cefaed1c", - "sibling": "0xbf0a79e61cd7da8a9f8ee5225a64370576312c7dafcf363a63f2ecce6a7a7527" - }, - { - "value": "0xce6711e86a5ecf2754cc2b1deded18b7b7fb25138b3930e8e219071f758dd72d", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x9168f60bc4aec166d061d2f8eb686b0252f1ff6dfde2f3014861f23f8eb45e0c", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xae73a8fca4401db710bc10149d56ae226b1058cbc0629f51e3e899c50bf76a2f", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xe4d80183ebb96db24ac4c21cd4a572f176f465e281cd641a028ac7b49540e122", - "sibling": "0xd60dd133e6bc99d623a74ec32e1f8d4bbb2ed5be5d3260b2b4235306083fcf28" - }, - { - "value": "0x63d0d1cb9cf222faba0ed1acfb292c4c058c75e11e68bff524ccc515a273bd02", - "sibling": "0x9cd319b59fe0e5ce27ebee2f3ca296470766d7ad28cec6523558ab4297010720" - }, - { - "value": "0xb88a8323382d48252baec60a01808552d8fd6a1edee809586fd04beb677fec01", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x61870501dbd55f06e54135d29319ad3bec4b7303b272055f91fcdd7d8ceff715", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x33c5435c783d711eca3cb21179f8afaf6dd0be8ca0f066d0daace28b17fc281d", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - }, - { - "pathPart": "0x1a", - "root": "0x03b4ab23fb4121e70079a768046f013960124520c7a8fad816cba54a8e650e29", - "path": [ - { - "value": "0x3b86cff4c0dc4c9eccc566c89b021f601979e0ab3dbafa538f2a8c3769a43d0c", - "sibling": "0xbf0a79e61cd7da8a9f8ee5225a64370576312c7dafcf363a63f2ecce6a7a7527" - }, - { - "value": "0xe1957fe6e9ea3c87ffeff881b5cde4d65e9140e99c1cc5e92f6d3db3f5fefd19", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x7768f004a9f010589b372b912ef0724600348fbe9751f2c21336ae3842085311", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xe6d241ed4c11b336a087998d133051a1f6532ea5caf728b3691aa6e9f7f3a01f", - "sibling": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01" - }, - { - "value": "0xfa7ce07e4a803b0b433b4e6fcee27e48bb01d68341fcbdc9b3a3863619014900", - "sibling": "0xd60dd133e6bc99d623a74ec32e1f8d4bbb2ed5be5d3260b2b4235306083fcf28" - }, - { - "value": "0x2bd6d49e46a8cb983c4303f9dbb15b551362e966699c02374bc77c85ae84d627", - "sibling": "0x9cd319b59fe0e5ce27ebee2f3ca296470766d7ad28cec6523558ab4297010720" - }, - { - "value": "0xd6de69bccdf42d3b34144ab0e373ce8f8deb1de6fceaaf2464c2d6b2c6a56a20", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xfe3fa197eb4ba81373c8af0deb7e74ed3f810a11e575179b8a991c74437b8501", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", - "statePath": [ - null, - null - ], - "stateUpdate": [ - null, - null - ] - }, - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "accountKey": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711", - "accountPath": [ - { - "pathPart": "0x17", - "root": "0x03b4ab23fb4121e70079a768046f013960124520c7a8fad816cba54a8e650e29", - "path": [ - { - "value": "0xbf0a79e61cd7da8a9f8ee5225a64370576312c7dafcf363a63f2ecce6a7a7527", - "sibling": "0x3b86cff4c0dc4c9eccc566c89b021f601979e0ab3dbafa538f2a8c3769a43d0c" - }, - { - "value": "0xe9d05192c835e38ba0db86b6db51812931b93acd656e8a8596880e908a1bec20", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0x5378efa0f1a3f3815b4c7bc0547a19ab3bffa7de932f56afef68a17c28df5015", - "sibling": "0xed9556aa309ed79ac8a85b57c396398e57f09e49687eb1654e731970cc86751c" - }, - { - "value": "0xcd2d90d23e3152ef5f8f521af44a5f40ef67b12e52f3dc7f23610599b7d92520", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xbd9739bb9d3e45d1250d662952e6de62af943a770aaa5db91934fa6a79be9e0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x8029f8327f442d712832272f5535e11c2363d4a79dd900f36ec6ff5570b5cd23", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe4b475c0cca6f148a4e2d9c8d135be5516b441191d5353e36056ec394152cf00", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xb4de5a0f8c9a7e5b9594cbb30aae77b158bc7eae2020bbd3fe01f39938af9b2a", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - }, - { - "pathPart": "0x17", - "root": "0xfea59e4582ea690ead03cb188c95321f9b543ae4ae6b1dc58c3be13df1c06c23", - "path": [ - { - "value": "0x6b7a7324805f660306116a1f3e75f1b80fb0a8922d7aa5c91c0d29caf8bf5015", - "sibling": "0x3b86cff4c0dc4c9eccc566c89b021f601979e0ab3dbafa538f2a8c3769a43d0c" - }, - { - "value": "0x6a7428bad0297b4aaca0e0bc987c46149ea2ac75cf5882f8b712e41314a7ee19", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0x862e80701a93a5d9431b352e801dc15058ad6786eb930b66ec9380d5c5c03021", - "sibling": "0xed9556aa309ed79ac8a85b57c396398e57f09e49687eb1654e731970cc86751c" - }, - { - "value": "0x9357c0c23272fa7808b9862c0e8773347cff4ff8c8e4285e2ec2a5d35141dd0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4c4c9855463af3ed8eaf66295a6ac0334f9a1fd729d11eb89c63ce972bb39929", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x0eaf8ccc6e99a760bb8109b4659f01485209f7dbbedbd7e44b8e5a696139a915", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x36fe282f63f9b026ad4983210d28d70d53e319003b5570c45fe2658aa4ba7e0b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x912485ed6b7d07800f73c2aca4497c817f3a10c779d5229e90d1a9b415dbe125", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0xa50565932f97de27156b67ac817def26320c69d15cd663c6f1099d554d774f27", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x2e8417137308884be63b412b25017e90fba73df46d0bc2c2bca6c61c9e2e5b2c", - "leaf": { - "value": "0x2b813753118e6d68b4cd6f6798f5318964d922a7c784d29dd6d902f9bb1d6d09", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000005659b236b1d29a0f867604cf1cdffabe06ce1424" - } - ] - }, - { - "address": "0x0340289a213500b6109db7de6e74748846fd7905", - "accountKey": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711", - "accountPath": [ - { - "pathPart": "0x17", - "root": "0xfea59e4582ea690ead03cb188c95321f9b543ae4ae6b1dc58c3be13df1c06c23", - "path": [ - { - "value": "0x6b7a7324805f660306116a1f3e75f1b80fb0a8922d7aa5c91c0d29caf8bf5015", - "sibling": "0x3b86cff4c0dc4c9eccc566c89b021f601979e0ab3dbafa538f2a8c3769a43d0c" - }, - { - "value": "0x6a7428bad0297b4aaca0e0bc987c46149ea2ac75cf5882f8b712e41314a7ee19", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0x862e80701a93a5d9431b352e801dc15058ad6786eb930b66ec9380d5c5c03021", - "sibling": "0xed9556aa309ed79ac8a85b57c396398e57f09e49687eb1654e731970cc86751c" - }, - { - "value": "0x9357c0c23272fa7808b9862c0e8773347cff4ff8c8e4285e2ec2a5d35141dd0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4c4c9855463af3ed8eaf66295a6ac0334f9a1fd729d11eb89c63ce972bb39929", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x0eaf8ccc6e99a760bb8109b4659f01485209f7dbbedbd7e44b8e5a696139a915", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x36fe282f63f9b026ad4983210d28d70d53e319003b5570c45fe2658aa4ba7e0b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x912485ed6b7d07800f73c2aca4497c817f3a10c779d5229e90d1a9b415dbe125", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0xa50565932f97de27156b67ac817def26320c69d15cd663c6f1099d554d774f27", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - }, - { - "pathPart": "0x17", - "root": "0x167ff294eec83c96d3f9496593436ab183c62fc39e0dcb876dbb85891448b307", - "path": [ - { - "value": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713", - "sibling": "0x3b86cff4c0dc4c9eccc566c89b021f601979e0ab3dbafa538f2a8c3769a43d0c" - }, - { - "value": "0xa91b3f8eacdabff5804c7ee86ab56333b2f135def19de94fa6e499c52c59a00d", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0xd22cfd2310849f4dca2015851ae397311fc56b08125fc7044b8a229c38598e04", - "sibling": "0xed9556aa309ed79ac8a85b57c396398e57f09e49687eb1654e731970cc86751c" - }, - { - "value": "0x9f2bec61737a3205ef2b4e762b2210cf44d5e7b69cde8a1eaf9a4c21c1e7f31e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x269b9b3d9400e1034bcfc4678e61fc30a46f995de85edef90184eb215cd3d50b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xde515366ce36320eed914665f2ec5562e29d039b16b2341098d8745f4de71220", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x2f389e9d4fa9e5a8007f323a9617b1ab2b8e454390f77b900cf1c469d32cc621", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd7fa6ae4b738c0531276d3d9e7c68cbb5e9f460573b4a5edaaa91c8939fefa24", - "sibling": "0x65c4b861a607c0d82ddc7cfc2b8eb10784561284dd234ab0d0b7e54739136a24" - } - ], - "leaf": { - "value": "0x037afcd28fa2d5b9fa8ed8c15a32f125eabdaeb650366cdd169a7fdb88f50b21", - "sibling": "0x1730b7977a12a431a9406ec660590755eb80b77a3fe644beaa8ab021e89ce711" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x2e8417137308884be63b412b25017e90fba73df46d0bc2c2bca6c61c9e2e5b2c", - "leaf": { - "value": "0x2b813753118e6d68b4cd6f6798f5318964d922a7c784d29dd6d902f9bb1d6d09", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - }, - { - "pathPart": "0x0", - "root": "0xb3c613fc687edf06a1b8c6abb465ae957c48a8782d2c3744cb2193b541233826", - "path": [ - { - "value": "0x6328821daf17029616d0a77ddcaf63f89c238e1a926e2534c6202816c0f36a03", - "sibling": "0x2e8417137308884be63b412b25017e90fba73df46d0bc2c2bca6c61c9e2e5b2c" - } - ], - "leaf": { - "value": "0x8c4cf3f43a7696514d9a0435a4046a8de0dd80b7cacbb74a51bec681b84ed525", - "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - } - ] - }, - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "accountKey": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x167ff294eec83c96d3f9496593436ab183c62fc39e0dcb876dbb85891448b307", - "path": [ - { - "value": "0x3b86cff4c0dc4c9eccc566c89b021f601979e0ab3dbafa538f2a8c3769a43d0c", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xe1957fe6e9ea3c87ffeff881b5cde4d65e9140e99c1cc5e92f6d3db3f5fefd19", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x7768f004a9f010589b372b912ef0724600348fbe9751f2c21336ae3842085311", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x50df595fe206eee3bfd1afa83d72f055e9e6cdb58fb6928c0c94c98199a98c01", - "sibling": "0xe6d241ed4c11b336a087998d133051a1f6532ea5caf728b3691aa6e9f7f3a01f" - }, - { - "value": "0x5c7fbaa6d1c95a6e8e0d2deadbda28cf0b96454edc84cf216f6bb89009d03506", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x7e35e518d25edeca3461567831131102d807ed19c1fdf7e7cf76f2daa93c741a", - "sibling": "0xdf13ea557aab5dcf20fb0fce38406465f37f93c8c921acf7249bf7be8c517318" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - }, - { - "pathPart": "0x2", - "root": "0x16236fece1069b53f72f6a365123937d580e56a87a40b04066eb2f1f7cac0530", - "path": [ - { - "value": "0x0ce9f40ea345965f72e638c14d56b15885052b0ecf5999a13da1230bd1eac500", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0x84b94c5b8fb2b20d2b681e1f5547efdcaefb2d12d17384bb1193fe386a9a561e", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x4f085f05109b07310ced7ec94e551f51f507973737c35cb6c8343a02294db51f", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x0b653551144201c654f8cc427033488591ea8e65aa7767d9e150014f5d9a1c2a", - "sibling": "0xe6d241ed4c11b336a087998d133051a1f6532ea5caf728b3691aa6e9f7f3a01f" - }, - { - "value": "0x31a85cf9f8be11b421cbf38965ecaffa06ecfa444500b953a4a68ee4f4507823", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x4d667f92e338a550aba4b17718aa430507085bd9c08ab4c5f15a33af7a03c50e", - "sibling": "0xdf13ea557aab5dcf20fb0fce38406465f37f93c8c921acf7249bf7be8c517318" - } - ], - "leaf": { - "value": "0x4f26b77d7f46381cbc8b8b15a1202f810d451fa406e61ec8cb94705ba7ad371e", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x3ea47efad3d77c78d2212b58c371699ebe7ce62913e95bf784ebe766b29e620e", - "leaf": { - "value": "0xb4954f9953058ae2c759c89d54060620750493f4a6260f3adf7f9289a0763510", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000000452211a0e0936ec4d8684441295be6a6b336525" - } - ] - }, - { - "address": "0x11c0d4a8fa04de1bee94c84daba06e27c4289716", - "accountKey": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309", - "accountPath": [ - { - "pathPart": "0x2", - "root": "0x16236fece1069b53f72f6a365123937d580e56a87a40b04066eb2f1f7cac0530", - "path": [ - { - "value": "0x0ce9f40ea345965f72e638c14d56b15885052b0ecf5999a13da1230bd1eac500", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0x84b94c5b8fb2b20d2b681e1f5547efdcaefb2d12d17384bb1193fe386a9a561e", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x4f085f05109b07310ced7ec94e551f51f507973737c35cb6c8343a02294db51f", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x0b653551144201c654f8cc427033488591ea8e65aa7767d9e150014f5d9a1c2a", - "sibling": "0xe6d241ed4c11b336a087998d133051a1f6532ea5caf728b3691aa6e9f7f3a01f" - }, - { - "value": "0x31a85cf9f8be11b421cbf38965ecaffa06ecfa444500b953a4a68ee4f4507823", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x4d667f92e338a550aba4b17718aa430507085bd9c08ab4c5f15a33af7a03c50e", - "sibling": "0xdf13ea557aab5dcf20fb0fce38406465f37f93c8c921acf7249bf7be8c517318" - } - ], - "leaf": { - "value": "0x4f26b77d7f46381cbc8b8b15a1202f810d451fa406e61ec8cb94705ba7ad371e", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - }, - { - "pathPart": "0x2", - "root": "0x4842cf43414258436fc27db7a01a8850dd171c7dd8bff51065885eca40d8d11b", - "path": [ - { - "value": "0x57f73e6de92fe01a816149d1dd94bd4ae886d83c839cae6a73661724b25d2f2b", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xd31a6ce1bf2cf78e2851180500d32f8db41bef1b2d2ef27b526cb878b926cb05", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0xbb2c35e2995e08c9b066d51c0343307234acaa7d2f20b849720d224995cf3b28", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c", - "sibling": "0xe6d241ed4c11b336a087998d133051a1f6532ea5caf728b3691aa6e9f7f3a01f" - }, - { - "value": "0xf380ee408862162acfa6e164e509e92805e522cd03627aedc484443811931029", - "sibling": "0x849113cd5a84b033a95c7a11e4823167f5032b02de20555e4c78ba20f30bcf20" - }, - { - "value": "0x254c22d931655dc44b2cd1b840fe98b554ef2d0437b62b62392cd7c8256c4d2f", - "sibling": "0xdf13ea557aab5dcf20fb0fce38406465f37f93c8c921acf7249bf7be8c517318" - } - ], - "leaf": { - "value": "0xb7e032ed7173889dcc9abbe566b5dc545cfb76d50ccbdafb91659c99cde8151b", - "sibling": "0x02834e5177b206ae749719822ce9757de720de426c974c1d00e0be5710599309" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x3ea47efad3d77c78d2212b58c371699ebe7ce62913e95bf784ebe766b29e620e", - "leaf": { - "value": "0xb4954f9953058ae2c759c89d54060620750493f4a6260f3adf7f9289a0763510", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - }, - { - "pathPart": "0x0", - "root": "0x77243f09107667cca3f29b43f6edf8395a1a798d7f4b15ab31cecd782d5fb400", - "path": [ - { - "value": "0x6328821daf17029616d0a77ddcaf63f89c238e1a926e2534c6202816c0f36a03", - "sibling": "0x3ea47efad3d77c78d2212b58c371699ebe7ce62913e95bf784ebe766b29e620e" - } - ], - "leaf": { - "value": "0x8c4cf3f43a7696514d9a0435a4046a8de0dd80b7cacbb74a51bec681b84ed525", - "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - } - ] - }, - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "accountKey": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726", - "accountPath": [ - { - "pathPart": "0x2a", - "root": "0x4842cf43414258436fc27db7a01a8850dd171c7dd8bff51065885eca40d8d11b", - "path": [ - { - "value": "0x57f73e6de92fe01a816149d1dd94bd4ae886d83c839cae6a73661724b25d2f2b", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xd31a6ce1bf2cf78e2851180500d32f8db41bef1b2d2ef27b526cb878b926cb05", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0xbb2c35e2995e08c9b066d51c0343307234acaa7d2f20b849720d224995cf3b28", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xe6d241ed4c11b336a087998d133051a1f6532ea5caf728b3691aa6e9f7f3a01f", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0xd60dd133e6bc99d623a74ec32e1f8d4bbb2ed5be5d3260b2b4235306083fcf28", - "sibling": "0xfa7ce07e4a803b0b433b4e6fcee27e48bb01d68341fcbdc9b3a3863619014900" - }, - { - "value": "0x503e25cc61a313660a4b2111320790fd79b289842273db8066ccce805f454f30", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0x08bd999970c994b7b637f9afd99129289134550f3ad2df4c4822c6506ea94d13", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - }, - { - "pathPart": "0x2a", - "root": "0x15b0532ef7c14438f0c916b4286e096fb007c963690c28d33b4e08c7f644371c", - "path": [ - { - "value": "0x063275b46ce80a5eecc4f50166d6018e3b4b8ed22414f608941b5b3a46564b2b", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xfcef6c42d7f697c8632aa2bce60cbac0f0fcd35b543b38f5b33e260e9f034b0c", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x25fef174ac001ac37fb69505d8ca7d9e85dc7801171d7e4c0c4a466250c69527", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x41d276e94838659bb61b4149f159541f80fffe4cba6458c7821990c96bef3e19", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x498c61f2b261e6db41200fa9a85f5e89ed5cfda31c8698078283a262d76f140d", - "sibling": "0xfa7ce07e4a803b0b433b4e6fcee27e48bb01d68341fcbdc9b3a3863619014900" - }, - { - "value": "0xc465b26feaff9af3bbf544b28c67e3873fdce97354e333209658adaff16c681b", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0xf0183b588160937ab109b054062e6d1c58d6598cc7affe24748c20dd224c1012", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x13305f1072c20bed75276962f69c403e0caab3a02bb385e68cc54172bc37a2cf" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x13305f1072c20bed75276962f69c403e0caab3a02bb385e68cc54172bc37a2cf" - } - ], - "stateKey": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x50c5fe005ae5d61d3c1a52beac8657db47b02c5824d2168cf0314c0d230c5e13", - "leaf": { - "value": "0xbd015d4b4318725a842f58b11a8d6981ea8b394d15797743472cf0fd3be7d319", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - } - ] - }, - { - "address": "0x84e0bd71fd747c44ed7b4ff0a71f7aa33f69c6f8", - "accountKey": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726", - "accountPath": [ - { - "pathPart": "0x2a", - "root": "0x15b0532ef7c14438f0c916b4286e096fb007c963690c28d33b4e08c7f644371c", - "path": [ - { - "value": "0x063275b46ce80a5eecc4f50166d6018e3b4b8ed22414f608941b5b3a46564b2b", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xfcef6c42d7f697c8632aa2bce60cbac0f0fcd35b543b38f5b33e260e9f034b0c", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x25fef174ac001ac37fb69505d8ca7d9e85dc7801171d7e4c0c4a466250c69527", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x41d276e94838659bb61b4149f159541f80fffe4cba6458c7821990c96bef3e19", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x498c61f2b261e6db41200fa9a85f5e89ed5cfda31c8698078283a262d76f140d", - "sibling": "0xfa7ce07e4a803b0b433b4e6fcee27e48bb01d68341fcbdc9b3a3863619014900" - }, - { - "value": "0xc465b26feaff9af3bbf544b28c67e3873fdce97354e333209658adaff16c681b", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0xf0183b588160937ab109b054062e6d1c58d6598cc7affe24748c20dd224c1012", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - }, - { - "pathPart": "0x2a", - "root": "0xb1bac425189dc6df15ec191db99c4080bef0e1c42152dd8cbc5a6f591b11720b", - "path": [ - { - "value": "0x3ac86a9960c01d8ffca90f751ab5006c65f7135dc84465fcfb9f6495b091e40d", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xa3bec602d8f7b820557fc08db7716cfc33354d62b1e54f34dc110d1767768d0b", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0xdddbd350a42c144b39e7300c939f4d6502b72d24e17e987e583dc9b10fa30612", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x7204d8b3e0c840c650dfc74b2e7fbd9f347fc81671b59a438b76986b98f68629", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027", - "sibling": "0xfa7ce07e4a803b0b433b4e6fcee27e48bb01d68341fcbdc9b3a3863619014900" - }, - { - "value": "0x8abfdc6cbe8963e5d94e8b1f68e12cb7a068349ef572f4cc32c1456955db1001", - "sibling": "0xb75965fd9ee53bd52432ca35410d1b00e26beaffa214b79302c1e0973cc6f408" - } - ], - "leaf": { - "value": "0x30f4bcbff9064becb4f70d9359e80dc7bcef04205fdd5c4ee6b56f861e43980b", - "sibling": "0x6a786a17f77e7040cacf9ff68fbc1ebc399fc23ba5f617054a9389688aa13726" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x13305f1072c20bed75276962f69c403e0caab3a02bb385e68cc54172bc37a2cf" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x13305f1072c20bed75276962f69c403e0caab3a02bb385e68cc54172bc37a2cf" - } - ], - "stateKey": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x50c5fe005ae5d61d3c1a52beac8657db47b02c5824d2168cf0314c0d230c5e13", - "leaf": { - "value": "0xbd015d4b4318725a842f58b11a8d6981ea8b394d15797743472cf0fd3be7d319", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - }, - { - "pathPart": "0x2", - "root": "0xc61bf8e659a398e9c69dd836423c19c1a05127b832ccb04786de979a904e1024", - "path": [ - { - "value": "0x22d2587127aa10ec866b602e3d797751d56725c92ab6fc77c82ad908ae07f70a", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x07c2045e72126d7e21f1708691bdcf8af9938c972d4e8577a799a2e32a527f04", - "sibling": "0x50c5fe005ae5d61d3c1a52beac8657db47b02c5824d2168cf0314c0d230c5e13" - } - ], - "leaf": { - "value": "0x869a832f13cd04b2ca590ab294b80ff523e5c8208126f95dbf2658f0adbdeb24", - "sibling": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000001", - "value": "0x000000000000000000000000810cef031576db76780b96b375bff38a00d227a7" - } - ] - }, - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "accountKey": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724", - "accountPath": [ - { - "pathPart": "0x3a", - "root": "0xb1bac425189dc6df15ec191db99c4080bef0e1c42152dd8cbc5a6f591b11720b", - "path": [ - { - "value": "0x3ac86a9960c01d8ffca90f751ab5006c65f7135dc84465fcfb9f6495b091e40d", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xa3bec602d8f7b820557fc08db7716cfc33354d62b1e54f34dc110d1767768d0b", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0xdddbd350a42c144b39e7300c939f4d6502b72d24e17e987e583dc9b10fa30612", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x7204d8b3e0c840c650dfc74b2e7fbd9f347fc81671b59a438b76986b98f68629", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0xfa7ce07e4a803b0b433b4e6fcee27e48bb01d68341fcbdc9b3a3863619014900", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0x9cd319b59fe0e5ce27ebee2f3ca296470766d7ad28cec6523558ab4297010720", - "sibling": "0x2bd6d49e46a8cb983c4303f9dbb15b551362e966699c02374bc77c85ae84d627" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - }, - { - "pathPart": "0x3a", - "root": "0xbafe80f9b23830f38fd062141ca57cbff18ed70a7ced02656bf47208a066d516", - "path": [ - { - "value": "0x972966543a0de446b8adbba4c89e8372236787e72269ffc233b3503dd7b86d00", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0x443b1732752c814b0c1a2f3c835e53a1d19e18365b3dc358605318a039efca22", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0xdc37bef8baf2cc6b4486a4521028d2bee9b0b46f63774588fef02292575a8103", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x2e3f7ff91d9198f98a89a48b9d13fe819579bbd3105cd92d0c618ed2d2d7a30c", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x378c067ef443880448af63931c98ce02803aa8438c2392a7f8966a70cf0a441d", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0x2b4b29f9c98add570f6ba33cf119635799aa5f57866688487ea91000b0c15621", - "sibling": "0x2bd6d49e46a8cb983c4303f9dbb15b551362e966699c02374bc77c85ae84d627" - } - ], - "leaf": { - "value": "0x3a7d3541cb048b0a95c9f219157796bb2f01db72d2afaeade50f979804f1411c", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x47ec4fcd93e9bcce735651d29c59f7e61245c85db712ae60ea49bb5cb716222a", - "leaf": { - "value": "0x9a9b60c4f7af62c9c11966d9ace1b58816a4418ead349009e9ce71ad2a7b8414", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x00000000000000000000000029110c873cc6fa032d970a08156f1ce0559a1eb2" - } - ] - }, - { - "address": "0x8f8f36bc0db2d006fe08ca24ca583dd90029d1eb", - "accountKey": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724", - "accountPath": [ - { - "pathPart": "0x3a", - "root": "0xbafe80f9b23830f38fd062141ca57cbff18ed70a7ced02656bf47208a066d516", - "path": [ - { - "value": "0x972966543a0de446b8adbba4c89e8372236787e72269ffc233b3503dd7b86d00", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0x443b1732752c814b0c1a2f3c835e53a1d19e18365b3dc358605318a039efca22", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0xdc37bef8baf2cc6b4486a4521028d2bee9b0b46f63774588fef02292575a8103", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x2e3f7ff91d9198f98a89a48b9d13fe819579bbd3105cd92d0c618ed2d2d7a30c", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x378c067ef443880448af63931c98ce02803aa8438c2392a7f8966a70cf0a441d", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0x2b4b29f9c98add570f6ba33cf119635799aa5f57866688487ea91000b0c15621", - "sibling": "0x2bd6d49e46a8cb983c4303f9dbb15b551362e966699c02374bc77c85ae84d627" - } - ], - "leaf": { - "value": "0x3a7d3541cb048b0a95c9f219157796bb2f01db72d2afaeade50f979804f1411c", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - }, - { - "pathPart": "0x3a", - "root": "0xfcd7cb794926ce846a42e03492d49cbca32edd33423142573145c7fc6bd97b17", - "path": [ - { - "value": "0xfa3e52b7493e714bc5a4c134a8c6f0d51f12157348ed823ab48706165c49b118", - "sibling": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713" - }, - { - "value": "0xf75a3420eaa4ebf1530aa474c7f0140072b297240c8082d9137bad01f0b6ec18", - "sibling": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911" - }, - { - "value": "0x92b52119750acb6af7ec65d4f45c5c58e20ac994ec05d635fb2d902636bc442f", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x3b01eeadc4f333eaa6e420ec73856c7fba2249c26614ec0c890c0801868e6603", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x7e49f6a8ac66cdd7bb056cd3e89560928434a65da44fbbc13dea940426b3b71d", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0x11cdb870b3af62e0d30efc80f8ba9046dbbc2756d6ce999a4b2e875bc2aade15", - "sibling": "0x2bd6d49e46a8cb983c4303f9dbb15b551362e966699c02374bc77c85ae84d627" - } - ], - "leaf": { - "value": "0x8c7cac0c91d1853921bc7ec478b53c1f1c5e680f8efa80e1b303bd7aae91b214", - "sibling": "0x3a6617ece40c9c5ec0cdd3c8505c75b7ff0529f6b59800c58d4f7c9689236724" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x47ec4fcd93e9bcce735651d29c59f7e61245c85db712ae60ea49bb5cb716222a", - "leaf": { - "value": "0x9a9b60c4f7af62c9c11966d9ace1b58816a4418ead349009e9ce71ad2a7b8414", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - }, - { - "pathPart": "0x0", - "root": "0xf3ff6b9c46063f89042b3c02b2323a66ec0d2990fa63d1666203f78468b6872d", - "path": [ - { - "value": "0x6328821daf17029616d0a77ddcaf63f89c238e1a926e2534c6202816c0f36a03", - "sibling": "0x47ec4fcd93e9bcce735651d29c59f7e61245c85db712ae60ea49bb5cb716222a" - } - ], - "leaf": { - "value": "0x8c4cf3f43a7696514d9a0435a4046a8de0dd80b7cacbb74a51bec681b84ed525", - "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - } - ] - }, - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "accountKey": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717", - "accountPath": [ - { - "pathPart": "0x33", - "root": "0xfcd7cb794926ce846a42e03492d49cbca32edd33423142573145c7fc6bd97b17", - "path": [ - { - "value": "0x1471c670f110507951e33e36930ef75e7cec85abee929077d963254f4b8ac713", - "sibling": "0xfa3e52b7493e714bc5a4c134a8c6f0d51f12157348ed823ab48706165c49b118" - }, - { - "value": "0xa91b3f8eacdabff5804c7ee86ab56333b2f135def19de94fa6e499c52c59a00d", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0xed9556aa309ed79ac8a85b57c396398e57f09e49687eb1654e731970cc86751c", - "sibling": "0xd22cfd2310849f4dca2015851ae397311fc56b08125fc7044b8a229c38598e04" - }, - { - "value": "0x6c525453fdcba87a991ef7fa82ccd40dd2898f28b2866ee76fa5ae128455862f", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe4c0e1b99625e231efa27b081ae59d52f9ad9773fcc171548c035434b9d9311b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xba08069ef107e1d47acb63600a500817bd5063bc3188e70b320ca5f76028d01c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xc732a72a3ca81dbe50ccba6e35d6f0fbb01e27f6ccbd746b376fd159c146c41d", - "sibling": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - }, - { - "pathPart": "0x33", - "root": "0x58289d8bcf0f1b6f593812258bed8205ce1c5b6f13f301b24ccf53a8b6f3891a", - "path": [ - { - "value": "0xe511357a51a2a6bc4d406a6bb9c5e3e2a292afbeb4197572ea7ebf5e1239b70c", - "sibling": "0xfa3e52b7493e714bc5a4c134a8c6f0d51f12157348ed823ab48706165c49b118" - }, - { - "value": "0x05f783f8a4bc08fec0f45437658561a972f51e914b95721b2da82226a141af2c", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0xd6831cc9bc89f3dd9b9b7e6e25fc1bb1d93a3d31aa4e525d494800fe6c2e4001", - "sibling": "0xd22cfd2310849f4dca2015851ae397311fc56b08125fc7044b8a229c38598e04" - }, - { - "value": "0x433bf7d8b5e4684a37b1fa99e23f44c7a9b7472e577016f18fc0c1d3890bad24", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x04d86a3a63e97050bbe571687bba1cc222a8370fb63d9324ca31cd998583c20c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd304e5036b1832f6b24dfcc20f41f51fe4528f3c35bb746fe36737eab2e2d20c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xf9ea7f8e5ffbd2fde364f97f262d5b7e2444e357f1e9d4b385462c45a4fcfe05", - "sibling": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10" - } - ], - "leaf": { - "value": "0xd6e180d61836dd4c1005d13cc684b69188a5e2801e862a19403b6b120fce4215", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x686da032e65023bfcd3f7ac6ff73e59025ef84712561167a199d4d7c0eebef17", - "leaf": { - "value": "0x2b6b3979d4b1252eed5c87683b0ffd4f4022f0651ca3b30018faef7606bc1e03", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x0000000000000000000000003e022c442213d46d4907900ae709c15cfdc82102" - } - ] - }, - { - "address": "0x9968969a62cf3dc61a4bdcf5b1b7d3eb2aad584a", - "accountKey": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717", - "accountPath": [ - { - "pathPart": "0x33", - "root": "0x58289d8bcf0f1b6f593812258bed8205ce1c5b6f13f301b24ccf53a8b6f3891a", - "path": [ - { - "value": "0xe511357a51a2a6bc4d406a6bb9c5e3e2a292afbeb4197572ea7ebf5e1239b70c", - "sibling": "0xfa3e52b7493e714bc5a4c134a8c6f0d51f12157348ed823ab48706165c49b118" - }, - { - "value": "0x05f783f8a4bc08fec0f45437658561a972f51e914b95721b2da82226a141af2c", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0xd6831cc9bc89f3dd9b9b7e6e25fc1bb1d93a3d31aa4e525d494800fe6c2e4001", - "sibling": "0xd22cfd2310849f4dca2015851ae397311fc56b08125fc7044b8a229c38598e04" - }, - { - "value": "0x433bf7d8b5e4684a37b1fa99e23f44c7a9b7472e577016f18fc0c1d3890bad24", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x04d86a3a63e97050bbe571687bba1cc222a8370fb63d9324ca31cd998583c20c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xd304e5036b1832f6b24dfcc20f41f51fe4528f3c35bb746fe36737eab2e2d20c", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xf9ea7f8e5ffbd2fde364f97f262d5b7e2444e357f1e9d4b385462c45a4fcfe05", - "sibling": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10" - } - ], - "leaf": { - "value": "0xd6e180d61836dd4c1005d13cc684b69188a5e2801e862a19403b6b120fce4215", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - }, - { - "pathPart": "0x33", - "root": "0x62569057b1dd0794bc1da2b39bc64d2260c0efaa64b95274dbb0d42a52198f1a", - "path": [ - { - "value": "0x7a1d711b1668d5242bfe133dad34be5b4fd11b252141a2d35e07d9ec5558372b", - "sibling": "0xfa3e52b7493e714bc5a4c134a8c6f0d51f12157348ed823ab48706165c49b118" - }, - { - "value": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410", - "sibling": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f" - }, - { - "value": "0x2a895dceba2433c58c0e9d2f26f4c79e8f590cd27963bab9d16bbabcb22a5318", - "sibling": "0xd22cfd2310849f4dca2015851ae397311fc56b08125fc7044b8a229c38598e04" - }, - { - "value": "0x97a1748aad8cfbca74d63bd8651664237f39353d89c3c3d5e6499048766f0902", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x317783249ca06eca0c006d930551021ae158a0fdc732af860b8a194e194c2c07", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x5b5d6e0d76c54768f1ee99c638598aa64d3e59aa23474cdc823c6f8e75128600", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xe993613d39e3db97b164ca97203cde13338cc8d54de2b372d101321758681803", - "sibling": "0x7f5d83fac3f9fb10924796b06b7ef476c5fe1c6d590509ab22f3a508a156bd10" - } - ], - "leaf": { - "value": "0x94a5eca5e0d8b6335fb711556e0dcb0c53787a85a617e7044aa56536038e032d", - "sibling": "0x337bcc7d6122e59f1be1f66e74f0c45b7362333c39a448175696f33a384b0717" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x686da032e65023bfcd3f7ac6ff73e59025ef84712561167a199d4d7c0eebef17", - "leaf": { - "value": "0x2b6b3979d4b1252eed5c87683b0ffd4f4022f0651ca3b30018faef7606bc1e03", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - }, - { - "pathPart": "0x0", - "root": "0x3f62e416fe2a512acb0f492d7ed7206a3fb3f9a91d9f652902f26e94c4f0da24", - "path": [ - { - "value": "0x6328821daf17029616d0a77ddcaf63f89c238e1a926e2534c6202816c0f36a03", - "sibling": "0x686da032e65023bfcd3f7ac6ff73e59025ef84712561167a199d4d7c0eebef17" - } - ], - "leaf": { - "value": "0x8c4cf3f43a7696514d9a0435a4046a8de0dd80b7cacbb74a51bec681b84ed525", - "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - } - ] - }, - { - "address": "0xaad62252d2abb058110206e1304ecdfc43774d74", - "accountKey": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a", - "accountPath": [ - { - "pathPart": "0x64", - "root": "0x62569057b1dd0794bc1da2b39bc64d2260c0efaa64b95274dbb0d42a52198f1a", - "path": [ - { - "value": "0xfa3e52b7493e714bc5a4c134a8c6f0d51f12157348ed823ab48706165c49b118", - "sibling": "0x7a1d711b1668d5242bfe133dad34be5b4fd11b252141a2d35e07d9ec5558372b" - }, - { - "value": "0x18db51ee2c5aaf132edff9fb943efd01c8e76e2da2c725dc2b63687612253911", - "sibling": "0xf75a3420eaa4ebf1530aa474c7f0140072b297240c8082d9137bad01f0b6ec18" - }, - { - "value": "0xf842a4d3bd8a166512cdf84c50bb7c8783b5c0f3b778e3b535611165e39b2207", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x8ad90b21358f260e0d5f5fc46b8b138ceecfc1e320a01996f40f6e5b1cc50a09", - "sibling": "0x99cc84280a86578f44545ee5eb71525f94cd43a18fd379ab9640d1b2ae595b06" - }, - { - "value": "0xa94be077c60f2c546f01de904933953bf22d2cf3e6706d7878428c9efff7fd28", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x31c12a7ee407e1e185fbdfa7853858e3a783f8a5cc73ed515e724dbf3ca73712", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x11b033d5ee71cf62f3ba1442bb91fb48a4bd5628eecfacfefd4309609675931f", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x2f1921b426a0231422ac018cd231c94f4e9e5a20b6b5bf170253184dcf934606", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - }, - { - "pathPart": "0x64", - "root": "0x9add4cf9d6fe19aa660335896da6ea1489c820bdde3b63a6a46eb86ef9add92f", - "path": [ - { - "value": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922", - "sibling": "0x7a1d711b1668d5242bfe133dad34be5b4fd11b252141a2d35e07d9ec5558372b" - }, - { - "value": "0xf7bd96c86aeaf923de6eed770addee7fffca4c17100146c0380b0a58bbb20a1c", - "sibling": "0xf75a3420eaa4ebf1530aa474c7f0140072b297240c8082d9137bad01f0b6ec18" - }, - { - "value": "0x5878fbd797c776c3cccd291a8291a8109035e6a9e24cf9ac02941e5ea7f1732f", - "sibling": "0x764021ded219d968e0be231986f207ef1d68c284c67d5f5d1d7966e2f4fb6110" - }, - { - "value": "0x973a2bd9b734189bf6499086380c93091fe65218a45120ef5d26c85f06f80524", - "sibling": "0x99cc84280a86578f44545ee5eb71525f94cd43a18fd379ab9640d1b2ae595b06" - }, - { - "value": "0x0eeaf07342964c9976717cf924e5b3edee316775ffaaaaa2f3beac645ac3920d", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xc80e9b2b65ced1a5ecc9c834e0d8835d6d1fbb058b4ff197ed00e6d894fc2e10", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x6d990f992fbc7a47f681cb003324c54d22cf9a132f56a9e3d1e01cef4c93470e", - "sibling": "0xac3d4755e51709e1049f0d09c7f32aebed96746671ac229dca709d069e8ea309" - } - ], - "leaf": { - "value": "0x32bd73130cb185c61dc0ab6cb3470312ab51a701462806f2b8dc083e8d26da03", - "sibling": "0x642af3ac841221b428af3c18a83877ea665f281cce1ee8aa2550c010f72de60a" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0b7c67557d843a5f82524c0dc0d394b2ae3cfa51c096c6acc5aae79a2a3c349f" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x0b7c67557d843a5f82524c0dc0d394b2ae3cfa51c096c6acc5aae79a2a3c349f" - } - ], - "stateKey": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x50c5fe005ae5d61d3c1a52beac8657db47b02c5824d2168cf0314c0d230c5e13", - "leaf": { - "value": "0xbd015d4b4318725a842f58b11a8d6981ea8b394d15797743472cf0fd3be7d319", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - } - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x9add4cf9d6fe19aa660335896da6ea1489c820bdde3b63a6a46eb86ef9add92f", - "path": [ - { - "value": "0x7a1d711b1668d5242bfe133dad34be5b4fd11b252141a2d35e07d9ec5558372b", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0x926676cb6cb0b0477dab2f90b02ebbdb7b13f0c589426ef0f90e363ddde38d1f", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0x4efba06c29038dc190791742be04671fb3a9324c99df3456705a0a1ffec4da11", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0xaf03244ec5334b1b7d96851db6f7e53f4237547977e53dbb62613e30c5d89a0e", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0xcfc10c6de19d4b1070c4e20adb18200a0b6a404e6b231f10e333497a81deca1d", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0x4d8b3e2d7bc4bfb9e8fb7f188b60579b36007f3ea0abd4e26f6fb58f819d0a04", - "path": [ - { - "value": "0xaef364db73417c38dd857caff8779269aaed72f577cbb309439452783f056924", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0xd422938966419701c2f338edb5ed883f302b056eb71e6c6f0156fb236bd69627", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0x4dfa1bf6d213a309e74c81f3f439e929daeee81de3b5500bcf1f6b9a5fd0842e", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x26b57c93a3f6c01a744e2b56cbf5fe829f77dbd3d7b5b2ee8dc0bafa14657920", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0x8fd515c0e2453a006b932aff5db67258159b80a653438c99ac203795ff1ca90f", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - } - ], - "stateKey": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0xb5281ee41f3f3128989080e4c60df39d0cb9f8a2f4c76d9cd5416b1684f65127", - "leaf": { - "value": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000000", - "value": "0x0000000000000000000000000000000000000000000000000000000000000001" - } - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x4d8b3e2d7bc4bfb9e8fb7f188b60579b36007f3ea0abd4e26f6fb58f819d0a04", - "path": [ - { - "value": "0xaef364db73417c38dd857caff8779269aaed72f577cbb309439452783f056924", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0xd422938966419701c2f338edb5ed883f302b056eb71e6c6f0156fb236bd69627", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0x4dfa1bf6d213a309e74c81f3f439e929daeee81de3b5500bcf1f6b9a5fd0842e", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x26b57c93a3f6c01a744e2b56cbf5fe829f77dbd3d7b5b2ee8dc0bafa14657920", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0x8fd515c0e2453a006b932aff5db67258159b80a653438c99ac203795ff1ca90f", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0x8e35ebb48c2e15a262e25ebf634537d1dbabe9966043456e723218b8b5e3471b", - "path": [ - { - "value": "0x12cc426e15c35bab3fc887020c0213173baf10569e45a9446c938b0e910a6b02", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0x0d49f560f4d5709188da58a35368259a883019fce589d1395b9f4dd1cc15fc2c", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0xf8e8af35f88e7fd45da1a6a107d8e163492083a1ebacfb7544fe17bd0ea80f2e", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0xa56d965a96fc71e9a2bd97bee3056042ae7af02d4ed995402270a04f6e13ed19", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0xa241bb3c7dcccb0bb111c1501fd8d7ed5c6d1cff47f69ac8e5d6a3b112f8651c", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - } - ], - "stateKey": "0x84d07ce01938a8e3278d5a7b52cf4b853666886e48d30f623413b0a36e2b8e17", - "statePath": [ - { - "pathPart": "0x0", - "root": "0xb5281ee41f3f3128989080e4c60df39d0cb9f8a2f4c76d9cd5416b1684f65127", - "leaf": { - "value": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b", - "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" - } - }, - { - "pathPart": "0x4", - "root": "0x2d6dfb928e0504fca1d4ff47cdfa6ef71f66d7d59d0a47b1d1745fa0f5b00b22", - "path": [ - { - "value": "0x9c333718b34f7f7e6023c02a03281e231da49c5f4a36e47e6e39cd8c53beda0b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xcdf8f463179d12639aa2ecff92756787c34b916737a1b9c220aafaaf546acd0e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x9e406af43e3e8cfaeef5280a1fdd4c9a0523a431c49c6a35a3b9f04cf7330821", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xa9d8844f77028226fc059183f947e4ea794623d80393dbc75e90be2cd49e500b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xef0a69e569a8a4792361e71a19b76bba89f89aab0a912fc47e218e2fed63231e", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xfa29ea8cba5fc0be0b024b955f8c2f5efa51ae5691897c26537a20f6296f7507", - "sibling": "0xb5281ee41f3f3128989080e4c60df39d0cb9f8a2f4c76d9cd5416b1684f65127" - } - ], - "leaf": { - "value": "0x295ebf167ddc3b69ead263464dcc57a334eb0561a526e2dddac0aaec948c3a0a", - "sibling": "0x84d07ce01938a8e3278d5a7b52cf4b853666886e48d30f623413b0a36e2b8e17" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000003", - "value": "0x0000000000000000000000000000000000000000000000000000000000093a80" - } - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0x8e35ebb48c2e15a262e25ebf634537d1dbabe9966043456e723218b8b5e3471b", - "path": [ - { - "value": "0x12cc426e15c35bab3fc887020c0213173baf10569e45a9446c938b0e910a6b02", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0x0d49f560f4d5709188da58a35368259a883019fce589d1395b9f4dd1cc15fc2c", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0xf8e8af35f88e7fd45da1a6a107d8e163492083a1ebacfb7544fe17bd0ea80f2e", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0xa56d965a96fc71e9a2bd97bee3056042ae7af02d4ed995402270a04f6e13ed19", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0xa241bb3c7dcccb0bb111c1501fd8d7ed5c6d1cff47f69ac8e5d6a3b112f8651c", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0xa9d8bd5a9ee8fcbe97638fbd1cc7c92240bb28d7c87847ebee08d3e68f97752a", - "path": [ - { - "value": "0x9b2f8daec426d1282c11bbfaab3c48afdc4926bd25b6b656955228cdd89acd1d", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0xb08a2d20ab4a89735db1b6bc2c4956421f4abeac3219ba311917fd49edd75120", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0xf0f1c4478b5a26ed789067475223d3c49002f5bc266bf02ba9d902dd56607711", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x51b33941e997d7cef87bbd4f1bcd27c8ba0203cf25ca7b00e72d35300c8ce308", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0xd4fe4c3a074b8ecf6afd8e2c19258e1f77d5e87647a976c32ee36887979a6d2a", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - } - ], - "stateKey": "0x8e1ee9fe8054b1fa6d3989af4e3ca88a801f67f4a497c85ca0fe469d89272923", - "statePath": [ - { - "pathPart": "0x2", - "root": "0x2d6dfb928e0504fca1d4ff47cdfa6ef71f66d7d59d0a47b1d1745fa0f5b00b22", - "path": [ - { - "value": "0x9c333718b34f7f7e6023c02a03281e231da49c5f4a36e47e6e39cd8c53beda0b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0xcdf8f463179d12639aa2ecff92756787c34b916737a1b9c220aafaaf546acd0e" - } - ] - }, - { - "pathPart": "0x2", - "root": "0x9e2f778a1d3a5e6d9b45af90782115f0470234416b353357a6fbeedb25b08e1d", - "path": [ - { - "value": "0xb16fbab3c0a5d9278b7f08cba157bb6e621a69392acc288300e78463e4b1b61b", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x7c313c9588112d98ec17c252ea42df30daabc4115d545de3fbb691e8ba527c28", - "sibling": "0xcdf8f463179d12639aa2ecff92756787c34b916737a1b9c220aafaaf546acd0e" - } - ], - "leaf": { - "value": "0xbd015d4b4318725a842f58b11a8d6981ea8b394d15797743472cf0fd3be7d319", - "sibling": "0x8e1ee9fe8054b1fa6d3989af4e3ca88a801f67f4a497c85ca0fe469d89272923" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000004", - "value": "0x000000000000000000000000222214dcc294b72e40d2f37111a1f966aaefdbdd" - } - ] - }, - { - "address": "0xad347b313ae2298605645189353465c3daf36f69", - "accountKey": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a", - "accountPath": [ - { - "pathPart": "0x5", - "root": "0xa9d8bd5a9ee8fcbe97638fbd1cc7c92240bb28d7c87847ebee08d3e68f97752a", - "path": [ - { - "value": "0x9b2f8daec426d1282c11bbfaab3c48afdc4926bd25b6b656955228cdd89acd1d", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0xb08a2d20ab4a89735db1b6bc2c4956421f4abeac3219ba311917fd49edd75120", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0xf0f1c4478b5a26ed789067475223d3c49002f5bc266bf02ba9d902dd56607711", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x51b33941e997d7cef87bbd4f1bcd27c8ba0203cf25ca7b00e72d35300c8ce308", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0xd4fe4c3a074b8ecf6afd8e2c19258e1f77d5e87647a976c32ee36887979a6d2a", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - }, - { - "pathPart": "0x5", - "root": "0x013d48008e21d40339f564e0cdd03c5d8ce605d9c803bd4f670cc13f4d61a713", - "path": [ - { - "value": "0xc02d45b48469f3520c7ff481d516e46d09ebe0cac6bc35f7d32ecb57742eed25", - "sibling": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922" - }, - { - "value": "0xdc1274ab5009d02844756185763126f4117dd3ccf870de608da2b6510a482d22", - "sibling": "0x39562f078b8da2ea4e8f8ff0965f291abd1bc4e7ac3935ee04133261cbecb410" - }, - { - "value": "0x845d34c4f3e99d493827b569b20d186dcc65eefe33149f17ef7c630d56b04327", - "sibling": "0x17cb28d7da6c3e709fdd894ba6c045fae6c5452ddb2d32113b5c5d7f3efdd91d" - }, - { - "value": "0x431a50d57efae8ee44693254b20b2eb8c5661dcaed7514c5329043410a70652b", - "sibling": "0x6bbf712371c801b3116ff444dc1391e87082ffb9d9f2056e66598064e716e714" - } - ], - "leaf": { - "value": "0x63e1b7d6b6c656c090fefde6913dd56f7fcfda5ea5cdad909da5aab92cfdad08", - "sibling": "0x95a93acd42efa79a8ce22ab135e6201b034f1d31042d288a84f1eb8140d5150a" - } - } - ], - "accountUpdate": [ - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - }, - { - "nonce": 2, - "balance": "0x1fd61c75b2f0ec0eebed2d2081d95a7178d25f991e704000000000000000000", - "codeHash": "0x1ced6fa8c8aa526a6d9cad77d3ca3293cc55647f30513a8816893b316815b24f" - } - ], - "stateKey": "0xdb7fe9590f7677d6b5731753534563e3083dad0bcd93df1d3f84c3851c865d10", - "statePath": [ - { - "pathPart": "0x1", - "root": "0x9e2f778a1d3a5e6d9b45af90782115f0470234416b353357a6fbeedb25b08e1d", - "path": [ - { - "value": "0x0000000000000000000000000000000000000000000000000000000000000000", - "sibling": "0xb16fbab3c0a5d9278b7f08cba157bb6e621a69392acc288300e78463e4b1b61b" - } - ] - }, - { - "pathPart": "0x1", - "root": "0x2810bf79918a37076812e50fdb1aa0fa3aebaac757671acb2f8bfd0b1b93e81e", - "path": [ - { - "value": "0x62ae2715a345bc722a44e4db5419f98657e5a2c67c49d51606b1ce4989c78b16", - "sibling": "0xb16fbab3c0a5d9278b7f08cba157bb6e621a69392acc288300e78463e4b1b61b" - } - ], - "leaf": { - "value": "0x0d52dc122693ddce26cb9fe26e276934c24d040ede07057e3617d04cd0238b2a", - "sibling": "0xdb7fe9590f7677d6b5731753534563e3083dad0bcd93df1d3f84c3851c865d10" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x0000000000000000000000000000000000000000000000000000000000000008", - "value": "0x0000000000000000000000001faa64b6ea023e7b3fb55ed92bb811d708023c76" - } - ] - }, - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "accountKey": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0x013d48008e21d40339f564e0cdd03c5d8ce605d9c803bd4f670cc13f4d61a713", - "path": [ - { - "value": "0x71941d2c97bb3b0a518072e1cd40222b65e19df4f373399804a7ba86ee1be922", - "sibling": "0xc02d45b48469f3520c7ff481d516e46d09ebe0cac6bc35f7d32ecb57742eed25" - }, - { - "value": "0xf75a3420eaa4ebf1530aa474c7f0140072b297240c8082d9137bad01f0b6ec18", - "sibling": "0xf7bd96c86aeaf923de6eed770addee7fffca4c17100146c0380b0a58bbb20a1c" - }, - { - "value": "0x92b52119750acb6af7ec65d4f45c5c58e20ac994ec05d635fb2d902636bc442f", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0x3b01eeadc4f333eaa6e420ec73856c7fba2249c26614ec0c890c0801868e6603", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x7e49f6a8ac66cdd7bb056cd3e89560928434a65da44fbbc13dea940426b3b71d", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0x2bd6d49e46a8cb983c4303f9dbb15b551362e966699c02374bc77c85ae84d627", - "sibling": "0x11cdb870b3af62e0d30efc80f8ba9046dbbc2756d6ce999a4b2e875bc2aade15" - }, - { - "value": "0xd6de69bccdf42d3b34144ab0e373ce8f8deb1de6fceaaf2464c2d6b2c6a56a20", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0xfe3fa197eb4ba81373c8af0deb7e74ed3f810a11e575179b8a991c74437b8501", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x4bcfb124c841d793eb232474c146f388757fd52eac82c6b08f0a0e760c43222b", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - }, - { - "pathPart": "0x1a", - "root": "0xada71bf17eb0f12b5aacec85336e230481f898d6a196ba56227fdd7c7fb6ca03", - "path": [ - { - "value": "0xcb1dd91385021c2c70f08b4751bb481ae55155a5fc3e3cf31873d8366d84a309", - "sibling": "0xc02d45b48469f3520c7ff481d516e46d09ebe0cac6bc35f7d32ecb57742eed25" - }, - { - "value": "0xcbe68605fa524c6211f8b14c22e4b7e4a7cc8b10642d21e020ef63a7b9f7ca28", - "sibling": "0xf7bd96c86aeaf923de6eed770addee7fffca4c17100146c0380b0a58bbb20a1c" - }, - { - "value": "0x230c28b3163e2979c475b08f1c5c67eb94bddff7aa8286bfc807115cff990410", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xcf8ccfe31756f966ea70b563bc0bb51acaa91652fbcf40efb6dfbc2fb062d027", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x111cd08abdf32640406ba3ad2bbb8ee876032450f84c7843c83df9cd5f70cf15", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0xccb93b32c98df5f7cf1b923e3709e055ee01a4fbf7b090d0227308feb968e31e", - "sibling": "0x11cdb870b3af62e0d30efc80f8ba9046dbbc2756d6ce999a4b2e875bc2aade15" - }, - { - "value": "0x15dea18e743bdc37a1ed37880c210707d32e9bc11878ae49eaaaf14e96be5f24", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4de50ad5109d41a455940ff23cc85015f2f04f943a9f26c8233cb836a6b7702e", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x46cfa36b5240fdb7fbb376360154b9c2570df6f62bc02e4423f2f218f15e8e2d", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "pathPart": "0x0", - "root": "0x7b0381a503a9989a5ad5d26a4744c5333542e9fc04982b6c7fbbefced8fe2114", - "leaf": { - "value": "0x380f805e7aaf111e16c214def8b8722777ebe56e77e63f14bb4fd4d1a8839724", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", - "value": "0x000000000000000000000000c1858f85e37c7b4f8aae57e9a96ecfcb58df56f1" - } - ] - }, - { - "address": "0xd435f6821eb456df6a8f22d2a415cc7bd1a9ebd8", - "accountKey": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b", - "accountPath": [ - { - "pathPart": "0x1a", - "root": "0xada71bf17eb0f12b5aacec85336e230481f898d6a196ba56227fdd7c7fb6ca03", - "path": [ - { - "value": "0xcb1dd91385021c2c70f08b4751bb481ae55155a5fc3e3cf31873d8366d84a309", - "sibling": "0xc02d45b48469f3520c7ff481d516e46d09ebe0cac6bc35f7d32ecb57742eed25" - }, - { - "value": "0xcbe68605fa524c6211f8b14c22e4b7e4a7cc8b10642d21e020ef63a7b9f7ca28", - "sibling": "0xf7bd96c86aeaf923de6eed770addee7fffca4c17100146c0380b0a58bbb20a1c" - }, - { - "value": "0x230c28b3163e2979c475b08f1c5c67eb94bddff7aa8286bfc807115cff990410", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xcf8ccfe31756f966ea70b563bc0bb51acaa91652fbcf40efb6dfbc2fb062d027", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0x111cd08abdf32640406ba3ad2bbb8ee876032450f84c7843c83df9cd5f70cf15", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0xccb93b32c98df5f7cf1b923e3709e055ee01a4fbf7b090d0227308feb968e31e", - "sibling": "0x11cdb870b3af62e0d30efc80f8ba9046dbbc2756d6ce999a4b2e875bc2aade15" - }, - { - "value": "0x15dea18e743bdc37a1ed37880c210707d32e9bc11878ae49eaaaf14e96be5f24", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x4de50ad5109d41a455940ff23cc85015f2f04f943a9f26c8233cb836a6b7702e", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0x46cfa36b5240fdb7fbb376360154b9c2570df6f62bc02e4423f2f218f15e8e2d", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - }, - { - "pathPart": "0x1a", - "root": "0x248073b3cfd3f1affb75fad7655bb6b06062daa01e579fe54054bb728615602c", - "path": [ - { - "value": "0x3b48002924e0f4349cdb93b640a3fae25c7bb9e6f02d29bb7837adcd95eab31d", - "sibling": "0xc02d45b48469f3520c7ff481d516e46d09ebe0cac6bc35f7d32ecb57742eed25" - }, - { - "value": "0x6d144a3876a407d880e1fb5a28fcf3ba258e82b13587a197773795f51ce3a002", - "sibling": "0xf7bd96c86aeaf923de6eed770addee7fffca4c17100146c0380b0a58bbb20a1c" - }, - { - "value": "0x1d55b23522c3ae35b46309588ed2c5ec3a1212c851b1364231f7f9d6d6318828", - "sibling": "0x05deffff9393dfbf4ef37f00ac442a6174ea32485b4af3091e4343ced4dbaa24" - }, - { - "value": "0xb3b16ad1402929cd769813a7c9b80327f1b3b17fb82e76552823a601ac2cfd0a", - "sibling": "0x5f7656dafcb33555076bfed206d4d49ec7c3d139a2618438c5114651e2eb9d1c" - }, - { - "value": "0xf7ef3e197d2c5f0d74efeda05140e920cdff608f683d344463aa0d266c424903", - "sibling": "0x0d71bf36093598f960f4756237a2458fa015b321653a6e513e0ae593197fb027" - }, - { - "value": "0xd7b04fb551eced6022129e8d9f0ed7f83febfed9193c225cbf5a325cc23fca16", - "sibling": "0x11cdb870b3af62e0d30efc80f8ba9046dbbc2756d6ce999a4b2e875bc2aade15" - }, - { - "value": "0xd716a3b928fc0ab3b68a19bb150c411c8d911b8913d003da790a416bc69aa806", - "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" - }, - { - "value": "0x3593cdfea257a30d2069310f4fb105afcd804d04db03b6e12126f9be11942b15", - "sibling": "0x8cd65ab851dd90e297eac70ddae549313ac96de25e58ff70b0694e2bfb241304" - } - ], - "leaf": { - "value": "0xaa4a7ea251c146badf60bd61e0103e6369f65e7ae7eff8dec5d6ab6cb1465428", - "sibling": "0x1a0428f67bad4b04ebfe19ee9a2e195c7436a0526b478e923270d66b6229c71b" - } - } - ], - "accountUpdate": [ - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - }, - { - "nonce": 1, - "balance": "0x0", - "codeHash": "0x2f5bddc0e5791d84a057b0ea829446918528a6a293e536790c96d2e9f5a58ac6" - } - ], - "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", - "statePath": [ - { - "pathPart": "0x0", - "root": "0x7b0381a503a9989a5ad5d26a4744c5333542e9fc04982b6c7fbbefced8fe2114", - "leaf": { - "value": "0x380f805e7aaf111e16c214def8b8722777ebe56e77e63f14bb4fd4d1a8839724", - "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" - } - }, - { - "pathPart": "0x0", - "root": "0x8fd84226ea895fe3290a0cf123f085f7ee57fbe030c29bb295409402075ab31e", - "path": [ - { - "value": "0x6328821daf17029616d0a77ddcaf63f89c238e1a926e2534c6202816c0f36a03", - "sibling": "0x7b0381a503a9989a5ad5d26a4744c5333542e9fc04982b6c7fbbefced8fe2114" - } - ], - "leaf": { - "value": "0x8c4cf3f43a7696514d9a0435a4046a8de0dd80b7cacbb74a51bec681b84ed525", - "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" - } - } - ], - "stateUpdate": [ - null, - { - "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", - "value": "0x000000000000000000000000aad62252d2abb058110206e1304ecdfc43774d74" - } - ] - } - ] -} diff --git a/roller/assets/traces/196.json b/roller/assets/traces/196.json new file mode 100644 index 0000000000..fd2d76b067 --- /dev/null +++ b/roller/assets/traces/196.json @@ -0,0 +1,42482 @@ +{ + "coinbase": { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x879e71", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + }, + "header": { + "parentHash": "0x09b5b87d17435287c1d801600414fc0d76f008a5247a3e8d71994c5d262deed2", + "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "miner": "0x0000000000000000000000000000000000000000", + "stateRoot": "0x052d72aa1e51437d315fa15ae77f79a0200dd5689703860adf132fd464261243", + "transactionsRoot": "0x80bb4d674616275fbee528ea69dd68a8d573998bf6cb8f34852b0b33d0111ad4", + "receiptsRoot": "0x8721ba71e1fbeaacc332ec1a2752e208b1e3a472e88a450136264351308ff2ca", + "logsBloom": "0x00000000800000000000000000000000410400000000000020800000000000000000000000400000000000008000080000000000000000000000000000000000080000000000000000000000000002000001000008000000000000000000000000010000020000000000000000000800000000800000000000000001000080400000000000000001000000000000000000000000020000000000000000800000000000000000000000000000000000800040000000000080000000000000000000000020000000000000080000000000000020000408000020000000000020000000400000000000000014000000000040000000000000000000000200010000", + "difficulty": "0x2", + "number": "0xc4", + "gasLimit": "0x7a1200", + "gasUsed": "0x746c1b", + "timestamp": "0x63ee2531", + "extraData": "0xd983010a0d846765746889676f312e31372e3133856c696e757800000000000010abc177b4b6412e55cffc1ca849c9096564ba7cafb9e1ca33954156fbbbac263604cae7107c05342d9c2685a9d7fddbd9060b6044a381c63f8e799c44951c8d01", + "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "nonce": "0x0000000000000000", + "baseFeePerGas": "0x0", + "hash": "0x03c44aeaa88470d8e85318dc475a77ead512146def3c7e4c932e14ee0ab61703" + }, + "transactions": [ + { + "type": 0, + "nonce": 1, + "txHash": "0xebcd6327c6e9bab30a14068c8942f5277d954ea37a83b66d4f997c1a68eb422c", + "gas": 614590, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6107238061007e6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b3660046104ed565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610511565b610254565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f366004610560565b6102de565b34801561013057600080fd5b506100d161013f366004610511565b61036f565b34801561015057600080fd5b506100d161015f3660046104ed565b6103c7565b34801561017057600080fd5b506100a061017f3660046104ed565b610462565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610636565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f90610653565b60405180910390fd5b6102526000610488565b565b6000546001600160a01b0316331461027e5760405162461bcd60e51b815260040161023f90610653565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b1580156102c257600080fd5b505af11580156102d6573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103085760405162461bcd60e51b815260040161023f90610653565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906103389086908690600401610688565b6000604051808303818588803b15801561035157600080fd5b505af1158015610365573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103995760405162461bcd60e51b815260040161023f90610653565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102a8565b6000546001600160a01b031633146103f15760405162461bcd60e51b815260040161023f90610653565b6001600160a01b0381166104565760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b61045f81610488565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461045f57600080fd5b6000602082840312156104ff57600080fd5b813561050a816104d8565b9392505050565b6000806040838503121561052457600080fd5b823561052f816104d8565b9150602083013561053f816104d8565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561057557600080fd5b8335610580816104d8565b92506020840135610590816104d8565b9150604084013567ffffffffffffffff808211156105ad57600080fd5b818601915086601f8301126105c157600080fd5b8135818111156105d3576105d361054a565b604051601f8201601f19908116603f011681019083821181831017156105fb576105fb61054a565b8160405282815289602084870101111561061457600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561064857600080fd5b815161050a816104d8565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60018060a01b038316815260006020604081840152835180604085015260005b818110156106c4578581018301518582016060015282016106a8565b818111156106d6576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220ebed7a44095d7c5c9a2c2a6392cfbcd8c3dd7c4c5c4e2ee634396071ee50181464736f6c634300080a0033", + "isCreate": true, + "v": "0x104ec6", + "r": "0xc8cfa7e5a49be3c42e579d81e7d8bf93b4423074d112be71ce560666681c7434", + "s": "0x6d61ba0e49261a104467323c00632cfd44ce99f372a5bec783493cac5600943d" + }, + { + "type": 0, + "nonce": 2, + "txHash": "0xb1a49a7e0c23e5dadebeaa2056728f5396054474fec92d2d3768398b658da8af", + "gas": 1482227, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405234801561001057600080fd5b506113ac806100206000396000f3fe6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033", + "isCreate": true, + "v": "0x104ec6", + "r": "0xa858716fb178bb5e0f2de82e95f71a8db8da185e6e1d8381d2e289baf46f5af", + "s": "0x43b02c051f9e8ee19a1056cbabb06465370280da3a531da2a24a3c4449449554" + }, + { + "type": 0, + "nonce": 3, + "txHash": "0xe62e18b74c053f0e1ab27a97f698130df6e0402e33837ad138e44b1405427bf9", + "gas": 775232, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb5400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", + "isCreate": true, + "v": "0x104ec6", + "r": "0x9abf7e3a34d2809eb8e40e56e14aeaef055afc1a14b245a198551aa8572de7ed", + "s": "0xb401528aa2dd8fba56c31a88d110b2c7b99bd1464903a3208b600f3a74c7468" + }, + { + "type": 0, + "nonce": 4, + "txHash": "0x6b5c70f9ebae661d68c29d2f641cb6db02468e2747e2df799f76ded6c3b18a85", + "gas": 1757111, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405234801561001057600080fd5b5061177d806100206000396000f3fe6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033", + "isCreate": true, + "v": "0x104ec5", + "r": "0x68feb15ae01207b5d3dd09f8d18181e0ad4b1f0a7f848fc3cbebceed2478e460", + "s": "0x231d788d3badd1a8c02c0ead49f2c5dd55d6e4fe6859080c72d9b85282d35265" + }, + { + "type": 0, + "nonce": 5, + "txHash": "0xba67ec268c9776039910b5e1f0da6820a18d8d51d1ff2fe158b064acd1845be3", + "gas": 775232, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb5400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", + "isCreate": true, + "v": "0x104ec6", + "r": "0x517b58abde60633c348ae276df2b7f46b7c3fff2cca504dd60aa4b843e88315b", + "s": "0x218db58d1699685ee930a3acfefe022493dc699455642f744fcc8d4953e5212b" + }, + { + "type": 0, + "nonce": 6, + "txHash": "0x45c160a6f256fdfca4a24ed27ed0411b2997a52e1d144a6bd32555756138dd11", + "gas": 1859739, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405234801561001057600080fd5b506118ea806100206000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063a457c2d711610071578063a457c2d71461028e578063a9059cbb146102a1578063c820f146146102b4578063d505accf146102c7578063dd62ed3e146102da57600080fd5b806370a0823114610224578063797594b01461024d5780637ecebe001461026057806395d89b41146102735780639dc29fac1461027b57600080fd5b8063313ce567116100f4578063313ce567146101c25780633644e515146101e157806339509351146101e95780634000aea0146101fc57806340c10f191461020f57600080fd5b806306fdde0314610131578063095ea7b31461014f578063116191b61461017257806318160ddd1461019d57806323b872dd146101af575b600080fd5b610139610313565b6040516101469190611484565b60405180910390f35b61016261015d3660046114ba565b6103a5565b6040519015158152602001610146565b60cc54610185906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b6035545b604051908152602001610146565b6101626101bd3660046114e4565b6103bd565b60cd54600160a01b900460ff1660405160ff9091168152602001610146565b6101a16103e1565b6101626101f73660046114ba565b6103f0565b61016261020a366004611520565b61042f565b61022261021d3660046114ba565b610484565b005b6101a16102323660046115a7565b6001600160a01b031660009081526033602052604090205490565b60cd54610185906001600160a01b031681565b6101a161026e3660046115a7565b6104e0565b610139610500565b6102226102893660046114ba565b61050f565b61016261029c3660046114ba565b610562565b6101626102af3660046114ba565b6105f4565b6102226102c2366004611676565b610602565b6102226102d536600461170c565b61071a565b6101a16102e8366004611776565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b606060368054610322906117a9565b80601f016020809104026020016040519081016040528092919081815260200182805461034e906117a9565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000336103b3818585610860565b5060019392505050565b6000336103cb858285610985565b6103d6858585610a17565b506001949350505050565b60006103eb610be5565b905090565b3360008181526034602090815260408083206001600160a01b03871684529091528120549091906103b3908290869061042a9087906117f4565b610860565b600061043b85856105f4565b50843b156103d6576103d6858585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610c6092505050565b60cc546001600160a01b031633146104d25760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064015b60405180910390fd5b6104dc8282610cca565b5050565b6001600160a01b0381166000908152609960205260408120545b92915050565b606060378054610322906117a9565b60cc546001600160a01b031633146105585760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064016104c9565b6104dc8282610da9565b3360008181526034602090815260408083206001600160a01b0387168452909152812054909190838110156105e75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016104c9565b6103d68286868403610860565b6000336103b3818585610a17565b600054610100900460ff1661061d5760005460ff1615610621565b303b155b6106845760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016104c9565b600054610100900460ff161580156106a6576000805461ffff19166101011790555b6106af86610ef4565b6106b98686610f4a565b60cd805460cc80546001600160a01b038088166001600160a01b03199283161790925590851660ff8816600160a01b02919091166001600160a81b0319909216919091171790558015610712576000805461ff00191690555b505050505050565b8342111561076a5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016104c9565b6000609a5488888861077b8c610f7b565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006107d682610fa3565b905060006107e682878787610ff1565b9050896001600160a01b0316816001600160a01b0316146108495760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016104c9565b6108548a8a8a610860565b50505050505050505050565b6001600160a01b0383166108c25760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c9565b6001600160a01b0382166109235760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c9565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038381166000908152603460209081526040808320938616835292905220546000198114610a115781811015610a045760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016104c9565b610a118484848403610860565b50505050565b6001600160a01b038316610a7b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c9565b6001600160a01b038216610add5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c9565b6001600160a01b03831660009081526033602052604090205481811015610b555760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016104c9565b6001600160a01b03808516600090815260336020526040808220858503905591851681529081208054849290610b8c9084906117f4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd891815260200190565b60405180910390a3610a11565b60006103eb7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f610c1460655490565b6066546040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b604051635260769b60e11b815283906001600160a01b0382169063a4c0ed3690610c929033908790879060040161180c565b600060405180830381600087803b158015610cac57600080fd5b505af1158015610cc0573d6000803e3d6000fd5b5050505050505050565b6001600160a01b038216610d205760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016104c9565b8060356000828254610d3291906117f4565b90915550506001600160a01b03821660009081526033602052604081208054839290610d5f9084906117f4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610e095760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016104c9565b6001600160a01b03821660009081526033602052604090205481811015610e7d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016104c9565b6001600160a01b0383166000908152603360205260408120838303905560358054849290610eac90849061183c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610978565b505050565b600054610100900460ff16610f1b5760405162461bcd60e51b81526004016104c990611853565b610f3e81604051806040016040528060018152602001603160f81b815250611019565b610f478161105a565b50565b600054610100900460ff16610f715760405162461bcd60e51b81526004016104c990611853565b6104dc82826110a8565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b60006104fa610fb0610be5565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000611002878787876110f6565b9150915061100f816111e3565b5095945050505050565b600054610100900460ff166110405760405162461bcd60e51b81526004016104c990611853565b815160209283012081519190920120606591909155606655565b600054610100900460ff166110815760405162461bcd60e51b81526004016104c990611853565b507f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9609a55565b600054610100900460ff166110cf5760405162461bcd60e51b81526004016104c990611853565b81516110e290603690602085019061139e565b508051610eef90603790602084019061139e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561112d57506000905060036111da565b8460ff16601b1415801561114557508460ff16601c14155b1561115657506000905060046111da565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166111d3576000600192509250506111da565b9150600090505b94509492505050565b60008160048111156111f7576111f761189e565b14156112005750565b60018160048111156112145761121461189e565b14156112625760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016104c9565b60028160048111156112765761127661189e565b14156112c45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016104c9565b60038160048111156112d8576112d861189e565b14156113315760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016104c9565b60048160048111156113455761134561189e565b1415610f475760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016104c9565b8280546113aa906117a9565b90600052602060002090601f0160209004810192826113cc5760008555611412565b82601f106113e557805160ff1916838001178555611412565b82800160010185558215611412579182015b828111156114125782518255916020019190600101906113f7565b5061141e929150611422565b5090565b5b8082111561141e5760008155600101611423565b6000815180845260005b8181101561145d57602081850181015186830182015201611441565b8181111561146f576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006114976020830184611437565b9392505050565b80356001600160a01b03811681146114b557600080fd5b919050565b600080604083850312156114cd57600080fd5b6114d68361149e565b946020939093013593505050565b6000806000606084860312156114f957600080fd5b6115028461149e565b92506115106020850161149e565b9150604084013590509250925092565b6000806000806060858703121561153657600080fd5b61153f8561149e565b935060208501359250604085013567ffffffffffffffff8082111561156357600080fd5b818701915087601f83011261157757600080fd5b81358181111561158657600080fd5b88602082850101111561159857600080fd5b95989497505060200194505050565b6000602082840312156115b957600080fd5b6114978261149e565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126115e957600080fd5b813567ffffffffffffffff80821115611604576116046115c2565b604051601f8301601f19908116603f0116810190828211818310171561162c5761162c6115c2565b8160405283815286602085880101111561164557600080fd5b836020870160208301376000602085830101528094505050505092915050565b803560ff811681146114b557600080fd5b600080600080600060a0868803121561168e57600080fd5b853567ffffffffffffffff808211156116a657600080fd5b6116b289838a016115d8565b965060208801359150808211156116c857600080fd5b506116d5888289016115d8565b9450506116e460408701611665565b92506116f26060870161149e565b91506117006080870161149e565b90509295509295909350565b600080600080600080600060e0888a03121561172757600080fd5b6117308861149e565b965061173e6020890161149e565b9550604088013594506060880135935061175a60808901611665565b925060a0880135915060c0880135905092959891949750929550565b6000806040838503121561178957600080fd5b6117928361149e565b91506117a06020840161149e565b90509250929050565b600181811c908216806117bd57607f821691505b60208210811415610f9d57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115611807576118076117de565b500190565b60018060a01b03841681528260208201526060604082015260006118336060830184611437565b95945050505050565b60008282101561184e5761184e6117de565b500390565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052602160045260246000fdfea26469706673582212202b07f710c9cf1804584777652b1341e9dfb5fb6c87078d0ae916c80f07eec4b164736f6c634300080a0033", + "isCreate": true, + "v": "0x104ec5", + "r": "0x6c8c71769b3c718a972caea7f77ca51270c275d40920a842205b063a1b70ae94", + "s": "0x47d311930626020a8c4b879a10c1f779db28ac8791abd208ff7105ce2abc2219" + }, + { + "type": 0, + "nonce": 7, + "txHash": "0x47d8a5bd8575fcb87fd6f5411de93c8903eb3da0d4831405cc76e8e876283b01", + "gas": 493712, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405234801561001057600080fd5b5060405161064238038061064283398101604081905261002f91610107565b610038336100b7565b6001600160a01b0381166100925760405162461bcd60e51b815260206004820152601b60248201527f7a65726f20696d706c656d656e746174696f6e20616464726573730000000000604482015260640160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055610137565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561011957600080fd5b81516001600160a01b038116811461013057600080fd5b9392505050565b6104fc806101466000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c80635c60da1b1461006757806361e98ca114610096578063715018a6146100a95780637bdbcbbf146100b35780638da5cb5b146100c6578063f2fde38b146100d7575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b61007a6100a4366004610443565b6100ea565b6100b161011a565b005b61007a6100c1366004610443565b610159565b6000546001600160a01b031661007a565b6100b16100e5366004610476565b6101a9565b6000806100f78484610244565b600154909150610110906001600160a01b0316826102ca565b9150505b92915050565b6000546001600160a01b0316331461014d5760405162461bcd60e51b815260040161014490610491565b60405180910390fd5b6101576000610337565b565b600080546001600160a01b031633146101845760405162461bcd60e51b815260040161014490610491565b60006101908484610244565b600154909150610110906001600160a01b031682610387565b6000546001600160a01b031633146101d35760405162461bcd60e51b815260040161014490610491565b6001600160a01b0381166102385760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610144565b61024181610337565b50565b6040516bffffffffffffffffffffffff19606083901b1660208201526000908390603401604051602081830303815290604052805190602001206040516020016102ac92919060609290921b6bffffffffffffffffffffffff19168252601482015260340190565b60405160208183030381529060405280519060200120905092915050565b6000610330838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166101145760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c65640000000000000000006044820152606401610144565b80356001600160a01b038116811461043e57600080fd5b919050565b6000806040838503121561045657600080fd5b61045f83610427565b915061046d60208401610427565b90509250929050565b60006020828403121561048857600080fd5b61033082610427565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122048e180d3bf138a23835ff5a47862fb56a14aa7622da00c39f5ed29ff33813fcb64736f6c634300080a00330000000000000000000000009774c66405dde5038900b432dad90f92c0fd090e", + "isCreate": true, + "v": "0x104ec5", + "r": "0xbc49567d1a76bbea06f27a5c81a96ccb76a7572a61505220cec453c41f414b98", + "s": "0x56d64c4710161d9a0f68bec6bac19336f1b9ad04a46f9fb2d98240ce768bd969" + }, + { + "type": 0, + "nonce": 8, + "txHash": "0x392fa2230b7efa0d0a1c558e000ec29b4fa2b6ceefced54d45dbabc9b47539a9", + "gas": 1385725, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405234801561001057600080fd5b50611253806100206000396000f3fe6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033", + "isCreate": true, + "v": "0x104ec5", + "r": "0x1b1219c0eb85df37faa1135c1866d050cbda7c891bd49e693303f6ca3f2e24b8", + "s": "0xf4c9eb178f56663665416ab26578c9e4ca03b56f8ecc284241d29abb7119b9e" + }, + { + "type": 0, + "nonce": 9, + "txHash": "0xeafc2cb1ee18a4124953e704e6d42523e00aa82d31db37508c71a1713dfa5bf6", + "gas": 775232, + "gasPrice": "0x1", + "from": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "to": null, + "chainId": "0x82751", + "value": "0x0", + "data": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb5400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", + "isCreate": true, + "v": "0x104ec6", + "r": "0x9db442edaa217b5870e49b303d09cb5c78128b6467170a0714becae4cfa57118", + "s": "0x5cf65dabac639c2ef04b409e514ed0c740d67370a0ee14d810408a67aff5bf2d" + } + ], + "storageTrace": { + "rootBefore": "0x039bbbf230a60b43f7dfa8a0a1439652c9a033908d9bf6972f0110002991e6df", + "rootAfter": "0x052d72aa1e51437d315fa15ae77f79a0200dd5689703860adf132fd464261243", + "proofs": { + "0x03144cEE638a4Ec6ECC33938C189D2Fdc8EA138d": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000bb31f2f2ee8047710a6d1d975be6fb10e8cfcf027f8ea6a5742af3717d47b710bb4c621f2dbdcd983611ea7d23f2e80c2241316ba86b64950f8556974fc82ee", + "0x01154266d50d6972482e9b3d4ff97164f8e467f62f2ca42cc6721b12910ca04e72050800000000000000000000000000000000000000000000000001fe000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab37100075c18c9f2b43d981082ef6138c005a54cf12abb9313cac9b14b36aa6148a6db993fd8fbb604d3bb11ad4404412fb2035c972b946aa6acf643279728020063eb82b2d7aec1f7a9fa9c868d98981dd57d470000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x0c18d60702438c0Dc307818E3A48067f734C4C0b": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000f7be804f594f0ef715c359101ad91717e42573dbca9170c738772684198a6642558ce3b2c31dcf74a924fa987c01c2c41698527c6efb7df306fc8681306f1a1", + "0x000b354b79ef1d3a04c0cab641f8df98b6c769a13fa2520f50799bc5bd89406883056bd9f667f5c2814d9d722ea74070a40e7fd0fe87cbce807c0d2e5398627460", + "0x000ebbbd8bef45ecd4e72db9290d00c162a4374652a75950fb8ac75fbf7fd75fdb16c46573399f6ffa89edd0d2a376ff5becdc7def6a225c2298642cfbfaba1101", + "0x01276fc1abec9d598cab374678a996e4f745bb3ff632a199e16b5785f3d49243690508000000000000000000000000000000000000000000000000071d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d72ccbc90dd6141deb3fab132f1ebc17ab963c612c7123d5a524d0158cc8291b081281272d79459760d885ea652024615d55b114b5872571b21aee99977b8681200c8b8d07d770c6dd88841eaee23dad1546b0739b7034e4c197299fff7a027e09", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x2222bC0Df723F134a40ABb28E43Ff8E95ee9d811": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000f7be804f594f0ef715c359101ad91717e42573dbca9170c738772684198a6642558ce3b2c31dcf74a924fa987c01c2c41698527c6efb7df306fc8681306f1a1", + "0x01102c7dc70d01094c5c13e4e6044e09531e1116c82a034bceb94fe11d929f1fa305080000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000003635c9adc5de8ccdaa0000000000000000000000000000000000000000000000000000000000000000c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4702098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864202222bc0df723f134a40abb28e43ff8e95ee9d811000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x4dc7D71e240e1a5AA71E612caf5d097274F8237b": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000bb31f2f2ee8047710a6d1d975be6fb10e8cfcf027f8ea6a5742af3717d47b710bb4c621f2dbdcd983611ea7d23f2e80c2241316ba86b64950f8556974fc82ee", + "0x01154266d50d6972482e9b3d4ff97164f8e467f62f2ca42cc6721b12910ca04e72050800000000000000000000000000000000000000000000000001fe000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab37100075c18c9f2b43d981082ef6138c005a54cf12abb9313cac9b14b36aa6148a6db993fd8fbb604d3bb11ad4404412fb2035c972b946aa6acf643279728020063eb82b2d7aec1f7a9fa9c868d98981dd57d470000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x4f53C5D828aAab0b877a635b9Ea30910034871Bb": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000bb31f2f2ee8047710a6d1d975be6fb10e8cfcf027f8ea6a5742af3717d47b710bb4c621f2dbdcd983611ea7d23f2e80c2241316ba86b64950f8556974fc82ee", + "0x010caf9a678001c9e8886fc83ed9869eff4aeee11a5289e6cb87f1d7092d7c6a1c050800000000000000000000000000000000000000000000000003120000000000000000000000000000000000000000000000000000000000000000000000000013325608f3289033b7d5f590a8f1eb415889c8650cf4097c2472a78ab8b2ac9eecb90fb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d4702a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973205343530000000000000000000000000000000001000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x5343530000000000000000000000000000000001": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000bb31f2f2ee8047710a6d1d975be6fb10e8cfcf027f8ea6a5742af3717d47b710bb4c621f2dbdcd983611ea7d23f2e80c2241316ba86b64950f8556974fc82ee", + "0x010caf9a678001c9e8886fc83ed9869eff4aeee11a5289e6cb87f1d7092d7c6a1c050800000000000000000000000000000000000000000000000003120000000000000000000000000000000000000000000000000000000000000000000000000013325608f3289033b7d5f590a8f1eb415889c8650cf4097c2472a78ab8b2ac9eecb90fb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d4702a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973205343530000000000000000000000000000000001000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x77e7d99976b610863E10086f86E7647DCb1FA49d": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000bb31f2f2ee8047710a6d1d975be6fb10e8cfcf027f8ea6a5742af3717d47b710bb4c621f2dbdcd983611ea7d23f2e80c2241316ba86b64950f8556974fc82ee", + "0x010caf9a678001c9e8886fc83ed9869eff4aeee11a5289e6cb87f1d7092d7c6a1c050800000000000000000000000000000000000000000000000003120000000000000000000000000000000000000000000000000000000000000000000000000013325608f3289033b7d5f590a8f1eb415889c8650cf4097c2472a78ab8b2ac9eecb90fb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d4702a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973205343530000000000000000000000000000000001000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x9774c66405dDe5038900b432dAD90F92C0FD090e": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000f7be804f594f0ef715c359101ad91717e42573dbca9170c738772684198a6642558ce3b2c31dcf74a924fa987c01c2c41698527c6efb7df306fc8681306f1a1", + "0x000b354b79ef1d3a04c0cab641f8df98b6c769a13fa2520f50799bc5bd89406883056bd9f667f5c2814d9d722ea74070a40e7fd0fe87cbce807c0d2e5398627460", + "0x011cff89e0d06b686d32871a6e6a6b2af43ff3708fd85ec908a860bf07777ea4f5050800000000000000000000000000000000000000000000000004fb000000000000000000000000000000000000000000000000000000000000000000000000000000002f17dc3d7c6d6ec52d0bdf31978b457b9a94e103b0695e85f9cc98be0ca3c044e18f6ec7655571f5f1bb58726338e80ee14f476a54596a990b81e27068e0aaca1a17319676256a306cf07962e6f8352eeb8c2de1c231cd67ae15c7a537a20af0205343530000000000000000000000000000000003000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xD8D96FB523BC7c926e6B33295d8d31D6aF84C920": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000bb31f2f2ee8047710a6d1d975be6fb10e8cfcf027f8ea6a5742af3717d47b710bb4c621f2dbdcd983611ea7d23f2e80c2241316ba86b64950f8556974fc82ee", + "0x01154266d50d6972482e9b3d4ff97164f8e467f62f2ca42cc6721b12910ca04e72050800000000000000000000000000000000000000000000000001fe000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab37100075c18c9f2b43d981082ef6138c005a54cf12abb9313cac9b14b36aa6148a6db993fd8fbb604d3bb11ad4404412fb2035c972b946aa6acf643279728020063eb82b2d7aec1f7a9fa9c868d98981dd57d470000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xEDF3188Bf615CaAdbF8dE3fe2a646D3db242ccb1": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000f7be804f594f0ef715c359101ad91717e42573dbca9170c738772684198a6642558ce3b2c31dcf74a924fa987c01c2c41698527c6efb7df306fc8681306f1a1", + "0x000b354b79ef1d3a04c0cab641f8df98b6c769a13fa2520f50799bc5bd89406883056bd9f667f5c2814d9d722ea74070a40e7fd0fe87cbce807c0d2e5398627460", + "0x011cff89e0d06b686d32871a6e6a6b2af43ff3708fd85ec908a860bf07777ea4f5050800000000000000000000000000000000000000000000000004fb000000000000000000000000000000000000000000000000000000000000000000000000000000002f17dc3d7c6d6ec52d0bdf31978b457b9a94e103b0695e85f9cc98be0ca3c044e18f6ec7655571f5f1bb58726338e80ee14f476a54596a990b81e27068e0aaca1a17319676256a306cf07962e6f8352eeb8c2de1c231cd67ae15c7a537a20af0205343530000000000000000000000000000000003000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xa4871Db5152ADCFAe2fc849Afa40A6ee6f59Eb54": [ + "0x000babf3f1df1996ea107bea5f3f729f63e02dd7bd7dc5a50a0f149b2e41df53fe0a56940b05715eac0f557706a92dce175fbcd26a7b3cd0d1441754613b57275d", + "0x000f7be804f594f0ef715c359101ad91717e42573dbca9170c738772684198a6642558ce3b2c31dcf74a924fa987c01c2c41698527c6efb7df306fc8681306f1a1", + "0x000b354b79ef1d3a04c0cab641f8df98b6c769a13fa2520f50799bc5bd89406883056bd9f667f5c2814d9d722ea74070a40e7fd0fe87cbce807c0d2e5398627460", + "0x011cff89e0d06b686d32871a6e6a6b2af43ff3708fd85ec908a860bf07777ea4f5050800000000000000000000000000000000000000000000000004fb000000000000000000000000000000000000000000000000000000000000000000000000000000002f17dc3d7c6d6ec52d0bdf31978b457b9a94e103b0695e85f9cc98be0ca3c044e18f6ec7655571f5f1bb58726338e80ee14f476a54596a990b81e27068e0aaca1a17319676256a306cf07962e6f8352eeb8c2de1c231cd67ae15c7a537a20af0205343530000000000000000000000000000000003000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + }, + "storageProofs": { + "0x03144cEE638a4Ec6ECC33938C189D2Fdc8EA138d": { + "0x0000000000000000000000000000000000000000000000000000000000000000": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x0000000000000000000000000000000000000000000000000000000000000001": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + }, + "0x0c18d60702438c0Dc307818E3A48067f734C4C0b": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + }, + "0x77e7d99976b610863E10086f86E7647DCb1FA49d": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + }, + "0xD8D96FB523BC7c926e6B33295d8d31D6aF84C920": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + }, + "0xa4871Db5152ADCFAe2fc849Afa40A6ee6f59Eb54": { + "0x0000000000000000000000000000000000000000000000000000000000000000": [ + "0x02", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + } + } + }, + "executionResults": [ + { + "gas": 472762, + "failed": false, + "returnValue": "60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b3660046104ed565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610511565b610254565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f366004610560565b6102de565b34801561013057600080fd5b506100d161013f366004610511565b61036f565b34801561015057600080fd5b506100d161015f3660046104ed565b6103c7565b34801561017057600080fd5b506100a061017f3660046104ed565b610462565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610636565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f90610653565b60405180910390fd5b6102526000610488565b565b6000546001600160a01b0316331461027e5760405162461bcd60e51b815260040161023f90610653565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b1580156102c257600080fd5b505af11580156102d6573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103085760405162461bcd60e51b815260040161023f90610653565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906103389086908690600401610688565b6000604051808303818588803b15801561035157600080fd5b505af1158015610365573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103995760405162461bcd60e51b815260040161023f90610653565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102a8565b6000546001600160a01b031633146103f15760405162461bcd60e51b815260040161023f90610653565b6001600160a01b0381166104565760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b61045f81610488565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461045f57600080fd5b6000602082840312156104ff57600080fd5b813561050a816104d8565b9392505050565b6000806040838503121561052457600080fd5b823561052f816104d8565b9150602083013561053f816104d8565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561057557600080fd5b8335610580816104d8565b92506020840135610590816104d8565b9150604084013567ffffffffffffffff808211156105ad57600080fd5b818601915086601f8301126105c157600080fd5b8135818111156105d3576105d361054a565b604051601f8201601f19908116603f011681019083821181831017156105fb576105fb61054a565b8160405282815289602084870101111561061457600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561064857600080fd5b815161050a816104d8565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60018060a01b038316815260006020604081840152835180604085015260005b818110156106c4578581018301518582016060015282016106a8565b818111156106d6576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220ebed7a44095d7c5c9a2c2a6392cfbcd8c3dd7c4c5c4e2ee634396071ee50181464736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 1, + "balance": "0x3635c9adc5de8ccdaa", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 2, + "balance": "0x3635c9adc5de8596f0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xae41290cb5ff621ddad2c09331609c7fe3bd832e059bc2eb2b23cc5f833d7eb1", + "poseidonCodeHash": "0x11079b9c5064ee66f3e98eb95603347708eed0ac7822dee6e4857304e82e4c1e", + "codeSize": 1827 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x1a6910", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6107238061007e6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead1461016457600080fd5b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b3660046104ed565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610511565b610254565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f366004610560565b6102de565b34801561013057600080fd5b506100d161013f366004610511565b61036f565b34801561015057600080fd5b506100d161015f3660046104ed565b6103c7565b34801561017057600080fd5b506100a061017f3660046104ed565b610462565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610636565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f90610653565b60405180910390fd5b6102526000610488565b565b6000546001600160a01b0316331461027e5760405162461bcd60e51b815260040161023f90610653565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b1580156102c257600080fd5b505af11580156102d6573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103085760405162461bcd60e51b815260040161023f90610653565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906103389086908690600401610688565b6000604051808303818588803b15801561035157600080fd5b505af1158015610365573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103995760405162461bcd60e51b815260040161023f90610653565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102a8565b6000546001600160a01b031633146103f15760405162461bcd60e51b815260040161023f90610653565b6001600160a01b0381166104565760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b61045f81610488565b50565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461045f57600080fd5b6000602082840312156104ff57600080fd5b813561050a816104d8565b9392505050565b6000806040838503121561052457600080fd5b823561052f816104d8565b9150602083013561053f816104d8565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561057557600080fd5b8335610580816104d8565b92506020840135610590816104d8565b9150604084013567ffffffffffffffff808211156105ad57600080fd5b818601915086601f8301126105c157600080fd5b8135818111156105d3576105d361054a565b604051601f8201601f19908116603f011681019083821181831017156105fb576105fb61054a565b8160405282815289602084870101111561061457600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561064857600080fd5b815161050a816104d8565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60018060a01b038316815260006020604081840152835180604085015260005b818110156106c4578581018301518582016060015282016106a8565b818111156106d6576000606083870101525b50601f01601f19169290920160600194935050505056fea2646970667358221220ebed7a44095d7c5c9a2c2a6392cfbcd8c3dd7c4c5c4e2ee634396071ee50181464736f6c634300080a0033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 531374, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 531371, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 531368, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 531356, + "gasCost": 2, + "depth": 1 + }, + { + "pc": 6, + "op": "DUP1", + "gas": 531354, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 531351, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 531348, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 531345, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 531335, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 531334, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 18, + "op": "PUSH2", + "gas": 531332, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 21, + "op": "CALLER", + "gas": 531329, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x1a" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 531327, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 25, + "op": "JUMP", + "gas": 531324, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1f" + ] + }, + { + "pc": 31, + "op": "JUMPDEST", + "gas": 531316, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 32, + "op": "PUSH1", + "gas": 531315, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 34, + "op": "DUP1", + "gas": 531312, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ] + }, + { + "pc": 35, + "op": "SLOAD", + "gas": 531309, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0" + ], + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x0000000000000000000000000000000000000000000000000000000000000000", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 36, + "op": "PUSH1", + "gas": 529209, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0" + ] + }, + { + "pc": 38, + "op": "PUSH1", + "gas": 529206, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 40, + "op": "PUSH1", + "gas": 529203, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 42, + "op": "SHL", + "gas": 529200, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 43, + "op": "SUB", + "gas": 529197, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 44, + "op": "DUP4", + "gas": 529194, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 45, + "op": "DUP2", + "gas": 529191, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 46, + "op": "AND", + "gas": 529188, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 47, + "op": "PUSH1", + "gas": 529185, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 49, + "op": "PUSH1", + "gas": 529182, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1" + ] + }, + { + "pc": 51, + "op": "PUSH1", + "gas": 529179, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1", + "0x1" + ] + }, + { + "pc": 53, + "op": "SHL", + "gas": 529176, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 54, + "op": "SUB", + "gas": 529173, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 55, + "op": "NOT", + "gas": 529170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 56, + "op": "DUP4", + "gas": 529167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 57, + "op": "AND", + "gas": 529164, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", + "0x0" + ] + }, + { + "pc": 58, + "op": "DUP2", + "gas": 529161, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ] + }, + { + "pc": 59, + "op": "OR", + "gas": 529158, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 60, + "op": "DUP5", + "gas": 529155, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 61, + "op": "SSTORE", + "gas": 529152, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ], + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000002222bc0df723f134a40abb28e43ff8e95ee9d811" + }, + "extraData": { + "proofList": [ + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x0000000000000000000000000000000000000000000000000000000000000000", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 62, + "op": "PUSH1", + "gas": 509152, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 64, + "op": "MLOAD", + "gas": 509149, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x40" + ] + }, + { + "pc": 65, + "op": "SWAP2", + "gas": 509146, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x80" + ] + }, + { + "pc": 66, + "op": "SWAP1", + "gas": 509143, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x80", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 67, + "op": "SWAP3", + "gas": 509140, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x80", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 68, + "op": "AND", + "gas": 509137, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x80", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x0" + ] + }, + { + "pc": 69, + "op": "SWAP3", + "gas": 509134, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x80", + "0x0" + ] + }, + { + "pc": 70, + "op": "DUP4", + "gas": 509131, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x80", + "0x0" + ] + }, + { + "pc": 71, + "op": "SWAP2", + "gas": 509128, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x80", + "0x0", + "0x0" + ] + }, + { + "pc": 72, + "op": "PUSH32", + "gas": 509125, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x80" + ] + }, + { + "pc": 105, + "op": "SWAP2", + "gas": 509122, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x80", + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0" + ] + }, + { + "pc": 106, + "op": "SWAP1", + "gas": 509119, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x80", + "0x0" + ] + }, + { + "pc": 107, + "op": "LOG3", + "gas": 509116, + "gasCost": 1500, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0", + "0x80" + ] + }, + { + "pc": 108, + "op": "POP", + "gas": 507616, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ] + }, + { + "pc": 109, + "op": "POP", + "gas": 507614, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x1a", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 110, + "op": "JUMP", + "gas": 507612, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x1a" + ] + }, + { + "pc": 26, + "op": "JUMPDEST", + "gas": 507604, + "gasCost": 1, + "depth": 1 + }, + { + "pc": 27, + "op": "PUSH2", + "gas": 507603, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 30, + "op": "JUMP", + "gas": 507600, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x6f" + ] + }, + { + "pc": 111, + "op": "JUMPDEST", + "gas": 507592, + "gasCost": 1, + "depth": 1 + }, + { + "pc": 112, + "op": "PUSH2", + "gas": 507591, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 115, + "op": "DUP1", + "gas": 507588, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x723" + ] + }, + { + "pc": 116, + "op": "PUSH2", + "gas": 507585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x723", + "0x723" + ] + }, + { + "pc": 119, + "op": "PUSH1", + "gas": 507582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x723", + "0x723", + "0x7e" + ] + }, + { + "pc": 121, + "op": "CODECOPY", + "gas": 507579, + "gasCost": 348, + "depth": 1, + "stack": [ + "0x723", + "0x723", + "0x7e", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 122, + "op": "PUSH1", + "gas": 507231, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x723" + ] + }, + { + "pc": 124, + "op": "RETURN", + "gas": 507228, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x723", + "0x0" + ] + } + ] + }, + { + "gas": 1140175, + "failed": false, + "returnValue": "6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 2, + "balance": "0x3635c9adc5de8596f0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 3, + "balance": "0x3635c9adc5de743121", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x25fa036bf56dbca2daeac020a914b90b8baf265c725ecd34c6f023845c038544", + "poseidonCodeHash": "0x26f706f949ff4faad54ee72308e9d30ece46e37cf8b9968bdb274e750a264937", + "codeSize": 5036 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x2bcedf", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405234801561001057600080fd5b506113ac806100206000396000f3fe6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 1350299, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 1350296, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 1350293, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 1350281, + "gasCost": 2, + "depth": 1 + }, + { + "pc": 6, + "op": "DUP1", + "gas": 1350279, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 1350276, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 1350273, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 1350270, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 1350260, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 1350259, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 18, + "op": "PUSH2", + "gas": 1350257, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 21, + "op": "DUP1", + "gas": 1350254, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x13ac" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 1350251, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x13ac", + "0x13ac" + ] + }, + { + "pc": 25, + "op": "PUSH1", + "gas": 1350248, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x13ac", + "0x13ac", + "0x20" + ] + }, + { + "pc": 27, + "op": "CODECOPY", + "gas": 1350245, + "gasCost": 990, + "depth": 1, + "stack": [ + "0x13ac", + "0x13ac", + "0x20", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 28, + "op": "PUSH1", + "gas": 1349255, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x13ac" + ] + }, + { + "pc": 30, + "op": "RETURN", + "gas": 1349252, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x13ac", + "0x0" + ] + } + ] + }, + { + "gas": 596333, + "failed": false, + "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 3, + "balance": "0x3635c9adc5de743121", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 4, + "balance": "0x3635c9adc5de6b17b4", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x34e84c", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb5400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 660724, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 660721, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 660718, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "PUSH1", + "gas": 660706, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 7, + "op": "MLOAD", + "gas": 660703, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40" + ] + }, + { + "pc": 8, + "op": "PUSH3", + "gas": 660700, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 12, + "op": "CODESIZE", + "gas": 660697, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x80", + "0xf66" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 13, + "op": "SUB", + "gas": 660695, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xf66", + "0xfe6" + ] + }, + { + "pc": 14, + "op": "DUP1", + "gas": 660692, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80" + ] + }, + { + "pc": 15, + "op": "PUSH3", + "gas": 660689, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80" + ] + }, + { + "pc": 19, + "op": "DUP4", + "gas": 660686, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80", + "0xf66" + ] + }, + { + "pc": 20, + "op": "CODECOPY", + "gas": 660683, + "gasCost": 30, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80", + "0xf66", + "0x80" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 21, + "op": "DUP2", + "gas": 660653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80" + ] + }, + { + "pc": 22, + "op": "ADD", + "gas": 660650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80" + ] + }, + { + "pc": 23, + "op": "PUSH1", + "gas": 660647, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100" + ] + }, + { + "pc": 25, + "op": "DUP2", + "gas": 660644, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x40" + ] + }, + { + "pc": 26, + "op": "SWAP1", + "gas": 660641, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x40", + "0x100" + ] + }, + { + "pc": 27, + "op": "MSTORE", + "gas": 660638, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x100", + "0x40" + ] + }, + { + "pc": 28, + "op": "PUSH3", + "gas": 660635, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100" + ] + }, + { + "pc": 32, + "op": "SWAP2", + "gas": 660632, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x26" + ] + }, + { + "pc": 33, + "op": "PUSH3", + "gas": 660629, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 37, + "op": "JUMP", + "gas": 660626, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x519" + ] + }, + { + "pc": 1305, + "op": "JUMPDEST", + "gas": 660618, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 1306, + "op": "PUSH1", + "gas": 660617, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 1308, + "op": "DUP1", + "gas": 660614, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0" + ] + }, + { + "pc": 1309, + "op": "PUSH1", + "gas": 660611, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0" + ] + }, + { + "pc": 1311, + "op": "PUSH1", + "gas": 660608, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1313, + "op": "DUP5", + "gas": 660605, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60" + ] + }, + { + "pc": 1314, + "op": "DUP7", + "gas": 660602, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80" + ] + }, + { + "pc": 1315, + "op": "SUB", + "gas": 660599, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80", + "0x100" + ] + }, + { + "pc": 1316, + "op": "SLT", + "gas": 660596, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80" + ] + }, + { + "pc": 1317, + "op": "ISZERO", + "gas": 660593, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1318, + "op": "PUSH3", + "gas": 660590, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 1322, + "op": "JUMPI", + "gas": 660587, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x1", + "0x52f" + ] + }, + { + "pc": 1327, + "op": "JUMPDEST", + "gas": 660577, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1328, + "op": "PUSH3", + "gas": 660576, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1332, + "op": "DUP5", + "gas": 660573, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a" + ] + }, + { + "pc": 1333, + "op": "PUSH3", + "gas": 660570, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1337, + "op": "JUMP", + "gas": 660567, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4b7" + ] + }, + { + "pc": 1207, + "op": "JUMPDEST", + "gas": 660559, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1208, + "op": "DUP1", + "gas": 660558, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1209, + "op": "MLOAD", + "gas": 660555, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x80" + ] + }, + { + "pc": 1210, + "op": "PUSH1", + "gas": 660552, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1212, + "op": "PUSH1", + "gas": 660549, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1" + ] + }, + { + "pc": 1214, + "op": "PUSH1", + "gas": 660546, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x1" + ] + }, + { + "pc": 1216, + "op": "SHL", + "gas": 660543, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1217, + "op": "SUB", + "gas": 660540, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1218, + "op": "DUP2", + "gas": 660537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1219, + "op": "AND", + "gas": 660534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1220, + "op": "DUP2", + "gas": 660531, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1221, + "op": "EQ", + "gas": 660528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1222, + "op": "PUSH3", + "gas": 660525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1" + ] + }, + { + "pc": 1226, + "op": "JUMPI", + "gas": 660522, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x4cf" + ] + }, + { + "pc": 1231, + "op": "JUMPDEST", + "gas": 660512, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1232, + "op": "SWAP2", + "gas": 660511, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1233, + "op": "SWAP1", + "gas": 660508, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x80", + "0x53a" + ] + }, + { + "pc": 1234, + "op": "POP", + "gas": 660505, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x53a", + "0x80" + ] + }, + { + "pc": 1235, + "op": "JUMP", + "gas": 660503, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x53a" + ] + }, + { + "pc": 1338, + "op": "JUMPDEST", + "gas": 660495, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1339, + "op": "SWAP3", + "gas": 660494, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1340, + "op": "POP", + "gas": 660491, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1341, + "op": "PUSH3", + "gas": 660489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0" + ] + }, + { + "pc": 1345, + "op": "PUSH1", + "gas": 660486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a" + ] + }, + { + "pc": 1347, + "op": "DUP6", + "gas": 660483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0x20" + ] + }, + { + "pc": 1348, + "op": "ADD", + "gas": 660480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0x20", + "0x80" + ] + }, + { + "pc": 1349, + "op": "PUSH3", + "gas": 660477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1353, + "op": "JUMP", + "gas": 660474, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0x4b7" + ] + }, + { + "pc": 1207, + "op": "JUMPDEST", + "gas": 660466, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1208, + "op": "DUP1", + "gas": 660465, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1209, + "op": "MLOAD", + "gas": 660462, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa0" + ] + }, + { + "pc": 1210, + "op": "PUSH1", + "gas": 660459, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1212, + "op": "PUSH1", + "gas": 660456, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 1214, + "op": "PUSH1", + "gas": 660453, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1" + ] + }, + { + "pc": 1216, + "op": "SHL", + "gas": 660450, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1217, + "op": "SUB", + "gas": 660447, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1218, + "op": "DUP2", + "gas": 660444, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1219, + "op": "AND", + "gas": 660441, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1220, + "op": "DUP2", + "gas": 660438, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1221, + "op": "EQ", + "gas": 660435, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1222, + "op": "PUSH3", + "gas": 660432, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 1226, + "op": "JUMPI", + "gas": 660429, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x4cf" + ] + }, + { + "pc": 1231, + "op": "JUMPDEST", + "gas": 660419, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1232, + "op": "SWAP2", + "gas": 660418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1233, + "op": "SWAP1", + "gas": 660415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa0", + "0x54a" + ] + }, + { + "pc": 1234, + "op": "POP", + "gas": 660412, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1235, + "op": "JUMP", + "gas": 660410, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x54a" + ] + }, + { + "pc": 1354, + "op": "JUMPDEST", + "gas": 660402, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1355, + "op": "PUSH1", + "gas": 660401, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1357, + "op": "DUP6", + "gas": 660398, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x40" + ] + }, + { + "pc": 1358, + "op": "ADD", + "gas": 660395, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x40", + "0x80" + ] + }, + { + "pc": 1359, + "op": "MLOAD", + "gas": 660392, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xc0" + ] + }, + { + "pc": 1360, + "op": "SWAP1", + "gas": 660389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x60" + ] + }, + { + "pc": 1361, + "op": "SWAP3", + "gas": 660386, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x0", + "0x60", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1362, + "op": "POP", + "gas": 660383, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x0" + ] + }, + { + "pc": 1363, + "op": "PUSH1", + "gas": 660381, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60" + ] + }, + { + "pc": 1365, + "op": "PUSH1", + "gas": 660378, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1" + ] + }, + { + "pc": 1367, + "op": "PUSH1", + "gas": 660375, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x1" + ] + }, + { + "pc": 1369, + "op": "SHL", + "gas": 660372, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x1", + "0x40" + ] + }, + { + "pc": 1370, + "op": "SUB", + "gas": 660369, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x10000000000000000" + ] + }, + { + "pc": 1371, + "op": "DUP1", + "gas": 660366, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1372, + "op": "DUP3", + "gas": 660363, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xffffffffffffffff" + ] + }, + { + "pc": 1373, + "op": "GT", + "gas": 660360, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1374, + "op": "ISZERO", + "gas": 660357, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1375, + "op": "PUSH3", + "gas": 660354, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x1" + ] + }, + { + "pc": 1379, + "op": "JUMPI", + "gas": 660351, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x1", + "0x568" + ] + }, + { + "pc": 1384, + "op": "JUMPDEST", + "gas": 660341, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1385, + "op": "DUP2", + "gas": 660340, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1386, + "op": "DUP7", + "gas": 660337, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1387, + "op": "ADD", + "gas": 660334, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x60", + "0x80" + ] + }, + { + "pc": 1388, + "op": "SWAP2", + "gas": 660331, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xe0" + ] + }, + { + "pc": 1389, + "op": "POP", + "gas": 660328, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1390, + "op": "DUP7", + "gas": 660326, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1391, + "op": "PUSH1", + "gas": 660323, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100" + ] + }, + { + "pc": 1393, + "op": "DUP4", + "gas": 660320, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0x1f" + ] + }, + { + "pc": 1394, + "op": "ADD", + "gas": 660317, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0x1f", + "0xe0" + ] + }, + { + "pc": 1395, + "op": "SLT", + "gas": 660314, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0xff" + ] + }, + { + "pc": 1396, + "op": "PUSH3", + "gas": 660311, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x1" + ] + }, + { + "pc": 1400, + "op": "JUMPI", + "gas": 660308, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x1", + "0x57d" + ] + }, + { + "pc": 1405, + "op": "JUMPDEST", + "gas": 660298, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1406, + "op": "DUP2", + "gas": 660297, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1407, + "op": "MLOAD", + "gas": 660294, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0xe0" + ] + }, + { + "pc": 1408, + "op": "DUP2", + "gas": 660291, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1409, + "op": "DUP2", + "gas": 660288, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1410, + "op": "GT", + "gas": 660285, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1411, + "op": "ISZERO", + "gas": 660282, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x0" + ] + }, + { + "pc": 1412, + "op": "PUSH3", + "gas": 660279, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x1" + ] + }, + { + "pc": 1416, + "op": "JUMPI", + "gas": 660276, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x1", + "0x592" + ] + }, + { + "pc": 1426, + "op": "JUMPDEST", + "gas": 660266, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1427, + "op": "PUSH1", + "gas": 660265, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1429, + "op": "MLOAD", + "gas": 660262, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x40" + ] + }, + { + "pc": 1430, + "op": "PUSH1", + "gas": 660259, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100" + ] + }, + { + "pc": 1432, + "op": "DUP3", + "gas": 660256, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f" + ] + }, + { + "pc": 1433, + "op": "ADD", + "gas": 660253, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0x0" + ] + }, + { + "pc": 1434, + "op": "PUSH1", + "gas": 660250, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f" + ] + }, + { + "pc": 1436, + "op": "NOT", + "gas": 660247, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0x1f" + ] + }, + { + "pc": 1437, + "op": "SWAP1", + "gas": 660244, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" + ] + }, + { + "pc": 1438, + "op": "DUP2", + "gas": 660241, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x1f" + ] + }, + { + "pc": 1439, + "op": "AND", + "gas": 660238, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x1f", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" + ] + }, + { + "pc": 1440, + "op": "PUSH1", + "gas": 660235, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x0" + ] + }, + { + "pc": 1442, + "op": "ADD", + "gas": 660232, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x0", + "0x3f" + ] + }, + { + "pc": 1443, + "op": "AND", + "gas": 660229, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x3f" + ] + }, + { + "pc": 1444, + "op": "DUP2", + "gas": 660226, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x20" + ] + }, + { + "pc": 1445, + "op": "ADD", + "gas": 660223, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x20", + "0x100" + ] + }, + { + "pc": 1446, + "op": "SWAP1", + "gas": 660220, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x120" + ] + }, + { + "pc": 1447, + "op": "DUP4", + "gas": 660217, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1448, + "op": "DUP3", + "gas": 660214, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0xffffffffffffffff" + ] + }, + { + "pc": 1449, + "op": "GT", + "gas": 660211, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0xffffffffffffffff", + "0x120" + ] + }, + { + "pc": 1450, + "op": "DUP2", + "gas": 660208, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1451, + "op": "DUP4", + "gas": 660205, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100" + ] + }, + { + "pc": 1452, + "op": "LT", + "gas": 660202, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100", + "0x120" + ] + }, + { + "pc": 1453, + "op": "OR", + "gas": 660199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1454, + "op": "ISZERO", + "gas": 660196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1455, + "op": "PUSH3", + "gas": 660193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1" + ] + }, + { + "pc": 1459, + "op": "JUMPI", + "gas": 660190, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1", + "0x5bd" + ] + }, + { + "pc": 1469, + "op": "JUMPDEST", + "gas": 660180, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1470, + "op": "DUP2", + "gas": 660179, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1471, + "op": "PUSH1", + "gas": 660176, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x120" + ] + }, + { + "pc": 1473, + "op": "MSTORE", + "gas": 660173, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x120", + "0x40" + ] + }, + { + "pc": 1474, + "op": "DUP3", + "gas": 660170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1475, + "op": "DUP2", + "gas": 660167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1476, + "op": "MSTORE", + "gas": 660164, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100" + ] + }, + { + "pc": 1477, + "op": "DUP10", + "gas": 660158, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1478, + "op": "PUSH1", + "gas": 660155, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100" + ] + }, + { + "pc": 1480, + "op": "DUP5", + "gas": 660152, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20" + ] + }, + { + "pc": 1481, + "op": "DUP8", + "gas": 660149, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0x0" + ] + }, + { + "pc": 1482, + "op": "ADD", + "gas": 660146, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0x0", + "0xe0" + ] + }, + { + "pc": 1483, + "op": "ADD", + "gas": 660143, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0xe0" + ] + }, + { + "pc": 1484, + "op": "GT", + "gas": 660140, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x100" + ] + }, + { + "pc": 1485, + "op": "ISZERO", + "gas": 660137, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1486, + "op": "PUSH3", + "gas": 660134, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1" + ] + }, + { + "pc": 1490, + "op": "JUMPI", + "gas": 660131, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1", + "0x5d7" + ] + }, + { + "pc": 1495, + "op": "JUMPDEST", + "gas": 660121, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1496, + "op": "PUSH3", + "gas": 660120, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1500, + "op": "DUP4", + "gas": 660117, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea" + ] + }, + { + "pc": 1501, + "op": "PUSH1", + "gas": 660114, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0" + ] + }, + { + "pc": 1503, + "op": "DUP4", + "gas": 660111, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x20" + ] + }, + { + "pc": 1504, + "op": "ADD", + "gas": 660108, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x20", + "0x100" + ] + }, + { + "pc": 1505, + "op": "PUSH1", + "gas": 660105, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120" + ] + }, + { + "pc": 1507, + "op": "DUP9", + "gas": 660102, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x20" + ] + }, + { + "pc": 1508, + "op": "ADD", + "gas": 660099, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x20", + "0xe0" + ] + }, + { + "pc": 1509, + "op": "PUSH3", + "gas": 660096, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1513, + "op": "JUMP", + "gas": 660093, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x4ea" + ] + }, + { + "pc": 1258, + "op": "JUMPDEST", + "gas": 660085, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1259, + "op": "PUSH1", + "gas": 660084, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1261, + "op": "JUMPDEST", + "gas": 660081, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1262, + "op": "DUP4", + "gas": 660080, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1263, + "op": "DUP2", + "gas": 660077, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1264, + "op": "LT", + "gas": 660074, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1265, + "op": "ISZERO", + "gas": 660071, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1266, + "op": "PUSH3", + "gas": 660068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 1270, + "op": "JUMPI", + "gas": 660065, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1", + "0x507" + ] + }, + { + "pc": 1287, + "op": "JUMPDEST", + "gas": 660055, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1288, + "op": "DUP4", + "gas": 660054, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1289, + "op": "DUP2", + "gas": 660051, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1290, + "op": "GT", + "gas": 660048, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1291, + "op": "ISZERO", + "gas": 660045, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1292, + "op": "PUSH3", + "gas": 660042, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 1296, + "op": "JUMPI", + "gas": 660039, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1", + "0x11d" + ] + }, + { + "pc": 285, + "op": "JUMPDEST", + "gas": 660029, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 286, + "op": "POP", + "gas": 660028, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 287, + "op": "JUMPDEST", + "gas": 660026, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 288, + "op": "POP", + "gas": 660025, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 289, + "op": "POP", + "gas": 660023, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120" + ] + }, + { + "pc": 290, + "op": "POP", + "gas": 660021, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0" + ] + }, + { + "pc": 291, + "op": "JUMP", + "gas": 660019, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea" + ] + }, + { + "pc": 1514, + "op": "JUMPDEST", + "gas": 660011, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1515, + "op": "DUP1", + "gas": 660010, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1516, + "op": "SWAP6", + "gas": 660007, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100" + ] + }, + { + "pc": 1517, + "op": "POP", + "gas": 660004, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1518, + "op": "POP", + "gas": 660002, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1519, + "op": "POP", + "gas": 660000, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120" + ] + }, + { + "pc": 1520, + "op": "POP", + "gas": 659998, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1521, + "op": "POP", + "gas": 659996, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1522, + "op": "POP", + "gas": 659994, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0" + ] + }, + { + "pc": 1523, + "op": "SWAP3", + "gas": 659992, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 1524, + "op": "POP", + "gas": 659989, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x80" + ] + }, + { + "pc": 1525, + "op": "SWAP3", + "gas": 659987, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1526, + "op": "POP", + "gas": 659984, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 1527, + "op": "SWAP3", + "gas": 659982, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1528, + "op": "JUMP", + "gas": 659979, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x26" + ] + }, + { + "pc": 38, + "op": "JUMPDEST", + "gas": 659971, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 39, + "op": "DUP3", + "gas": 659970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 40, + "op": "DUP2", + "gas": 659967, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 41, + "op": "PUSH3", + "gas": 659964, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 45, + "op": "PUSH1", + "gas": 659961, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55" + ] + }, + { + "pc": 47, + "op": "PUSH32", + "gas": 659958, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1" + ] + }, + { + "pc": 80, + "op": "PUSH3", + "gas": 659955, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 84, + "op": "JUMP", + "gas": 659952, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x5f9" + ] + }, + { + "pc": 1529, + "op": "JUMPDEST", + "gas": 659944, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1530, + "op": "PUSH1", + "gas": 659943, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1532, + "op": "DUP3", + "gas": 659940, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1533, + "op": "DUP3", + "gas": 659937, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1" + ] + }, + { + "pc": 1534, + "op": "LT", + "gas": 659934, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1535, + "op": "ISZERO", + "gas": 659931, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x0" + ] + }, + { + "pc": 1536, + "op": "PUSH3", + "gas": 659928, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1" + ] + }, + { + "pc": 1540, + "op": "JUMPI", + "gas": 659925, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1", + "0x61a" + ] + }, + { + "pc": 1562, + "op": "JUMPDEST", + "gas": 659915, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1563, + "op": "POP", + "gas": 659914, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1564, + "op": "SUB", + "gas": 659912, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1565, + "op": "SWAP1", + "gas": 659909, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x55", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1566, + "op": "JUMP", + "gas": 659906, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x55" + ] + }, + { + "pc": 85, + "op": "JUMPDEST", + "gas": 659898, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 86, + "op": "PUSH1", + "gas": 659897, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 88, + "op": "DUP1", + "gas": 659894, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 89, + "op": "MLOAD", + "gas": 659891, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 90, + "op": "PUSH1", + "gas": 659888, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 92, + "op": "PUSH3", + "gas": 659885, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 96, + "op": "DUP4", + "gas": 659882, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20", + "0xf1f" + ] + }, + { + "pc": 97, + "op": "CODECOPY", + "gas": 659879, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20", + "0xf1f", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 98, + "op": "DUP2", + "gas": 659873, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 99, + "op": "MLOAD", + "gas": 659870, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 100, + "op": "SWAP2", + "gas": 659867, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 101, + "op": "MSTORE", + "gas": 659864, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 102, + "op": "EQ", + "gas": 659861, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 103, + "op": "PUSH3", + "gas": 659858, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x1" + ] + }, + { + "pc": 107, + "op": "JUMPI", + "gas": 659855, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x1", + "0x75" + ] + }, + { + "pc": 117, + "op": "JUMPDEST", + "gas": 659845, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 118, + "op": "PUSH3", + "gas": 659844, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 122, + "op": "DUP3", + "gas": 659841, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83" + ] + }, + { + "pc": 123, + "op": "DUP3", + "gas": 659838, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 124, + "op": "PUSH1", + "gas": 659835, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 126, + "op": "PUSH3", + "gas": 659832, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 130, + "op": "JUMP", + "gas": 659829, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xe7" + ] + }, + { + "pc": 231, + "op": "JUMPDEST", + "gas": 659821, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 232, + "op": "PUSH3", + "gas": 659820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 236, + "op": "DUP4", + "gas": 659817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2" + ] + }, + { + "pc": 237, + "op": "PUSH3", + "gas": 659814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 241, + "op": "JUMP", + "gas": 659811, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x17f" + ] + }, + { + "pc": 383, + "op": "JUMPDEST", + "gas": 659803, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 384, + "op": "PUSH3", + "gas": 659802, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 388, + "op": "DUP2", + "gas": 659799, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a" + ] + }, + { + "pc": 389, + "op": "PUSH3", + "gas": 659796, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 393, + "op": "JUMP", + "gas": 659793, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2de" + ] + }, + { + "pc": 734, + "op": "JUMPDEST", + "gas": 659785, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 735, + "op": "PUSH3", + "gas": 659784, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 739, + "op": "DUP2", + "gas": 659781, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4" + ] + }, + { + "pc": 740, + "op": "PUSH3", + "gas": 659778, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 744, + "op": "PUSH1", + "gas": 659775, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a" + ] + }, + { + "pc": 746, + "op": "SHL", + "gas": 659772, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a", + "0x20" + ] + }, + { + "pc": 747, + "op": "PUSH3", + "gas": 659769, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a00000000" + ] + }, + { + "pc": 751, + "op": "OR", + "gas": 659766, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a00000000", + "0x28c" + ] + }, + { + "pc": 752, + "op": "PUSH1", + "gas": 659763, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a0000028c" + ] + }, + { + "pc": 754, + "op": "SHR", + "gas": 659760, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a0000028c", + "0x20" + ] + }, + { + "pc": 755, + "op": "JUMP", + "gas": 659757, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x46a" + ] + }, + { + "pc": 1130, + "op": "JUMPDEST", + "gas": 659749, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1131, + "op": "PUSH1", + "gas": 659748, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 1133, + "op": "PUSH1", + "gas": 659745, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1" + ] + }, + { + "pc": 1135, + "op": "PUSH1", + "gas": 659742, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x1" + ] + }, + { + "pc": 1137, + "op": "SHL", + "gas": 659739, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1138, + "op": "SUB", + "gas": 659736, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1139, + "op": "AND", + "gas": 659733, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1140, + "op": "EXTCODESIZE", + "gas": 659730, + "gasCost": 2600, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ], + "extraData": { + "codeList": [ + "0x6080604052600436106100a75760003560e01c80638431f5c1116100645780638431f5c114610177578063a93a4af91461018a578063c676ad291461019d578063e77772fe146101bd578063f887ea40146101dd578063f8c8765e146101fd57600080fd5b80633cb747bf146100ac57806354bbd59c146100e8578063575361b6146101215780636c07ea43146101365780637885ef0114610149578063797594b014610151575b600080fd5b3480156100b857600080fd5b506002546100cc906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b3480156100f457600080fd5b506100cc610103366004610d51565b6001600160a01b039081166000908152600460205260409020541690565b61013461012f366004610dbe565b61021d565b005b610134610144366004610e39565b610269565b6101346102a8565b34801561015d57600080fd5b506000546100cc906201000090046001600160a01b031681565b610134610185366004610e6e565b610303565b610134610198366004610f06565b6106ad565b3480156101a957600080fd5b506100cc6101b8366004610d51565b6106c0565b3480156101c957600080fd5b506005546100cc906001600160a01b031681565b3480156101e957600080fd5b506001546100cc906001600160a01b031681565b34801561020957600080fd5b50610134610218366004610f4c565b61073b565b61026186868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b6102a383338460005b6040519080825280601f01601f19166020018201604052801561029c576020820181803683370190505b50856108b5565b505050565b6002546001600160a01b031633146103015760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b565b6002546001600160a01b03163381146103585760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016102f8565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610396573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ba9190610fbe565b6000546201000090046001600160a01b0390811691161461041d5760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016102f8565b341561045f5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b60448201526064016102f8565b6005546040516361e98ca160e01b81523060048201526001600160a01b038a8116602483015260009216906361e98ca190604401602060405180830381865afa1580156104b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d49190610fbe565b9050806001600160a01b0316886001600160a01b03161461052b5760405162461bcd60e51b81526020600482015260116024820152700d86440e8ded6cadc40dad2e6dac2e8c6d607b1b60448201526064016102f8565b506001600160a01b03878116600090815260046020526040902054606091829116610593576001600160a01b03898116600090815260046020526040902080546001600160a01b031916918c1691909117905561058a8585018661108a565b925090506105cd565b84848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509293505050505b6001600160a01b0389163b6105e6576105e6828b610b23565b6040516340c10f1960e01b81526001600160a01b038881166004830152602482018890528a16906340c10f1990604401600060405180830381600087803b15801561063057600080fd5b505af1158015610644573d6000803e3d6000fd5b50505050876001600160a01b0316896001600160a01b03168b6001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba348a8a8660405161069993929190611146565b60405180910390a450505050505050505050565b6106ba8484846000610272565b50505050565b6005546040516361e98ca160e01b81523060048201526001600160a01b03838116602483015260009216906361e98ca190604401602060405180830381865afa158015610711573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107359190610fbe565b92915050565b600054610100900460ff166107565760005460ff161561075a565b303b155b6107bd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016102f8565b600054610100900460ff161580156107df576000805461ffff19166101011790555b6001600160a01b03841661082b5760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b60448201526064016102f8565b610836858585610c29565b6001600160a01b0382166108815760405162461bcd60e51b81526020600482015260126024820152717a65726f20746f6b656e20666163746f727960701b60448201526064016102f8565b600580546001600160a01b0319166001600160a01b03841617905580156108ae576000805461ff00191690555b5050505050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b60448201526064016102f8565b60015433906001600160a01b031681141561092a578280602001905181019061092591906111a6565b935090505b6001600160a01b0380871660009081526004602052604090205416806109925760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e0000000000000060448201526064016102f8565b604051632770a7eb60e21b81526001600160a01b03838116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8289858a8a8a604051602401610a1996959493929190611201565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252600254600054925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a8e926201000090041690839087908b90600401611250565b6000604051808303818588803b158015610aa757600080fd5b505af1158015610abb573d6000803e3d6000fd5b5050505050826001600160a01b0316886001600160a01b0316836001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a604051610b1193929190611146565b60405180910390a45050505050505050565b600554604051637bdbcbbf60e01b81523060048201526001600160a01b0383811660248301526000921690637bdbcbbf906044016020604051808303816000875af1158015610b76573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9a9190610fbe565b9050600080600085806020019051810190610bb591906112a8565b925092509250836001600160a01b031663c820f146838584308a6040518663ffffffff1660e01b8152600401610bef959493929190611326565b600060405180830381600087803b158015610c0957600080fd5b505af1158015610c1d573d6000803e3d6000fd5b50505050505050505050565b6001600160a01b038316610c7f5760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016102f8565b6001600160a01b038116610cce5760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016102f8565b6000805462010000600160b01b031916620100006001600160a01b038681169190910291909117909155600280546001600160a01b031916838316179055821615610d2f57600180546001600160a01b0319166001600160a01b0384161790555b5050600160035550565b6001600160a01b0381168114610d4e57600080fd5b50565b600060208284031215610d6357600080fd5b8135610d6e81610d39565b9392505050565b60008083601f840112610d8757600080fd5b50813567ffffffffffffffff811115610d9f57600080fd5b602083019150836020828501011115610db757600080fd5b9250929050565b60008060008060008060a08789031215610dd757600080fd5b8635610de281610d39565b95506020870135610df281610d39565b945060408701359350606087013567ffffffffffffffff811115610e1557600080fd5b610e2189828a01610d75565b979a9699509497949695608090950135949350505050565b600080600060608486031215610e4e57600080fd5b8335610e5981610d39565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e8957600080fd5b8735610e9481610d39565b96506020880135610ea481610d39565b95506040880135610eb481610d39565b94506060880135610ec481610d39565b93506080880135925060a088013567ffffffffffffffff811115610ee757600080fd5b610ef38a828b01610d75565b989b979a50959850939692959293505050565b60008060008060808587031215610f1c57600080fd5b8435610f2781610d39565b93506020850135610f3781610d39565b93969395505050506040820135916060013590565b60008060008060808587031215610f6257600080fd5b8435610f6d81610d39565b93506020850135610f7d81610d39565b92506040850135610f8d81610d39565b91506060850135610f9d81610d39565b939692955090935050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610fd057600080fd5b8151610d6e81610d39565b604051601f8201601f1916810167ffffffffffffffff8111828210171561100457611004610fa8565b604052919050565b600067ffffffffffffffff82111561102657611026610fa8565b50601f01601f191660200190565b600082601f83011261104557600080fd5b81356110586110538261100c565b610fdb565b81815284602083860101111561106d57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561109d57600080fd5b823567ffffffffffffffff808211156110b557600080fd5b6110c186838701611034565b935060208501359150808211156110d757600080fd5b506110e485828601611034565b9150509250929050565b60005b838110156111095781810151838201526020016110f1565b838111156106ba5750506000910152565b600081518084526111328160208601602086016110ee565b601f01601f19169290920160200192915050565b60018060a01b038416815282602082015260606040820152600061116d606083018461111a565b95945050505050565b60006111846110538461100c565b905082815283838301111561119857600080fd5b610d6e8360208301846110ee565b600080604083850312156111b957600080fd5b82516111c481610d39565b602084015190925067ffffffffffffffff8111156111e157600080fd5b8301601f810185136111f257600080fd5b6110e485825160208401611176565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a082018190526000906112449083018461111a565b98975050505050505050565b60018060a01b0385168152836020820152608060408201526000611277608083018561111a565b905082606083015295945050505050565b600082601f83011261129957600080fd5b610d6e83835160208501611176565b6000806000606084860312156112bd57600080fd5b835167ffffffffffffffff808211156112d557600080fd5b6112e187838801611288565b945060208601519150808211156112f757600080fd5b5061130486828701611288565b925050604084015160ff8116811461131b57600080fd5b809150509250925092565b60a08152600061133960a083018861111a565b828103602084015261134b818861111a565b60ff96909616604084015250506001600160a01b03928316606082015291166080909101529291505056fea2646970667358221220ecd187c94a71cff6b791b98b05df232b66ff286e240691cae5a392562812230864736f6c634300080a0033" + ] + } + }, + { + "pc": 1141, + "op": "ISZERO", + "gas": 657130, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x13ac" + ] + }, + { + "pc": 1142, + "op": "ISZERO", + "gas": 657127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x0" + ] + }, + { + "pc": 1143, + "op": "SWAP1", + "gas": 657124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2f4", + "0x1" + ] + }, + { + "pc": 1144, + "op": "JUMP", + "gas": 657121, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x2f4" + ] + }, + { + "pc": 756, + "op": "JUMPDEST", + "gas": 657113, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1" + ] + }, + { + "pc": 757, + "op": "PUSH3", + "gas": 657112, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1" + ] + }, + { + "pc": 761, + "op": "JUMPI", + "gas": 657109, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x1", + "0x358" + ] + }, + { + "pc": 856, + "op": "JUMPDEST", + "gas": 657099, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 857, + "op": "DUP1", + "gas": 657098, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 858, + "op": "PUSH3", + "gas": 657095, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 862, + "op": "PUSH1", + "gas": 657092, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd" + ] + }, + { + "pc": 864, + "op": "DUP1", + "gas": 657089, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0" + ] + }, + { + "pc": 865, + "op": "MLOAD", + "gas": 657086, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 866, + "op": "PUSH1", + "gas": 657083, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 868, + "op": "PUSH3", + "gas": 657080, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 872, + "op": "DUP4", + "gas": 657077, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xf1f" + ] + }, + { + "pc": 873, + "op": "CODECOPY", + "gas": 657074, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xf1f", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 874, + "op": "DUP2", + "gas": 657068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 875, + "op": "MLOAD", + "gas": 657065, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 876, + "op": "SWAP2", + "gas": 657062, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x0", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 877, + "op": "MSTORE", + "gas": 657059, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 878, + "op": "PUSH1", + "gas": 657056, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 880, + "op": "SHL", + "gas": 657053, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 881, + "op": "PUSH3", + "gas": 657050, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 885, + "op": "PUSH1", + "gas": 657047, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467" + ] + }, + { + "pc": 887, + "op": "SHL", + "gas": 657044, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467", + "0x20" + ] + }, + { + "pc": 888, + "op": "PUSH3", + "gas": 657041, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000000" + ] + }, + { + "pc": 892, + "op": "OR", + "gas": 657038, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 893, + "op": "PUSH1", + "gas": 657035, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000208" + ] + }, + { + "pc": 895, + "op": "SHR", + "gas": 657032, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 896, + "op": "JUMP", + "gas": 657029, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 657021, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 657020, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 657017, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x2bd" + ] + }, + { + "pc": 701, + "op": "JUMPDEST", + "gas": 657009, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 702, + "op": "DUP1", + "gas": 657008, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 703, + "op": "SLOAD", + "gas": 657005, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 704, + "op": "PUSH1", + "gas": 654905, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 706, + "op": "PUSH1", + "gas": 654902, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1" + ] + }, + { + "pc": 708, + "op": "PUSH1", + "gas": 654899, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 710, + "op": "SHL", + "gas": 654896, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 711, + "op": "SUB", + "gas": 654893, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 712, + "op": "NOT", + "gas": 654890, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 713, + "op": "AND", + "gas": 654887, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 714, + "op": "PUSH1", + "gas": 654884, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 716, + "op": "PUSH1", + "gas": 654881, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1" + ] + }, + { + "pc": 718, + "op": "PUSH1", + "gas": 654878, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 720, + "op": "SHL", + "gas": 654875, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 721, + "op": "SUB", + "gas": 654872, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 722, + "op": "SWAP3", + "gas": 654869, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 723, + "op": "SWAP1", + "gas": 654866, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 724, + "op": "SWAP3", + "gas": 654863, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0" + ] + }, + { + "pc": 725, + "op": "AND", + "gas": 654860, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 726, + "op": "SWAP2", + "gas": 654857, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 727, + "op": "SWAP1", + "gas": 654854, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 728, + "op": "SWAP2", + "gas": 654851, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 729, + "op": "OR", + "gas": 654848, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 730, + "op": "SWAP1", + "gas": 654845, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 731, + "op": "SSTORE", + "gas": 654842, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b" + }, + "extraData": { + "proofList": [ + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 732, + "op": "POP", + "gas": 634842, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 733, + "op": "JUMP", + "gas": 634840, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x18a" + ] + }, + { + "pc": 394, + "op": "JUMPDEST", + "gas": 634832, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 395, + "op": "PUSH1", + "gas": 634831, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 397, + "op": "MLOAD", + "gas": 634828, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x40" + ] + }, + { + "pc": 398, + "op": "PUSH1", + "gas": 634825, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120" + ] + }, + { + "pc": 400, + "op": "PUSH1", + "gas": 634822, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0x1" + ] + }, + { + "pc": 402, + "op": "PUSH1", + "gas": 634819, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0x1", + "0x1" + ] + }, + { + "pc": 404, + "op": "SHL", + "gas": 634816, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 405, + "op": "SUB", + "gas": 634813, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 406, + "op": "DUP3", + "gas": 634810, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 407, + "op": "AND", + "gas": 634807, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 408, + "op": "SWAP1", + "gas": 634804, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 409, + "op": "PUSH32", + "gas": 634801, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120" + ] + }, + { + "pc": 442, + "op": "SWAP1", + "gas": 634798, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x120", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" + ] + }, + { + "pc": 443, + "op": "PUSH1", + "gas": 634795, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x120" + ] + }, + { + "pc": 445, + "op": "SWAP1", + "gas": 634792, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x120", + "0x0" + ] + }, + { + "pc": 446, + "op": "LOG2", + "gas": 634789, + "gasCost": 1125, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x0", + "0x120" + ] + }, + { + "pc": 447, + "op": "POP", + "gas": 633664, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 448, + "op": "JUMP", + "gas": 633662, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0xf2" + ] + }, + { + "pc": 242, + "op": "JUMPDEST", + "gas": 633654, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 243, + "op": "PUSH1", + "gas": 633653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 245, + "op": "DUP3", + "gas": 633650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 246, + "op": "MLOAD", + "gas": 633647, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0", + "0x100" + ] + }, + { + "pc": 247, + "op": "GT", + "gas": 633644, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 248, + "op": "DUP1", + "gas": 633641, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 249, + "op": "PUSH3", + "gas": 633638, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 253, + "op": "JUMPI", + "gas": 633635, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0", + "0x0", + "0x100" + ] + }, + { + "pc": 254, + "op": "POP", + "gas": 633625, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 255, + "op": "DUP1", + "gas": 633623, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 256, + "op": "JUMPDEST", + "gas": 633620, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 257, + "op": "ISZERO", + "gas": 633619, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 258, + "op": "PUSH3", + "gas": 633616, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 262, + "op": "JUMPI", + "gas": 633613, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0", + "0x1", + "0x11f" + ] + }, + { + "pc": 287, + "op": "JUMPDEST", + "gas": 633603, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 288, + "op": "POP", + "gas": 633602, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x0" + ] + }, + { + "pc": 289, + "op": "POP", + "gas": 633600, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 290, + "op": "POP", + "gas": 633598, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 291, + "op": "JUMP", + "gas": 633596, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100", + "0x83" + ] + }, + { + "pc": 131, + "op": "JUMPDEST", + "gas": 633588, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 132, + "op": "POP", + "gas": 633587, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0x100" + ] + }, + { + "pc": 133, + "op": "PUSH3", + "gas": 633585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 137, + "op": "SWAP1", + "gas": 633582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xb3" + ] + }, + { + "pc": 138, + "op": "POP", + "gas": 633579, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 139, + "op": "PUSH1", + "gas": 633577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3" + ] + }, + { + "pc": 141, + "op": "PUSH32", + "gas": 633574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1" + ] + }, + { + "pc": 174, + "op": "PUSH3", + "gas": 633571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 178, + "op": "JUMP", + "gas": 633568, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x5f9" + ] + }, + { + "pc": 1529, + "op": "JUMPDEST", + "gas": 633560, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1530, + "op": "PUSH1", + "gas": 633559, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1532, + "op": "DUP3", + "gas": 633556, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1533, + "op": "DUP3", + "gas": 633553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1" + ] + }, + { + "pc": 1534, + "op": "LT", + "gas": 633550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1535, + "op": "ISZERO", + "gas": 633547, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x0" + ] + }, + { + "pc": 1536, + "op": "PUSH3", + "gas": 633544, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1" + ] + }, + { + "pc": 1540, + "op": "JUMPI", + "gas": 633541, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1", + "0x61a" + ] + }, + { + "pc": 1562, + "op": "JUMPDEST", + "gas": 633531, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1563, + "op": "POP", + "gas": 633530, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1564, + "op": "SUB", + "gas": 633528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1565, + "op": "SWAP1", + "gas": 633525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1566, + "op": "JUMP", + "gas": 633522, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb3" + ] + }, + { + "pc": 179, + "op": "JUMPDEST", + "gas": 633514, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 180, + "op": "PUSH1", + "gas": 633513, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 182, + "op": "DUP1", + "gas": 633510, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 183, + "op": "MLOAD", + "gas": 633507, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 184, + "op": "PUSH1", + "gas": 633504, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 186, + "op": "PUSH3", + "gas": 633501, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 190, + "op": "DUP4", + "gas": 633498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 191, + "op": "CODECOPY", + "gas": 633495, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 192, + "op": "DUP2", + "gas": 633489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 193, + "op": "MLOAD", + "gas": 633486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 194, + "op": "SWAP2", + "gas": 633483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 195, + "op": "MSTORE", + "gas": 633480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 196, + "op": "EQ", + "gas": 633477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 197, + "op": "PUSH3", + "gas": 633474, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x1" + ] + }, + { + "pc": 201, + "op": "JUMPI", + "gas": 633471, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x1", + "0xd3" + ] + }, + { + "pc": 211, + "op": "JUMPDEST", + "gas": 633461, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 212, + "op": "PUSH3", + "gas": 633460, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 216, + "op": "DUP3", + "gas": 633457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde" + ] + }, + { + "pc": 217, + "op": "PUSH3", + "gas": 633454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 221, + "op": "JUMP", + "gas": 633451, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x124" + ] + }, + { + "pc": 292, + "op": "JUMPDEST", + "gas": 633443, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 293, + "op": "PUSH32", + "gas": 633442, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 326, + "op": "PUSH3", + "gas": 633439, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" + ] + }, + { + "pc": 330, + "op": "PUSH3", + "gas": 633436, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 334, + "op": "JUMP", + "gas": 633433, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x1f0" + ] + }, + { + "pc": 496, + "op": "JUMPDEST", + "gas": 633425, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 497, + "op": "PUSH1", + "gas": 633424, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 499, + "op": "PUSH3", + "gas": 633421, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0" + ] + }, + { + "pc": 503, + "op": "PUSH1", + "gas": 633418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a" + ] + }, + { + "pc": 505, + "op": "DUP1", + "gas": 633415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0" + ] + }, + { + "pc": 506, + "op": "MLOAD", + "gas": 633412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 507, + "op": "PUSH1", + "gas": 633409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 509, + "op": "PUSH3", + "gas": 633406, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 513, + "op": "DUP4", + "gas": 633403, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 514, + "op": "CODECOPY", + "gas": 633400, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 515, + "op": "DUP2", + "gas": 633394, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 516, + "op": "MLOAD", + "gas": 633391, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 517, + "op": "SWAP2", + "gas": 633388, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 518, + "op": "MSTORE", + "gas": 633385, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 519, + "op": "PUSH1", + "gas": 633382, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 521, + "op": "SHL", + "gas": 633379, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 522, + "op": "PUSH3", + "gas": 633376, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 526, + "op": "PUSH1", + "gas": 633373, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 528, + "op": "SHL", + "gas": 633370, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467", + "0x20" + ] + }, + { + "pc": 529, + "op": "PUSH3", + "gas": 633367, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000" + ] + }, + { + "pc": 533, + "op": "OR", + "gas": 633364, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 534, + "op": "PUSH1", + "gas": 633361, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208" + ] + }, + { + "pc": 536, + "op": "SHR", + "gas": 633358, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 537, + "op": "JUMP", + "gas": 633355, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 633347, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 633346, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 633343, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x21a" + ] + }, + { + "pc": 538, + "op": "JUMPDEST", + "gas": 633335, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 539, + "op": "SLOAD", + "gas": 633334, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 540, + "op": "PUSH1", + "gas": 631234, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0" + ] + }, + { + "pc": 542, + "op": "PUSH1", + "gas": 631231, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 544, + "op": "PUSH1", + "gas": 631228, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 546, + "op": "SHL", + "gas": 631225, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 547, + "op": "SUB", + "gas": 631222, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 548, + "op": "AND", + "gas": 631219, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 549, + "op": "SWAP2", + "gas": 631216, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0" + ] + }, + { + "pc": 550, + "op": "SWAP1", + "gas": 631213, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x0", + "0x14f" + ] + }, + { + "pc": 551, + "op": "POP", + "gas": 631210, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x14f", + "0x0" + ] + }, + { + "pc": 552, + "op": "JUMP", + "gas": 631208, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x14f" + ] + }, + { + "pc": 335, + "op": "JUMPDEST", + "gas": 631200, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0" + ] + }, + { + "pc": 336, + "op": "PUSH1", + "gas": 631199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0" + ] + }, + { + "pc": 338, + "op": "DUP1", + "gas": 631196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40" + ] + }, + { + "pc": 339, + "op": "MLOAD", + "gas": 631193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x40" + ] + }, + { + "pc": 340, + "op": "PUSH1", + "gas": 631190, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120" + ] + }, + { + "pc": 342, + "op": "PUSH1", + "gas": 631187, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1" + ] + }, + { + "pc": 344, + "op": "PUSH1", + "gas": 631184, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x1" + ] + }, + { + "pc": 346, + "op": "SHL", + "gas": 631181, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 347, + "op": "SUB", + "gas": 631178, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 348, + "op": "SWAP3", + "gas": 631175, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 349, + "op": "DUP4", + "gas": 631172, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0" + ] + }, + { + "pc": 350, + "op": "AND", + "gas": 631169, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 351, + "op": "DUP2", + "gas": 631166, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0" + ] + }, + { + "pc": 352, + "op": "MSTORE", + "gas": 631163, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0", + "0x120" + ] + }, + { + "pc": 353, + "op": "SWAP2", + "gas": 631157, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120" + ] + }, + { + "pc": 354, + "op": "DUP5", + "gas": 631154, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 355, + "op": "AND", + "gas": 631151, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 356, + "op": "PUSH1", + "gas": 631148, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 358, + "op": "DUP4", + "gas": 631145, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x20" + ] + }, + { + "pc": 359, + "op": "ADD", + "gas": 631142, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x20", + "0x120" + ] + }, + { + "pc": 360, + "op": "MSTORE", + "gas": 631139, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x140" + ] + }, + { + "pc": 361, + "op": "ADD", + "gas": 631133, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40" + ] + }, + { + "pc": 362, + "op": "PUSH1", + "gas": 631130, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160" + ] + }, + { + "pc": 364, + "op": "MLOAD", + "gas": 631127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x40" + ] + }, + { + "pc": 365, + "op": "DUP1", + "gas": 631124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x120" + ] + }, + { + "pc": 366, + "op": "SWAP2", + "gas": 631121, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x120", + "0x120" + ] + }, + { + "pc": 367, + "op": "SUB", + "gas": 631118, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x120", + "0x160" + ] + }, + { + "pc": 368, + "op": "SWAP1", + "gas": 631115, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40" + ] + }, + { + "pc": 369, + "op": "LOG1", + "gas": 631112, + "gasCost": 1262, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x40", + "0x120" + ] + }, + { + "pc": 370, + "op": "PUSH3", + "gas": 629850, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 374, + "op": "DUP2", + "gas": 629847, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c" + ] + }, + { + "pc": 375, + "op": "PUSH3", + "gas": 629844, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 379, + "op": "JUMP", + "gas": 629841, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x229" + ] + }, + { + "pc": 553, + "op": "JUMPDEST", + "gas": 629833, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 554, + "op": "PUSH1", + "gas": 629832, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 556, + "op": "PUSH1", + "gas": 629829, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 558, + "op": "PUSH1", + "gas": 629826, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1" + ] + }, + { + "pc": 560, + "op": "SHL", + "gas": 629823, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 561, + "op": "SUB", + "gas": 629820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 562, + "op": "DUP2", + "gas": 629817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 563, + "op": "AND", + "gas": 629814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 564, + "op": "PUSH3", + "gas": 629811, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 568, + "op": "JUMPI", + "gas": 629808, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x294" + ] + }, + { + "pc": 660, + "op": "JUMPDEST", + "gas": 629798, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 661, + "op": "DUP1", + "gas": 629797, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 662, + "op": "PUSH3", + "gas": 629794, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 666, + "op": "PUSH1", + "gas": 629791, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd" + ] + }, + { + "pc": 668, + "op": "DUP1", + "gas": 629788, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0" + ] + }, + { + "pc": 669, + "op": "MLOAD", + "gas": 629785, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 670, + "op": "PUSH1", + "gas": 629782, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 672, + "op": "PUSH3", + "gas": 629779, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 676, + "op": "DUP4", + "gas": 629776, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 677, + "op": "CODECOPY", + "gas": 629773, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 678, + "op": "DUP2", + "gas": 629767, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 679, + "op": "MLOAD", + "gas": 629764, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 680, + "op": "SWAP2", + "gas": 629761, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 681, + "op": "MSTORE", + "gas": 629758, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 682, + "op": "PUSH1", + "gas": 629755, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 684, + "op": "SHL", + "gas": 629752, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 685, + "op": "PUSH3", + "gas": 629749, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 689, + "op": "PUSH1", + "gas": 629746, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 691, + "op": "SHL", + "gas": 629743, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467", + "0x20" + ] + }, + { + "pc": 692, + "op": "PUSH3", + "gas": 629740, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000" + ] + }, + { + "pc": 696, + "op": "OR", + "gas": 629737, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 697, + "op": "PUSH1", + "gas": 629734, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208" + ] + }, + { + "pc": 699, + "op": "SHR", + "gas": 629731, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 700, + "op": "JUMP", + "gas": 629728, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 629720, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 629719, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 629716, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x2bd" + ] + }, + { + "pc": 701, + "op": "JUMPDEST", + "gas": 629708, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 702, + "op": "DUP1", + "gas": 629707, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 703, + "op": "SLOAD", + "gas": 629704, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 704, + "op": "PUSH1", + "gas": 629604, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 706, + "op": "PUSH1", + "gas": 629601, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1" + ] + }, + { + "pc": 708, + "op": "PUSH1", + "gas": 629598, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 710, + "op": "SHL", + "gas": 629595, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 711, + "op": "SUB", + "gas": 629592, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 712, + "op": "NOT", + "gas": 629589, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 713, + "op": "AND", + "gas": 629586, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 714, + "op": "PUSH1", + "gas": 629583, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 716, + "op": "PUSH1", + "gas": 629580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1" + ] + }, + { + "pc": 718, + "op": "PUSH1", + "gas": 629577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 720, + "op": "SHL", + "gas": 629574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 721, + "op": "SUB", + "gas": 629571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 722, + "op": "SWAP3", + "gas": 629568, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 723, + "op": "SWAP1", + "gas": 629565, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 724, + "op": "SWAP3", + "gas": 629562, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0" + ] + }, + { + "pc": 725, + "op": "AND", + "gas": 629559, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 726, + "op": "SWAP2", + "gas": 629556, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 727, + "op": "SWAP1", + "gas": 629553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 728, + "op": "SWAP2", + "gas": 629550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 729, + "op": "OR", + "gas": 629547, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 730, + "op": "SWAP1", + "gas": 629544, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 731, + "op": "SSTORE", + "gas": 629541, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb54" + }, + "extraData": { + "proofList": [ + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 732, + "op": "POP", + "gas": 609541, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 733, + "op": "JUMP", + "gas": 609539, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c" + ] + }, + { + "pc": 380, + "op": "JUMPDEST", + "gas": 609531, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 381, + "op": "POP", + "gas": 609530, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 382, + "op": "JUMP", + "gas": 609528, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde" + ] + }, + { + "pc": 222, + "op": "JUMPDEST", + "gas": 609520, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 223, + "op": "POP", + "gas": 609519, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 224, + "op": "POP", + "gas": 609517, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 225, + "op": "POP", + "gas": 609515, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b" + ] + }, + { + "pc": 226, + "op": "PUSH3", + "gas": 609513, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 230, + "op": "JUMP", + "gas": 609510, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x688" + ] + }, + { + "pc": 1672, + "op": "JUMPDEST", + "gas": 609502, + "gasCost": 1, + "depth": 1 + }, + { + "pc": 1673, + "op": "PUSH2", + "gas": 609501, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 1676, + "op": "DUP1", + "gas": 609498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867" + ] + }, + { + "pc": 1677, + "op": "PUSH3", + "gas": 609495, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867", + "0x867" + ] + }, + { + "pc": 1681, + "op": "PUSH1", + "gas": 609492, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867", + "0x867", + "0x698" + ] + }, + { + "pc": 1683, + "op": "CODECOPY", + "gas": 609489, + "gasCost": 387, + "depth": 1, + "stack": [ + "0x867", + "0x867", + "0x698", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 1684, + "op": "PUSH1", + "gas": 609102, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867" + ] + }, + { + "pc": 1686, + "op": "RETURN", + "gas": 609099, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x867", + "0x0" + ] + } + ] + }, + { + "gas": 1351624, + "failed": false, + "returnValue": "6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 4, + "balance": "0x3635c9adc5de6b17b4", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 5, + "balance": "0x3635c9adc5de5677ec", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x957487d4f3747d0933516b21a652a2e97ebc3d9607f7647dbef476485e570834", + "poseidonCodeHash": "0x1462294bf29f8a08f6fc26e8ff87b5400e3f0cf0374163550d2d44b9064e2b67", + "codeSize": 6013 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x498814", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405234801561001057600080fd5b5061177d806100206000396000f3fe6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 1609335, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 1609332, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 1609329, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 1609317, + "gasCost": 2, + "depth": 1 + }, + { + "pc": 6, + "op": "DUP1", + "gas": 1609315, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 1609312, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 1609309, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 1609306, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 1609296, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 1609295, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 18, + "op": "PUSH2", + "gas": 1609293, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 21, + "op": "DUP1", + "gas": 1609290, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x177d" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 1609287, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x177d", + "0x177d" + ] + }, + { + "pc": 25, + "op": "PUSH1", + "gas": 1609284, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x177d", + "0x177d", + "0x20" + ] + }, + { + "pc": 27, + "op": "CODECOPY", + "gas": 1609281, + "gasCost": 1191, + "depth": 1, + "stack": [ + "0x177d", + "0x177d", + "0x20", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 28, + "op": "PUSH1", + "gas": 1608090, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x177d" + ] + }, + { + "pc": 30, + "op": "RETURN", + "gas": 1608087, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x177d", + "0x0" + ] + } + ] + }, + { + "gas": 596333, + "failed": false, + "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 5, + "balance": "0x3635c9adc5de5677ec", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 6, + "balance": "0x3635c9adc5de4d5e7f", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x52a181", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb5400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 660724, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 660721, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 660718, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "PUSH1", + "gas": 660706, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 7, + "op": "MLOAD", + "gas": 660703, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40" + ] + }, + { + "pc": 8, + "op": "PUSH3", + "gas": 660700, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 12, + "op": "CODESIZE", + "gas": 660697, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x80", + "0xf66" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 13, + "op": "SUB", + "gas": 660695, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xf66", + "0xfe6" + ] + }, + { + "pc": 14, + "op": "DUP1", + "gas": 660692, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80" + ] + }, + { + "pc": 15, + "op": "PUSH3", + "gas": 660689, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80" + ] + }, + { + "pc": 19, + "op": "DUP4", + "gas": 660686, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80", + "0xf66" + ] + }, + { + "pc": 20, + "op": "CODECOPY", + "gas": 660683, + "gasCost": 30, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80", + "0xf66", + "0x80" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 21, + "op": "DUP2", + "gas": 660653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80" + ] + }, + { + "pc": 22, + "op": "ADD", + "gas": 660650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80" + ] + }, + { + "pc": 23, + "op": "PUSH1", + "gas": 660647, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100" + ] + }, + { + "pc": 25, + "op": "DUP2", + "gas": 660644, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x40" + ] + }, + { + "pc": 26, + "op": "SWAP1", + "gas": 660641, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x40", + "0x100" + ] + }, + { + "pc": 27, + "op": "MSTORE", + "gas": 660638, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x100", + "0x40" + ] + }, + { + "pc": 28, + "op": "PUSH3", + "gas": 660635, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100" + ] + }, + { + "pc": 32, + "op": "SWAP2", + "gas": 660632, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x26" + ] + }, + { + "pc": 33, + "op": "PUSH3", + "gas": 660629, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 37, + "op": "JUMP", + "gas": 660626, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x519" + ] + }, + { + "pc": 1305, + "op": "JUMPDEST", + "gas": 660618, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 1306, + "op": "PUSH1", + "gas": 660617, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 1308, + "op": "DUP1", + "gas": 660614, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0" + ] + }, + { + "pc": 1309, + "op": "PUSH1", + "gas": 660611, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0" + ] + }, + { + "pc": 1311, + "op": "PUSH1", + "gas": 660608, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1313, + "op": "DUP5", + "gas": 660605, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60" + ] + }, + { + "pc": 1314, + "op": "DUP7", + "gas": 660602, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80" + ] + }, + { + "pc": 1315, + "op": "SUB", + "gas": 660599, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80", + "0x100" + ] + }, + { + "pc": 1316, + "op": "SLT", + "gas": 660596, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80" + ] + }, + { + "pc": 1317, + "op": "ISZERO", + "gas": 660593, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1318, + "op": "PUSH3", + "gas": 660590, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 1322, + "op": "JUMPI", + "gas": 660587, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x1", + "0x52f" + ] + }, + { + "pc": 1327, + "op": "JUMPDEST", + "gas": 660577, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1328, + "op": "PUSH3", + "gas": 660576, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1332, + "op": "DUP5", + "gas": 660573, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a" + ] + }, + { + "pc": 1333, + "op": "PUSH3", + "gas": 660570, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1337, + "op": "JUMP", + "gas": 660567, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4b7" + ] + }, + { + "pc": 1207, + "op": "JUMPDEST", + "gas": 660559, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1208, + "op": "DUP1", + "gas": 660558, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1209, + "op": "MLOAD", + "gas": 660555, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x80" + ] + }, + { + "pc": 1210, + "op": "PUSH1", + "gas": 660552, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1212, + "op": "PUSH1", + "gas": 660549, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1" + ] + }, + { + "pc": 1214, + "op": "PUSH1", + "gas": 660546, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x1" + ] + }, + { + "pc": 1216, + "op": "SHL", + "gas": 660543, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1217, + "op": "SUB", + "gas": 660540, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1218, + "op": "DUP2", + "gas": 660537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1219, + "op": "AND", + "gas": 660534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1220, + "op": "DUP2", + "gas": 660531, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1221, + "op": "EQ", + "gas": 660528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1222, + "op": "PUSH3", + "gas": 660525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1" + ] + }, + { + "pc": 1226, + "op": "JUMPI", + "gas": 660522, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x4cf" + ] + }, + { + "pc": 1231, + "op": "JUMPDEST", + "gas": 660512, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1232, + "op": "SWAP2", + "gas": 660511, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1233, + "op": "SWAP1", + "gas": 660508, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x80", + "0x53a" + ] + }, + { + "pc": 1234, + "op": "POP", + "gas": 660505, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x53a", + "0x80" + ] + }, + { + "pc": 1235, + "op": "JUMP", + "gas": 660503, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x53a" + ] + }, + { + "pc": 1338, + "op": "JUMPDEST", + "gas": 660495, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1339, + "op": "SWAP3", + "gas": 660494, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1340, + "op": "POP", + "gas": 660491, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1341, + "op": "PUSH3", + "gas": 660489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0" + ] + }, + { + "pc": 1345, + "op": "PUSH1", + "gas": 660486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a" + ] + }, + { + "pc": 1347, + "op": "DUP6", + "gas": 660483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0x20" + ] + }, + { + "pc": 1348, + "op": "ADD", + "gas": 660480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0x20", + "0x80" + ] + }, + { + "pc": 1349, + "op": "PUSH3", + "gas": 660477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1353, + "op": "JUMP", + "gas": 660474, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0x4b7" + ] + }, + { + "pc": 1207, + "op": "JUMPDEST", + "gas": 660466, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1208, + "op": "DUP1", + "gas": 660465, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1209, + "op": "MLOAD", + "gas": 660462, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa0" + ] + }, + { + "pc": 1210, + "op": "PUSH1", + "gas": 660459, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1212, + "op": "PUSH1", + "gas": 660456, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 1214, + "op": "PUSH1", + "gas": 660453, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1" + ] + }, + { + "pc": 1216, + "op": "SHL", + "gas": 660450, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1217, + "op": "SUB", + "gas": 660447, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1218, + "op": "DUP2", + "gas": 660444, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1219, + "op": "AND", + "gas": 660441, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1220, + "op": "DUP2", + "gas": 660438, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1221, + "op": "EQ", + "gas": 660435, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1222, + "op": "PUSH3", + "gas": 660432, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 1226, + "op": "JUMPI", + "gas": 660429, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x4cf" + ] + }, + { + "pc": 1231, + "op": "JUMPDEST", + "gas": 660419, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1232, + "op": "SWAP2", + "gas": 660418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1233, + "op": "SWAP1", + "gas": 660415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa0", + "0x54a" + ] + }, + { + "pc": 1234, + "op": "POP", + "gas": 660412, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1235, + "op": "JUMP", + "gas": 660410, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x54a" + ] + }, + { + "pc": 1354, + "op": "JUMPDEST", + "gas": 660402, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1355, + "op": "PUSH1", + "gas": 660401, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1357, + "op": "DUP6", + "gas": 660398, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x40" + ] + }, + { + "pc": 1358, + "op": "ADD", + "gas": 660395, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x40", + "0x80" + ] + }, + { + "pc": 1359, + "op": "MLOAD", + "gas": 660392, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xc0" + ] + }, + { + "pc": 1360, + "op": "SWAP1", + "gas": 660389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x60" + ] + }, + { + "pc": 1361, + "op": "SWAP3", + "gas": 660386, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x0", + "0x60", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1362, + "op": "POP", + "gas": 660383, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x0" + ] + }, + { + "pc": 1363, + "op": "PUSH1", + "gas": 660381, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60" + ] + }, + { + "pc": 1365, + "op": "PUSH1", + "gas": 660378, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1" + ] + }, + { + "pc": 1367, + "op": "PUSH1", + "gas": 660375, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x1" + ] + }, + { + "pc": 1369, + "op": "SHL", + "gas": 660372, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x1", + "0x40" + ] + }, + { + "pc": 1370, + "op": "SUB", + "gas": 660369, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x10000000000000000" + ] + }, + { + "pc": 1371, + "op": "DUP1", + "gas": 660366, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1372, + "op": "DUP3", + "gas": 660363, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xffffffffffffffff" + ] + }, + { + "pc": 1373, + "op": "GT", + "gas": 660360, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1374, + "op": "ISZERO", + "gas": 660357, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1375, + "op": "PUSH3", + "gas": 660354, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x1" + ] + }, + { + "pc": 1379, + "op": "JUMPI", + "gas": 660351, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x1", + "0x568" + ] + }, + { + "pc": 1384, + "op": "JUMPDEST", + "gas": 660341, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1385, + "op": "DUP2", + "gas": 660340, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1386, + "op": "DUP7", + "gas": 660337, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1387, + "op": "ADD", + "gas": 660334, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x60", + "0x80" + ] + }, + { + "pc": 1388, + "op": "SWAP2", + "gas": 660331, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xe0" + ] + }, + { + "pc": 1389, + "op": "POP", + "gas": 660328, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1390, + "op": "DUP7", + "gas": 660326, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1391, + "op": "PUSH1", + "gas": 660323, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100" + ] + }, + { + "pc": 1393, + "op": "DUP4", + "gas": 660320, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0x1f" + ] + }, + { + "pc": 1394, + "op": "ADD", + "gas": 660317, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0x1f", + "0xe0" + ] + }, + { + "pc": 1395, + "op": "SLT", + "gas": 660314, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0xff" + ] + }, + { + "pc": 1396, + "op": "PUSH3", + "gas": 660311, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x1" + ] + }, + { + "pc": 1400, + "op": "JUMPI", + "gas": 660308, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x1", + "0x57d" + ] + }, + { + "pc": 1405, + "op": "JUMPDEST", + "gas": 660298, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1406, + "op": "DUP2", + "gas": 660297, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1407, + "op": "MLOAD", + "gas": 660294, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0xe0" + ] + }, + { + "pc": 1408, + "op": "DUP2", + "gas": 660291, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1409, + "op": "DUP2", + "gas": 660288, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1410, + "op": "GT", + "gas": 660285, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1411, + "op": "ISZERO", + "gas": 660282, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x0" + ] + }, + { + "pc": 1412, + "op": "PUSH3", + "gas": 660279, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x1" + ] + }, + { + "pc": 1416, + "op": "JUMPI", + "gas": 660276, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x1", + "0x592" + ] + }, + { + "pc": 1426, + "op": "JUMPDEST", + "gas": 660266, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1427, + "op": "PUSH1", + "gas": 660265, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1429, + "op": "MLOAD", + "gas": 660262, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x40" + ] + }, + { + "pc": 1430, + "op": "PUSH1", + "gas": 660259, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100" + ] + }, + { + "pc": 1432, + "op": "DUP3", + "gas": 660256, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f" + ] + }, + { + "pc": 1433, + "op": "ADD", + "gas": 660253, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0x0" + ] + }, + { + "pc": 1434, + "op": "PUSH1", + "gas": 660250, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f" + ] + }, + { + "pc": 1436, + "op": "NOT", + "gas": 660247, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0x1f" + ] + }, + { + "pc": 1437, + "op": "SWAP1", + "gas": 660244, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" + ] + }, + { + "pc": 1438, + "op": "DUP2", + "gas": 660241, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x1f" + ] + }, + { + "pc": 1439, + "op": "AND", + "gas": 660238, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x1f", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" + ] + }, + { + "pc": 1440, + "op": "PUSH1", + "gas": 660235, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x0" + ] + }, + { + "pc": 1442, + "op": "ADD", + "gas": 660232, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x0", + "0x3f" + ] + }, + { + "pc": 1443, + "op": "AND", + "gas": 660229, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x3f" + ] + }, + { + "pc": 1444, + "op": "DUP2", + "gas": 660226, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x20" + ] + }, + { + "pc": 1445, + "op": "ADD", + "gas": 660223, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x20", + "0x100" + ] + }, + { + "pc": 1446, + "op": "SWAP1", + "gas": 660220, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x120" + ] + }, + { + "pc": 1447, + "op": "DUP4", + "gas": 660217, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1448, + "op": "DUP3", + "gas": 660214, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0xffffffffffffffff" + ] + }, + { + "pc": 1449, + "op": "GT", + "gas": 660211, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0xffffffffffffffff", + "0x120" + ] + }, + { + "pc": 1450, + "op": "DUP2", + "gas": 660208, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1451, + "op": "DUP4", + "gas": 660205, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100" + ] + }, + { + "pc": 1452, + "op": "LT", + "gas": 660202, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100", + "0x120" + ] + }, + { + "pc": 1453, + "op": "OR", + "gas": 660199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1454, + "op": "ISZERO", + "gas": 660196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1455, + "op": "PUSH3", + "gas": 660193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1" + ] + }, + { + "pc": 1459, + "op": "JUMPI", + "gas": 660190, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1", + "0x5bd" + ] + }, + { + "pc": 1469, + "op": "JUMPDEST", + "gas": 660180, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1470, + "op": "DUP2", + "gas": 660179, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1471, + "op": "PUSH1", + "gas": 660176, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x120" + ] + }, + { + "pc": 1473, + "op": "MSTORE", + "gas": 660173, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x120", + "0x40" + ] + }, + { + "pc": 1474, + "op": "DUP3", + "gas": 660170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1475, + "op": "DUP2", + "gas": 660167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1476, + "op": "MSTORE", + "gas": 660164, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100" + ] + }, + { + "pc": 1477, + "op": "DUP10", + "gas": 660158, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1478, + "op": "PUSH1", + "gas": 660155, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100" + ] + }, + { + "pc": 1480, + "op": "DUP5", + "gas": 660152, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20" + ] + }, + { + "pc": 1481, + "op": "DUP8", + "gas": 660149, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0x0" + ] + }, + { + "pc": 1482, + "op": "ADD", + "gas": 660146, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0x0", + "0xe0" + ] + }, + { + "pc": 1483, + "op": "ADD", + "gas": 660143, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0xe0" + ] + }, + { + "pc": 1484, + "op": "GT", + "gas": 660140, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x100" + ] + }, + { + "pc": 1485, + "op": "ISZERO", + "gas": 660137, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1486, + "op": "PUSH3", + "gas": 660134, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1" + ] + }, + { + "pc": 1490, + "op": "JUMPI", + "gas": 660131, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1", + "0x5d7" + ] + }, + { + "pc": 1495, + "op": "JUMPDEST", + "gas": 660121, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1496, + "op": "PUSH3", + "gas": 660120, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1500, + "op": "DUP4", + "gas": 660117, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea" + ] + }, + { + "pc": 1501, + "op": "PUSH1", + "gas": 660114, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0" + ] + }, + { + "pc": 1503, + "op": "DUP4", + "gas": 660111, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x20" + ] + }, + { + "pc": 1504, + "op": "ADD", + "gas": 660108, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x20", + "0x100" + ] + }, + { + "pc": 1505, + "op": "PUSH1", + "gas": 660105, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120" + ] + }, + { + "pc": 1507, + "op": "DUP9", + "gas": 660102, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x20" + ] + }, + { + "pc": 1508, + "op": "ADD", + "gas": 660099, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x20", + "0xe0" + ] + }, + { + "pc": 1509, + "op": "PUSH3", + "gas": 660096, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1513, + "op": "JUMP", + "gas": 660093, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x4ea" + ] + }, + { + "pc": 1258, + "op": "JUMPDEST", + "gas": 660085, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1259, + "op": "PUSH1", + "gas": 660084, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1261, + "op": "JUMPDEST", + "gas": 660081, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1262, + "op": "DUP4", + "gas": 660080, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1263, + "op": "DUP2", + "gas": 660077, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1264, + "op": "LT", + "gas": 660074, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1265, + "op": "ISZERO", + "gas": 660071, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1266, + "op": "PUSH3", + "gas": 660068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 1270, + "op": "JUMPI", + "gas": 660065, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1", + "0x507" + ] + }, + { + "pc": 1287, + "op": "JUMPDEST", + "gas": 660055, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1288, + "op": "DUP4", + "gas": 660054, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1289, + "op": "DUP2", + "gas": 660051, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1290, + "op": "GT", + "gas": 660048, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1291, + "op": "ISZERO", + "gas": 660045, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1292, + "op": "PUSH3", + "gas": 660042, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 1296, + "op": "JUMPI", + "gas": 660039, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1", + "0x11d" + ] + }, + { + "pc": 285, + "op": "JUMPDEST", + "gas": 660029, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 286, + "op": "POP", + "gas": 660028, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 287, + "op": "JUMPDEST", + "gas": 660026, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 288, + "op": "POP", + "gas": 660025, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 289, + "op": "POP", + "gas": 660023, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120" + ] + }, + { + "pc": 290, + "op": "POP", + "gas": 660021, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0" + ] + }, + { + "pc": 291, + "op": "JUMP", + "gas": 660019, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea" + ] + }, + { + "pc": 1514, + "op": "JUMPDEST", + "gas": 660011, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1515, + "op": "DUP1", + "gas": 660010, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1516, + "op": "SWAP6", + "gas": 660007, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100" + ] + }, + { + "pc": 1517, + "op": "POP", + "gas": 660004, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1518, + "op": "POP", + "gas": 660002, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1519, + "op": "POP", + "gas": 660000, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120" + ] + }, + { + "pc": 1520, + "op": "POP", + "gas": 659998, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1521, + "op": "POP", + "gas": 659996, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1522, + "op": "POP", + "gas": 659994, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0" + ] + }, + { + "pc": 1523, + "op": "SWAP3", + "gas": 659992, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 1524, + "op": "POP", + "gas": 659989, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x80" + ] + }, + { + "pc": 1525, + "op": "SWAP3", + "gas": 659987, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1526, + "op": "POP", + "gas": 659984, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 1527, + "op": "SWAP3", + "gas": 659982, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1528, + "op": "JUMP", + "gas": 659979, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x26" + ] + }, + { + "pc": 38, + "op": "JUMPDEST", + "gas": 659971, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 39, + "op": "DUP3", + "gas": 659970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 40, + "op": "DUP2", + "gas": 659967, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 41, + "op": "PUSH3", + "gas": 659964, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 45, + "op": "PUSH1", + "gas": 659961, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55" + ] + }, + { + "pc": 47, + "op": "PUSH32", + "gas": 659958, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1" + ] + }, + { + "pc": 80, + "op": "PUSH3", + "gas": 659955, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 84, + "op": "JUMP", + "gas": 659952, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x5f9" + ] + }, + { + "pc": 1529, + "op": "JUMPDEST", + "gas": 659944, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1530, + "op": "PUSH1", + "gas": 659943, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1532, + "op": "DUP3", + "gas": 659940, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1533, + "op": "DUP3", + "gas": 659937, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1" + ] + }, + { + "pc": 1534, + "op": "LT", + "gas": 659934, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1535, + "op": "ISZERO", + "gas": 659931, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x0" + ] + }, + { + "pc": 1536, + "op": "PUSH3", + "gas": 659928, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1" + ] + }, + { + "pc": 1540, + "op": "JUMPI", + "gas": 659925, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1", + "0x61a" + ] + }, + { + "pc": 1562, + "op": "JUMPDEST", + "gas": 659915, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1563, + "op": "POP", + "gas": 659914, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1564, + "op": "SUB", + "gas": 659912, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1565, + "op": "SWAP1", + "gas": 659909, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x55", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1566, + "op": "JUMP", + "gas": 659906, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x55" + ] + }, + { + "pc": 85, + "op": "JUMPDEST", + "gas": 659898, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 86, + "op": "PUSH1", + "gas": 659897, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 88, + "op": "DUP1", + "gas": 659894, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 89, + "op": "MLOAD", + "gas": 659891, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 90, + "op": "PUSH1", + "gas": 659888, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 92, + "op": "PUSH3", + "gas": 659885, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 96, + "op": "DUP4", + "gas": 659882, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20", + "0xf1f" + ] + }, + { + "pc": 97, + "op": "CODECOPY", + "gas": 659879, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20", + "0xf1f", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 98, + "op": "DUP2", + "gas": 659873, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 99, + "op": "MLOAD", + "gas": 659870, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 100, + "op": "SWAP2", + "gas": 659867, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 101, + "op": "MSTORE", + "gas": 659864, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 102, + "op": "EQ", + "gas": 659861, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 103, + "op": "PUSH3", + "gas": 659858, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x1" + ] + }, + { + "pc": 107, + "op": "JUMPI", + "gas": 659855, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x1", + "0x75" + ] + }, + { + "pc": 117, + "op": "JUMPDEST", + "gas": 659845, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 118, + "op": "PUSH3", + "gas": 659844, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 122, + "op": "DUP3", + "gas": 659841, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83" + ] + }, + { + "pc": 123, + "op": "DUP3", + "gas": 659838, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 124, + "op": "PUSH1", + "gas": 659835, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 126, + "op": "PUSH3", + "gas": 659832, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 130, + "op": "JUMP", + "gas": 659829, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xe7" + ] + }, + { + "pc": 231, + "op": "JUMPDEST", + "gas": 659821, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 232, + "op": "PUSH3", + "gas": 659820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 236, + "op": "DUP4", + "gas": 659817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2" + ] + }, + { + "pc": 237, + "op": "PUSH3", + "gas": 659814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 241, + "op": "JUMP", + "gas": 659811, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x17f" + ] + }, + { + "pc": 383, + "op": "JUMPDEST", + "gas": 659803, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 384, + "op": "PUSH3", + "gas": 659802, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 388, + "op": "DUP2", + "gas": 659799, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a" + ] + }, + { + "pc": 389, + "op": "PUSH3", + "gas": 659796, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 393, + "op": "JUMP", + "gas": 659793, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2de" + ] + }, + { + "pc": 734, + "op": "JUMPDEST", + "gas": 659785, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 735, + "op": "PUSH3", + "gas": 659784, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 739, + "op": "DUP2", + "gas": 659781, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4" + ] + }, + { + "pc": 740, + "op": "PUSH3", + "gas": 659778, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 744, + "op": "PUSH1", + "gas": 659775, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a" + ] + }, + { + "pc": 746, + "op": "SHL", + "gas": 659772, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a", + "0x20" + ] + }, + { + "pc": 747, + "op": "PUSH3", + "gas": 659769, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a00000000" + ] + }, + { + "pc": 751, + "op": "OR", + "gas": 659766, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a00000000", + "0x28c" + ] + }, + { + "pc": 752, + "op": "PUSH1", + "gas": 659763, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a0000028c" + ] + }, + { + "pc": 754, + "op": "SHR", + "gas": 659760, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a0000028c", + "0x20" + ] + }, + { + "pc": 755, + "op": "JUMP", + "gas": 659757, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x46a" + ] + }, + { + "pc": 1130, + "op": "JUMPDEST", + "gas": 659749, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1131, + "op": "PUSH1", + "gas": 659748, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 1133, + "op": "PUSH1", + "gas": 659745, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1" + ] + }, + { + "pc": 1135, + "op": "PUSH1", + "gas": 659742, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x1" + ] + }, + { + "pc": 1137, + "op": "SHL", + "gas": 659739, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1138, + "op": "SUB", + "gas": 659736, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1139, + "op": "AND", + "gas": 659733, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1140, + "op": "EXTCODESIZE", + "gas": 659730, + "gasCost": 2600, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ], + "extraData": { + "codeList": [ + "0x6080604052600436106101355760003560e01c80637885ef01116100ab578063c0c53b8b1161006f578063c0c53b8b146102fb578063c676ad291461031b578063ce8c3e061461033b578063f14210a61461035b578063f2fde38b1461036e578063f887ea401461038e57600080fd5b80637885ef011461028f578063797594b0146102975780638431f5c1146102b75780638da5cb5b146102ca578063a93a4af9146102e857600080fd5b8063575361b6116100fd578063575361b6146101de5780635dfd5b9a146101f1578063635c8637146102115780636c07ea4314610231578063705b05b814610244578063715018a61461027a57600080fd5b8063232e87481461013a5780633cb747bf1461014f57806343c667411461018b5780634782f779146101ab57806354bbd59c146101be575b600080fd5b61014d6101483660046110cf565b6103ae565b005b34801561015b57600080fd5b5060675461016f906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561019757600080fd5b5061016f6101a6366004611142565b6105fc565b61014d6101b936600461115f565b610632565b3480156101ca57600080fd5b5061016f6101d9366004611142565b6107ff565b61014d6101ec3660046111d2565b610895565b3480156101fd57600080fd5b5061014d61020c366004611142565b6109e2565b34801561021d57600080fd5b5061014d61022c366004611327565b610a56565b61014d61023f36600461138b565b610bd4565b34801561025057600080fd5b5061016f61025f366004611142565b606a602052600090815260409020546001600160a01b031681565b34801561028657600080fd5b5061014d610c0e565b61014d610c44565b3480156102a357600080fd5b5060655461016f906001600160a01b031681565b61014d6102c53660046113c0565b610c98565b3480156102d657600080fd5b506033546001600160a01b031661016f565b61014d6102f6366004611458565b610cd9565b34801561030757600080fd5b5061014d61031636600461149e565b610cec565b34801561032757600080fd5b5061016f610336366004611142565b610de6565b34801561034757600080fd5b5060695461016f906001600160a01b031681565b61014d6103693660046114e9565b610e1f565b34801561037a57600080fd5b5061014d610389366004611142565b610e2c565b34801561039a57600080fd5b5060665461016f906001600160a01b031681565b6067546001600160a01b03163381146104085760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064015b60405180910390fd5b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046a9190611502565b6065546001600160a01b039081169116146104c75760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e7465727061727400000000000000000060448201526064016103ff565b83341461050b5760405162461bcd60e51b81526020600482015260126024820152710dae6ce5cecc2d8eaca40dad2e6dac2e8c6d60731b60448201526064016103ff565b6000856001600160a01b03168560405160006040518083038185875af1925050503d8060008114610558576040519150601f19603f3d011682016040523d82523d6000602084013e61055d565b606091505b50509050806105a45760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b60448201526064016103ff565b856001600160a01b0316876001600160a01b03167f9e86c356e14e24e26e3ce769bf8b87de38e0faa0ed0ca946fa09659aa606bd2d8787876040516105eb9392919061151f565b60405180910390a350505050505050565b6001600160a01b038082166000908152606a60205260408120549091168061062c57506069546001600160a01b03165b92915050565b600260685414156106855760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b6002606855346106cb5760405162461bcd60e51b81526020600482015260116024820152700eed2e8d0c8e4c2ee40f4cae4de40cae8d607b1b60448201526064016103ff565b60408051600080825260208201909252638eaac8a360e01b906106f790339086903490604481016115a2565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610767921690600090879089906004016115df565b6000604051808303818588803b15801561078057600080fd5b505af1158015610794573d6000803e3d6000fd5b5050505050826001600160a01b0316336001600160a01b03167fd8ed6eaa9a7a8980d7901e911fde6686810b989d3082182d1d3a3df6306ce20e346040516107ed91815260406020820181905260009082015260600190565b60405180910390a35050600160685550565b60008061080b836105fc565b90506001600160a01b0381166108245750600092915050565b60405163152ef56760e21b81526001600160a01b0384811660048301528216906354bbd59c90602401602060405180830381865afa15801561086a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088e9190611502565b9392505050565b600260685414156108e85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0060448201526064016103ff565b600260685560006108f8866105fc565b90506001600160a01b0381166109475760405162461bcd60e51b81526020600482015260146024820152736e6f206761746577617920617661696c61626c6560601b60448201526064016103ff565b6000338460405160200161095c929190611617565b60408051601f1981840301815290829052632ba9b0db60e11b825291506001600160a01b0383169063575361b69034906109a2908b908b908b9088908b90600401611643565b6000604051808303818588803b1580156109bb57600080fd5b505af11580156109cf573d6000803e3d6000fd5b5050600160685550505050505050505050565b6033546001600160a01b03163314610a0c5760405162461bcd60e51b81526004016103ff90611688565b606980546001600160a01b0319166001600160a01b0383169081179091556040517f08338857eef8e29b906267c37965aff1fdcdb2c18d0f7b52de3b2eb71474d35c90600090a250565b6033546001600160a01b03163314610a805760405162461bcd60e51b81526004016103ff90611688565b8051825114610ac35760405162461bcd60e51b815260206004820152600f60248201526e0d8cadccee8d040dad2e6dac2e8c6d608b1b60448201526064016103ff565b60005b8251811015610bcf57818181518110610ae157610ae16116bd565b6020026020010151606a6000858481518110610aff57610aff6116bd565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550818181518110610b5d57610b5d6116bd565b60200260200101516001600160a01b0316838281518110610b8057610b806116bd565b60200260200101516001600160a01b03167f5b0c89ecf574aa07194121c4f4dd1cfbaaf37d303c22522c9498a0aaf678668d60405160405180910390a380610bc7816116d3565b915050610ac6565b505050565b610bcf83338460005b6040519080825280601f01601f191660200182016040528015610c07576020820181803683370190505b5085610895565b6033546001600160a01b03163314610c385760405162461bcd60e51b81526004016103ff90611688565b610c426000610ec0565b565b6067546001600160a01b03163314610c425760405162461bcd60e51b81526020600482015260176024820152761bdb9b1e481b595cdcd95b99d95c8818d85b8818d85b1b604a1b60448201526064016103ff565b60405162461bcd60e51b81526020600482015260166024820152751cda1bdd5b19081b995d995c8818994818d85b1b195960521b60448201526064016103ff565b610ce68484846000610bdd565b50505050565b600054610100900460ff16610d075760005460ff1615610d0b565b303b155b610d6e5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103ff565b600054610100900460ff16158015610d90576000805461ffff19166101011790555b610d98610f12565b610da483600084610f41565b6001600160a01b03841615610dcf57606980546001600160a01b0319166001600160a01b0386161790555b8015610ce6576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600b60248201526a1d5b9cdd5c1c1bdc9d195960aa1b60448201526000906064016103ff565b610e293382610632565b50565b6033546001600160a01b03163314610e565760405162461bcd60e51b81526004016103ff90611688565b6001600160a01b038116610ebb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103ff565b610e29815b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610f395760405162461bcd60e51b81526004016103ff906116fc565b610c42611041565b6001600160a01b038316610f975760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e746572706172742061646472657373000000000000000060448201526064016103ff565b6001600160a01b038116610fe65760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b60448201526064016103ff565b606580546001600160a01b038086166001600160a01b03199283161790925560678054848416921691909117905582161561103757606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff166110685760405162461bcd60e51b81526004016103ff906116fc565b610c4233610ec0565b6001600160a01b0381168114610e2957600080fd5b60008083601f84011261109857600080fd5b50813567ffffffffffffffff8111156110b057600080fd5b6020830191508360208285010111156110c857600080fd5b9250929050565b6000806000806000608086880312156110e757600080fd5b85356110f281611071565b9450602086013561110281611071565b935060408601359250606086013567ffffffffffffffff81111561112557600080fd5b61113188828901611086565b969995985093965092949392505050565b60006020828403121561115457600080fd5b813561088e81611071565b6000806040838503121561117257600080fd5b823561117d81611071565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111ca576111ca61118b565b604052919050565b600080600080600060a086880312156111ea57600080fd5b85356111f581611071565b945060208681013561120681611071565b945060408701359350606087013567ffffffffffffffff8082111561122a57600080fd5b818901915089601f83011261123e57600080fd5b8135818111156112505761125061118b565b611262601f8201601f191685016111a1565b91508082528a8482850101111561127857600080fd5b808484018584013760009082019093019290925250949793965091946080013592915050565b600082601f8301126112af57600080fd5b8135602067ffffffffffffffff8211156112cb576112cb61118b565b8160051b6112da8282016111a1565b92835284810182019282810190878511156112f457600080fd5b83870192505b8483101561131c57823561130d81611071565b825291830191908301906112fa565b979650505050505050565b6000806040838503121561133a57600080fd5b823567ffffffffffffffff8082111561135257600080fd5b61135e8683870161129e565b9350602085013591508082111561137457600080fd5b506113818582860161129e565b9150509250929050565b6000806000606084860312156113a057600080fd5b83356113ab81611071565b95602085013595506040909401359392505050565b600080600080600080600060c0888a0312156113db57600080fd5b87356113e681611071565b965060208801356113f681611071565b9550604088013561140681611071565b9450606088013561141681611071565b93506080880135925060a088013567ffffffffffffffff81111561143957600080fd5b6114458a828b01611086565b989b979a50959850939692959293505050565b6000806000806080858703121561146e57600080fd5b843561147981611071565b9350602085013561148981611071565b93969395505050506040820135916060013590565b6000806000606084860312156114b357600080fd5b83356114be81611071565b925060208401356114ce81611071565b915060408401356114de81611071565b809150509250925092565b6000602082840312156114fb57600080fd5b5035919050565b60006020828403121561151457600080fd5b815161088e81611071565b83815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b6000815180845260005b8181101561157b5760208185018101518683018201520161155f565b8181111561158d576000602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906115d590830184611555565b9695505050505050565b60018060a01b03851681528360208201526080604082015260006116066080830185611555565b905082606083015295945050505050565b6001600160a01b038316815260406020820181905260009061163b90830184611555565b949350505050565b6001600160a01b038681168252851660208201526040810184905260a06060820181905260009061167690830185611555565b90508260808301529695505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156116f557634e487b7160e01b600052601160045260246000fd5b5060010190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122073663021598dba73548ccc498b9b9cfdc8e0807ec1a875b8be661701c817c01264736f6c634300080a0033" + ] + } + }, + { + "pc": 1141, + "op": "ISZERO", + "gas": 657130, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x177d" + ] + }, + { + "pc": 1142, + "op": "ISZERO", + "gas": 657127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x0" + ] + }, + { + "pc": 1143, + "op": "SWAP1", + "gas": 657124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2f4", + "0x1" + ] + }, + { + "pc": 1144, + "op": "JUMP", + "gas": 657121, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x2f4" + ] + }, + { + "pc": 756, + "op": "JUMPDEST", + "gas": 657113, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1" + ] + }, + { + "pc": 757, + "op": "PUSH3", + "gas": 657112, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1" + ] + }, + { + "pc": 761, + "op": "JUMPI", + "gas": 657109, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x1", + "0x358" + ] + }, + { + "pc": 856, + "op": "JUMPDEST", + "gas": 657099, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 857, + "op": "DUP1", + "gas": 657098, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 858, + "op": "PUSH3", + "gas": 657095, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 862, + "op": "PUSH1", + "gas": 657092, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd" + ] + }, + { + "pc": 864, + "op": "DUP1", + "gas": 657089, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0" + ] + }, + { + "pc": 865, + "op": "MLOAD", + "gas": 657086, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 866, + "op": "PUSH1", + "gas": 657083, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 868, + "op": "PUSH3", + "gas": 657080, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 872, + "op": "DUP4", + "gas": 657077, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xf1f" + ] + }, + { + "pc": 873, + "op": "CODECOPY", + "gas": 657074, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xf1f", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 874, + "op": "DUP2", + "gas": 657068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 875, + "op": "MLOAD", + "gas": 657065, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 876, + "op": "SWAP2", + "gas": 657062, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x0", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 877, + "op": "MSTORE", + "gas": 657059, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 878, + "op": "PUSH1", + "gas": 657056, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 880, + "op": "SHL", + "gas": 657053, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 881, + "op": "PUSH3", + "gas": 657050, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 885, + "op": "PUSH1", + "gas": 657047, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467" + ] + }, + { + "pc": 887, + "op": "SHL", + "gas": 657044, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467", + "0x20" + ] + }, + { + "pc": 888, + "op": "PUSH3", + "gas": 657041, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000000" + ] + }, + { + "pc": 892, + "op": "OR", + "gas": 657038, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 893, + "op": "PUSH1", + "gas": 657035, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000208" + ] + }, + { + "pc": 895, + "op": "SHR", + "gas": 657032, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 896, + "op": "JUMP", + "gas": 657029, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 657021, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 657020, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 657017, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x2bd" + ] + }, + { + "pc": 701, + "op": "JUMPDEST", + "gas": 657009, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 702, + "op": "DUP1", + "gas": 657008, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 703, + "op": "SLOAD", + "gas": 657005, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 704, + "op": "PUSH1", + "gas": 654905, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 706, + "op": "PUSH1", + "gas": 654902, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1" + ] + }, + { + "pc": 708, + "op": "PUSH1", + "gas": 654899, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 710, + "op": "SHL", + "gas": 654896, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 711, + "op": "SUB", + "gas": 654893, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 712, + "op": "NOT", + "gas": 654890, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 713, + "op": "AND", + "gas": 654887, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 714, + "op": "PUSH1", + "gas": 654884, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 716, + "op": "PUSH1", + "gas": 654881, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1" + ] + }, + { + "pc": 718, + "op": "PUSH1", + "gas": 654878, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 720, + "op": "SHL", + "gas": 654875, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 721, + "op": "SUB", + "gas": 654872, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 722, + "op": "SWAP3", + "gas": 654869, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 723, + "op": "SWAP1", + "gas": 654866, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 724, + "op": "SWAP3", + "gas": 654863, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0" + ] + }, + { + "pc": 725, + "op": "AND", + "gas": 654860, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 726, + "op": "SWAP2", + "gas": 654857, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 727, + "op": "SWAP1", + "gas": 654854, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 728, + "op": "SWAP2", + "gas": 654851, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 729, + "op": "OR", + "gas": 654848, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 730, + "op": "SWAP1", + "gas": 654845, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 731, + "op": "SSTORE", + "gas": 654842, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb" + }, + "extraData": { + "proofList": [ + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 732, + "op": "POP", + "gas": 634842, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 733, + "op": "JUMP", + "gas": 634840, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x18a" + ] + }, + { + "pc": 394, + "op": "JUMPDEST", + "gas": 634832, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 395, + "op": "PUSH1", + "gas": 634831, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 397, + "op": "MLOAD", + "gas": 634828, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x40" + ] + }, + { + "pc": 398, + "op": "PUSH1", + "gas": 634825, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120" + ] + }, + { + "pc": 400, + "op": "PUSH1", + "gas": 634822, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0x1" + ] + }, + { + "pc": 402, + "op": "PUSH1", + "gas": 634819, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0x1", + "0x1" + ] + }, + { + "pc": 404, + "op": "SHL", + "gas": 634816, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 405, + "op": "SUB", + "gas": 634813, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 406, + "op": "DUP3", + "gas": 634810, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 407, + "op": "AND", + "gas": 634807, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 408, + "op": "SWAP1", + "gas": 634804, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 409, + "op": "PUSH32", + "gas": 634801, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120" + ] + }, + { + "pc": 442, + "op": "SWAP1", + "gas": 634798, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x120", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" + ] + }, + { + "pc": 443, + "op": "PUSH1", + "gas": 634795, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x120" + ] + }, + { + "pc": 445, + "op": "SWAP1", + "gas": 634792, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x120", + "0x0" + ] + }, + { + "pc": 446, + "op": "LOG2", + "gas": 634789, + "gasCost": 1125, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x0", + "0x120" + ] + }, + { + "pc": 447, + "op": "POP", + "gas": 633664, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 448, + "op": "JUMP", + "gas": 633662, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0xf2" + ] + }, + { + "pc": 242, + "op": "JUMPDEST", + "gas": 633654, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 243, + "op": "PUSH1", + "gas": 633653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 245, + "op": "DUP3", + "gas": 633650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 246, + "op": "MLOAD", + "gas": 633647, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0", + "0x100" + ] + }, + { + "pc": 247, + "op": "GT", + "gas": 633644, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 248, + "op": "DUP1", + "gas": 633641, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 249, + "op": "PUSH3", + "gas": 633638, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 253, + "op": "JUMPI", + "gas": 633635, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0", + "0x0", + "0x100" + ] + }, + { + "pc": 254, + "op": "POP", + "gas": 633625, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 255, + "op": "DUP1", + "gas": 633623, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 256, + "op": "JUMPDEST", + "gas": 633620, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 257, + "op": "ISZERO", + "gas": 633619, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 258, + "op": "PUSH3", + "gas": 633616, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 262, + "op": "JUMPI", + "gas": 633613, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0", + "0x1", + "0x11f" + ] + }, + { + "pc": 287, + "op": "JUMPDEST", + "gas": 633603, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 288, + "op": "POP", + "gas": 633602, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x0" + ] + }, + { + "pc": 289, + "op": "POP", + "gas": 633600, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 290, + "op": "POP", + "gas": 633598, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 291, + "op": "JUMP", + "gas": 633596, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100", + "0x83" + ] + }, + { + "pc": 131, + "op": "JUMPDEST", + "gas": 633588, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 132, + "op": "POP", + "gas": 633587, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0x100" + ] + }, + { + "pc": 133, + "op": "PUSH3", + "gas": 633585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 137, + "op": "SWAP1", + "gas": 633582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xb3" + ] + }, + { + "pc": 138, + "op": "POP", + "gas": 633579, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 139, + "op": "PUSH1", + "gas": 633577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3" + ] + }, + { + "pc": 141, + "op": "PUSH32", + "gas": 633574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1" + ] + }, + { + "pc": 174, + "op": "PUSH3", + "gas": 633571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 178, + "op": "JUMP", + "gas": 633568, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x5f9" + ] + }, + { + "pc": 1529, + "op": "JUMPDEST", + "gas": 633560, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1530, + "op": "PUSH1", + "gas": 633559, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1532, + "op": "DUP3", + "gas": 633556, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1533, + "op": "DUP3", + "gas": 633553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1" + ] + }, + { + "pc": 1534, + "op": "LT", + "gas": 633550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1535, + "op": "ISZERO", + "gas": 633547, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x0" + ] + }, + { + "pc": 1536, + "op": "PUSH3", + "gas": 633544, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1" + ] + }, + { + "pc": 1540, + "op": "JUMPI", + "gas": 633541, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1", + "0x61a" + ] + }, + { + "pc": 1562, + "op": "JUMPDEST", + "gas": 633531, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1563, + "op": "POP", + "gas": 633530, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1564, + "op": "SUB", + "gas": 633528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1565, + "op": "SWAP1", + "gas": 633525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1566, + "op": "JUMP", + "gas": 633522, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb3" + ] + }, + { + "pc": 179, + "op": "JUMPDEST", + "gas": 633514, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 180, + "op": "PUSH1", + "gas": 633513, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 182, + "op": "DUP1", + "gas": 633510, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 183, + "op": "MLOAD", + "gas": 633507, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 184, + "op": "PUSH1", + "gas": 633504, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 186, + "op": "PUSH3", + "gas": 633501, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 190, + "op": "DUP4", + "gas": 633498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 191, + "op": "CODECOPY", + "gas": 633495, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 192, + "op": "DUP2", + "gas": 633489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 193, + "op": "MLOAD", + "gas": 633486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 194, + "op": "SWAP2", + "gas": 633483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 195, + "op": "MSTORE", + "gas": 633480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 196, + "op": "EQ", + "gas": 633477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 197, + "op": "PUSH3", + "gas": 633474, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x1" + ] + }, + { + "pc": 201, + "op": "JUMPI", + "gas": 633471, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x1", + "0xd3" + ] + }, + { + "pc": 211, + "op": "JUMPDEST", + "gas": 633461, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 212, + "op": "PUSH3", + "gas": 633460, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 216, + "op": "DUP3", + "gas": 633457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde" + ] + }, + { + "pc": 217, + "op": "PUSH3", + "gas": 633454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 221, + "op": "JUMP", + "gas": 633451, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x124" + ] + }, + { + "pc": 292, + "op": "JUMPDEST", + "gas": 633443, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 293, + "op": "PUSH32", + "gas": 633442, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 326, + "op": "PUSH3", + "gas": 633439, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" + ] + }, + { + "pc": 330, + "op": "PUSH3", + "gas": 633436, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 334, + "op": "JUMP", + "gas": 633433, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x1f0" + ] + }, + { + "pc": 496, + "op": "JUMPDEST", + "gas": 633425, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 497, + "op": "PUSH1", + "gas": 633424, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 499, + "op": "PUSH3", + "gas": 633421, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0" + ] + }, + { + "pc": 503, + "op": "PUSH1", + "gas": 633418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a" + ] + }, + { + "pc": 505, + "op": "DUP1", + "gas": 633415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0" + ] + }, + { + "pc": 506, + "op": "MLOAD", + "gas": 633412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 507, + "op": "PUSH1", + "gas": 633409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 509, + "op": "PUSH3", + "gas": 633406, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 513, + "op": "DUP4", + "gas": 633403, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 514, + "op": "CODECOPY", + "gas": 633400, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 515, + "op": "DUP2", + "gas": 633394, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 516, + "op": "MLOAD", + "gas": 633391, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 517, + "op": "SWAP2", + "gas": 633388, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 518, + "op": "MSTORE", + "gas": 633385, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 519, + "op": "PUSH1", + "gas": 633382, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 521, + "op": "SHL", + "gas": 633379, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 522, + "op": "PUSH3", + "gas": 633376, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 526, + "op": "PUSH1", + "gas": 633373, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 528, + "op": "SHL", + "gas": 633370, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467", + "0x20" + ] + }, + { + "pc": 529, + "op": "PUSH3", + "gas": 633367, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000" + ] + }, + { + "pc": 533, + "op": "OR", + "gas": 633364, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 534, + "op": "PUSH1", + "gas": 633361, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208" + ] + }, + { + "pc": 536, + "op": "SHR", + "gas": 633358, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 537, + "op": "JUMP", + "gas": 633355, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 633347, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 633346, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 633343, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x21a" + ] + }, + { + "pc": 538, + "op": "JUMPDEST", + "gas": 633335, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 539, + "op": "SLOAD", + "gas": 633334, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 540, + "op": "PUSH1", + "gas": 631234, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0" + ] + }, + { + "pc": 542, + "op": "PUSH1", + "gas": 631231, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 544, + "op": "PUSH1", + "gas": 631228, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 546, + "op": "SHL", + "gas": 631225, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 547, + "op": "SUB", + "gas": 631222, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 548, + "op": "AND", + "gas": 631219, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 549, + "op": "SWAP2", + "gas": 631216, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0" + ] + }, + { + "pc": 550, + "op": "SWAP1", + "gas": 631213, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x0", + "0x14f" + ] + }, + { + "pc": 551, + "op": "POP", + "gas": 631210, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x14f", + "0x0" + ] + }, + { + "pc": 552, + "op": "JUMP", + "gas": 631208, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x14f" + ] + }, + { + "pc": 335, + "op": "JUMPDEST", + "gas": 631200, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0" + ] + }, + { + "pc": 336, + "op": "PUSH1", + "gas": 631199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0" + ] + }, + { + "pc": 338, + "op": "DUP1", + "gas": 631196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40" + ] + }, + { + "pc": 339, + "op": "MLOAD", + "gas": 631193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x40" + ] + }, + { + "pc": 340, + "op": "PUSH1", + "gas": 631190, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120" + ] + }, + { + "pc": 342, + "op": "PUSH1", + "gas": 631187, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1" + ] + }, + { + "pc": 344, + "op": "PUSH1", + "gas": 631184, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x1" + ] + }, + { + "pc": 346, + "op": "SHL", + "gas": 631181, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 347, + "op": "SUB", + "gas": 631178, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 348, + "op": "SWAP3", + "gas": 631175, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 349, + "op": "DUP4", + "gas": 631172, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0" + ] + }, + { + "pc": 350, + "op": "AND", + "gas": 631169, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 351, + "op": "DUP2", + "gas": 631166, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0" + ] + }, + { + "pc": 352, + "op": "MSTORE", + "gas": 631163, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0", + "0x120" + ] + }, + { + "pc": 353, + "op": "SWAP2", + "gas": 631157, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120" + ] + }, + { + "pc": 354, + "op": "DUP5", + "gas": 631154, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 355, + "op": "AND", + "gas": 631151, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 356, + "op": "PUSH1", + "gas": 631148, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 358, + "op": "DUP4", + "gas": 631145, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x20" + ] + }, + { + "pc": 359, + "op": "ADD", + "gas": 631142, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x20", + "0x120" + ] + }, + { + "pc": 360, + "op": "MSTORE", + "gas": 631139, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x140" + ] + }, + { + "pc": 361, + "op": "ADD", + "gas": 631133, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40" + ] + }, + { + "pc": 362, + "op": "PUSH1", + "gas": 631130, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160" + ] + }, + { + "pc": 364, + "op": "MLOAD", + "gas": 631127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x40" + ] + }, + { + "pc": 365, + "op": "DUP1", + "gas": 631124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x120" + ] + }, + { + "pc": 366, + "op": "SWAP2", + "gas": 631121, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x120", + "0x120" + ] + }, + { + "pc": 367, + "op": "SUB", + "gas": 631118, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x120", + "0x160" + ] + }, + { + "pc": 368, + "op": "SWAP1", + "gas": 631115, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40" + ] + }, + { + "pc": 369, + "op": "LOG1", + "gas": 631112, + "gasCost": 1262, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x40", + "0x120" + ] + }, + { + "pc": 370, + "op": "PUSH3", + "gas": 629850, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 374, + "op": "DUP2", + "gas": 629847, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c" + ] + }, + { + "pc": 375, + "op": "PUSH3", + "gas": 629844, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 379, + "op": "JUMP", + "gas": 629841, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x229" + ] + }, + { + "pc": 553, + "op": "JUMPDEST", + "gas": 629833, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 554, + "op": "PUSH1", + "gas": 629832, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 556, + "op": "PUSH1", + "gas": 629829, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 558, + "op": "PUSH1", + "gas": 629826, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1" + ] + }, + { + "pc": 560, + "op": "SHL", + "gas": 629823, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 561, + "op": "SUB", + "gas": 629820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 562, + "op": "DUP2", + "gas": 629817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 563, + "op": "AND", + "gas": 629814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 564, + "op": "PUSH3", + "gas": 629811, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 568, + "op": "JUMPI", + "gas": 629808, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x294" + ] + }, + { + "pc": 660, + "op": "JUMPDEST", + "gas": 629798, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 661, + "op": "DUP1", + "gas": 629797, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 662, + "op": "PUSH3", + "gas": 629794, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 666, + "op": "PUSH1", + "gas": 629791, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd" + ] + }, + { + "pc": 668, + "op": "DUP1", + "gas": 629788, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0" + ] + }, + { + "pc": 669, + "op": "MLOAD", + "gas": 629785, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 670, + "op": "PUSH1", + "gas": 629782, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 672, + "op": "PUSH3", + "gas": 629779, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 676, + "op": "DUP4", + "gas": 629776, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 677, + "op": "CODECOPY", + "gas": 629773, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 678, + "op": "DUP2", + "gas": 629767, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 679, + "op": "MLOAD", + "gas": 629764, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 680, + "op": "SWAP2", + "gas": 629761, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 681, + "op": "MSTORE", + "gas": 629758, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 682, + "op": "PUSH1", + "gas": 629755, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 684, + "op": "SHL", + "gas": 629752, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 685, + "op": "PUSH3", + "gas": 629749, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 689, + "op": "PUSH1", + "gas": 629746, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 691, + "op": "SHL", + "gas": 629743, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467", + "0x20" + ] + }, + { + "pc": 692, + "op": "PUSH3", + "gas": 629740, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000" + ] + }, + { + "pc": 696, + "op": "OR", + "gas": 629737, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 697, + "op": "PUSH1", + "gas": 629734, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208" + ] + }, + { + "pc": 699, + "op": "SHR", + "gas": 629731, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 700, + "op": "JUMP", + "gas": 629728, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 629720, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 629719, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 629716, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x2bd" + ] + }, + { + "pc": 701, + "op": "JUMPDEST", + "gas": 629708, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 702, + "op": "DUP1", + "gas": 629707, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 703, + "op": "SLOAD", + "gas": 629704, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 704, + "op": "PUSH1", + "gas": 629604, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 706, + "op": "PUSH1", + "gas": 629601, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1" + ] + }, + { + "pc": 708, + "op": "PUSH1", + "gas": 629598, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 710, + "op": "SHL", + "gas": 629595, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 711, + "op": "SUB", + "gas": 629592, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 712, + "op": "NOT", + "gas": 629589, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 713, + "op": "AND", + "gas": 629586, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 714, + "op": "PUSH1", + "gas": 629583, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 716, + "op": "PUSH1", + "gas": 629580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1" + ] + }, + { + "pc": 718, + "op": "PUSH1", + "gas": 629577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 720, + "op": "SHL", + "gas": 629574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 721, + "op": "SUB", + "gas": 629571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 722, + "op": "SWAP3", + "gas": 629568, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 723, + "op": "SWAP1", + "gas": 629565, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 724, + "op": "SWAP3", + "gas": 629562, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0" + ] + }, + { + "pc": 725, + "op": "AND", + "gas": 629559, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 726, + "op": "SWAP2", + "gas": 629556, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 727, + "op": "SWAP1", + "gas": 629553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 728, + "op": "SWAP2", + "gas": 629550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 729, + "op": "OR", + "gas": 629547, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 730, + "op": "SWAP1", + "gas": 629544, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 731, + "op": "SSTORE", + "gas": 629541, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb54" + }, + "extraData": { + "proofList": [ + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 732, + "op": "POP", + "gas": 609541, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 733, + "op": "JUMP", + "gas": 609539, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c" + ] + }, + { + "pc": 380, + "op": "JUMPDEST", + "gas": 609531, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 381, + "op": "POP", + "gas": 609530, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 382, + "op": "JUMP", + "gas": 609528, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde" + ] + }, + { + "pc": 222, + "op": "JUMPDEST", + "gas": 609520, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 223, + "op": "POP", + "gas": 609519, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 224, + "op": "POP", + "gas": 609517, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 225, + "op": "POP", + "gas": 609515, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4f53c5d828aaab0b877a635b9ea30910034871bb" + ] + }, + { + "pc": 226, + "op": "PUSH3", + "gas": 609513, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 230, + "op": "JUMP", + "gas": 609510, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x688" + ] + }, + { + "pc": 1672, + "op": "JUMPDEST", + "gas": 609502, + "gasCost": 1, + "depth": 1 + }, + { + "pc": 1673, + "op": "PUSH2", + "gas": 609501, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 1676, + "op": "DUP1", + "gas": 609498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867" + ] + }, + { + "pc": 1677, + "op": "PUSH3", + "gas": 609495, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867", + "0x867" + ] + }, + { + "pc": 1681, + "op": "PUSH1", + "gas": 609492, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867", + "0x867", + "0x698" + ] + }, + { + "pc": 1683, + "op": "CODECOPY", + "gas": 609489, + "gasCost": 387, + "depth": 1, + "stack": [ + "0x867", + "0x867", + "0x698", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 1684, + "op": "PUSH1", + "gas": 609102, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867" + ] + }, + { + "pc": 1686, + "op": "RETURN", + "gas": 609099, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x867", + "0x0" + ] + } + ] + }, + { + "gas": 1430569, + "failed": false, + "returnValue": "608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063a457c2d711610071578063a457c2d71461028e578063a9059cbb146102a1578063c820f146146102b4578063d505accf146102c7578063dd62ed3e146102da57600080fd5b806370a0823114610224578063797594b01461024d5780637ecebe001461026057806395d89b41146102735780639dc29fac1461027b57600080fd5b8063313ce567116100f4578063313ce567146101c25780633644e515146101e157806339509351146101e95780634000aea0146101fc57806340c10f191461020f57600080fd5b806306fdde0314610131578063095ea7b31461014f578063116191b61461017257806318160ddd1461019d57806323b872dd146101af575b600080fd5b610139610313565b6040516101469190611484565b60405180910390f35b61016261015d3660046114ba565b6103a5565b6040519015158152602001610146565b60cc54610185906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b6035545b604051908152602001610146565b6101626101bd3660046114e4565b6103bd565b60cd54600160a01b900460ff1660405160ff9091168152602001610146565b6101a16103e1565b6101626101f73660046114ba565b6103f0565b61016261020a366004611520565b61042f565b61022261021d3660046114ba565b610484565b005b6101a16102323660046115a7565b6001600160a01b031660009081526033602052604090205490565b60cd54610185906001600160a01b031681565b6101a161026e3660046115a7565b6104e0565b610139610500565b6102226102893660046114ba565b61050f565b61016261029c3660046114ba565b610562565b6101626102af3660046114ba565b6105f4565b6102226102c2366004611676565b610602565b6102226102d536600461170c565b61071a565b6101a16102e8366004611776565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b606060368054610322906117a9565b80601f016020809104026020016040519081016040528092919081815260200182805461034e906117a9565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000336103b3818585610860565b5060019392505050565b6000336103cb858285610985565b6103d6858585610a17565b506001949350505050565b60006103eb610be5565b905090565b3360008181526034602090815260408083206001600160a01b03871684529091528120549091906103b3908290869061042a9087906117f4565b610860565b600061043b85856105f4565b50843b156103d6576103d6858585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610c6092505050565b60cc546001600160a01b031633146104d25760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064015b60405180910390fd5b6104dc8282610cca565b5050565b6001600160a01b0381166000908152609960205260408120545b92915050565b606060378054610322906117a9565b60cc546001600160a01b031633146105585760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064016104c9565b6104dc8282610da9565b3360008181526034602090815260408083206001600160a01b0387168452909152812054909190838110156105e75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016104c9565b6103d68286868403610860565b6000336103b3818585610a17565b600054610100900460ff1661061d5760005460ff1615610621565b303b155b6106845760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016104c9565b600054610100900460ff161580156106a6576000805461ffff19166101011790555b6106af86610ef4565b6106b98686610f4a565b60cd805460cc80546001600160a01b038088166001600160a01b03199283161790925590851660ff8816600160a01b02919091166001600160a81b0319909216919091171790558015610712576000805461ff00191690555b505050505050565b8342111561076a5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016104c9565b6000609a5488888861077b8c610f7b565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006107d682610fa3565b905060006107e682878787610ff1565b9050896001600160a01b0316816001600160a01b0316146108495760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016104c9565b6108548a8a8a610860565b50505050505050505050565b6001600160a01b0383166108c25760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c9565b6001600160a01b0382166109235760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c9565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038381166000908152603460209081526040808320938616835292905220546000198114610a115781811015610a045760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016104c9565b610a118484848403610860565b50505050565b6001600160a01b038316610a7b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c9565b6001600160a01b038216610add5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c9565b6001600160a01b03831660009081526033602052604090205481811015610b555760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016104c9565b6001600160a01b03808516600090815260336020526040808220858503905591851681529081208054849290610b8c9084906117f4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd891815260200190565b60405180910390a3610a11565b60006103eb7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f610c1460655490565b6066546040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b604051635260769b60e11b815283906001600160a01b0382169063a4c0ed3690610c929033908790879060040161180c565b600060405180830381600087803b158015610cac57600080fd5b505af1158015610cc0573d6000803e3d6000fd5b5050505050505050565b6001600160a01b038216610d205760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016104c9565b8060356000828254610d3291906117f4565b90915550506001600160a01b03821660009081526033602052604081208054839290610d5f9084906117f4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610e095760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016104c9565b6001600160a01b03821660009081526033602052604090205481811015610e7d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016104c9565b6001600160a01b0383166000908152603360205260408120838303905560358054849290610eac90849061183c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610978565b505050565b600054610100900460ff16610f1b5760405162461bcd60e51b81526004016104c990611853565b610f3e81604051806040016040528060018152602001603160f81b815250611019565b610f478161105a565b50565b600054610100900460ff16610f715760405162461bcd60e51b81526004016104c990611853565b6104dc82826110a8565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b60006104fa610fb0610be5565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000611002878787876110f6565b9150915061100f816111e3565b5095945050505050565b600054610100900460ff166110405760405162461bcd60e51b81526004016104c990611853565b815160209283012081519190920120606591909155606655565b600054610100900460ff166110815760405162461bcd60e51b81526004016104c990611853565b507f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9609a55565b600054610100900460ff166110cf5760405162461bcd60e51b81526004016104c990611853565b81516110e290603690602085019061139e565b508051610eef90603790602084019061139e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561112d57506000905060036111da565b8460ff16601b1415801561114557508460ff16601c14155b1561115657506000905060046111da565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166111d3576000600192509250506111da565b9150600090505b94509492505050565b60008160048111156111f7576111f761189e565b14156112005750565b60018160048111156112145761121461189e565b14156112625760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016104c9565b60028160048111156112765761127661189e565b14156112c45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016104c9565b60038160048111156112d8576112d861189e565b14156113315760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016104c9565b60048160048111156113455761134561189e565b1415610f475760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016104c9565b8280546113aa906117a9565b90600052602060002090601f0160209004810192826113cc5760008555611412565b82601f106113e557805160ff1916838001178555611412565b82800160010185558215611412579182015b828111156114125782518255916020019190600101906113f7565b5061141e929150611422565b5090565b5b8082111561141e5760008155600101611423565b6000815180845260005b8181101561145d57602081850181015186830182015201611441565b8181111561146f576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006114976020830184611437565b9392505050565b80356001600160a01b03811681146114b557600080fd5b919050565b600080604083850312156114cd57600080fd5b6114d68361149e565b946020939093013593505050565b6000806000606084860312156114f957600080fd5b6115028461149e565b92506115106020850161149e565b9150604084013590509250925092565b6000806000806060858703121561153657600080fd5b61153f8561149e565b935060208501359250604085013567ffffffffffffffff8082111561156357600080fd5b818701915087601f83011261157757600080fd5b81358181111561158657600080fd5b88602082850101111561159857600080fd5b95989497505060200194505050565b6000602082840312156115b957600080fd5b6114978261149e565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126115e957600080fd5b813567ffffffffffffffff80821115611604576116046115c2565b604051601f8301601f19908116603f0116810190828211818310171561162c5761162c6115c2565b8160405283815286602085880101111561164557600080fd5b836020870160208301376000602085830101528094505050505092915050565b803560ff811681146114b557600080fd5b600080600080600060a0868803121561168e57600080fd5b853567ffffffffffffffff808211156116a657600080fd5b6116b289838a016115d8565b965060208801359150808211156116c857600080fd5b506116d5888289016115d8565b9450506116e460408701611665565b92506116f26060870161149e565b91506117006080870161149e565b90509295509295909350565b600080600080600080600060e0888a03121561172757600080fd5b6117308861149e565b965061173e6020890161149e565b9550604088013594506060880135935061175a60808901611665565b925060a0880135915060c0880135905092959891949750929550565b6000806040838503121561178957600080fd5b6117928361149e565b91506117a06020840161149e565b90509250929050565b600181811c908216806117bd57607f821691505b60208210811415610f9d57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115611807576118076117de565b500190565b60018060a01b03841681528260208201526060604082015260006118336060830184611437565b95945050505050565b60008282101561184e5761184e6117de565b500390565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052602160045260246000fdfea26469706673582212202b07f710c9cf1804584777652b1341e9dfb5fb6c87078d0ae916c80f07eec4b164736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 6, + "balance": "0x3635c9adc5de4d5e7f", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0x9774c66405dde5038900b432dad90f92c0fd090e", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 7, + "balance": "0x3635c9adc5de378a56", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0x9774c66405dde5038900b432dad90f92c0fd090e", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x4ad5761770969eca2a5195434b35d9b414706c6a9dddd1195292456ae0693035", + "poseidonCodeHash": "0x2d3b06dab4b168ad1e3946d59007aa9d7cb27d5875ce1a0d20c4430165076985", + "codeSize": 6378 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x6875aa", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405234801561001057600080fd5b506118ea806100206000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063a457c2d711610071578063a457c2d71461028e578063a9059cbb146102a1578063c820f146146102b4578063d505accf146102c7578063dd62ed3e146102da57600080fd5b806370a0823114610224578063797594b01461024d5780637ecebe001461026057806395d89b41146102735780639dc29fac1461027b57600080fd5b8063313ce567116100f4578063313ce567146101c25780633644e515146101e157806339509351146101e95780634000aea0146101fc57806340c10f191461020f57600080fd5b806306fdde0314610131578063095ea7b31461014f578063116191b61461017257806318160ddd1461019d57806323b872dd146101af575b600080fd5b610139610313565b6040516101469190611484565b60405180910390f35b61016261015d3660046114ba565b6103a5565b6040519015158152602001610146565b60cc54610185906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b6035545b604051908152602001610146565b6101626101bd3660046114e4565b6103bd565b60cd54600160a01b900460ff1660405160ff9091168152602001610146565b6101a16103e1565b6101626101f73660046114ba565b6103f0565b61016261020a366004611520565b61042f565b61022261021d3660046114ba565b610484565b005b6101a16102323660046115a7565b6001600160a01b031660009081526033602052604090205490565b60cd54610185906001600160a01b031681565b6101a161026e3660046115a7565b6104e0565b610139610500565b6102226102893660046114ba565b61050f565b61016261029c3660046114ba565b610562565b6101626102af3660046114ba565b6105f4565b6102226102c2366004611676565b610602565b6102226102d536600461170c565b61071a565b6101a16102e8366004611776565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b606060368054610322906117a9565b80601f016020809104026020016040519081016040528092919081815260200182805461034e906117a9565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000336103b3818585610860565b5060019392505050565b6000336103cb858285610985565b6103d6858585610a17565b506001949350505050565b60006103eb610be5565b905090565b3360008181526034602090815260408083206001600160a01b03871684529091528120549091906103b3908290869061042a9087906117f4565b610860565b600061043b85856105f4565b50843b156103d6576103d6858585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610c6092505050565b60cc546001600160a01b031633146104d25760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064015b60405180910390fd5b6104dc8282610cca565b5050565b6001600160a01b0381166000908152609960205260408120545b92915050565b606060378054610322906117a9565b60cc546001600160a01b031633146105585760405162461bcd60e51b815260206004820152600c60248201526b4f6e6c79204761746577617960a01b60448201526064016104c9565b6104dc8282610da9565b3360008181526034602090815260408083206001600160a01b0387168452909152812054909190838110156105e75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016104c9565b6103d68286868403610860565b6000336103b3818585610a17565b600054610100900460ff1661061d5760005460ff1615610621565b303b155b6106845760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016104c9565b600054610100900460ff161580156106a6576000805461ffff19166101011790555b6106af86610ef4565b6106b98686610f4a565b60cd805460cc80546001600160a01b038088166001600160a01b03199283161790925590851660ff8816600160a01b02919091166001600160a81b0319909216919091171790558015610712576000805461ff00191690555b505050505050565b8342111561076a5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016104c9565b6000609a5488888861077b8c610f7b565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006107d682610fa3565b905060006107e682878787610ff1565b9050896001600160a01b0316816001600160a01b0316146108495760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016104c9565b6108548a8a8a610860565b50505050505050505050565b6001600160a01b0383166108c25760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c9565b6001600160a01b0382166109235760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c9565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038381166000908152603460209081526040808320938616835292905220546000198114610a115781811015610a045760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016104c9565b610a118484848403610860565b50505050565b6001600160a01b038316610a7b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c9565b6001600160a01b038216610add5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c9565b6001600160a01b03831660009081526033602052604090205481811015610b555760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016104c9565b6001600160a01b03808516600090815260336020526040808220858503905591851681529081208054849290610b8c9084906117f4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd891815260200190565b60405180910390a3610a11565b60006103eb7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f610c1460655490565b6066546040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b604051635260769b60e11b815283906001600160a01b0382169063a4c0ed3690610c929033908790879060040161180c565b600060405180830381600087803b158015610cac57600080fd5b505af1158015610cc0573d6000803e3d6000fd5b5050505050505050565b6001600160a01b038216610d205760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016104c9565b8060356000828254610d3291906117f4565b90915550506001600160a01b03821660009081526033602052604081208054839290610d5f9084906117f4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610e095760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016104c9565b6001600160a01b03821660009081526033602052604090205481811015610e7d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016104c9565b6001600160a01b0383166000908152603360205260408120838303905560358054849290610eac90849061183c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610978565b505050565b600054610100900460ff16610f1b5760405162461bcd60e51b81526004016104c990611853565b610f3e81604051806040016040528060018152602001603160f81b815250611019565b610f478161105a565b50565b600054610100900460ff16610f715760405162461bcd60e51b81526004016104c990611853565b6104dc82826110a8565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b60006104fa610fb0610be5565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000611002878787876110f6565b9150915061100f816111e3565b5095945050505050565b600054610100900460ff166110405760405162461bcd60e51b81526004016104c990611853565b815160209283012081519190920120606591909155606655565b600054610100900460ff166110815760405162461bcd60e51b81526004016104c990611853565b507f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9609a55565b600054610100900460ff166110cf5760405162461bcd60e51b81526004016104c990611853565b81516110e290603690602085019061139e565b508051610eef90603790602084019061139e565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a083111561112d57506000905060036111da565b8460ff16601b1415801561114557508460ff16601c14155b1561115657506000905060046111da565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111aa573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166111d3576000600192509250506111da565b9150600090505b94509492505050565b60008160048111156111f7576111f761189e565b14156112005750565b60018160048111156112145761121461189e565b14156112625760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016104c9565b60028160048111156112765761127661189e565b14156112c45760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016104c9565b60038160048111156112d8576112d861189e565b14156113315760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016104c9565b60048160048111156113455761134561189e565b1415610f475760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016104c9565b8280546113aa906117a9565b90600052602060002090601f0160209004810192826113cc5760008555611412565b82601f106113e557805160ff1916838001178555611412565b82800160010185558215611412579182015b828111156114125782518255916020019190600101906113f7565b5061141e929150611422565b5090565b5b8082111561141e5760008155600101611423565b6000815180845260005b8181101561145d57602081850181015186830182015201611441565b8181111561146f576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006114976020830184611437565b9392505050565b80356001600160a01b03811681146114b557600080fd5b919050565b600080604083850312156114cd57600080fd5b6114d68361149e565b946020939093013593505050565b6000806000606084860312156114f957600080fd5b6115028461149e565b92506115106020850161149e565b9150604084013590509250925092565b6000806000806060858703121561153657600080fd5b61153f8561149e565b935060208501359250604085013567ffffffffffffffff8082111561156357600080fd5b818701915087601f83011261157757600080fd5b81358181111561158657600080fd5b88602082850101111561159857600080fd5b95989497505060200194505050565b6000602082840312156115b957600080fd5b6114978261149e565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126115e957600080fd5b813567ffffffffffffffff80821115611604576116046115c2565b604051601f8301601f19908116603f0116810190828211818310171561162c5761162c6115c2565b8160405283815286602085880101111561164557600080fd5b836020870160208301376000602085830101528094505050505092915050565b803560ff811681146114b557600080fd5b600080600080600060a0868803121561168e57600080fd5b853567ffffffffffffffff808211156116a657600080fd5b6116b289838a016115d8565b965060208801359150808211156116c857600080fd5b506116d5888289016115d8565b9450506116e460408701611665565b92506116f26060870161149e565b91506117006080870161149e565b90509295509295909350565b600080600080600080600060e0888a03121561172757600080fd5b6117308861149e565b965061173e6020890161149e565b9550604088013594506060880135935061175a60808901611665565b925060a0880135915060c0880135905092959891949750929550565b6000806040838503121561178957600080fd5b6117928361149e565b91506117a06020840161149e565b90509250929050565b600181811c908216806117bd57607f821691505b60208210811415610f9d57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115611807576118076117de565b500190565b60018060a01b03841681528260208201526060604082015260006118336060830184611437565b95945050505050565b60008282101561184e5761184e6117de565b500390565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b634e487b7160e01b600052602160045260246000fdfea26469706673582212202b07f710c9cf1804584777652b1341e9dfb5fb6c87078d0ae916c80f07eec4b164736f6c634300080a0033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 1706099, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 1706096, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 1706093, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 1706081, + "gasCost": 2, + "depth": 1 + }, + { + "pc": 6, + "op": "DUP1", + "gas": 1706079, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 1706076, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 1706073, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 1706070, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 1706060, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 1706059, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 18, + "op": "PUSH2", + "gas": 1706057, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 21, + "op": "DUP1", + "gas": 1706054, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x18ea" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 1706051, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x18ea", + "0x18ea" + ] + }, + { + "pc": 25, + "op": "PUSH1", + "gas": 1706048, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x18ea", + "0x18ea", + "0x20" + ] + }, + { + "pc": 27, + "op": "CODECOPY", + "gas": 1706045, + "gasCost": 1272, + "depth": 1, + "stack": [ + "0x18ea", + "0x18ea", + "0x20", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 28, + "op": "PUSH1", + "gas": 1704773, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x18ea" + ] + }, + { + "pc": 30, + "op": "RETURN", + "gas": 1704770, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x18ea", + "0x0" + ] + } + ] + }, + { + "gas": 379779, + "failed": false, + "returnValue": "608060405234801561001057600080fd5b50600436106100625760003560e01c80635c60da1b1461006757806361e98ca114610096578063715018a6146100a95780637bdbcbbf146100b35780638da5cb5b146100c6578063f2fde38b146100d7575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b61007a6100a4366004610443565b6100ea565b6100b161011a565b005b61007a6100c1366004610443565b610159565b6000546001600160a01b031661007a565b6100b16100e5366004610476565b6101a9565b6000806100f78484610244565b600154909150610110906001600160a01b0316826102ca565b9150505b92915050565b6000546001600160a01b0316331461014d5760405162461bcd60e51b815260040161014490610491565b60405180910390fd5b6101576000610337565b565b600080546001600160a01b031633146101845760405162461bcd60e51b815260040161014490610491565b60006101908484610244565b600154909150610110906001600160a01b031682610387565b6000546001600160a01b031633146101d35760405162461bcd60e51b815260040161014490610491565b6001600160a01b0381166102385760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610144565b61024181610337565b50565b6040516bffffffffffffffffffffffff19606083901b1660208201526000908390603401604051602081830303815290604052805190602001206040516020016102ac92919060609290921b6bffffffffffffffffffffffff19168252601482015260340190565b60405160208183030381529060405280519060200120905092915050565b6000610330838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166101145760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c65640000000000000000006044820152606401610144565b80356001600160a01b038116811461043e57600080fd5b919050565b6000806040838503121561045657600080fd5b61045f83610427565b915061046d60208401610427565b90509250929050565b60006020828403121561048857600080fd5b61033082610427565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122048e180d3bf138a23835ff5a47862fb56a14aa7622da00c39f5ed29ff33813fcb64736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 7, + "balance": "0x3635c9adc5de378a56", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 8, + "balance": "0x3635c9adc5de31bed3", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x05448670d66102da98fd533aca4f5bcf22291563e4202eda2f8e5cd7a64b12db", + "poseidonCodeHash": "0x265cb05a6ac109411feb8683661828e7e721c18530b8acaafe66d55eeef10a0c", + "codeSize": 1276 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x6e412d", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405234801561001057600080fd5b5060405161064238038061064283398101604081905261002f91610107565b610038336100b7565b6001600160a01b0381166100925760405162461bcd60e51b815260206004820152601b60248201527f7a65726f20696d706c656d656e746174696f6e20616464726573730000000000604482015260640160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055610137565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561011957600080fd5b81516001600160a01b038116811461013057600080fd5b9392505050565b6104fc806101466000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c80635c60da1b1461006757806361e98ca114610096578063715018a6146100a95780637bdbcbbf146100b35780638da5cb5b146100c6578063f2fde38b146100d7575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b61007a6100a4366004610443565b6100ea565b6100b161011a565b005b61007a6100c1366004610443565b610159565b6000546001600160a01b031661007a565b6100b16100e5366004610476565b6101a9565b6000806100f78484610244565b600154909150610110906001600160a01b0316826102ca565b9150505b92915050565b6000546001600160a01b0316331461014d5760405162461bcd60e51b815260040161014490610491565b60405180910390fd5b6101576000610337565b565b600080546001600160a01b031633146101845760405162461bcd60e51b815260040161014490610491565b60006101908484610244565b600154909150610110906001600160a01b031682610387565b6000546001600160a01b031633146101d35760405162461bcd60e51b815260040161014490610491565b6001600160a01b0381166102385760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610144565b61024181610337565b50565b6040516bffffffffffffffffffffffff19606083901b1660208201526000908390603401604051602081830303815290604052805190602001206040516020016102ac92919060609290921b6bffffffffffffffffffffffff19168252601482015260340190565b60405160208183030381529060405280519060200120905092915050565b6000610330838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166101145760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c65640000000000000000006044820152606401610144565b80356001600160a01b038116811461043e57600080fd5b919050565b6000806040838503121561045657600080fd5b61045f83610427565b915061046d60208401610427565b90509250929050565b60006020828403121561048857600080fd5b61033082610427565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122048e180d3bf138a23835ff5a47862fb56a14aa7622da00c39f5ed29ff33813fcb64736f6c634300080a00330000000000000000000000009774c66405dde5038900b432dad90f92c0fd090e", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 415540, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 415537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 415534, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 415522, + "gasCost": 2, + "depth": 1 + }, + { + "pc": 6, + "op": "DUP1", + "gas": 415520, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 415517, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 415514, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 415511, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 415501, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 415500, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 18, + "op": "PUSH1", + "gas": 415498, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 20, + "op": "MLOAD", + "gas": 415495, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40" + ] + }, + { + "pc": 21, + "op": "PUSH2", + "gas": 415492, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 24, + "op": "CODESIZE", + "gas": 415489, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x80", + "0x642" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 25, + "op": "SUB", + "gas": 415487, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x642", + "0x662" + ] + }, + { + "pc": 26, + "op": "DUP1", + "gas": 415484, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x20" + ] + }, + { + "pc": 27, + "op": "PUSH2", + "gas": 415481, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x20", + "0x20" + ] + }, + { + "pc": 30, + "op": "DUP4", + "gas": 415478, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x20", + "0x20", + "0x642" + ] + }, + { + "pc": 31, + "op": "CODECOPY", + "gas": 415475, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x20", + "0x20", + "0x642", + "0x80" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 32, + "op": "DUP2", + "gas": 415463, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x20" + ] + }, + { + "pc": 33, + "op": "ADD", + "gas": 415460, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x20", + "0x80" + ] + }, + { + "pc": 34, + "op": "PUSH1", + "gas": 415457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xa0" + ] + }, + { + "pc": 36, + "op": "DUP2", + "gas": 415454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xa0", + "0x40" + ] + }, + { + "pc": 37, + "op": "SWAP1", + "gas": 415451, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xa0", + "0x40", + "0xa0" + ] + }, + { + "pc": 38, + "op": "MSTORE", + "gas": 415448, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xa0", + "0xa0", + "0x40" + ] + }, + { + "pc": 39, + "op": "PUSH2", + "gas": 415445, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xa0" + ] + }, + { + "pc": 42, + "op": "SWAP2", + "gas": 415442, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xa0", + "0x2f" + ] + }, + { + "pc": 43, + "op": "PUSH2", + "gas": 415439, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80" + ] + }, + { + "pc": 46, + "op": "JUMP", + "gas": 415436, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x107" + ] + }, + { + "pc": 263, + "op": "JUMPDEST", + "gas": 415428, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80" + ] + }, + { + "pc": 264, + "op": "PUSH1", + "gas": 415427, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80" + ] + }, + { + "pc": 266, + "op": "PUSH1", + "gas": 415424, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0" + ] + }, + { + "pc": 268, + "op": "DUP3", + "gas": 415421, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x20" + ] + }, + { + "pc": 269, + "op": "DUP5", + "gas": 415418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x20", + "0x80" + ] + }, + { + "pc": 270, + "op": "SUB", + "gas": 415415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x20", + "0x80", + "0xa0" + ] + }, + { + "pc": 271, + "op": "SLT", + "gas": 415412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x20", + "0x20" + ] + }, + { + "pc": 272, + "op": "ISZERO", + "gas": 415409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x0" + ] + }, + { + "pc": 273, + "op": "PUSH2", + "gas": 415406, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x1" + ] + }, + { + "pc": 276, + "op": "JUMPI", + "gas": 415403, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x1", + "0x119" + ] + }, + { + "pc": 281, + "op": "JUMPDEST", + "gas": 415393, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0" + ] + }, + { + "pc": 282, + "op": "DUP2", + "gas": 415392, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0" + ] + }, + { + "pc": 283, + "op": "MLOAD", + "gas": 415389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x80" + ] + }, + { + "pc": 284, + "op": "PUSH1", + "gas": 415386, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 286, + "op": "PUSH1", + "gas": 415383, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1" + ] + }, + { + "pc": 288, + "op": "PUSH1", + "gas": 415380, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x1" + ] + }, + { + "pc": 290, + "op": "SHL", + "gas": 415377, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 291, + "op": "SUB", + "gas": 415374, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 292, + "op": "DUP2", + "gas": 415371, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 293, + "op": "AND", + "gas": 415368, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 294, + "op": "DUP2", + "gas": 415365, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 295, + "op": "EQ", + "gas": 415362, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 296, + "op": "PUSH2", + "gas": 415359, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1" + ] + }, + { + "pc": 299, + "op": "JUMPI", + "gas": 415356, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x130" + ] + }, + { + "pc": 304, + "op": "JUMPDEST", + "gas": 415346, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 305, + "op": "SWAP4", + "gas": 415345, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x2f", + "0xa0", + "0x80", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 306, + "op": "SWAP3", + "gas": 415342, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0xa0", + "0x80", + "0x0", + "0x2f" + ] + }, + { + "pc": 307, + "op": "POP", + "gas": 415339, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x2f", + "0x80", + "0x0", + "0xa0" + ] + }, + { + "pc": 308, + "op": "POP", + "gas": 415337, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x2f", + "0x80", + "0x0" + ] + }, + { + "pc": 309, + "op": "POP", + "gas": 415335, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x2f", + "0x80" + ] + }, + { + "pc": 310, + "op": "JUMP", + "gas": 415333, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x2f" + ] + }, + { + "pc": 47, + "op": "JUMPDEST", + "gas": 415325, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 48, + "op": "PUSH2", + "gas": 415324, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 51, + "op": "CALLER", + "gas": 415321, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38" + ] + }, + { + "pc": 52, + "op": "PUSH2", + "gas": 415319, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 55, + "op": "JUMP", + "gas": 415316, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xb7" + ] + }, + { + "pc": 183, + "op": "JUMPDEST", + "gas": 415308, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 184, + "op": "PUSH1", + "gas": 415307, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 186, + "op": "DUP1", + "gas": 415304, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ] + }, + { + "pc": 187, + "op": "SLOAD", + "gas": 415301, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0" + ], + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x0000000000000000000000000000000000000000000000000000000000000000", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 188, + "op": "PUSH1", + "gas": 413201, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0" + ] + }, + { + "pc": 190, + "op": "PUSH1", + "gas": 413198, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 192, + "op": "PUSH1", + "gas": 413195, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 194, + "op": "SHL", + "gas": 413192, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 195, + "op": "SUB", + "gas": 413189, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 196, + "op": "DUP4", + "gas": 413186, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 197, + "op": "DUP2", + "gas": 413183, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 198, + "op": "AND", + "gas": 413180, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 199, + "op": "PUSH1", + "gas": 413177, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 201, + "op": "PUSH1", + "gas": 413174, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1" + ] + }, + { + "pc": 203, + "op": "PUSH1", + "gas": 413171, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1", + "0x1" + ] + }, + { + "pc": 205, + "op": "SHL", + "gas": 413168, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 206, + "op": "SUB", + "gas": 413165, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 207, + "op": "NOT", + "gas": 413162, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 208, + "op": "DUP4", + "gas": 413159, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 209, + "op": "AND", + "gas": 413156, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000", + "0x0" + ] + }, + { + "pc": 210, + "op": "DUP2", + "gas": 413153, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ] + }, + { + "pc": 211, + "op": "OR", + "gas": 413150, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 212, + "op": "DUP5", + "gas": 413147, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 213, + "op": "SSTORE", + "gas": 413144, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ], + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000002222bc0df723f134a40abb28e43ff8e95ee9d811" + }, + "extraData": { + "proofList": [ + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x0000000000000000000000000000000000000000000000000000000000000000", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 214, + "op": "PUSH1", + "gas": 393144, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 216, + "op": "MLOAD", + "gas": 393141, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x40" + ] + }, + { + "pc": 217, + "op": "SWAP2", + "gas": 393138, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xa0" + ] + }, + { + "pc": 218, + "op": "SWAP1", + "gas": 393135, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xa0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 219, + "op": "SWAP3", + "gas": 393132, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xa0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 220, + "op": "AND", + "gas": 393129, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xa0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x0" + ] + }, + { + "pc": 221, + "op": "SWAP3", + "gas": 393126, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xa0", + "0x0" + ] + }, + { + "pc": 222, + "op": "DUP4", + "gas": 393123, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xa0", + "0x0" + ] + }, + { + "pc": 223, + "op": "SWAP2", + "gas": 393120, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0xa0", + "0x0", + "0x0" + ] + }, + { + "pc": 224, + "op": "PUSH32", + "gas": 393117, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xa0" + ] + }, + { + "pc": 257, + "op": "SWAP2", + "gas": 393114, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x0", + "0xa0", + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0" + ] + }, + { + "pc": 258, + "op": "SWAP1", + "gas": 393111, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0xa0", + "0x0" + ] + }, + { + "pc": 259, + "op": "LOG3", + "gas": 393108, + "gasCost": 1500, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0", + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0", + "0xa0" + ] + }, + { + "pc": 260, + "op": "POP", + "gas": 391608, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0" + ] + }, + { + "pc": 261, + "op": "POP", + "gas": 391606, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38", + "0x2222bc0df723f134a40abb28e43ff8e95ee9d811" + ] + }, + { + "pc": 262, + "op": "JUMP", + "gas": 391604, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x38" + ] + }, + { + "pc": 56, + "op": "JUMPDEST", + "gas": 391596, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 57, + "op": "PUSH1", + "gas": 391595, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 59, + "op": "PUSH1", + "gas": 391592, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1" + ] + }, + { + "pc": 61, + "op": "PUSH1", + "gas": 391589, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x1" + ] + }, + { + "pc": 63, + "op": "SHL", + "gas": 391586, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 64, + "op": "SUB", + "gas": 391583, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 65, + "op": "DUP2", + "gas": 391580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 66, + "op": "AND", + "gas": 391577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 67, + "op": "PUSH2", + "gas": 391574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 70, + "op": "JUMPI", + "gas": 391571, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x92" + ] + }, + { + "pc": 146, + "op": "JUMPDEST", + "gas": 391561, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 147, + "op": "PUSH1", + "gas": 391560, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 149, + "op": "DUP1", + "gas": 391557, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1" + ] + }, + { + "pc": 150, + "op": "SLOAD", + "gas": 391554, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x1" + ], + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000002222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0000000000000000000000000000000000000000000000000000000000000001": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x0000000000000000000000000000000000000000000000000000000000000001", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 151, + "op": "PUSH1", + "gas": 389454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0" + ] + }, + { + "pc": 153, + "op": "PUSH1", + "gas": 389451, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1" + ] + }, + { + "pc": 155, + "op": "PUSH1", + "gas": 389448, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 157, + "op": "SHL", + "gas": 389445, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 158, + "op": "SUB", + "gas": 389442, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 159, + "op": "NOT", + "gas": 389439, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 160, + "op": "AND", + "gas": 389436, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 161, + "op": "PUSH1", + "gas": 389433, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0" + ] + }, + { + "pc": 163, + "op": "PUSH1", + "gas": 389430, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1" + ] + }, + { + "pc": 165, + "op": "PUSH1", + "gas": 389427, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 167, + "op": "SHL", + "gas": 389424, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 168, + "op": "SUB", + "gas": 389421, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 169, + "op": "SWAP3", + "gas": 389418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 170, + "op": "SWAP1", + "gas": 389415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xffffffffffffffffffffffffffffffffffffffff", + "0x1", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 171, + "op": "SWAP3", + "gas": 389412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xffffffffffffffffffffffffffffffffffffffff", + "0x1", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x0" + ] + }, + { + "pc": 172, + "op": "AND", + "gas": 389409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 173, + "op": "SWAP2", + "gas": 389406, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 174, + "op": "SWAP1", + "gas": 389403, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1", + "0x0" + ] + }, + { + "pc": 175, + "op": "SWAP2", + "gas": 389400, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x0", + "0x1" + ] + }, + { + "pc": 176, + "op": "OR", + "gas": 389397, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1", + "0x0", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 177, + "op": "SWAP1", + "gas": 389394, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1", + "0x9774c66405dde5038900b432dad90f92c0fd090e" + ] + }, + { + "pc": 178, + "op": "SSTORE", + "gas": 389391, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x9774c66405dde5038900b432dad90f92c0fd090e", + "0x1" + ], + "storage": { + "0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000002222bc0df723f134a40abb28e43ff8e95ee9d811", + "0x0000000000000000000000000000000000000000000000000000000000000001": "0x0000000000000000000000009774c66405dde5038900b432dad90f92c0fd090e" + }, + "extraData": { + "proofList": [ + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x0000000000000000000000000000000000000000000000000000000000000001", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 179, + "op": "PUSH2", + "gas": 369391, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 182, + "op": "JUMP", + "gas": 369388, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x137" + ] + }, + { + "pc": 311, + "op": "JUMPDEST", + "gas": 369380, + "gasCost": 1, + "depth": 1 + }, + { + "pc": 312, + "op": "PUSH2", + "gas": 369379, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 315, + "op": "DUP1", + "gas": 369376, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4fc" + ] + }, + { + "pc": 316, + "op": "PUSH2", + "gas": 369373, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4fc", + "0x4fc" + ] + }, + { + "pc": 319, + "op": "PUSH1", + "gas": 369370, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4fc", + "0x4fc", + "0x146" + ] + }, + { + "pc": 321, + "op": "CODECOPY", + "gas": 369367, + "gasCost": 231, + "depth": 1, + "stack": [ + "0x4fc", + "0x4fc", + "0x146", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 322, + "op": "PUSH1", + "gas": 369136, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4fc" + ] + }, + { + "pc": 324, + "op": "RETURN", + "gas": 369133, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x4fc", + "0x0" + ] + } + ] + }, + { + "gas": 1065943, + "failed": false, + "returnValue": "6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 8, + "balance": "0x3635c9adc5de31bed3", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 9, + "balance": "0x3635c9adc5de217afc", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xb624aa754f5f1db7a2e4d12d31accf70b1f5c0ae737f4f897adce524e8a61e60", + "poseidonCodeHash": "0x267fad02924cd54916e1995fbc9449a3ee03d61670b8397886f8fdc89106cf6f", + "codeSize": 4691 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x7e8504", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405234801561001057600080fd5b50611253806100206000396000f3fe6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 1258957, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 1258954, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 1258951, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 1258939, + "gasCost": 2, + "depth": 1 + }, + { + "pc": 6, + "op": "DUP1", + "gas": 1258937, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 1258934, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 1258931, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 1258928, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 1258918, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 1258917, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ] + }, + { + "pc": 18, + "op": "PUSH2", + "gas": 1258915, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 21, + "op": "DUP1", + "gas": 1258912, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1253" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 1258909, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1253", + "0x1253" + ] + }, + { + "pc": 25, + "op": "PUSH1", + "gas": 1258906, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1253", + "0x1253", + "0x20" + ] + }, + { + "pc": 27, + "op": "CODECOPY", + "gas": 1258903, + "gasCost": 918, + "depth": 1, + "stack": [ + "0x1253", + "0x1253", + "0x20", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 28, + "op": "PUSH1", + "gas": 1257985, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x1253" + ] + }, + { + "pc": 30, + "op": "RETURN", + "gas": 1257982, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x1253", + "0x0" + ] + } + ] + }, + { + "gas": 596333, + "failed": false, + "returnValue": "60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033", + "from": { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 9, + "balance": "0x3635c9adc5de217afc", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + "accountCreated": { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "codeSize": 0 + }, + "accountAfter": [ + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "nonce": 10, + "balance": "0x3635c9adc5de18618f", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0 + }, + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "address": "0x5343530000000000000000000000000000000001", + "nonce": 0, + "balance": "0x879e71", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "byteCode": "0x608060405260405162000f6638038062000f66833981016040819052620000269162000519565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620005f9565b60008051602062000f1f833981519152146200007557620000756200061f565b6200008382826000620000e7565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104620005f9565b60008051602062000eff83398151915214620000d357620000d36200061f565b620000de8262000124565b50505062000688565b620000f2836200017f565b600082511180620001005750805b156200011f576200011d8383620001c160201b620002601760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200014f620001f0565b604080516001600160a01b03928316815291841660208301520160405180910390a16200017c8162000229565b50565b6200018a81620002de565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e9838360405180606001604052806027815260200162000f3f6027913962000381565b9392505050565b60006200021a60008051602062000eff83398151915260001b6200046760201b620002081760201c565b546001600160a01b0316919050565b6001600160a01b038116620002945760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b60648201526084015b60405180910390fd5b80620002bd60008051602062000eff83398151915260001b6200046760201b620002081760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b620002f4816200046a60201b6200028c1760201c565b620003585760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016200028b565b80620002bd60008051602062000f1f83398151915260001b6200046760201b620002081760201c565b60606001600160a01b0384163b620003eb5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200028b565b600080856001600160a01b03168560405162000408919062000635565b600060405180830381855af49150503d806000811462000445576040519150601f19603f3d011682016040523d82523d6000602084013e6200044a565b606091505b5090925090506200045d82828662000479565b9695505050505050565b90565b6001600160a01b03163b151590565b606083156200048a575081620001e9565b8251156200049b5782518084602001fd5b8160405162461bcd60e51b81526004016200028b919062000653565b80516001600160a01b0381168114620004cf57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101562000507578181015183820152602001620004ed565b838111156200011d5750506000910152565b6000806000606084860312156200052f57600080fd5b6200053a84620004b7565b92506200054a60208501620004b7565b60408501519092506001600160401b03808211156200056857600080fd5b818601915086601f8301126200057d57600080fd5b815181811115620005925762000592620004d4565b604051601f8201601f19908116603f01168101908382118183101715620005bd57620005bd620004d4565b81604052828152896020848701011115620005d757600080fd5b620005ea836020830160208801620004ea565b80955050505050509250925092565b6000828210156200061a57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b6000825162000649818460208701620004ea565b9190910192915050565b602081526000825180602084015262000674816040850160208701620004ea565b601f01601f19169190910160400192915050565b61086780620006986000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106f1565b610118565b61005b61009336600461070c565b61015f565b3480156100a457600080fd5b506100ad6101d0565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106f1565b61020b565b3480156100f557600080fd5b506100ad610235565b61010661029b565b61011661011161033a565b610344565b565b610120610368565b6001600160a01b0316336001600160a01b03161415610157576101548160405180602001604052806000815250600061039b565b50565b6101546100fe565b610167610368565b6001600160a01b0316336001600160a01b031614156101c8576101c38383838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506001925061039b915050565b505050565b6101c36100fe565b60006101da610368565b6001600160a01b0316336001600160a01b03161415610200576101fb61033a565b905090565b6102086100fe565b90565b610213610368565b6001600160a01b0316336001600160a01b0316141561015757610154816103c6565b600061023f610368565b6001600160a01b0316336001600160a01b03161415610200576101fb610368565b6060610285838360405180606001604052806027815260200161080b6027913961041a565b9392505050565b6001600160a01b03163b151590565b6102a3610368565b6001600160a01b0316336001600160a01b031614156101165760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b60006101fb6104f7565b3660008037600080366000845af43d6000803e808015610363573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316919050565b6103a48361051f565b6000825111806103b15750805b156101c3576103c08383610260565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6103ef610368565b604080516001600160a01b03928316815291841660208301520160405180910390a16101548161055f565b60606001600160a01b0384163b6104825760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610331565b600080856001600160a01b03168560405161049d91906107bb565b600060405180830381855af49150503d80600081146104d8576040519150601f19603f3d011682016040523d82523d6000602084013e6104dd565b606091505b50915091506104ed828286610608565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61038c565b61052881610641565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6001600160a01b0381166105c45760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610331565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b80546001600160a01b0319166001600160a01b039290921691909117905550565b60608315610617575081610285565b8251156106275782518084602001fd5b8160405162461bcd60e51b815260040161033191906107d7565b6001600160a01b0381163b6106ae5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610331565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc6105e7565b80356001600160a01b03811681146106ec57600080fd5b919050565b60006020828403121561070357600080fd5b610285826106d5565b60008060006040848603121561072157600080fd5b61072a846106d5565b9250602084013567ffffffffffffffff8082111561074757600080fd5b818601915086601f83011261075b57600080fd5b81358181111561076a57600080fd5b87602082850101111561077c57600080fd5b6020830194508093505050509250925092565b60005b838110156107aa578181015183820152602001610792565b838111156103c05750506000910152565b600082516107cd81846020870161078f565b9190910192915050565b60208152600082518060208401526107f681604085016020870161078f565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220366737524a7ac8fa76e3b2cd04bb1e0b8aa75e165c32f59b0076ead59d529de564736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb5400000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 660724, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 660721, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 660718, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ] + }, + { + "pc": 5, + "op": "PUSH1", + "gas": 660706, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 7, + "op": "MLOAD", + "gas": 660703, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40" + ] + }, + { + "pc": 8, + "op": "PUSH3", + "gas": 660700, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 12, + "op": "CODESIZE", + "gas": 660697, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x80", + "0xf66" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 13, + "op": "SUB", + "gas": 660695, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0xf66", + "0xfe6" + ] + }, + { + "pc": 14, + "op": "DUP1", + "gas": 660692, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80" + ] + }, + { + "pc": 15, + "op": "PUSH3", + "gas": 660689, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80" + ] + }, + { + "pc": 19, + "op": "DUP4", + "gas": 660686, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80", + "0xf66" + ] + }, + { + "pc": 20, + "op": "CODECOPY", + "gas": 660683, + "gasCost": 30, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80", + "0xf66", + "0x80" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 21, + "op": "DUP2", + "gas": 660653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80" + ] + }, + { + "pc": 22, + "op": "ADD", + "gas": 660650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x80", + "0x80" + ] + }, + { + "pc": 23, + "op": "PUSH1", + "gas": 660647, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100" + ] + }, + { + "pc": 25, + "op": "DUP2", + "gas": 660644, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x40" + ] + }, + { + "pc": 26, + "op": "SWAP1", + "gas": 660641, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x40", + "0x100" + ] + }, + { + "pc": 27, + "op": "MSTORE", + "gas": 660638, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x100", + "0x40" + ] + }, + { + "pc": 28, + "op": "PUSH3", + "gas": 660635, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100" + ] + }, + { + "pc": 32, + "op": "SWAP2", + "gas": 660632, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80", + "0x100", + "0x26" + ] + }, + { + "pc": 33, + "op": "PUSH3", + "gas": 660629, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 37, + "op": "JUMP", + "gas": 660626, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x519" + ] + }, + { + "pc": 1305, + "op": "JUMPDEST", + "gas": 660618, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 1306, + "op": "PUSH1", + "gas": 660617, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80" + ] + }, + { + "pc": 1308, + "op": "DUP1", + "gas": 660614, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0" + ] + }, + { + "pc": 1309, + "op": "PUSH1", + "gas": 660611, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0" + ] + }, + { + "pc": 1311, + "op": "PUSH1", + "gas": 660608, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1313, + "op": "DUP5", + "gas": 660605, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60" + ] + }, + { + "pc": 1314, + "op": "DUP7", + "gas": 660602, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80" + ] + }, + { + "pc": 1315, + "op": "SUB", + "gas": 660599, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80", + "0x100" + ] + }, + { + "pc": 1316, + "op": "SLT", + "gas": 660596, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x60", + "0x80" + ] + }, + { + "pc": 1317, + "op": "ISZERO", + "gas": 660593, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1318, + "op": "PUSH3", + "gas": 660590, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 1322, + "op": "JUMPI", + "gas": 660587, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x1", + "0x52f" + ] + }, + { + "pc": 1327, + "op": "JUMPDEST", + "gas": 660577, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1328, + "op": "PUSH3", + "gas": 660576, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1332, + "op": "DUP5", + "gas": 660573, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a" + ] + }, + { + "pc": 1333, + "op": "PUSH3", + "gas": 660570, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1337, + "op": "JUMP", + "gas": 660567, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x4b7" + ] + }, + { + "pc": 1207, + "op": "JUMPDEST", + "gas": 660559, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1208, + "op": "DUP1", + "gas": 660558, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80" + ] + }, + { + "pc": 1209, + "op": "MLOAD", + "gas": 660555, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0x80" + ] + }, + { + "pc": 1210, + "op": "PUSH1", + "gas": 660552, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1212, + "op": "PUSH1", + "gas": 660549, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1" + ] + }, + { + "pc": 1214, + "op": "PUSH1", + "gas": 660546, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x1" + ] + }, + { + "pc": 1216, + "op": "SHL", + "gas": 660543, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1217, + "op": "SUB", + "gas": 660540, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1218, + "op": "DUP2", + "gas": 660537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1219, + "op": "AND", + "gas": 660534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1220, + "op": "DUP2", + "gas": 660531, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1221, + "op": "EQ", + "gas": 660528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1222, + "op": "PUSH3", + "gas": 660525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1" + ] + }, + { + "pc": 1226, + "op": "JUMPI", + "gas": 660522, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x4cf" + ] + }, + { + "pc": 1231, + "op": "JUMPDEST", + "gas": 660512, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1232, + "op": "SWAP2", + "gas": 660511, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0x53a", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1233, + "op": "SWAP1", + "gas": 660508, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x80", + "0x53a" + ] + }, + { + "pc": 1234, + "op": "POP", + "gas": 660505, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x53a", + "0x80" + ] + }, + { + "pc": 1235, + "op": "JUMP", + "gas": 660503, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x53a" + ] + }, + { + "pc": 1338, + "op": "JUMPDEST", + "gas": 660495, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1339, + "op": "SWAP3", + "gas": 660494, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0x0", + "0x0", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1340, + "op": "POP", + "gas": 660491, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1341, + "op": "PUSH3", + "gas": 660489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0" + ] + }, + { + "pc": 1345, + "op": "PUSH1", + "gas": 660486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a" + ] + }, + { + "pc": 1347, + "op": "DUP6", + "gas": 660483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0x20" + ] + }, + { + "pc": 1348, + "op": "ADD", + "gas": 660480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0x20", + "0x80" + ] + }, + { + "pc": 1349, + "op": "PUSH3", + "gas": 660477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1353, + "op": "JUMP", + "gas": 660474, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0x4b7" + ] + }, + { + "pc": 1207, + "op": "JUMPDEST", + "gas": 660466, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1208, + "op": "DUP1", + "gas": 660465, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1209, + "op": "MLOAD", + "gas": 660462, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa0" + ] + }, + { + "pc": 1210, + "op": "PUSH1", + "gas": 660459, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1212, + "op": "PUSH1", + "gas": 660456, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 1214, + "op": "PUSH1", + "gas": 660453, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1" + ] + }, + { + "pc": 1216, + "op": "SHL", + "gas": 660450, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1217, + "op": "SUB", + "gas": 660447, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1218, + "op": "DUP2", + "gas": 660444, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1219, + "op": "AND", + "gas": 660441, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1220, + "op": "DUP2", + "gas": 660438, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1221, + "op": "EQ", + "gas": 660435, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1222, + "op": "PUSH3", + "gas": 660432, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 1226, + "op": "JUMPI", + "gas": 660429, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x4cf" + ] + }, + { + "pc": 1231, + "op": "JUMPDEST", + "gas": 660419, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1232, + "op": "SWAP2", + "gas": 660418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x54a", + "0xa0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1233, + "op": "SWAP1", + "gas": 660415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa0", + "0x54a" + ] + }, + { + "pc": 1234, + "op": "POP", + "gas": 660412, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x54a", + "0xa0" + ] + }, + { + "pc": 1235, + "op": "JUMP", + "gas": 660410, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x54a" + ] + }, + { + "pc": 1354, + "op": "JUMPDEST", + "gas": 660402, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1355, + "op": "PUSH1", + "gas": 660401, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1357, + "op": "DUP6", + "gas": 660398, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x40" + ] + }, + { + "pc": 1358, + "op": "ADD", + "gas": 660395, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x40", + "0x80" + ] + }, + { + "pc": 1359, + "op": "MLOAD", + "gas": 660392, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xc0" + ] + }, + { + "pc": 1360, + "op": "SWAP1", + "gas": 660389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x60" + ] + }, + { + "pc": 1361, + "op": "SWAP3", + "gas": 660386, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x0", + "0x60", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1362, + "op": "POP", + "gas": 660383, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x0" + ] + }, + { + "pc": 1363, + "op": "PUSH1", + "gas": 660381, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60" + ] + }, + { + "pc": 1365, + "op": "PUSH1", + "gas": 660378, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1" + ] + }, + { + "pc": 1367, + "op": "PUSH1", + "gas": 660375, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x1" + ] + }, + { + "pc": 1369, + "op": "SHL", + "gas": 660372, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x1", + "0x40" + ] + }, + { + "pc": 1370, + "op": "SUB", + "gas": 660369, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0x1", + "0x10000000000000000" + ] + }, + { + "pc": 1371, + "op": "DUP1", + "gas": 660366, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1372, + "op": "DUP3", + "gas": 660363, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xffffffffffffffff" + ] + }, + { + "pc": 1373, + "op": "GT", + "gas": 660360, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1374, + "op": "ISZERO", + "gas": 660357, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1375, + "op": "PUSH3", + "gas": 660354, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x1" + ] + }, + { + "pc": 1379, + "op": "JUMPI", + "gas": 660351, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x1", + "0x568" + ] + }, + { + "pc": 1384, + "op": "JUMPDEST", + "gas": 660341, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1385, + "op": "DUP2", + "gas": 660340, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff" + ] + }, + { + "pc": 1386, + "op": "DUP7", + "gas": 660337, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1387, + "op": "ADD", + "gas": 660334, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0x60", + "0x80" + ] + }, + { + "pc": 1388, + "op": "SWAP2", + "gas": 660331, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0x60", + "0xffffffffffffffff", + "0xe0" + ] + }, + { + "pc": 1389, + "op": "POP", + "gas": 660328, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x60" + ] + }, + { + "pc": 1390, + "op": "DUP7", + "gas": 660326, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1391, + "op": "PUSH1", + "gas": 660323, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100" + ] + }, + { + "pc": 1393, + "op": "DUP4", + "gas": 660320, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0x1f" + ] + }, + { + "pc": 1394, + "op": "ADD", + "gas": 660317, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0x1f", + "0xe0" + ] + }, + { + "pc": 1395, + "op": "SLT", + "gas": 660314, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x100", + "0xff" + ] + }, + { + "pc": 1396, + "op": "PUSH3", + "gas": 660311, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x1" + ] + }, + { + "pc": 1400, + "op": "JUMPI", + "gas": 660308, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x1", + "0x57d" + ] + }, + { + "pc": 1405, + "op": "JUMPDEST", + "gas": 660298, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1406, + "op": "DUP2", + "gas": 660297, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1407, + "op": "MLOAD", + "gas": 660294, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0xe0" + ] + }, + { + "pc": 1408, + "op": "DUP2", + "gas": 660291, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1409, + "op": "DUP2", + "gas": 660288, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1410, + "op": "GT", + "gas": 660285, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1411, + "op": "ISZERO", + "gas": 660282, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x0" + ] + }, + { + "pc": 1412, + "op": "PUSH3", + "gas": 660279, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x1" + ] + }, + { + "pc": 1416, + "op": "JUMPI", + "gas": 660276, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x1", + "0x592" + ] + }, + { + "pc": 1426, + "op": "JUMPDEST", + "gas": 660266, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1427, + "op": "PUSH1", + "gas": 660265, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1429, + "op": "MLOAD", + "gas": 660262, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x40" + ] + }, + { + "pc": 1430, + "op": "PUSH1", + "gas": 660259, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100" + ] + }, + { + "pc": 1432, + "op": "DUP3", + "gas": 660256, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f" + ] + }, + { + "pc": 1433, + "op": "ADD", + "gas": 660253, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0x0" + ] + }, + { + "pc": 1434, + "op": "PUSH1", + "gas": 660250, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f" + ] + }, + { + "pc": 1436, + "op": "NOT", + "gas": 660247, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0x1f" + ] + }, + { + "pc": 1437, + "op": "SWAP1", + "gas": 660244, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x1f", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" + ] + }, + { + "pc": 1438, + "op": "DUP2", + "gas": 660241, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x1f" + ] + }, + { + "pc": 1439, + "op": "AND", + "gas": 660238, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x1f", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0" + ] + }, + { + "pc": 1440, + "op": "PUSH1", + "gas": 660235, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x0" + ] + }, + { + "pc": 1442, + "op": "ADD", + "gas": 660232, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x0", + "0x3f" + ] + }, + { + "pc": 1443, + "op": "AND", + "gas": 660229, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x3f" + ] + }, + { + "pc": 1444, + "op": "DUP2", + "gas": 660226, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x20" + ] + }, + { + "pc": 1445, + "op": "ADD", + "gas": 660223, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x20", + "0x100" + ] + }, + { + "pc": 1446, + "op": "SWAP1", + "gas": 660220, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x100", + "0x120" + ] + }, + { + "pc": 1447, + "op": "DUP4", + "gas": 660217, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1448, + "op": "DUP3", + "gas": 660214, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0xffffffffffffffff" + ] + }, + { + "pc": 1449, + "op": "GT", + "gas": 660211, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0xffffffffffffffff", + "0x120" + ] + }, + { + "pc": 1450, + "op": "DUP2", + "gas": 660208, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1451, + "op": "DUP4", + "gas": 660205, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100" + ] + }, + { + "pc": 1452, + "op": "LT", + "gas": 660202, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100", + "0x120" + ] + }, + { + "pc": 1453, + "op": "OR", + "gas": 660199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1454, + "op": "ISZERO", + "gas": 660196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1455, + "op": "PUSH3", + "gas": 660193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1" + ] + }, + { + "pc": 1459, + "op": "JUMPI", + "gas": 660190, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1", + "0x5bd" + ] + }, + { + "pc": 1469, + "op": "JUMPDEST", + "gas": 660180, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1470, + "op": "DUP2", + "gas": 660179, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1471, + "op": "PUSH1", + "gas": 660176, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x120" + ] + }, + { + "pc": 1473, + "op": "MSTORE", + "gas": 660173, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x120", + "0x40" + ] + }, + { + "pc": 1474, + "op": "DUP3", + "gas": 660170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1475, + "op": "DUP2", + "gas": 660167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1476, + "op": "MSTORE", + "gas": 660164, + "gasCost": 6, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0", + "0x100" + ] + }, + { + "pc": 1477, + "op": "DUP10", + "gas": 660158, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1478, + "op": "PUSH1", + "gas": 660155, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100" + ] + }, + { + "pc": 1480, + "op": "DUP5", + "gas": 660152, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20" + ] + }, + { + "pc": 1481, + "op": "DUP8", + "gas": 660149, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0x0" + ] + }, + { + "pc": 1482, + "op": "ADD", + "gas": 660146, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0x0", + "0xe0" + ] + }, + { + "pc": 1483, + "op": "ADD", + "gas": 660143, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x20", + "0xe0" + ] + }, + { + "pc": 1484, + "op": "GT", + "gas": 660140, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100", + "0x100" + ] + }, + { + "pc": 1485, + "op": "ISZERO", + "gas": 660137, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1486, + "op": "PUSH3", + "gas": 660134, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1" + ] + }, + { + "pc": 1490, + "op": "JUMPI", + "gas": 660131, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x1", + "0x5d7" + ] + }, + { + "pc": 1495, + "op": "JUMPDEST", + "gas": 660121, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1496, + "op": "PUSH3", + "gas": 660120, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1500, + "op": "DUP4", + "gas": 660117, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea" + ] + }, + { + "pc": 1501, + "op": "PUSH1", + "gas": 660114, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0" + ] + }, + { + "pc": 1503, + "op": "DUP4", + "gas": 660111, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x20" + ] + }, + { + "pc": 1504, + "op": "ADD", + "gas": 660108, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x20", + "0x100" + ] + }, + { + "pc": 1505, + "op": "PUSH1", + "gas": 660105, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120" + ] + }, + { + "pc": 1507, + "op": "DUP9", + "gas": 660102, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x20" + ] + }, + { + "pc": 1508, + "op": "ADD", + "gas": 660099, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x20", + "0xe0" + ] + }, + { + "pc": 1509, + "op": "PUSH3", + "gas": 660096, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1513, + "op": "JUMP", + "gas": 660093, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x4ea" + ] + }, + { + "pc": 1258, + "op": "JUMPDEST", + "gas": 660085, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1259, + "op": "PUSH1", + "gas": 660084, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1261, + "op": "JUMPDEST", + "gas": 660081, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1262, + "op": "DUP4", + "gas": 660080, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1263, + "op": "DUP2", + "gas": 660077, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1264, + "op": "LT", + "gas": 660074, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1265, + "op": "ISZERO", + "gas": 660071, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1266, + "op": "PUSH3", + "gas": 660068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 1270, + "op": "JUMPI", + "gas": 660065, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1", + "0x507" + ] + }, + { + "pc": 1287, + "op": "JUMPDEST", + "gas": 660055, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1288, + "op": "DUP4", + "gas": 660054, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1289, + "op": "DUP2", + "gas": 660051, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1290, + "op": "GT", + "gas": 660048, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 1291, + "op": "ISZERO", + "gas": 660045, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 1292, + "op": "PUSH3", + "gas": 660042, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 1296, + "op": "JUMPI", + "gas": 660039, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0", + "0x1", + "0x11d" + ] + }, + { + "pc": 285, + "op": "JUMPDEST", + "gas": 660029, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 286, + "op": "POP", + "gas": 660028, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 287, + "op": "JUMPDEST", + "gas": 660026, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 288, + "op": "POP", + "gas": 660025, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 289, + "op": "POP", + "gas": 660023, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0", + "0x120" + ] + }, + { + "pc": 290, + "op": "POP", + "gas": 660021, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea", + "0x0" + ] + }, + { + "pc": 291, + "op": "JUMP", + "gas": 660019, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x5ea" + ] + }, + { + "pc": 1514, + "op": "JUMPDEST", + "gas": 660011, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1515, + "op": "DUP1", + "gas": 660010, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1516, + "op": "SWAP6", + "gas": 660007, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x100" + ] + }, + { + "pc": 1517, + "op": "POP", + "gas": 660004, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100", + "0x0" + ] + }, + { + "pc": 1518, + "op": "POP", + "gas": 660002, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120", + "0x100" + ] + }, + { + "pc": 1519, + "op": "POP", + "gas": 660000, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0", + "0x120" + ] + }, + { + "pc": 1520, + "op": "POP", + "gas": 659998, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff", + "0x0" + ] + }, + { + "pc": 1521, + "op": "POP", + "gas": 659996, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0", + "0xffffffffffffffff" + ] + }, + { + "pc": 1522, + "op": "POP", + "gas": 659994, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xe0" + ] + }, + { + "pc": 1523, + "op": "SWAP3", + "gas": 659992, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x80", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 1524, + "op": "POP", + "gas": 659989, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x80" + ] + }, + { + "pc": 1525, + "op": "SWAP3", + "gas": 659987, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0x100", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 1526, + "op": "POP", + "gas": 659984, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x26", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 1527, + "op": "SWAP3", + "gas": 659982, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x26", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1528, + "op": "JUMP", + "gas": 659979, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x26" + ] + }, + { + "pc": 38, + "op": "JUMPDEST", + "gas": 659971, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 39, + "op": "DUP3", + "gas": 659970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 40, + "op": "DUP2", + "gas": 659967, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 41, + "op": "PUSH3", + "gas": 659964, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 45, + "op": "PUSH1", + "gas": 659961, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55" + ] + }, + { + "pc": 47, + "op": "PUSH32", + "gas": 659958, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1" + ] + }, + { + "pc": 80, + "op": "PUSH3", + "gas": 659955, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 84, + "op": "JUMP", + "gas": 659952, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x5f9" + ] + }, + { + "pc": 1529, + "op": "JUMPDEST", + "gas": 659944, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1530, + "op": "PUSH1", + "gas": 659943, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1532, + "op": "DUP3", + "gas": 659940, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1533, + "op": "DUP3", + "gas": 659937, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1" + ] + }, + { + "pc": 1534, + "op": "LT", + "gas": 659934, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1535, + "op": "ISZERO", + "gas": 659931, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x0" + ] + }, + { + "pc": 1536, + "op": "PUSH3", + "gas": 659928, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1" + ] + }, + { + "pc": 1540, + "op": "JUMPI", + "gas": 659925, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0", + "0x1", + "0x61a" + ] + }, + { + "pc": 1562, + "op": "JUMPDEST", + "gas": 659915, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1563, + "op": "POP", + "gas": 659914, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd", + "0x0" + ] + }, + { + "pc": 1564, + "op": "SUB", + "gas": 659912, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd" + ] + }, + { + "pc": 1565, + "op": "SWAP1", + "gas": 659909, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x55", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1566, + "op": "JUMP", + "gas": 659906, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x55" + ] + }, + { + "pc": 85, + "op": "JUMPDEST", + "gas": 659898, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 86, + "op": "PUSH1", + "gas": 659897, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 88, + "op": "DUP1", + "gas": 659894, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 89, + "op": "MLOAD", + "gas": 659891, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 90, + "op": "PUSH1", + "gas": 659888, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 92, + "op": "PUSH3", + "gas": 659885, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 96, + "op": "DUP4", + "gas": 659882, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20", + "0xf1f" + ] + }, + { + "pc": 97, + "op": "CODECOPY", + "gas": 659879, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x20", + "0xf1f", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 98, + "op": "DUP2", + "gas": 659873, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 99, + "op": "MLOAD", + "gas": 659870, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 100, + "op": "SWAP2", + "gas": 659867, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 101, + "op": "MSTORE", + "gas": 659864, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 102, + "op": "EQ", + "gas": 659861, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 103, + "op": "PUSH3", + "gas": 659858, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x1" + ] + }, + { + "pc": 107, + "op": "JUMPI", + "gas": 659855, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x1", + "0x75" + ] + }, + { + "pc": 117, + "op": "JUMPDEST", + "gas": 659845, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 118, + "op": "PUSH3", + "gas": 659844, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 122, + "op": "DUP3", + "gas": 659841, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83" + ] + }, + { + "pc": 123, + "op": "DUP3", + "gas": 659838, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 124, + "op": "PUSH1", + "gas": 659835, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 126, + "op": "PUSH3", + "gas": 659832, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 130, + "op": "JUMP", + "gas": 659829, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xe7" + ] + }, + { + "pc": 231, + "op": "JUMPDEST", + "gas": 659821, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 232, + "op": "PUSH3", + "gas": 659820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 236, + "op": "DUP4", + "gas": 659817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2" + ] + }, + { + "pc": 237, + "op": "PUSH3", + "gas": 659814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 241, + "op": "JUMP", + "gas": 659811, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x17f" + ] + }, + { + "pc": 383, + "op": "JUMPDEST", + "gas": 659803, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 384, + "op": "PUSH3", + "gas": 659802, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 388, + "op": "DUP2", + "gas": 659799, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a" + ] + }, + { + "pc": 389, + "op": "PUSH3", + "gas": 659796, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 393, + "op": "JUMP", + "gas": 659793, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2de" + ] + }, + { + "pc": 734, + "op": "JUMPDEST", + "gas": 659785, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 735, + "op": "PUSH3", + "gas": 659784, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 739, + "op": "DUP2", + "gas": 659781, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4" + ] + }, + { + "pc": 740, + "op": "PUSH3", + "gas": 659778, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 744, + "op": "PUSH1", + "gas": 659775, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a" + ] + }, + { + "pc": 746, + "op": "SHL", + "gas": 659772, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a", + "0x20" + ] + }, + { + "pc": 747, + "op": "PUSH3", + "gas": 659769, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a00000000" + ] + }, + { + "pc": 751, + "op": "OR", + "gas": 659766, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a00000000", + "0x28c" + ] + }, + { + "pc": 752, + "op": "PUSH1", + "gas": 659763, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a0000028c" + ] + }, + { + "pc": 754, + "op": "SHR", + "gas": 659760, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a0000028c", + "0x20" + ] + }, + { + "pc": 755, + "op": "JUMP", + "gas": 659757, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x46a" + ] + }, + { + "pc": 1130, + "op": "JUMPDEST", + "gas": 659749, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1131, + "op": "PUSH1", + "gas": 659748, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 1133, + "op": "PUSH1", + "gas": 659745, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1" + ] + }, + { + "pc": 1135, + "op": "PUSH1", + "gas": 659742, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x1" + ] + }, + { + "pc": 1137, + "op": "SHL", + "gas": 659739, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 1138, + "op": "SUB", + "gas": 659736, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 1139, + "op": "AND", + "gas": 659733, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 1140, + "op": "EXTCODESIZE", + "gas": 659730, + "gasCost": 2600, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ], + "extraData": { + "codeList": [ + "0x6080604052600436106100f35760003560e01c80638da5cb5b1161008a578063c676ad2911610059578063c676ad2914610264578063f2fde38b14610284578063f887ea40146102a4578063fac752eb146102c457600080fd5b80638da5cb5b146101dd578063a93a4af9146101fb578063ba27f50b1461020e578063c0c53b8b1461024457600080fd5b8063715018a6116100c6578063715018a6146101955780637885ef0114610180578063797594b0146101aa5780638431f5c1146101ca57600080fd5b80633cb747bf146100f857806354bbd59c14610134578063575361b61461016d5780636c07ea4314610182575b600080fd5b34801561010457600080fd5b50606754610118906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561014057600080fd5b5061011861014f366004610cd1565b6001600160a01b039081166000908152606960205260409020541690565b61018061017b366004610d3e565b6102e4565b005b610180610190366004610db9565b610330565b3480156101a157600080fd5b5061018061036f565b3480156101b657600080fd5b50606554610118906001600160a01b031681565b6101806101d8366004610dee565b6103ae565b3480156101e957600080fd5b506033546001600160a01b0316610118565b610180610209366004610e86565b6105d1565b34801561021a57600080fd5b50610118610229366004610cd1565b6069602052600090815260409020546001600160a01b031681565b34801561025057600080fd5b5061018061025f366004610ecc565b6105e4565b34801561027057600080fd5b5061011861027f366004610cd1565b6106fe565b34801561029057600080fd5b5061018061029f366004610cd1565b610739565b3480156102b057600080fd5b50606654610118906001600160a01b031681565b3480156102d057600080fd5b506101806102df366004610f17565b6107d4565b61032886868686868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508892506108b5915050565b505050505050565b61036a83338460005b6040519080825280601f01601f191660200182016040528015610363576020820181803683370190505b50856108b5565b505050565b6033546001600160a01b031633146103a25760405162461bcd60e51b815260040161039990610f66565b60405180910390fd5b6103ac6000610b0b565b565b6067546001600160a01b03163381146104095760405162461bcd60e51b815260206004820152601760248201527f6f6e6c79206d657373656e6765722063616e2063616c6c0000000000000000006044820152606401610399565b806001600160a01b0316636e296e456040518163ffffffff1660e01b8152600401602060405180830381865afa158015610447573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061046b9190610f9b565b6065546001600160a01b039081169116146104c85760405162461bcd60e51b815260206004820152601760248201527f6f6e6c792063616c6c20627920636f6e746572706172740000000000000000006044820152606401610399565b341561050a5760405162461bcd60e51b81526020600482015260116024820152706e6f6e7a65726f206d73672e76616c756560781b6044820152606401610399565b6040516340c10f1960e01b81526001600160a01b038681166004830152602482018690528816906340c10f1990604401600060405180830381600087803b15801561055457600080fd5b505af1158015610568573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b0316896001600160a01b03167f165ba69f6ab40c50cade6f65431801e5f9c7d7830b7545391920db039133ba34888888886040516105bf9493929190610fb8565b60405180910390a45050505050505050565b6105de8484846000610339565b50505050565b600054610100900460ff166105ff5760005460ff1615610603565b303b155b6106665760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610399565b600054610100900460ff16158015610688576000805461ffff19166101011790555b6001600160a01b0383166106d45760405162461bcd60e51b81526020600482015260136024820152727a65726f20726f75746572206164647265737360681b6044820152606401610399565b6106dc610b5d565b6106e7848484610b8c565b80156105de576000805461ff001916905550505050565b60405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b5c1b195b595b9d1959609a1b6044820152600090606401610399565b6033546001600160a01b031633146107635760405162461bcd60e51b815260040161039990610f66565b6001600160a01b0381166107c85760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610399565b6107d181610b0b565b50565b6033546001600160a01b031633146107fe5760405162461bcd60e51b815260040161039990610f66565b6001600160a01b03811661084a5760405162461bcd60e51b81526020600482015260136024820152726d617020746f207a65726f206164647265737360681b6044820152606401610399565b6001600160a01b0382811660008181526069602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fcb7d5959c6ea086e1e4326bb4745f80c494524693345a2ca0f1f1221d7cc77db910160405180910390a15050565b600083116108fc5760405162461bcd60e51b81526020600482015260146024820152731dda5d1a191c985dc81e995c9bc8185b5bdd5b9d60621b6044820152606401610399565b6001600160a01b0380861660009081526069602052604090205416806109645760405162461bcd60e51b815260206004820152601960248201527f6e6f20636f72726573706f6e64696e67206c3120746f6b656e000000000000006044820152606401610399565b60665433906001600160a01b0316811415610992578380602001905181019061098d919061102c565b945090505b604051632770a7eb60e21b81526001600160a01b03828116600483015260248201879052881690639dc29fac90604401600060405180830381600087803b1580156109dc57600080fd5b505af11580156109f0573d6000803e3d6000fd5b5050505060006384bd13b060e01b8389848a8a8a604051602401610a199695949392919061111b565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b031990941693909317909252606754606554925163b2267a7b60e01b81529193506001600160a01b039081169263b2267a7b923492610a88921690839087908b9060040161116a565b6000604051808303818588803b158015610aa157600080fd5b505af1158015610ab5573d6000803e3d6000fd5b5050505050816001600160a01b0316886001600160a01b0316846001600160a01b03167fd8d3a3f4ab95694bef40475997598bcf8acd3ed9617a4c1013795429414c27e88a8a8a6040516105bf939291906111a2565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610b845760405162461bcd60e51b8152600401610399906111d2565b6103ac610c8c565b6001600160a01b038316610be25760405162461bcd60e51b815260206004820152601860248201527f7a65726f20636f756e74657270617274206164647265737300000000000000006044820152606401610399565b6001600160a01b038116610c315760405162461bcd60e51b81526020600482015260166024820152757a65726f206d657373656e676572206164647265737360501b6044820152606401610399565b606580546001600160a01b038086166001600160a01b031992831617909255606780548484169216919091179055821615610c8257606680546001600160a01b0319166001600160a01b0384161790555b5050600160685550565b600054610100900460ff16610cb35760405162461bcd60e51b8152600401610399906111d2565b6103ac33610b0b565b6001600160a01b03811681146107d157600080fd5b600060208284031215610ce357600080fd5b8135610cee81610cbc565b9392505050565b60008083601f840112610d0757600080fd5b50813567ffffffffffffffff811115610d1f57600080fd5b602083019150836020828501011115610d3757600080fd5b9250929050565b60008060008060008060a08789031215610d5757600080fd5b8635610d6281610cbc565b95506020870135610d7281610cbc565b945060408701359350606087013567ffffffffffffffff811115610d9557600080fd5b610da189828a01610cf5565b979a9699509497949695608090950135949350505050565b600080600060608486031215610dce57600080fd5b8335610dd981610cbc565b95602085013595506040909401359392505050565b600080600080600080600060c0888a031215610e0957600080fd5b8735610e1481610cbc565b96506020880135610e2481610cbc565b95506040880135610e3481610cbc565b94506060880135610e4481610cbc565b93506080880135925060a088013567ffffffffffffffff811115610e6757600080fd5b610e738a828b01610cf5565b989b979a50959850939692959293505050565b60008060008060808587031215610e9c57600080fd5b8435610ea781610cbc565b93506020850135610eb781610cbc565b93969395505050506040820135916060013590565b600080600060608486031215610ee157600080fd5b8335610eec81610cbc565b92506020840135610efc81610cbc565b91506040840135610f0c81610cbc565b809150509250925092565b60008060408385031215610f2a57600080fd5b8235610f3581610cbc565b91506020830135610f4581610cbc565b809150509250929050565b634e487b7160e01b600052604160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600060208284031215610fad57600080fd5b8151610cee81610cbc565b6001600160a01b0385168152602081018490526060604082018190528101829052818360808301376000818301608090810191909152601f909201601f191601019392505050565b60005b8381101561101b578181015183820152602001611003565b838111156105de5750506000910152565b6000806040838503121561103f57600080fd5b825161104a81610cbc565b602084015190925067ffffffffffffffff8082111561106857600080fd5b818501915085601f83011261107c57600080fd5b81518181111561108e5761108e610f50565b604051601f8201601f19908116603f011681019083821181831017156110b6576110b6610f50565b816040528281528860208487010111156110cf57600080fd5b6110e0836020830160208801611000565b80955050505050509250929050565b60008151808452611107816020860160208601611000565b601f01601f19169290920160200192915050565b6001600160a01b03878116825286811660208301528581166040830152841660608201526080810183905260c060a0820181905260009061115e908301846110ef565b98975050505050505050565b60018060a01b038516815283602082015260806040820152600061119160808301856110ef565b905082606083015295945050505050565b60018060a01b03841681528260208201526060604082015260006111c960608301846110ef565b95945050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b60608201526080019056fea264697066735822122093c7cb683013cc1d9900d7b55c7c662f073496ccd3628611f13222c988fc214364736f6c634300080a0033" + ] + } + }, + { + "pc": 1141, + "op": "ISZERO", + "gas": 657130, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0x1253" + ] + }, + { + "pc": 1142, + "op": "ISZERO", + "gas": 657127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0x0" + ] + }, + { + "pc": 1143, + "op": "SWAP1", + "gas": 657124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2f4", + "0x1" + ] + }, + { + "pc": 1144, + "op": "JUMP", + "gas": 657121, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x2f4" + ] + }, + { + "pc": 756, + "op": "JUMPDEST", + "gas": 657113, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1" + ] + }, + { + "pc": 757, + "op": "PUSH3", + "gas": 657112, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1" + ] + }, + { + "pc": 761, + "op": "JUMPI", + "gas": 657109, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x1", + "0x358" + ] + }, + { + "pc": 856, + "op": "JUMPDEST", + "gas": 657099, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 857, + "op": "DUP1", + "gas": 657098, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 858, + "op": "PUSH3", + "gas": 657095, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 862, + "op": "PUSH1", + "gas": 657092, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd" + ] + }, + { + "pc": 864, + "op": "DUP1", + "gas": 657089, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0" + ] + }, + { + "pc": 865, + "op": "MLOAD", + "gas": 657086, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 866, + "op": "PUSH1", + "gas": 657083, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 868, + "op": "PUSH3", + "gas": 657080, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 872, + "op": "DUP4", + "gas": 657077, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xf1f" + ] + }, + { + "pc": 873, + "op": "CODECOPY", + "gas": 657074, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xf1f", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 874, + "op": "DUP2", + "gas": 657068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 875, + "op": "MLOAD", + "gas": 657065, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 876, + "op": "SWAP2", + "gas": 657062, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x0", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 877, + "op": "MSTORE", + "gas": 657059, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x0" + ] + }, + { + "pc": 878, + "op": "PUSH1", + "gas": 657056, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 880, + "op": "SHL", + "gas": 657053, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 881, + "op": "PUSH3", + "gas": 657050, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 885, + "op": "PUSH1", + "gas": 657047, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467" + ] + }, + { + "pc": 887, + "op": "SHL", + "gas": 657044, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467", + "0x20" + ] + }, + { + "pc": 888, + "op": "PUSH3", + "gas": 657041, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000000" + ] + }, + { + "pc": 892, + "op": "OR", + "gas": 657038, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 893, + "op": "PUSH1", + "gas": 657035, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000208" + ] + }, + { + "pc": 895, + "op": "SHR", + "gas": 657032, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 896, + "op": "JUMP", + "gas": 657029, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 657021, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 657020, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x2bd", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 657017, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x2bd" + ] + }, + { + "pc": 701, + "op": "JUMPDEST", + "gas": 657009, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 702, + "op": "DUP1", + "gas": 657008, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 703, + "op": "SLOAD", + "gas": 657005, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 704, + "op": "PUSH1", + "gas": 654905, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 706, + "op": "PUSH1", + "gas": 654902, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1" + ] + }, + { + "pc": 708, + "op": "PUSH1", + "gas": 654899, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 710, + "op": "SHL", + "gas": 654896, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 711, + "op": "SUB", + "gas": 654893, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 712, + "op": "NOT", + "gas": 654890, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 713, + "op": "AND", + "gas": 654887, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 714, + "op": "PUSH1", + "gas": 654884, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 716, + "op": "PUSH1", + "gas": 654881, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1" + ] + }, + { + "pc": 718, + "op": "PUSH1", + "gas": 654878, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 720, + "op": "SHL", + "gas": 654875, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 721, + "op": "SUB", + "gas": 654872, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 722, + "op": "SWAP3", + "gas": 654869, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 723, + "op": "SWAP1", + "gas": 654866, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 724, + "op": "SWAP3", + "gas": 654863, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0" + ] + }, + { + "pc": 725, + "op": "AND", + "gas": 654860, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 726, + "op": "SWAP2", + "gas": 654857, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 727, + "op": "SWAP1", + "gas": 654854, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0" + ] + }, + { + "pc": 728, + "op": "SWAP2", + "gas": 654851, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x0", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ] + }, + { + "pc": 729, + "op": "OR", + "gas": 654848, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0x0", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 730, + "op": "SWAP1", + "gas": 654845, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 731, + "op": "SSTORE", + "gas": 654842, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1" + }, + "extraData": { + "proofList": [ + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 732, + "op": "POP", + "gas": 634842, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 733, + "op": "JUMP", + "gas": 634840, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x18a" + ] + }, + { + "pc": 394, + "op": "JUMPDEST", + "gas": 634832, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 395, + "op": "PUSH1", + "gas": 634831, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 397, + "op": "MLOAD", + "gas": 634828, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x40" + ] + }, + { + "pc": 398, + "op": "PUSH1", + "gas": 634825, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120" + ] + }, + { + "pc": 400, + "op": "PUSH1", + "gas": 634822, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0x1" + ] + }, + { + "pc": 402, + "op": "PUSH1", + "gas": 634819, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0x1", + "0x1" + ] + }, + { + "pc": 404, + "op": "SHL", + "gas": 634816, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 405, + "op": "SUB", + "gas": 634813, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 406, + "op": "DUP3", + "gas": 634810, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 407, + "op": "AND", + "gas": 634807, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 408, + "op": "SWAP1", + "gas": 634804, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 409, + "op": "PUSH32", + "gas": 634801, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120" + ] + }, + { + "pc": 442, + "op": "SWAP1", + "gas": 634798, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x120", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b" + ] + }, + { + "pc": 443, + "op": "PUSH1", + "gas": 634795, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x120" + ] + }, + { + "pc": 445, + "op": "SWAP1", + "gas": 634792, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x120", + "0x0" + ] + }, + { + "pc": 446, + "op": "LOG2", + "gas": 634789, + "gasCost": 1125, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b", + "0x0", + "0x120" + ] + }, + { + "pc": 447, + "op": "POP", + "gas": 633664, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 448, + "op": "JUMP", + "gas": 633662, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0xf2" + ] + }, + { + "pc": 242, + "op": "JUMPDEST", + "gas": 633654, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 243, + "op": "PUSH1", + "gas": 633653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 245, + "op": "DUP3", + "gas": 633650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 246, + "op": "MLOAD", + "gas": 633647, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0", + "0x100" + ] + }, + { + "pc": 247, + "op": "GT", + "gas": 633644, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 248, + "op": "DUP1", + "gas": 633641, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 249, + "op": "PUSH3", + "gas": 633638, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 253, + "op": "JUMPI", + "gas": 633635, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0", + "0x0", + "0x100" + ] + }, + { + "pc": 254, + "op": "POP", + "gas": 633625, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 255, + "op": "DUP1", + "gas": 633623, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 256, + "op": "JUMPDEST", + "gas": 633620, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 257, + "op": "ISZERO", + "gas": 633619, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x0" + ] + }, + { + "pc": 258, + "op": "PUSH3", + "gas": 633616, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x1" + ] + }, + { + "pc": 262, + "op": "JUMPI", + "gas": 633613, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0", + "0x1", + "0x11f" + ] + }, + { + "pc": 287, + "op": "JUMPDEST", + "gas": 633603, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 288, + "op": "POP", + "gas": 633602, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x0" + ] + }, + { + "pc": 289, + "op": "POP", + "gas": 633600, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 290, + "op": "POP", + "gas": 633598, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 291, + "op": "JUMP", + "gas": 633596, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100", + "0x83" + ] + }, + { + "pc": 131, + "op": "JUMPDEST", + "gas": 633588, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 132, + "op": "POP", + "gas": 633587, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0x100" + ] + }, + { + "pc": 133, + "op": "PUSH3", + "gas": 633585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 137, + "op": "SWAP1", + "gas": 633582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xb3" + ] + }, + { + "pc": 138, + "op": "POP", + "gas": 633579, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 139, + "op": "PUSH1", + "gas": 633577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3" + ] + }, + { + "pc": 141, + "op": "PUSH32", + "gas": 633574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1" + ] + }, + { + "pc": 174, + "op": "PUSH3", + "gas": 633571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 178, + "op": "JUMP", + "gas": 633568, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x5f9" + ] + }, + { + "pc": 1529, + "op": "JUMPDEST", + "gas": 633560, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1530, + "op": "PUSH1", + "gas": 633559, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1532, + "op": "DUP3", + "gas": 633556, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1533, + "op": "DUP3", + "gas": 633553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1" + ] + }, + { + "pc": 1534, + "op": "LT", + "gas": 633550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1535, + "op": "ISZERO", + "gas": 633547, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x0" + ] + }, + { + "pc": 1536, + "op": "PUSH3", + "gas": 633544, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1" + ] + }, + { + "pc": 1540, + "op": "JUMPI", + "gas": 633541, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0", + "0x1", + "0x61a" + ] + }, + { + "pc": 1562, + "op": "JUMPDEST", + "gas": 633531, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1563, + "op": "POP", + "gas": 633530, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104", + "0x0" + ] + }, + { + "pc": 1564, + "op": "SUB", + "gas": 633528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0x1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6104" + ] + }, + { + "pc": 1565, + "op": "SWAP1", + "gas": 633525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb3", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1566, + "op": "JUMP", + "gas": 633522, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb3" + ] + }, + { + "pc": 179, + "op": "JUMPDEST", + "gas": 633514, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 180, + "op": "PUSH1", + "gas": 633513, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 182, + "op": "DUP1", + "gas": 633510, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 183, + "op": "MLOAD", + "gas": 633507, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 184, + "op": "PUSH1", + "gas": 633504, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 186, + "op": "PUSH3", + "gas": 633501, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 190, + "op": "DUP4", + "gas": 633498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 191, + "op": "CODECOPY", + "gas": 633495, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 192, + "op": "DUP2", + "gas": 633489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 193, + "op": "MLOAD", + "gas": 633486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 194, + "op": "SWAP2", + "gas": 633483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 195, + "op": "MSTORE", + "gas": 633480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 196, + "op": "EQ", + "gas": 633477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 197, + "op": "PUSH3", + "gas": 633474, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x1" + ] + }, + { + "pc": 201, + "op": "JUMPI", + "gas": 633471, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0x1", + "0xd3" + ] + }, + { + "pc": 211, + "op": "JUMPDEST", + "gas": 633461, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 212, + "op": "PUSH3", + "gas": 633460, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 216, + "op": "DUP3", + "gas": 633457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde" + ] + }, + { + "pc": 217, + "op": "PUSH3", + "gas": 633454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 221, + "op": "JUMP", + "gas": 633451, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x124" + ] + }, + { + "pc": 292, + "op": "JUMPDEST", + "gas": 633443, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 293, + "op": "PUSH32", + "gas": 633442, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 326, + "op": "PUSH3", + "gas": 633439, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f" + ] + }, + { + "pc": 330, + "op": "PUSH3", + "gas": 633436, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 334, + "op": "JUMP", + "gas": 633433, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x1f0" + ] + }, + { + "pc": 496, + "op": "JUMPDEST", + "gas": 633425, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 497, + "op": "PUSH1", + "gas": 633424, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f" + ] + }, + { + "pc": 499, + "op": "PUSH3", + "gas": 633421, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0" + ] + }, + { + "pc": 503, + "op": "PUSH1", + "gas": 633418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a" + ] + }, + { + "pc": 505, + "op": "DUP1", + "gas": 633415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0" + ] + }, + { + "pc": 506, + "op": "MLOAD", + "gas": 633412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 507, + "op": "PUSH1", + "gas": 633409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 509, + "op": "PUSH3", + "gas": 633406, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 513, + "op": "DUP4", + "gas": 633403, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 514, + "op": "CODECOPY", + "gas": 633400, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 515, + "op": "DUP2", + "gas": 633394, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0" + ] + }, + { + "pc": 516, + "op": "MLOAD", + "gas": 633391, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 517, + "op": "SWAP2", + "gas": 633388, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 518, + "op": "MSTORE", + "gas": 633385, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 519, + "op": "PUSH1", + "gas": 633382, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 521, + "op": "SHL", + "gas": 633379, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 522, + "op": "PUSH3", + "gas": 633376, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 526, + "op": "PUSH1", + "gas": 633373, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 528, + "op": "SHL", + "gas": 633370, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467", + "0x20" + ] + }, + { + "pc": 529, + "op": "PUSH3", + "gas": 633367, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000" + ] + }, + { + "pc": 533, + "op": "OR", + "gas": 633364, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 534, + "op": "PUSH1", + "gas": 633361, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208" + ] + }, + { + "pc": 536, + "op": "SHR", + "gas": 633358, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 537, + "op": "JUMP", + "gas": 633355, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 633347, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 633346, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x21a", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 633343, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x21a" + ] + }, + { + "pc": 538, + "op": "JUMPDEST", + "gas": 633335, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 539, + "op": "SLOAD", + "gas": 633334, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 540, + "op": "PUSH1", + "gas": 631234, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0" + ] + }, + { + "pc": 542, + "op": "PUSH1", + "gas": 631231, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1" + ] + }, + { + "pc": 544, + "op": "PUSH1", + "gas": 631228, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 546, + "op": "SHL", + "gas": 631225, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 547, + "op": "SUB", + "gas": 631222, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 548, + "op": "AND", + "gas": 631219, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 549, + "op": "SWAP2", + "gas": 631216, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x14f", + "0x0", + "0x0" + ] + }, + { + "pc": 550, + "op": "SWAP1", + "gas": 631213, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x0", + "0x14f" + ] + }, + { + "pc": 551, + "op": "POP", + "gas": 631210, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x14f", + "0x0" + ] + }, + { + "pc": 552, + "op": "JUMP", + "gas": 631208, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x14f" + ] + }, + { + "pc": 335, + "op": "JUMPDEST", + "gas": 631200, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0" + ] + }, + { + "pc": 336, + "op": "PUSH1", + "gas": 631199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0" + ] + }, + { + "pc": 338, + "op": "DUP1", + "gas": 631196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40" + ] + }, + { + "pc": 339, + "op": "MLOAD", + "gas": 631193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x40" + ] + }, + { + "pc": 340, + "op": "PUSH1", + "gas": 631190, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120" + ] + }, + { + "pc": 342, + "op": "PUSH1", + "gas": 631187, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1" + ] + }, + { + "pc": 344, + "op": "PUSH1", + "gas": 631184, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x1" + ] + }, + { + "pc": 346, + "op": "SHL", + "gas": 631181, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 347, + "op": "SUB", + "gas": 631178, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 348, + "op": "SWAP3", + "gas": 631175, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x0", + "0x40", + "0x120", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 349, + "op": "DUP4", + "gas": 631172, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0" + ] + }, + { + "pc": 350, + "op": "AND", + "gas": 631169, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 351, + "op": "DUP2", + "gas": 631166, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0" + ] + }, + { + "pc": 352, + "op": "MSTORE", + "gas": 631163, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120", + "0x0", + "0x120" + ] + }, + { + "pc": 353, + "op": "SWAP2", + "gas": 631157, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x40", + "0x120" + ] + }, + { + "pc": 354, + "op": "DUP5", + "gas": 631154, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 355, + "op": "AND", + "gas": 631151, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 356, + "op": "PUSH1", + "gas": 631148, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 358, + "op": "DUP4", + "gas": 631145, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x20" + ] + }, + { + "pc": 359, + "op": "ADD", + "gas": 631142, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x20", + "0x120" + ] + }, + { + "pc": 360, + "op": "MSTORE", + "gas": 631139, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x140" + ] + }, + { + "pc": 361, + "op": "ADD", + "gas": 631133, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40" + ] + }, + { + "pc": 362, + "op": "PUSH1", + "gas": 631130, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160" + ] + }, + { + "pc": 364, + "op": "MLOAD", + "gas": 631127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x40" + ] + }, + { + "pc": 365, + "op": "DUP1", + "gas": 631124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x120" + ] + }, + { + "pc": 366, + "op": "SWAP2", + "gas": 631121, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x160", + "0x120", + "0x120" + ] + }, + { + "pc": 367, + "op": "SUB", + "gas": 631118, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x120", + "0x160" + ] + }, + { + "pc": 368, + "op": "SWAP1", + "gas": 631115, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x120", + "0x40" + ] + }, + { + "pc": 369, + "op": "LOG1", + "gas": 631112, + "gasCost": 1262, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f", + "0x40", + "0x120" + ] + }, + { + "pc": 370, + "op": "PUSH3", + "gas": 629850, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 374, + "op": "DUP2", + "gas": 629847, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c" + ] + }, + { + "pc": 375, + "op": "PUSH3", + "gas": 629844, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 379, + "op": "JUMP", + "gas": 629841, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x229" + ] + }, + { + "pc": 553, + "op": "JUMPDEST", + "gas": 629833, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 554, + "op": "PUSH1", + "gas": 629832, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 556, + "op": "PUSH1", + "gas": 629829, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1" + ] + }, + { + "pc": 558, + "op": "PUSH1", + "gas": 629826, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1" + ] + }, + { + "pc": 560, + "op": "SHL", + "gas": 629823, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 561, + "op": "SUB", + "gas": 629820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 562, + "op": "DUP2", + "gas": 629817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 563, + "op": "AND", + "gas": 629814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 564, + "op": "PUSH3", + "gas": 629811, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 568, + "op": "JUMPI", + "gas": 629808, + "gasCost": 10, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x294" + ] + }, + { + "pc": 660, + "op": "JUMPDEST", + "gas": 629798, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 661, + "op": "DUP1", + "gas": 629797, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 662, + "op": "PUSH3", + "gas": 629794, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 666, + "op": "PUSH1", + "gas": 629791, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd" + ] + }, + { + "pc": 668, + "op": "DUP1", + "gas": 629788, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0" + ] + }, + { + "pc": 669, + "op": "MLOAD", + "gas": 629785, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 670, + "op": "PUSH1", + "gas": 629782, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 672, + "op": "PUSH3", + "gas": 629779, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20" + ] + }, + { + "pc": 676, + "op": "DUP4", + "gas": 629776, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xeff" + ] + }, + { + "pc": 677, + "op": "CODECOPY", + "gas": 629773, + "gasCost": 6, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x20", + "0xeff", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 678, + "op": "DUP2", + "gas": 629767, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0" + ] + }, + { + "pc": 679, + "op": "MLOAD", + "gas": 629764, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0x0" + ] + }, + { + "pc": 680, + "op": "SWAP2", + "gas": 629761, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0x0", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 681, + "op": "MSTORE", + "gas": 629758, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x0" + ] + }, + { + "pc": 682, + "op": "PUSH1", + "gas": 629755, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 684, + "op": "SHL", + "gas": 629752, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 685, + "op": "PUSH3", + "gas": 629749, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 689, + "op": "PUSH1", + "gas": 629746, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 691, + "op": "SHL", + "gas": 629743, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467", + "0x20" + ] + }, + { + "pc": 692, + "op": "PUSH3", + "gas": 629740, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000" + ] + }, + { + "pc": 696, + "op": "OR", + "gas": 629737, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000000", + "0x208" + ] + }, + { + "pc": 697, + "op": "PUSH1", + "gas": 629734, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208" + ] + }, + { + "pc": 699, + "op": "SHR", + "gas": 629731, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x46700000208", + "0x20" + ] + }, + { + "pc": 700, + "op": "JUMP", + "gas": 629728, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x467" + ] + }, + { + "pc": 1127, + "op": "JUMPDEST", + "gas": 629720, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1128, + "op": "SWAP1", + "gas": 629719, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x2bd", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 1129, + "op": "JUMP", + "gas": 629716, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x2bd" + ] + }, + { + "pc": 701, + "op": "JUMPDEST", + "gas": 629708, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 702, + "op": "DUP1", + "gas": 629707, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 703, + "op": "SLOAD", + "gas": 629704, + "gasCost": 100, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 704, + "op": "PUSH1", + "gas": 629604, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 706, + "op": "PUSH1", + "gas": 629601, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1" + ] + }, + { + "pc": 708, + "op": "PUSH1", + "gas": 629598, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 710, + "op": "SHL", + "gas": 629595, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 711, + "op": "SUB", + "gas": 629592, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 712, + "op": "NOT", + "gas": 629589, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 713, + "op": "AND", + "gas": 629586, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ] + }, + { + "pc": 714, + "op": "PUSH1", + "gas": 629583, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 716, + "op": "PUSH1", + "gas": 629580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1" + ] + }, + { + "pc": 718, + "op": "PUSH1", + "gas": 629577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1" + ] + }, + { + "pc": 720, + "op": "SHL", + "gas": 629574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x1", + "0xa0" + ] + }, + { + "pc": 721, + "op": "SUB", + "gas": 629571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0x1", + "0x10000000000000000000000000000000000000000" + ] + }, + { + "pc": 722, + "op": "SWAP3", + "gas": 629568, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 723, + "op": "SWAP1", + "gas": 629565, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 724, + "op": "SWAP3", + "gas": 629562, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0" + ] + }, + { + "pc": 725, + "op": "AND", + "gas": 629559, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xffffffffffffffffffffffffffffffffffffffff" + ] + }, + { + "pc": 726, + "op": "SWAP2", + "gas": 629556, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 727, + "op": "SWAP1", + "gas": 629553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0" + ] + }, + { + "pc": 728, + "op": "SWAP2", + "gas": 629550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x0", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ] + }, + { + "pc": 729, + "op": "OR", + "gas": 629547, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0x0", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 730, + "op": "SWAP1", + "gas": 629544, + "gasCost": 3, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 731, + "op": "SSTORE", + "gas": 629541, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103" + ], + "storage": { + "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc": "0x000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103": "0x000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb54" + }, + "extraData": { + "proofList": [ + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864", + "codeSize": 0, + "storage": { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 732, + "op": "POP", + "gas": 609541, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 733, + "op": "JUMP", + "gas": 609539, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x17c" + ] + }, + { + "pc": 380, + "op": "JUMPDEST", + "gas": 609531, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 381, + "op": "POP", + "gas": 609530, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 382, + "op": "JUMP", + "gas": 609528, + "gasCost": 8, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100", + "0xde" + ] + }, + { + "pc": 222, + "op": "JUMPDEST", + "gas": 609520, + "gasCost": 1, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 223, + "op": "POP", + "gas": 609519, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "0x100" + ] + }, + { + "pc": 224, + "op": "POP", + "gas": 609517, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54" + ] + }, + { + "pc": 225, + "op": "POP", + "gas": 609515, + "gasCost": 2, + "depth": 1, + "stack": [ + "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1" + ] + }, + { + "pc": 226, + "op": "PUSH3", + "gas": 609513, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 230, + "op": "JUMP", + "gas": 609510, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x688" + ] + }, + { + "pc": 1672, + "op": "JUMPDEST", + "gas": 609502, + "gasCost": 1, + "depth": 1 + }, + { + "pc": 1673, + "op": "PUSH2", + "gas": 609501, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 1676, + "op": "DUP1", + "gas": 609498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867" + ] + }, + { + "pc": 1677, + "op": "PUSH3", + "gas": 609495, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867", + "0x867" + ] + }, + { + "pc": 1681, + "op": "PUSH1", + "gas": 609492, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867", + "0x867", + "0x698" + ] + }, + { + "pc": 1683, + "op": "CODECOPY", + "gas": 609489, + "gasCost": 387, + "depth": 1, + "stack": [ + "0x867", + "0x867", + "0x698", + "0x0" + ], + "extraData": { + "codeList": [ + "0x" + ] + } + }, + { + "pc": 1684, + "op": "PUSH1", + "gas": 609102, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x867" + ] + }, + { + "pc": 1686, + "op": "RETURN", + "gas": 609099, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x867", + "0x0" + ] + } + ] + } + ], + "mptwitness": [ + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "accountKey": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b", + "accountPath": [ + { + "pathPart": "0x2", + "root": "0xdfe691290010012f97f69b8d9033a0c9529643a1a0a8dff7430ba630f2bb9b03", + "path": [ + { + "value": "0xfe53df412e9b140f0aa5c57dbdd72de0639f723f5fea7b10ea9619dff1f3ab0b", + "sibling": "0x5d27573b61541744d1d03c7b6ad2bc5f17ce2da90677550fac5e71050b94560a" + }, + { + "value": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b", + "sibling": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b" + } + ], + "leaf": { + "value": "0x5437bc49b824822fea06a4c84ef99027cdfe738df28c7d13eead58be62ec9f04", + "sibling": "0x724ea00c91121b72c62ca42c2ff667e4f86471f94f3d9b2e4872690dd5664215" + } + }, + { + "pathPart": "0x2", + "root": "0x27e55c04795320edf8a265ec7ef86cf1123fa3462db43a5b27d319eaeed52f24", + "path": [ + { + "value": "0x21637fd49a222cf213096aa5d0466460520bec8bc029bf6c83693bb78d576f06", + "sibling": "0x5d27573b61541744d1d03c7b6ad2bc5f17ce2da90677550fac5e71050b94560a" + }, + { + "value": "0x4f7f0c6a81739c4e11aa6a640e26f27eb389a2258f33729fa64ad8300356360a", + "sibling": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b" + }, + { + "value": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x3fdd0c1bca7c44155054acb6c9a872bd8d1734faba9ce27af84add8d8c2aa625", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xcc6dbfae415a4f9bc3db89bb2da22dea91482a9533ef8d7c522098e77ffdc914", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "accountKey": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c", + "accountPath": [ + { + "pathPart": "0x9", + "root": "0x27e55c04795320edf8a265ec7ef86cf1123fa3462db43a5b27d319eaeed52f24", + "path": [ + { + "value": "0x5d27573b61541744d1d03c7b6ad2bc5f17ce2da90677550fac5e71050b94560a", + "sibling": "0x21637fd49a222cf213096aa5d0466460520bec8bc029bf6c83693bb78d576f06" + }, + { + "value": "0x64a69841687287730c17a9bc3d57427e7191ad0191355c71eff094f504e87b0f", + "sibling": "0xa1f1061368c86f30dfb7efc6278569412c1cc087a94f924af7dc312c3bce5825" + }, + { + "value": "0x83684089bdc59b79500f52a23fa169c7b698dff841b6cac0043a1def794b350b", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + } + ], + "leaf": { + "value": "0xbee6a4c3f863f7fc1fcd44bb226a9550f189a3bd83fb9ee1b5758ef73903342e", + "sibling": "0x694392d4f385576be199a132f63fbb45f7e496a9784637ab8c599decabc16f27" + } + }, + { + "pathPart": "0x9", + "root": "0x6fc6b45532e11cb5ea6783ebd874b1fa35a7359a9e5c07d41d99ae2787633a2e", + "path": [ + { + "value": "0x451e20a83ff9c26c947131460335c06c6bb9ec68d4e2e2363d92678bf387c813", + "sibling": "0x21637fd49a222cf213096aa5d0466460520bec8bc029bf6c83693bb78d576f06" + }, + { + "value": "0x014bdef146f4270e1bdde222928616a78147f4b4c1ac45e5d98a1a4a0ee4bd20", + "sibling": "0xa1f1061368c86f30dfb7efc6278569412c1cc087a94f924af7dc312c3bce5825" + }, + { + "value": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x4b93df1862cd8f079248832835984fa7e653579536b0448a28dcf34ce1c46602", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x74e043d955965ec3e91d22127bfcb6dd381c51f602c24eed98bc582a0fb2281b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xb45154a44db09878df23cfe0fc944ff89a8beace587915801cdeeeba25e27301", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "accountKey": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10", + "accountPath": [ + { + "pathPart": "0x3", + "root": "0x6fc6b45532e11cb5ea6783ebd874b1fa35a7359a9e5c07d41d99ae2787633a2e", + "path": [ + { + "value": "0x451e20a83ff9c26c947131460335c06c6bb9ec68d4e2e2363d92678bf387c813", + "sibling": "0x21637fd49a222cf213096aa5d0466460520bec8bc029bf6c83693bb78d576f06" + }, + { + "value": "0xa1f1061368c86f30dfb7efc6278569412c1cc087a94f924af7dc312c3bce5825", + "sibling": "0x014bdef146f4270e1bdde222928616a78147f4b4c1ac45e5d98a1a4a0ee4bd20" + } + ], + "leaf": { + "value": "0x3095a88e21683feade8a9d49c25e5fa3b78b10a3562821ea490c2f415813001e", + "sibling": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10" + } + }, + { + "pathPart": "0x3", + "root": "0xde877b8af6ebc334bd64ea6dea61e005516cdd3b82e7a8f8d1cbf0195f38700d", + "path": [ + { + "value": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d", + "sibling": "0x21637fd49a222cf213096aa5d0466460520bec8bc029bf6c83693bb78d576f06" + }, + { + "value": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f", + "sibling": "0x014bdef146f4270e1bdde222928616a78147f4b4c1ac45e5d98a1a4a0ee4bd20" + } + ], + "leaf": { + "value": "0xacddec2ce81852456430ddf6ce47a0a7a54957c7368fd1138fc6b1e91df4c81a", + "sibling": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x3635c9adc5de8ccdaa", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864" + }, + { + "nonce": 10, + "balance": "0x3635c9adc5de8ccdaa", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "accountKey": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919", + "accountPath": [ + { + "pathPart": "0x6", + "root": "0xde877b8af6ebc334bd64ea6dea61e005516cdd3b82e7a8f8d1cbf0195f38700d", + "path": [ + { + "value": "0x21637fd49a222cf213096aa5d0466460520bec8bc029bf6c83693bb78d576f06", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0x4f7f0c6a81739c4e11aa6a640e26f27eb389a2258f33729fa64ad8300356360a", + "sibling": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b" + }, + { + "value": "0x0000000000000000000000000000000000000000000000000000000000000000", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + } + ] + }, + { + "pathPart": "0x6", + "root": "0x4bf97f250b6046dbc1f012874f146fac31d6664e9221c61858d379e1a294db12", + "path": [ + { + "value": "0xd396f6d6a55202e2594ab19c391da0a7001b95dfad09545ab787f4e9d2ae692e", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29", + "sibling": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b" + }, + { + "value": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "accountKey": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24", + "accountPath": [ + { + "pathPart": "0x0", + "root": "0x4bf97f250b6046dbc1f012874f146fac31d6664e9221c61858d379e1a294db12", + "path": [ + { + "value": "0xd396f6d6a55202e2594ab19c391da0a7001b95dfad09545ab787f4e9d2ae692e", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b", + "sibling": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29" + } + ], + "leaf": { + "value": "0x8cbc6d12bb8608c54e6bf0018605bf4fc4f4594b8fd8793c115a9751e554ef06", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + }, + { + "pathPart": "0x4", + "root": "0x42de36e69bf3c919cdeb4c87b3e8b35ae5839243ba1c96b7134f5bf985766206", + "path": [ + { + "value": "0x63c7193b573965c0dd883776e3a6ad1cb284b4e63b737ca87fa9cce4ddac8621", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0xe7c0c158dc29510730fe36a8ca6adbad7ae0a04ac907b971d4fc823b21ca4501", + "sibling": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29" + }, + { + "value": "0xa1fd3c0e811a01c5fd30ce4b0ac66021caa6dde6879be763df6303f8ec3c751b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915", + "sibling": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x5343530000000000000000000000000000000001", + "accountKey": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c", + "accountPath": [ + { + "pathPart": "0xc", + "root": "0x42de36e69bf3c919cdeb4c87b3e8b35ae5839243ba1c96b7134f5bf985766206", + "path": [ + { + "value": "0x63c7193b573965c0dd883776e3a6ad1cb284b4e63b737ca87fa9cce4ddac8621", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0xe7c0c158dc29510730fe36a8ca6adbad7ae0a04ac907b971d4fc823b21ca4501", + "sibling": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29" + }, + { + "value": "0xa1fd3c0e811a01c5fd30ce4b0ac66021caa6dde6879be763df6303f8ec3c751b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + } + ], + "leaf": { + "value": "0x8cbc6d12bb8608c54e6bf0018605bf4fc4f4594b8fd8793c115a9751e554ef06", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + }, + { + "pathPart": "0xc", + "root": "0x42de36e69bf3c919cdeb4c87b3e8b35ae5839243ba1c96b7134f5bf985766206", + "path": [ + { + "value": "0x63c7193b573965c0dd883776e3a6ad1cb284b4e63b737ca87fa9cce4ddac8621", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0xe7c0c158dc29510730fe36a8ca6adbad7ae0a04ac907b971d4fc823b21ca4501", + "sibling": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29" + }, + { + "value": "0xa1fd3c0e811a01c5fd30ce4b0ac66021caa6dde6879be763df6303f8ec3c751b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + } + ], + "leaf": { + "value": "0x8cbc6d12bb8608c54e6bf0018605bf4fc4f4594b8fd8793c115a9751e554ef06", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 0, + "balance": "0x133256", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + }, + { + "nonce": 0, + "balance": "0x133256", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "commonStateRoot": "0x0fb9ec9eacb2b88aa772247c09f40c65c8895841ebf1a890f5d5b7339028f308", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "accountKey": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23", + "accountPath": [ + { + "pathPart": "0xc", + "root": "0x42de36e69bf3c919cdeb4c87b3e8b35ae5839243ba1c96b7134f5bf985766206", + "path": [ + { + "value": "0x63c7193b573965c0dd883776e3a6ad1cb284b4e63b737ca87fa9cce4ddac8621", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0xe7c0c158dc29510730fe36a8ca6adbad7ae0a04ac907b971d4fc823b21ca4501", + "sibling": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29" + }, + { + "value": "0xa1fd3c0e811a01c5fd30ce4b0ac66021caa6dde6879be763df6303f8ec3c751b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + } + ], + "leaf": { + "value": "0x8cbc6d12bb8608c54e6bf0018605bf4fc4f4594b8fd8793c115a9751e554ef06", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + }, + { + "pathPart": "0xc", + "root": "0xffbd33299fd7f2a14b7185d12fad11ec85af35691638de1b13bef7cebcf0422e", + "path": [ + { + "value": "0xe27cb6b2e5f0c277c130cd07e87c7664ca8797fcce03e823aa1c88393bd4f70f", + "sibling": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d" + }, + { + "value": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22", + "sibling": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29" + }, + { + "value": "0x47d2b4ef4078a9452b9313a29f0111e6e517db87c8d94eadada0598d56ff5b05", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x631d3c807edb47a9d5ad64aa4e21a507049ae1120c92e58f8517d4423d479a1f", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + }, + { + "value": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f", + "sibling": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x9774c66405dde5038900b432dad90f92c0fd090e", + "accountKey": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c", + "accountPath": [ + { + "pathPart": "0x5", + "root": "0xffbd33299fd7f2a14b7185d12fad11ec85af35691638de1b13bef7cebcf0422e", + "path": [ + { + "value": "0x5fff5eb8f02eeb0a667d670ffd93a8dce9d96309268836bd109d100ce723031d", + "sibling": "0xe27cb6b2e5f0c277c130cd07e87c7664ca8797fcce03e823aa1c88393bd4f70f" + }, + { + "value": "0x014bdef146f4270e1bdde222928616a78147f4b4c1ac45e5d98a1a4a0ee4bd20", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + } + ], + "leaf": { + "value": "0x6fb697d20e575abc64fe2d9b41fce47b6bd0c7f8fbb03b311ee486efee096c18", + "sibling": "0xf5a47e7707bf60a808c95ed88f70f33ff42a6b6a6e1a87326d686bd0e089ff1c" + } + }, + { + "pathPart": "0xd", + "root": "0xed6b12d06d2b76428c18955b860693e516749da45dcaf681bbf3d90e40483903", + "path": [ + { + "value": "0x4915b5c8a4489680f9176e2f2e66285f8aa2b57b3984f06494efe8299a03c40a", + "sibling": "0xe27cb6b2e5f0c277c130cd07e87c7664ca8797fcce03e823aa1c88393bd4f70f" + }, + { + "value": "0x5c7b82a5a4e9c11e1e09e7c99d848c8e3cf8708334cea988fcc273d1aa2fa009", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0x49aca000e6220abe9101463dc835d59cdf659ed180603e7802676e025fa87403", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "accountKey": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c", + "accountPath": [ + { + "pathPart": "0x6", + "root": "0xed6b12d06d2b76428c18955b860693e516749da45dcaf681bbf3d90e40483903", + "path": [ + { + "value": "0xe27cb6b2e5f0c277c130cd07e87c7664ca8797fcce03e823aa1c88393bd4f70f", + "sibling": "0x4915b5c8a4489680f9176e2f2e66285f8aa2b57b3984f06494efe8299a03c40a" + }, + { + "value": "0x82517dccdfd1baadd056fa5b481e01b6de40e5947c1ebf95e6266a9c2fd5fa29", + "sibling": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22" + }, + { + "value": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919" + } + }, + { + "pathPart": "0x1e", + "root": "0xc17550f3575d937acb2f6e0d4c66d02fd0f9a5d012436857b569d38d6e55ea2a", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0x4915b5c8a4489680f9176e2f2e66285f8aa2b57b3984f06494efe8299a03c40a" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22" + }, + { + "value": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + }, + { + "value": "0xb3e387ad9b54813b9df9810ff31cca3de251028a7795a888e8d58fcdecc0011b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28", + "sibling": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "accountKey": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e", + "accountPath": [ + { + "pathPart": "0xd", + "root": "0xc17550f3575d937acb2f6e0d4c66d02fd0f9a5d012436857b569d38d6e55ea2a", + "path": [ + { + "value": "0x4915b5c8a4489680f9176e2f2e66285f8aa2b57b3984f06494efe8299a03c40a", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0x5c7b82a5a4e9c11e1e09e7c99d848c8e3cf8708334cea988fcc273d1aa2fa009", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0x49aca000e6220abe9101463dc835d59cdf659ed180603e7802676e025fa87403", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c" + } + }, + { + "pathPart": "0xd", + "root": "0x391caa5966cc6ff966781066d8fad30679360eb266fadd890b708d1e10d3f821", + "path": [ + { + "value": "0x93e9b8cd208a3b3c9f8712559f773515c0a1e62fb16dc117780e2252dadb5c09", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0x7b9daa940a1334235b9eebb6ee86902f08ac31f76d2df6010a3a04eac8a4bf1c", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0x9ca8d0f975baff6dbc90c1e142fda39d00277eb6f380a811eb3c2a9747dcb91b", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0xe2176baa5cf0b934aaba84927a4d58b0d0803be0eb95cdeb29ef4501029a092b", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "accountKey": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a", + "accountPath": [ + { + "pathPart": "0xd", + "root": "0x391caa5966cc6ff966781066d8fad30679360eb266fadd890b708d1e10d3f821", + "path": [ + { + "value": "0x93e9b8cd208a3b3c9f8712559f773515c0a1e62fb16dc117780e2252dadb5c09", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0x7b9daa940a1334235b9eebb6ee86902f08ac31f76d2df6010a3a04eac8a4bf1c", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0x9ca8d0f975baff6dbc90c1e142fda39d00277eb6f380a811eb3c2a9747dcb91b", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0xe2176baa5cf0b934aaba84927a4d58b0d0803be0eb95cdeb29ef4501029a092b", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e" + } + }, + { + "pathPart": "0x2d", + "root": "0x6a8008a3e4f5cdd2bc32e16a833d248b212bbce0148263fa7c0d040583438806", + "path": [ + { + "value": "0xe99b46f29a153ef179e62fba7b369c46894c9ddd488b90f3459797f583b12e04", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + }, + { + "value": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06", + "sibling": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + } + ], + "accountUpdate": [ + null, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "accountKey": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b", + "accountPath": [ + { + "pathPart": "0x2", + "root": "0x6a8008a3e4f5cdd2bc32e16a833d248b212bbce0148263fa7c0d040583438806", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0xe99b46f29a153ef179e62fba7b369c46894c9ddd488b90f3459797f583b12e04" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22" + }, + { + "value": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227", + "sibling": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18" + }, + { + "value": "0x3fdd0c1bca7c44155054acb6c9a872bd8d1734faba9ce27af84add8d8c2aa625", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xcc6dbfae415a4f9bc3db89bb2da22dea91482a9533ef8d7c522098e77ffdc914", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + }, + { + "pathPart": "0x2", + "root": "0x6a8008a3e4f5cdd2bc32e16a833d248b212bbce0148263fa7c0d040583438806", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0xe99b46f29a153ef179e62fba7b369c46894c9ddd488b90f3459797f583b12e04" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22" + }, + { + "value": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227", + "sibling": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18" + }, + { + "value": "0x3fdd0c1bca7c44155054acb6c9a872bd8d1734faba9ce27af84add8d8c2aa625", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xcc6dbfae415a4f9bc3db89bb2da22dea91482a9533ef8d7c522098e77ffdc914", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "accountKey": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c", + "accountPath": [ + { + "pathPart": "0x9", + "root": "0x6a8008a3e4f5cdd2bc32e16a833d248b212bbce0148263fa7c0d040583438806", + "path": [ + { + "value": "0xe99b46f29a153ef179e62fba7b369c46894c9ddd488b90f3459797f583b12e04", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a", + "sibling": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25" + }, + { + "value": "0x4b93df1862cd8f079248832835984fa7e653579536b0448a28dcf34ce1c46602", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x74e043d955965ec3e91d22127bfcb6dd381c51f602c24eed98bc582a0fb2281b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xb45154a44db09878df23cfe0fc944ff89a8beace587915801cdeeeba25e27301", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + }, + { + "pathPart": "0x9", + "root": "0x6a8008a3e4f5cdd2bc32e16a833d248b212bbce0148263fa7c0d040583438806", + "path": [ + { + "value": "0xe99b46f29a153ef179e62fba7b369c46894c9ddd488b90f3459797f583b12e04", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f" + }, + { + "value": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a", + "sibling": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25" + }, + { + "value": "0x4b93df1862cd8f079248832835984fa7e653579536b0448a28dcf34ce1c46602", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x74e043d955965ec3e91d22127bfcb6dd381c51f602c24eed98bc582a0fb2281b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xb45154a44db09878df23cfe0fc944ff89a8beace587915801cdeeeba25e27301", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "accountKey": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10", + "accountPath": [ + { + "pathPart": "0x3", + "root": "0x6a8008a3e4f5cdd2bc32e16a833d248b212bbce0148263fa7c0d040583438806", + "path": [ + { + "value": "0xe99b46f29a153ef179e62fba7b369c46894c9ddd488b90f3459797f583b12e04", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0xbfc7917c84d9ef4177256791fcc75602a7ab8facf80a863d65807dcea923841f", + "sibling": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e" + } + ], + "leaf": { + "value": "0xacddec2ce81852456430ddf6ce47a0a7a54957c7368fd1138fc6b1e91df4c81a", + "sibling": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10" + } + }, + { + "pathPart": "0x3", + "root": "0x0e47ae04d066485afffaf2247e40f2bef35e18d2a7ab0aff82996a4ab1cf8408", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e" + }, + { + "value": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a", + "sibling": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e" + } + ], + "leaf": { + "value": "0xeccc07e8031cf39c6fa32b4ea71885e1b8309424994590a7bd7aed59e795a20c", + "sibling": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10" + } + } + ], + "accountUpdate": [ + { + "nonce": 10, + "balance": "0x3635c9adc5de8ccdaa", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864" + }, + { + "nonce": 10, + "balance": "0x3635c9adc5de18618f", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "accountKey": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919", + "accountPath": [ + { + "pathPart": "0xe", + "root": "0x0e47ae04d066485afffaf2247e40f2bef35e18d2a7ab0aff82996a4ab1cf8408", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22" + }, + { + "value": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + }, + { + "value": "0xb3e387ad9b54813b9df9810ff31cca3de251028a7795a888e8d58fcdecc0011b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f", + "sibling": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919" + } + }, + { + "pathPart": "0xe", + "root": "0x0e47ae04d066485afffaf2247e40f2bef35e18d2a7ab0aff82996a4ab1cf8408", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22" + }, + { + "value": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + }, + { + "value": "0xb3e387ad9b54813b9df9810ff31cca3de251028a7795a888e8d58fcdecc0011b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f", + "sibling": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "accountKey": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24", + "accountPath": [ + { + "pathPart": "0x4", + "root": "0x0e47ae04d066485afffaf2247e40f2bef35e18d2a7ab0aff82996a4ab1cf8408", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22", + "sibling": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28" + }, + { + "value": "0x47d2b4ef4078a9452b9313a29f0111e6e517db87c8d94eadada0598d56ff5b05", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915", + "sibling": "0x631d3c807edb47a9d5ad64aa4e21a507049ae1120c92e58f8517d4423d479a1f" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24" + } + }, + { + "pathPart": "0x4", + "root": "0x0e47ae04d066485afffaf2247e40f2bef35e18d2a7ab0aff82996a4ab1cf8408", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22", + "sibling": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28" + }, + { + "value": "0x47d2b4ef4078a9452b9313a29f0111e6e517db87c8d94eadada0598d56ff5b05", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915", + "sibling": "0x631d3c807edb47a9d5ad64aa4e21a507049ae1120c92e58f8517d4423d479a1f" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x5343530000000000000000000000000000000001", + "accountKey": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c", + "accountPath": [ + { + "pathPart": "0x1c", + "root": "0x0e47ae04d066485afffaf2247e40f2bef35e18d2a7ab0aff82996a4ab1cf8408", + "path": [ + { + "value": "0xc51bd29ef3ed6ce2e875b5b2eb2539466a4969457330140710bcedbe213e141e", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x79dcf0ac8357324319a1e23c78a9aade771e4840dff949bb3ca53f31e967fa22", + "sibling": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28" + }, + { + "value": "0x47d2b4ef4078a9452b9313a29f0111e6e517db87c8d94eadada0598d56ff5b05", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x631d3c807edb47a9d5ad64aa4e21a507049ae1120c92e58f8517d4423d479a1f", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + }, + { + "value": "0x717bd41737af42576aeaf827f0fc8c0eb16fbe75d9d1a6107704e82e2f1fb30b", + "sibling": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f" + } + ], + "leaf": { + "value": "0x8cbc6d12bb8608c54e6bf0018605bf4fc4f4594b8fd8793c115a9751e554ef06", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + }, + { + "pathPart": "0x1c", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16", + "sibling": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28" + }, + { + "value": "0x602380aa71290a45ddc9e16ff247c9b09e9acbb77f99df7b9a8ec11031a7ee29", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + }, + { + "value": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e", + "sibling": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f" + } + ], + "leaf": { + "value": "0xc50f49adb7f740cd98942b1a33e0f471d29cbc7fa330b5299cae39dc27e0f210", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 0, + "balance": "0x133256", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + }, + { + "nonce": 0, + "balance": "0x879e71", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "commonStateRoot": "0x0fb9ec9eacb2b88aa772247c09f40c65c8895841ebf1a890f5d5b7339028f308", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "accountKey": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23", + "accountPath": [ + { + "pathPart": "0xc", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16", + "sibling": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28" + }, + { + "value": "0x602380aa71290a45ddc9e16ff247c9b09e9acbb77f99df7b9a8ec11031a7ee29", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + }, + { + "value": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + }, + { + "pathPart": "0xc", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16", + "sibling": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28" + }, + { + "value": "0x602380aa71290a45ddc9e16ff247c9b09e9acbb77f99df7b9a8ec11031a7ee29", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426", + "sibling": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915" + }, + { + "value": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x9774c66405dde5038900b432dad90f92c0fd090e", + "accountKey": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c", + "accountPath": [ + { + "pathPart": "0x1d", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d", + "sibling": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c" + } + }, + { + "pathPart": "0x1d", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d", + "sibling": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "accountKey": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c", + "accountPath": [ + { + "pathPart": "0x1e", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16" + }, + { + "value": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + }, + { + "value": "0xb3e387ad9b54813b9df9810ff31cca3de251028a7795a888e8d58fcdecc0011b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28", + "sibling": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + }, + { + "pathPart": "0x1e", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16" + }, + { + "value": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18", + "sibling": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227" + }, + { + "value": "0xb3e387ad9b54813b9df9810ff31cca3de251028a7795a888e8d58fcdecc0011b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28", + "sibling": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "accountKey": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e", + "accountPath": [ + { + "pathPart": "0xd", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + }, + { + "value": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06", + "sibling": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e" + } + }, + { + "pathPart": "0xd", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + }, + { + "value": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06", + "sibling": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "accountKey": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a", + "accountPath": [ + { + "pathPart": "0x2d", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + }, + { + "value": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06", + "sibling": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + }, + { + "pathPart": "0x2d", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a", + "sibling": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d" + }, + { + "value": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06", + "sibling": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "accountKey": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b", + "accountPath": [ + { + "pathPart": "0x2", + "root": "0x94457760867ec7a1ca32a9bc3c4957a14bcca10c42a4dd90e66c3cc046d47329", + "path": [ + { + "value": "0xb0d62fb7d142122c3edf560d6021d86971677966128a4b21478e575603c50621", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0xfe2a5d5670c4a85e0280e35c8099a11e00c046a0d28f448cf48b5249998cfe28", + "sibling": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16" + }, + { + "value": "0xaa2268082994f8f707f6969a7220f7099c01bb2a049ad286b2a316c5ab61e227", + "sibling": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18" + }, + { + "value": "0x3fdd0c1bca7c44155054acb6c9a872bd8d1734faba9ce27af84add8d8c2aa625", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xcc6dbfae415a4f9bc3db89bb2da22dea91482a9533ef8d7c522098e77ffdc914", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + }, + { + "pathPart": "0x2", + "root": "0x934f86e1244835734686e059d9756b9f48963fd7dda764d1d4c8d95268ede60e", + "path": [ + { + "value": "0x975d606127e3af59f27114b4f1cbf023a429dbb0dd3f9b49980bb31a0e8edd03", + "sibling": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d" + }, + { + "value": "0x6ae5e04ac06d85b64092a37f3c31814929b8702e7b1ebdd5d8488e16e7bd591e", + "sibling": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16" + }, + { + "value": "0xc03742aa72e18a009c16335b97ea1cd3b8433217eb58515a06ffe0694f68b521", + "sibling": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18" + }, + { + "value": "0x7501a3d6ef0647449047c9683bcbb07a4d66eab457f0d691a79db14337832411", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x2d52948ec8a1cb333095d92f2a4ebefd0aeb54298f2459807f947b68f6a45630", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x0ba92aa7e1f1beb2c33917cf040e04643e05e60b5fe116d8cfca1daeefd6c62a", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x05448670d66102da98fd533aca4f5bcf22291563e4202eda2f8e5cd7a64b12db", + "poseidonCodeHash": "0x265cb05a6ac109411feb8683661828e7e721c18530b8acaafe66d55eeef10a0c", + "codeSize": 1276 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "accountKey": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c", + "accountPath": [ + { + "pathPart": "0x9", + "root": "0x934f86e1244835734686e059d9756b9f48963fd7dda764d1d4c8d95268ede60e", + "path": [ + { + "value": "0x0dad586195719466870b1f6438d1bd87aee48419bffaa6d30c495fba705f8a0d", + "sibling": "0x975d606127e3af59f27114b4f1cbf023a429dbb0dd3f9b49980bb31a0e8edd03" + }, + { + "value": "0x9e0aa4a895865813af7cb11726ba9fc44657094c3b7eccded6468e613f72081e", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0xf0c8215efb49f39a55c9f9a5e7659f39c8c1e2a8d91f800e449932410b7bac2a", + "sibling": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25" + }, + { + "value": "0x4b93df1862cd8f079248832835984fa7e653579536b0448a28dcf34ce1c46602", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x74e043d955965ec3e91d22127bfcb6dd381c51f602c24eed98bc582a0fb2281b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xb45154a44db09878df23cfe0fc944ff89a8beace587915801cdeeeba25e27301", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + }, + { + "pathPart": "0x9", + "root": "0x1e48a7e58867c5033abdd14254dc4da68c4f5d49d26d61c66978d12e82903820", + "path": [ + { + "value": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27", + "sibling": "0x975d606127e3af59f27114b4f1cbf023a429dbb0dd3f9b49980bb31a0e8edd03" + }, + { + "value": "0x24fff2dd03bf0197fb6228155923f8728abced36226bf350da0fb3512a74562a", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125", + "sibling": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25" + }, + { + "value": "0xa6ab3a50ff3a6f163f130d7b9c0eeba0b6de8cd603960c57fe2a566e46cb5609", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x212290d7031ab3dae4b8c043761829482d0e59c499f5449654d426ca03f4f40f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x19847adb018096771cffa582d8258905771a55f1faea4f383f5e5010e8544e15", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x1b7ccc5327f70b73a61ca98b6aca5abb8f15a6a77f6e4bc25b5ea65696a8511b", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x2222bc0df723f134a40abb28e43ff8e95ee9d811", + "accountKey": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10", + "accountPath": [ + { + "pathPart": "0x3", + "root": "0x1e48a7e58867c5033abdd14254dc4da68c4f5d49d26d61c66978d12e82903820", + "path": [ + { + "value": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27", + "sibling": "0x975d606127e3af59f27114b4f1cbf023a429dbb0dd3f9b49980bb31a0e8edd03" + }, + { + "value": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a", + "sibling": "0x24fff2dd03bf0197fb6228155923f8728abced36226bf350da0fb3512a74562a" + } + ], + "leaf": { + "value": "0xeccc07e8031cf39c6fa32b4ea71885e1b8309424994590a7bd7aed59e795a20c", + "sibling": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10" + } + }, + { + "pathPart": "0x3", + "root": "0x1e48a7e58867c5033abdd14254dc4da68c4f5d49d26d61c66978d12e82903820", + "path": [ + { + "value": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27", + "sibling": "0x975d606127e3af59f27114b4f1cbf023a429dbb0dd3f9b49980bb31a0e8edd03" + }, + { + "value": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a", + "sibling": "0x24fff2dd03bf0197fb6228155923f8728abced36226bf350da0fb3512a74562a" + } + ], + "leaf": { + "value": "0xeccc07e8031cf39c6fa32b4ea71885e1b8309424994590a7bd7aed59e795a20c", + "sibling": "0xa31f9f921de14fb9ce4b032ac816111e53094e04e6e4135c4c09010dc77d2c10" + } + } + ], + "accountUpdate": [ + { + "nonce": 10, + "balance": "0x3635c9adc5de18618f", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864" + }, + { + "nonce": 10, + "balance": "0x3635c9adc5de18618f", + "keccakCodeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "poseidonCodeHash": "0x2098f5fb9e239eab3ceac3f27b81e481dc3124d55ffed523a839ee8446b64864" + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x4dc7d71e240e1a5aa71e612caf5d097274f8237b", + "accountKey": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919", + "accountPath": [ + { + "pathPart": "0xe", + "root": "0x1e48a7e58867c5033abdd14254dc4da68c4f5d49d26d61c66978d12e82903820", + "path": [ + { + "value": "0x975d606127e3af59f27114b4f1cbf023a429dbb0dd3f9b49980bb31a0e8edd03", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0x6ae5e04ac06d85b64092a37f3c31814929b8702e7b1ebdd5d8488e16e7bd591e", + "sibling": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16" + }, + { + "value": "0x2764921535d52c2cad41d211a1e00e1e3ae7e9a232ce4968c3824b6eb400dd18", + "sibling": "0xc03742aa72e18a009c16335b97ea1cd3b8433217eb58515a06ffe0694f68b521" + }, + { + "value": "0xb3e387ad9b54813b9df9810ff31cca3de251028a7795a888e8d58fcdecc0011b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x30cb719c1972ed5589b4abcb0e152049a101eb4e53e9adfdaf6b01fcd364fc0f", + "sibling": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919" + } + }, + { + "pathPart": "0xe", + "root": "0x72e69b1a614b60eeaccaaa75a091d26e35ad693398f5a429b6acfa61a6930d0e", + "path": [ + { + "value": "0x06607b8cc6cb5184522aaa6fc96414bae7f389de791835c8cd08263e02365e0c", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d", + "sibling": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16" + }, + { + "value": "0xd3cd41f3b0e8cfb1164fba4af49eb7104233137e195bf5974075853a5c003f1b", + "sibling": "0xc03742aa72e18a009c16335b97ea1cd3b8433217eb58515a06ffe0694f68b521" + }, + { + "value": "0xb1c9361fe43edec34484dba3f6d1851e4025203ad3cc6c09152e3319b7d71a06", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810", + "sibling": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28" + } + ], + "leaf": { + "value": "0x32b75b4d48f9f806b50ef387804a2d54fe826756a3cd68dfeddfec60cb4d761c", + "sibling": "0xee005ff59199cf501f06c351ddf1c5662f20667c15f90719611729ca500cc919" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x25fa036bf56dbca2daeac020a914b90b8baf265c725ecd34c6f023845c038544", + "poseidonCodeHash": "0x26f706f949ff4faad54ee72308e9d30ece46e37cf8b9968bdb274e750a264937", + "codeSize": 5036 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x4f53c5d828aaab0b877a635b9ea30910034871bb", + "accountKey": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24", + "accountPath": [ + { + "pathPart": "0x4", + "root": "0x72e69b1a614b60eeaccaaa75a091d26e35ad693398f5a429b6acfa61a6930d0e", + "path": [ + { + "value": "0x06607b8cc6cb5184522aaa6fc96414bae7f389de791835c8cd08263e02365e0c", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0x05701259b482c8bd62d6930e143c246f518fb11628ef883adb7af221534a3b16", + "sibling": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d" + }, + { + "value": "0x602380aa71290a45ddc9e16ff247c9b09e9acbb77f99df7b9a8ec11031a7ee29", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x4b9b8debdcd1d26de64142300ae2a002de7773bc5cf8adef5e2f3e70dbcb4915", + "sibling": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24" + } + }, + { + "pathPart": "0x4", + "root": "0x478f061864f0f5fa36e4b74ea6abcd4ee92fb7e12c27cba50d263d455e77e92d", + "path": [ + { + "value": "0xef81033de7cdf49ed8d0c8c38b01b6dc2a79edf1945d003931c1d222c7ed9510", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0xa44e4fbbcf8ee88cf83287da6bb43b2f35b5aec0ca601c78a8186c78526cdc0d", + "sibling": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d" + }, + { + "value": "0x62b44d2edb8e8c1fdc947dbb362e768abfa8e16668e3c7564f246954439e430a", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421", + "sibling": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426" + } + ], + "leaf": { + "value": "0xbe5ab3911852e98bcdc77c1ed133b26af00a1723fd293caa157ae9dac6f8010d", + "sibling": "0xf445eb4b5a9a27eb1c517f1d49f21ab45d76d9d31435cf88ecb93b8aef62bb24" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x957487d4f3747d0933516b21a652a2e97ebc3d9607f7647dbef476485e570834", + "poseidonCodeHash": "0x1462294bf29f8a08f6fc26e8ff87b5400e3f0cf0374163550d2d44b9064e2b67", + "codeSize": 6013 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x5343530000000000000000000000000000000001", + "accountKey": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c", + "accountPath": [ + { + "pathPart": "0x1c", + "root": "0x478f061864f0f5fa36e4b74ea6abcd4ee92fb7e12c27cba50d263d455e77e92d", + "path": [ + { + "value": "0xef81033de7cdf49ed8d0c8c38b01b6dc2a79edf1945d003931c1d222c7ed9510", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0xa44e4fbbcf8ee88cf83287da6bb43b2f35b5aec0ca601c78a8186c78526cdc0d", + "sibling": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d" + }, + { + "value": "0x62b44d2edb8e8c1fdc947dbb362e768abfa8e16668e3c7564f246954439e430a", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e", + "sibling": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f" + } + ], + "leaf": { + "value": "0xc50f49adb7f740cd98942b1a33e0f471d29cbc7fa330b5299cae39dc27e0f210", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + }, + { + "pathPart": "0x1c", + "root": "0x478f061864f0f5fa36e4b74ea6abcd4ee92fb7e12c27cba50d263d455e77e92d", + "path": [ + { + "value": "0xef81033de7cdf49ed8d0c8c38b01b6dc2a79edf1945d003931c1d222c7ed9510", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0xa44e4fbbcf8ee88cf83287da6bb43b2f35b5aec0ca601c78a8186c78526cdc0d", + "sibling": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d" + }, + { + "value": "0x62b44d2edb8e8c1fdc947dbb362e768abfa8e16668e3c7564f246954439e430a", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e", + "sibling": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f" + } + ], + "leaf": { + "value": "0xc50f49adb7f740cd98942b1a33e0f471d29cbc7fa330b5299cae39dc27e0f210", + "sibling": "0x1c6a7c2d09d7f187cbe689521ae1ee4aff9e86d93ec86f88e8c90180679aaf0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 0, + "balance": "0x879e71", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + }, + { + "nonce": 0, + "balance": "0x879e71", + "keccakCodeHash": "0xb9e64155c05a42093d8cff75a938360ee202b0c49a82a01589ddc04948694d47", + "poseidonCodeHash": "0x02a01aa1eeaeb26b121cbf73e4bfd681c64fdc267ed131e202d35552a3fd8973", + "codeSize": 786 + } + ], + "commonStateRoot": "0x0fb9ec9eacb2b88aa772247c09f40c65c8895841ebf1a890f5d5b7339028f308", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "accountKey": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23", + "accountPath": [ + { + "pathPart": "0xc", + "root": "0x478f061864f0f5fa36e4b74ea6abcd4ee92fb7e12c27cba50d263d455e77e92d", + "path": [ + { + "value": "0xef81033de7cdf49ed8d0c8c38b01b6dc2a79edf1945d003931c1d222c7ed9510", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0xa44e4fbbcf8ee88cf83287da6bb43b2f35b5aec0ca601c78a8186c78526cdc0d", + "sibling": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d" + }, + { + "value": "0x62b44d2edb8e8c1fdc947dbb362e768abfa8e16668e3c7564f246954439e430a", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9ebb37341bea877cda7544e3b3194de848eec9ce5385c7c70b883945db007426", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0x4e2e0a65de066c6d416b2d058876f237ee5d5a2017da11ac4a5b6d542c7d340f", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + }, + { + "pathPart": "0xc", + "root": "0xa9e129d35e3a1ae09d340ec60a03681c02a291ee89cdcb4d5f18bbcf68279922", + "path": [ + { + "value": "0x59b6c97f8f5f94860dedaa2948fb3944097fc45c9fa2e6b77a07cbf216f1392b", + "sibling": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27" + }, + { + "value": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04", + "sibling": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d" + }, + { + "value": "0xbc284b4e5c204623c704422226c36ed943310664fa44d03250107314a4ee801c", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x3b65b5a03569b2b811be4c6e62b2599650eee3b9a38102e76d53a54cb3d75a27", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0xb2db8ef32046508b1559e160e3c2302fd9b66180d63d8d6016db1ef1a5e15b04", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x1b7ccc5327f70b73a61ca98b6aca5abb8f15a6a77f6e4bc25b5ea65696a8511b", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x9774c66405dde5038900b432dad90f92c0fd090e", + "accountKey": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c", + "accountPath": [ + { + "pathPart": "0x1d", + "root": "0xa9e129d35e3a1ae09d340ec60a03681c02a291ee89cdcb4d5f18bbcf68279922", + "path": [ + { + "value": "0xef9e51114710206e7e2bffb1629500e4003cbf07751ede98ad6470c29ce48c27", + "sibling": "0x59b6c97f8f5f94860dedaa2948fb3944097fc45c9fa2e6b77a07cbf216f1392b" + }, + { + "value": "0x24fff2dd03bf0197fb6228155923f8728abced36226bf350da0fb3512a74562a", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x99cfa569d54393b5597dd40a9a651d45f8e57866f8c5bb04ca1d70873b3eaa25", + "sibling": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125" + }, + { + "value": "0x293f0ccf4dd27914c3d9686d8257444238b4ff2246b1f61a10ab67b95f0e7322", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xa699091740d9fb30ba7fb3aeb4a457e3f5dc50e2e317d3e8ee0fa33baa35422d", + "sibling": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c" + } + }, + { + "pathPart": "0x1d", + "root": "0x73c2e21e033a8d1577a63c383e6df7f1c2af93730e3a85ad432a071df79fb223", + "path": [ + { + "value": "0x7257c76f0830753ab6d34c5ce943932426d811051d70b66c3bd2187b8b86c614", + "sibling": "0x59b6c97f8f5f94860dedaa2948fb3944097fc45c9fa2e6b77a07cbf216f1392b" + }, + { + "value": "0xce4d433a72008f0541bd89763027d21cf05d6df9d521e52c53edc524ecc7f52d", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0xe2083ad67e590b553764c37327f334c85e9843ba956659160eee2b577162dc2f", + "sibling": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125" + }, + { + "value": "0xed81d936ece534fe860b730b2572eb3daa67b801cbfbf6533bb1d4701cf0ad07", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624", + "sibling": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a" + } + ], + "leaf": { + "value": "0x3e347c5b45b8bdab814fdee80a5aad2de277278d609e5f316e5919204a2df418", + "sibling": "0xfd2de53f0c5d03d4303fd1c68f41aede0c07e48871fa73864c272c0793316a1c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x4ad5761770969eca2a5195434b35d9b414706c6a9dddd1195292456ae0693035", + "poseidonCodeHash": "0x2d3b06dab4b168ad1e3946d59007aa9d7cb27d5875ce1a0d20c4430165076985", + "codeSize": 6378 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "accountKey": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c", + "accountPath": [ + { + "pathPart": "0x1e", + "root": "0x73c2e21e033a8d1577a63c383e6df7f1c2af93730e3a85ad432a071df79fb223", + "path": [ + { + "value": "0x59b6c97f8f5f94860dedaa2948fb3944097fc45c9fa2e6b77a07cbf216f1392b", + "sibling": "0x7257c76f0830753ab6d34c5ce943932426d811051d70b66c3bd2187b8b86c614" + }, + { + "value": "0xaf214dfe17e0526d763ecbc208f8f702733776ee84c55e20c7ed220ec1ee0f1d", + "sibling": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04" + }, + { + "value": "0xd3cd41f3b0e8cfb1164fba4af49eb7104233137e195bf5974075853a5c003f1b", + "sibling": "0xc03742aa72e18a009c16335b97ea1cd3b8433217eb58515a06ffe0694f68b521" + }, + { + "value": "0xb1c9361fe43edec34484dba3f6d1851e4025203ad3cc6c09152e3319b7d71a06", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x1dd6913a64301428fcf7798a489af83caf2b76028b9741f52c16f0315d47fd28", + "sibling": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + }, + { + "pathPart": "0x1e", + "root": "0xaf434eaffb7da609d7ee126cc0edc72793738bdfa49ff243fc30ab806125891a", + "path": [ + { + "value": "0x47900b096e0d8759cc87fe2d105d9e6b1623b9151ebd35e2db4a654332cc1011", + "sibling": "0x7257c76f0830753ab6d34c5ce943932426d811051d70b66c3bd2187b8b86c614" + }, + { + "value": "0xd3dc9dbd5cee07a7323211faa970a1d25ddd1154ddfe7a6bc517020d4ea9ad1c", + "sibling": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04" + }, + { + "value": "0x99f5b46aa9c5f6f2afddfa94d47d7a3e511b571be0849c5dfa842671c502b01f", + "sibling": "0xc03742aa72e18a009c16335b97ea1cd3b8433217eb58515a06ffe0694f68b521" + }, + { + "value": "0x593b8461194720422ef64a4c22857f106659853cbd952e31e68d0cdbd716222f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xa7e037f53700ba568c6be4150dc53b76cb31b04c179ffa41ca95991dbc46420c", + "sibling": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810" + } + ], + "leaf": { + "value": "0x1b7ccc5327f70b73a61ca98b6aca5abb8f15a6a77f6e4bc25b5ea65696a8511b", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xedf3188bf615caadbf8de3fe2a646d3db242ccb1", + "accountKey": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e", + "accountPath": [ + { + "pathPart": "0xd", + "root": "0xaf434eaffb7da609d7ee126cc0edc72793738bdfa49ff243fc30ab806125891a", + "path": [ + { + "value": "0x7257c76f0830753ab6d34c5ce943932426d811051d70b66c3bd2187b8b86c614", + "sibling": "0x47900b096e0d8759cc87fe2d105d9e6b1623b9151ebd35e2db4a654332cc1011" + }, + { + "value": "0xce4d433a72008f0541bd89763027d21cf05d6df9d521e52c53edc524ecc7f52d", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0xe2083ad67e590b553764c37327f334c85e9843ba956659160eee2b577162dc2f", + "sibling": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125" + }, + { + "value": "0xed81d936ece534fe860b730b2572eb3daa67b801cbfbf6533bb1d4701cf0ad07", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x34350cac93d6849e17134a4a181258db0bd89f26d178157abb539affbe873a0a", + "sibling": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624" + }, + { + "value": "0xe3e61dd1e3f76878c9c57987d732c2e6c8668b363a8320fb207ee7a1b5ac0b06", + "sibling": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e" + } + }, + { + "pathPart": "0xd", + "root": "0xf5f5dcba2adac26f7911a9ce1b1b929ad2a6b93e43c13bc2783f31ff2c660329", + "path": [ + { + "value": "0xf3de3a088df3adcaf2b59a5552aae00d18a52b11f799c0ec054d1c493cb93d1f", + "sibling": "0x47900b096e0d8759cc87fe2d105d9e6b1623b9151ebd35e2db4a654332cc1011" + }, + { + "value": "0x18fce1a8cca8a03f041b221b9c730d2360666063241d83d46815b9d593d01f0b", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x28916ef81aea4f676e5b0a2e344c808f532db94282d81617daf8c1b2626db40d", + "sibling": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125" + }, + { + "value": "0x81ba8378bc4b8897edda65183d56de78f78c61461c74e27cdd9fd26f4697c70a", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x0d4bc0788f49e109b748c9128fcbf0eca4ef985e4040f70828c2f652f1475727", + "sibling": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624" + }, + { + "value": "0x35bb517c8278d1f851b446878a34ec7bdc0c65f4259d089c05d581a20ff0bd2f", + "sibling": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06" + } + ], + "leaf": { + "value": "0x1ee7196a96d0a3bdcafd86312dad4b6eaab42032c064a954949d93efdc6f8d0e", + "sibling": "0x8def57e8f34d8b8a1597cfe33b5484f5670a7926475b228783a31e50fafb582e" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xb624aa754f5f1db7a2e4d12d31accf70b1f5c0ae737f4f897adce524e8a61e60", + "poseidonCodeHash": "0x267fad02924cd54916e1995fbc9449a3ee03d61670b8397886f8fdc89106cf6f", + "codeSize": 4691 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "accountKey": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a", + "accountPath": [ + { + "pathPart": "0x2d", + "root": "0xf5f5dcba2adac26f7911a9ce1b1b929ad2a6b93e43c13bc2783f31ff2c660329", + "path": [ + { + "value": "0xf3de3a088df3adcaf2b59a5552aae00d18a52b11f799c0ec054d1c493cb93d1f", + "sibling": "0x47900b096e0d8759cc87fe2d105d9e6b1623b9151ebd35e2db4a654332cc1011" + }, + { + "value": "0x18fce1a8cca8a03f041b221b9c730d2360666063241d83d46815b9d593d01f0b", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x28916ef81aea4f676e5b0a2e344c808f532db94282d81617daf8c1b2626db40d", + "sibling": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125" + }, + { + "value": "0x81ba8378bc4b8897edda65183d56de78f78c61461c74e27cdd9fd26f4697c70a", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0x0d4bc0788f49e109b748c9128fcbf0eca4ef985e4040f70828c2f652f1475727", + "sibling": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624" + }, + { + "value": "0x4547a572ad61c110b32a5b6d89957be0538eff651550398e811821c627e58a06", + "sibling": "0x35bb517c8278d1f851b446878a34ec7bdc0c65f4259d089c05d581a20ff0bd2f" + } + ], + "leaf": { + "value": "0x50af9eca03b9fd481e1c4fb74ce92db963162a5e41ef5d52cc3dad1dc227d626", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + }, + { + "pathPart": "0x2d", + "root": "0xb4631d32606b3f0072326345aeac76feffe0348980a246f53283441f51475527", + "path": [ + { + "value": "0x034649dbc59da8755e7baddca280c6962726a8a15496f7d390f6048e73cffe27", + "sibling": "0x47900b096e0d8759cc87fe2d105d9e6b1623b9151ebd35e2db4a654332cc1011" + }, + { + "value": "0x3a408ab24718cd57d1ce9ae98c3a79d14fca19900988dabbc821ea25c9ee1a13", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x4e067962837537a3270c34cc6b64a15c31d68fceae0811e7cc5dfcaef8296f27", + "sibling": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125" + }, + { + "value": "0x2d7fb8def40f820507a4fe0bf3fcc06314fd7d01097246bf4d71b3c3f42fc72f", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xcc90aa838ecfdb856dcf236bc1210e4f7d8662f9b47b554087ab51068762a518", + "sibling": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624" + }, + { + "value": "0x6b09646d33ea929b390fe0450e219b71e68a2a678b354cecde056b8d2734e029", + "sibling": "0x35bb517c8278d1f851b446878a34ec7bdc0c65f4259d089c05d581a20ff0bd2f" + } + ], + "leaf": { + "value": "0x27a886c3f6bbe5feda2eb1a5a2e2a0c74254c63437d3ffd6ba8b6e225a8cc41c", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "poseidonCodeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xae41290cb5ff621ddad2c09331609c7fe3bd832e059bc2eb2b23cc5f833d7eb1", + "poseidonCodeHash": "0x11079b9c5064ee66f3e98eb95603347708eed0ac7822dee6e4857304e82e4c1e", + "codeSize": 1827 + } + ], + "commonStateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000", + "statePath": [ + null, + null + ], + "stateUpdate": [ + null, + null + ] + }, + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "accountKey": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b", + "accountPath": [ + { + "pathPart": "0x2", + "root": "0xb4631d32606b3f0072326345aeac76feffe0348980a246f53283441f51475527", + "path": [ + { + "value": "0x47900b096e0d8759cc87fe2d105d9e6b1623b9151ebd35e2db4a654332cc1011", + "sibling": "0x034649dbc59da8755e7baddca280c6962726a8a15496f7d390f6048e73cffe27" + }, + { + "value": "0xd3dc9dbd5cee07a7323211faa970a1d25ddd1154ddfe7a6bc517020d4ea9ad1c", + "sibling": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04" + }, + { + "value": "0xc03742aa72e18a009c16335b97ea1cd3b8433217eb58515a06ffe0694f68b521", + "sibling": "0x99f5b46aa9c5f6f2afddfa94d47d7a3e511b571be0849c5dfa842671c502b01f" + }, + { + "value": "0x7501a3d6ef0647449047c9683bcbb07a4d66eab457f0d691a79db14337832411", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x2d52948ec8a1cb333095d92f2a4ebefd0aeb54298f2459807f947b68f6a45630", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x0ba92aa7e1f1beb2c33917cf040e04643e05e60b5fe116d8cfca1daeefd6c62a", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + }, + { + "pathPart": "0x2", + "root": "0x730db5db49eac4ee49332e5ddd4db3ff727555df4fe823f646ef42f005df2a2f", + "path": [ + { + "value": "0xd70fbcea83859fa0e2297ab8c45323b09bb25f72f36e6aab2989c21402659b2e", + "sibling": "0x034649dbc59da8755e7baddca280c6962726a8a15496f7d390f6048e73cffe27" + }, + { + "value": "0x205b244de8b3d181cc7a375bccb5a01a3e4b4e5df1a14aa6288550af363c5529", + "sibling": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04" + }, + { + "value": "0xc63b93a2a69f18a06fdb94b432ede7490a12636f17dd72d2e452b33791b93309", + "sibling": "0x99f5b46aa9c5f6f2afddfa94d47d7a3e511b571be0849c5dfa842671c502b01f" + }, + { + "value": "0xf28b3e45e3d6141fcd6e89bd98fdbfa46d953c5683e69e40e137988dbed5ce1b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xff3f51ef38abd73f721adba00c0579bc00a1e0dee076fb8e85b9d6df45d18608", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x5eeed1cbf97b2364067826493c29443b9ea69adcd69b7d1cf02b8018326ae02e", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x05448670d66102da98fd533aca4f5bcf22291563e4202eda2f8e5cd7a64b12db", + "poseidonCodeHash": "0x265cb05a6ac109411feb8683661828e7e721c18530b8acaafe66d55eeef10a0c", + "codeSize": 1276 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x05448670d66102da98fd533aca4f5bcf22291563e4202eda2f8e5cd7a64b12db", + "poseidonCodeHash": "0x265cb05a6ac109411feb8683661828e7e721c18530b8acaafe66d55eeef10a0c", + "codeSize": 1276 + } + ], + "stateKey": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "pathPart": "0x0", + "root": "0x44c0a30cbe98ccf9855e69b003e1949a7b458b9731df0b2dc56e6d7c3ddc172f", + "leaf": { + "value": "0x55276c83d8d4e65f29d6dc6b793796b204aa008547cda5e62f4a53ccd92d4200", + "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0x0000000000000000000000000000000000000000000000000000000000000000", + "value": "0x0000000000000000000000002222bc0df723f134a40abb28e43ff8e95ee9d811" + } + ] + }, + { + "address": "0x03144cee638a4ec6ecc33938c189d2fdc8ea138d", + "accountKey": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b", + "accountPath": [ + { + "pathPart": "0x2", + "root": "0x730db5db49eac4ee49332e5ddd4db3ff727555df4fe823f646ef42f005df2a2f", + "path": [ + { + "value": "0xd70fbcea83859fa0e2297ab8c45323b09bb25f72f36e6aab2989c21402659b2e", + "sibling": "0x034649dbc59da8755e7baddca280c6962726a8a15496f7d390f6048e73cffe27" + }, + { + "value": "0x205b244de8b3d181cc7a375bccb5a01a3e4b4e5df1a14aa6288550af363c5529", + "sibling": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04" + }, + { + "value": "0xc63b93a2a69f18a06fdb94b432ede7490a12636f17dd72d2e452b33791b93309", + "sibling": "0x99f5b46aa9c5f6f2afddfa94d47d7a3e511b571be0849c5dfa842671c502b01f" + }, + { + "value": "0xf28b3e45e3d6141fcd6e89bd98fdbfa46d953c5683e69e40e137988dbed5ce1b", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xff3f51ef38abd73f721adba00c0579bc00a1e0dee076fb8e85b9d6df45d18608", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0x5eeed1cbf97b2364067826493c29443b9ea69adcd69b7d1cf02b8018326ae02e", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + }, + { + "pathPart": "0x2", + "root": "0x731c03d7cb92915976f84c07e1578b10d2688f1ffbc56d2f8293a43805ee591b", + "path": [ + { + "value": "0x0eea81bf8cb9c8548c3c0ef9e82dc2e235d89bb60116688d95f1f0d1f9898a1b", + "sibling": "0x034649dbc59da8755e7baddca280c6962726a8a15496f7d390f6048e73cffe27" + }, + { + "value": "0x1dc926cdfd085bd59d50c684856aaec270112d6f5f06dd855ef63b6663ced92c", + "sibling": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04" + }, + { + "value": "0xf9ba8629f802054617b80ba40092e0d4855fc4a335e5b67847820bac37f81806", + "sibling": "0x99f5b46aa9c5f6f2afddfa94d47d7a3e511b571be0849c5dfa842671c502b01f" + }, + { + "value": "0x146c168e5d987a821a375f09d1111ffdea6ede60cfb3aaaaf3c8a9db25d2ff0f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x8341d660a9c1ad557ae51cb1a34d4108a359d52a4d128d5debdcccc4ea914028", + "sibling": "0xee82fc746955f85049b686ba161324c2802e3fd2a71e6183d9dcdbf221c6b40b" + } + ], + "leaf": { + "value": "0xcc62f9a0de861c942d1533f2f3c918ab12c2128dba94bd610fd632cb426eb525", + "sibling": "0xa2043f8414c90c874f8070a98fc7825e1a2cf83b1e2d82d7d9dd52bae62c830b" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x05448670d66102da98fd533aca4f5bcf22291563e4202eda2f8e5cd7a64b12db", + "poseidonCodeHash": "0x265cb05a6ac109411feb8683661828e7e721c18530b8acaafe66d55eeef10a0c", + "codeSize": 1276 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x05448670d66102da98fd533aca4f5bcf22291563e4202eda2f8e5cd7a64b12db", + "poseidonCodeHash": "0x265cb05a6ac109411feb8683661828e7e721c18530b8acaafe66d55eeef10a0c", + "codeSize": 1276 + } + ], + "stateKey": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x44c0a30cbe98ccf9855e69b003e1949a7b458b9731df0b2dc56e6d7c3ddc172f", + "leaf": { + "value": "0x55276c83d8d4e65f29d6dc6b793796b204aa008547cda5e62f4a53ccd92d4200", + "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" + } + }, + { + "pathPart": "0x2", + "root": "0x0e0fa4e697572646977aa67d58bb7dba2e6b2c8014cd7b26b074e42540a6582f", + "path": [ + { + "value": "0xa8a984740ec776da68dd9124c30d8c9f8f88649f33b1a6d55d440d66c1bcf606", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xf28f9ef644a69bbfb855a8c9ba0fe259c063fe463ff9b0415417bb463fdddc26", + "sibling": "0x44c0a30cbe98ccf9855e69b003e1949a7b458b9731df0b2dc56e6d7c3ddc172f" + } + ], + "leaf": { + "value": "0xf950d4a8775c347d1194e852ff68b48c2bb93ebc21be89c0ff101448482def03", + "sibling": "0x5ee65399c487bf756dd383c09a8b3c36a1a3882e8a7743c63098def53408d21b" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0x0000000000000000000000000000000000000000000000000000000000000001", + "value": "0x0000000000000000000000009774c66405dde5038900b432dad90f92c0fd090e" + } + ] + }, + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "accountKey": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c", + "accountPath": [ + { + "pathPart": "0x9", + "root": "0x731c03d7cb92915976f84c07e1578b10d2688f1ffbc56d2f8293a43805ee591b", + "path": [ + { + "value": "0x034649dbc59da8755e7baddca280c6962726a8a15496f7d390f6048e73cffe27", + "sibling": "0x0eea81bf8cb9c8548c3c0ef9e82dc2e235d89bb60116688d95f1f0d1f9898a1b" + }, + { + "value": "0x3a408ab24718cd57d1ce9ae98c3a79d14fca19900988dabbc821ea25c9ee1a13", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x11292aed42a811e0993a547879d12f639771045a3c86255721af545eacf03125", + "sibling": "0x4e067962837537a3270c34cc6b64a15c31d68fceae0811e7cc5dfcaef8296f27" + }, + { + "value": "0xa6ab3a50ff3a6f163f130d7b9c0eeba0b6de8cd603960c57fe2a566e46cb5609", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x212290d7031ab3dae4b8c043761829482d0e59c499f5449654d426ca03f4f40f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x19847adb018096771cffa582d8258905771a55f1faea4f383f5e5010e8544e15", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x1b7ccc5327f70b73a61ca98b6aca5abb8f15a6a77f6e4bc25b5ea65696a8511b", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + }, + { + "pathPart": "0x9", + "root": "0xa3f6ff79d37d0c06afed7681f36e1e680e95c47d73ecc1884a9dea1f51a83126", + "path": [ + { + "value": "0x0c9df04cba05f3b2151cd1abd887243ab159415a27924e49e69abf449497e509", + "sibling": "0x0eea81bf8cb9c8548c3c0ef9e82dc2e235d89bb60116688d95f1f0d1f9898a1b" + }, + { + "value": "0x60172033952246d2e064c1ddbbf733603477d4c2359c3395fc0f132acd9bde17", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x27effe505eb6299238b00eda8ab22bfc79f7b7a81087c31caccac4627684331d", + "sibling": "0x4e067962837537a3270c34cc6b64a15c31d68fceae0811e7cc5dfcaef8296f27" + }, + { + "value": "0x2085e00e015bb63e4bfc9abcfd40e32194eedae01e5779e0d7183c953563ef08", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x05daa96620f0fd154135297113a0791864e2aba24951f289c2b24dd72f3bda07", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x0fce842a340657826176cb5bced4c7dbf38e7c015899074858f217e9feebe609", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x503194fab8d5e47f6ccffe0afe36c7d9dbb3f03307a4b16d32d388bc5f96971b", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "pathPart": "0x0", + "root": "0x0e1ba0c536dffde2b09df7faabafbf571c4f2bca0ec8f2b26cc7a160d67a7829", + "leaf": { + "value": "0x3aad01e59dacb268008b1f1f45044a41fc91952a3b5a23dd9e8555077549d720", + "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x000000000000000000000000edf3188bf615caadbf8de3fe2a646d3db242ccb1" + } + ] + }, + { + "address": "0x0c18d60702438c0dc307818e3a48067f734c4c0b", + "accountKey": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c", + "accountPath": [ + { + "pathPart": "0x9", + "root": "0xa3f6ff79d37d0c06afed7681f36e1e680e95c47d73ecc1884a9dea1f51a83126", + "path": [ + { + "value": "0x0c9df04cba05f3b2151cd1abd887243ab159415a27924e49e69abf449497e509", + "sibling": "0x0eea81bf8cb9c8548c3c0ef9e82dc2e235d89bb60116688d95f1f0d1f9898a1b" + }, + { + "value": "0x60172033952246d2e064c1ddbbf733603477d4c2359c3395fc0f132acd9bde17", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x27effe505eb6299238b00eda8ab22bfc79f7b7a81087c31caccac4627684331d", + "sibling": "0x4e067962837537a3270c34cc6b64a15c31d68fceae0811e7cc5dfcaef8296f27" + }, + { + "value": "0x2085e00e015bb63e4bfc9abcfd40e32194eedae01e5779e0d7183c953563ef08", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x05daa96620f0fd154135297113a0791864e2aba24951f289c2b24dd72f3bda07", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x0fce842a340657826176cb5bced4c7dbf38e7c015899074858f217e9feebe609", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x503194fab8d5e47f6ccffe0afe36c7d9dbb3f03307a4b16d32d388bc5f96971b", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + }, + { + "pathPart": "0x9", + "root": "0x2a23cd9a2718be61e43186ae75376a5dd856117b2084aed30b19e755b0606130", + "path": [ + { + "value": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227", + "sibling": "0x0eea81bf8cb9c8548c3c0ef9e82dc2e235d89bb60116688d95f1f0d1f9898a1b" + }, + { + "value": "0x4380558513dba166172c2f02db89f8a7787dc341f4c9fb35c70ea74f17413117", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0xcf830dfc41e1532d5f8a3d80646b75d9ce8c1721176c34897d7ec210e26ee810", + "sibling": "0x4e067962837537a3270c34cc6b64a15c31d68fceae0811e7cc5dfcaef8296f27" + }, + { + "value": "0x69cefae4446fa9ec187c7297d6a20d1137d36c4b343da4d6fe814e77accdb71f", + "sibling": "0xdb5fd77fbf5fc78afb5059a7524637a462c1000d29b92de7d4ec45ef8bbdbb0e" + }, + { + "value": "0x6634c19fd10ca931246eae509b4ba74f7c727d9a6ab8c819cba3e0f65833e509", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x9793466eafeab4d2f77d654da074353b7450e593e86d72edfcfd08acb4bd282e", + "sibling": "0x0111bafafb2c6498225c226aef7ddcec5bff76a3d2d0ed89fa6f9f397365c416" + } + ], + "leaf": { + "value": "0x9103c5b7bf6f2488138c3d3f1ed9a49084e9c666bc89b50bd5721b118d99fb0a", + "sibling": "0x097e027aff9f2997c1e434709b73b04615ad3de2ae1e8488ddc670d7078d8b0c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x0e1ba0c536dffde2b09df7faabafbf571c4f2bca0ec8f2b26cc7a160d67a7829", + "leaf": { + "value": "0x3aad01e59dacb268008b1f1f45044a41fc91952a3b5a23dd9e8555077549d720", + "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" + } + }, + { + "pathPart": "0x0", + "root": "0x8281b1c0152ebdcf9639ce369657981cf17931bfdc147c20b5dbf85ca859d019", + "path": [ + { + "value": "0xfcce149fe14a0a13869937aec64382107ced9dad8ff035a0496c408669d65e10", + "sibling": "0x0e1ba0c536dffde2b09df7faabafbf571c4f2bca0ec8f2b26cc7a160d67a7829" + } + ], + "leaf": { + "value": "0x2270f75cea39606730ddee845b6df5ee0c1d4a03c2b2ac320eb75d5a5991a41a", + "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb54" + } + ] + }, + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "accountKey": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23", + "accountPath": [ + { + "pathPart": "0xc", + "root": "0x2a23cd9a2718be61e43186ae75376a5dd856117b2084aed30b19e755b0606130", + "path": [ + { + "value": "0x0eea81bf8cb9c8548c3c0ef9e82dc2e235d89bb60116688d95f1f0d1f9898a1b", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0xcda945592f296859ed469f9a1b6df3352b84045f5574819e5b2e5b51bb50da04", + "sibling": "0x1dc926cdfd085bd59d50c684856aaec270112d6f5f06dd855ef63b6663ced92c" + }, + { + "value": "0xbc284b4e5c204623c704422226c36ed943310664fa44d03250107314a4ee801c", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x3b65b5a03569b2b811be4c6e62b2599650eee3b9a38102e76d53a54cb3d75a27", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0xb2db8ef32046508b1559e160e3c2302fd9b66180d63d8d6016db1ef1a5e15b04", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x1b7ccc5327f70b73a61ca98b6aca5abb8f15a6a77f6e4bc25b5ea65696a8511b", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + }, + { + "pathPart": "0xc", + "root": "0x144a69d515371aeafba277eae822f952f94b66c623c6b6272266ee8d77eeea29", + "path": [ + { + "value": "0xcc1771d31621626f5ec1729aa1cf7554ea71c0212a980009922010abc2d18508", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x23507b77f3cebb6caea387e21d42b6ca0b26e2c36580bc242f66c65c45414b13", + "sibling": "0x1dc926cdfd085bd59d50c684856aaec270112d6f5f06dd855ef63b6663ced92c" + }, + { + "value": "0xada7add3b838b170c83b06c5928d3f8793095768708f2862a35aace7da8ff52d", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x73e88e7b8b36cefdd432ece8656bae51247844bae7bc746f1c150c47512f5c12", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0x0284e13b7d6b6c76b97b1946f55816b1c4a62da2b48bedba476377e22567011f", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x15128741fc8a2681dcb31a1dd2a623f635a057a81412205abfe170abe8175e1a", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "pathPart": "0x0", + "root": "0x9c74a10f2082c8f44cb75123b9c7c8adc066e93b93fddab73f09e2140d50e924", + "leaf": { + "value": "0xf1f017722c46185953df6f84129bbc2a6ee50a21bc945d554ed8f7728072c809", + "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000004dc7d71e240e1a5aa71e612caf5d097274f8237b" + } + ] + }, + { + "address": "0x77e7d99976b610863e10086f86e7647dcb1fa49d", + "accountKey": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23", + "accountPath": [ + { + "pathPart": "0xc", + "root": "0x144a69d515371aeafba277eae822f952f94b66c623c6b6272266ee8d77eeea29", + "path": [ + { + "value": "0xcc1771d31621626f5ec1729aa1cf7554ea71c0212a980009922010abc2d18508", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x23507b77f3cebb6caea387e21d42b6ca0b26e2c36580bc242f66c65c45414b13", + "sibling": "0x1dc926cdfd085bd59d50c684856aaec270112d6f5f06dd855ef63b6663ced92c" + }, + { + "value": "0xada7add3b838b170c83b06c5928d3f8793095768708f2862a35aace7da8ff52d", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x73e88e7b8b36cefdd432ece8656bae51247844bae7bc746f1c150c47512f5c12", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0x0284e13b7d6b6c76b97b1946f55816b1c4a62da2b48bedba476377e22567011f", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x15128741fc8a2681dcb31a1dd2a623f635a057a81412205abfe170abe8175e1a", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + }, + { + "pathPart": "0xc", + "root": "0xbce7e6c33646e138eae360fc5809105d2d3f9a71d87642663b2456ff1b30ec1d", + "path": [ + { + "value": "0x2bfd73e0fbb3f8ad05580778a4a3aae8860aa16b5c8ede75ad70c6a2a2d6b20a", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x62d4c9a78c0a1ff617a00ada9de92cd44ff47d3e2865fbc494a3c6aabe6b6812", + "sibling": "0x1dc926cdfd085bd59d50c684856aaec270112d6f5f06dd855ef63b6663ced92c" + }, + { + "value": "0x1883057389855fcb49b09fcd1e4b0c70663e7a1c5b7162ec0247dbc8ac3a991f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x77c08532d0d26c18684045f35037340178c6777af21edbc6304c59c872a26b2d", + "sibling": "0xff5229a1e09beeca47a35d36ad005fba19410c76adabb775649c8cb98cedc421" + }, + { + "value": "0xebbb3b43bee5d68ccd44cf47e2cb49799b334d0aa2ef4469c4e5220fbf090d2f", + "sibling": "0x04f37ed369682323112dd09be27e5a7c86fb752daa17c9cebe0f145d8779bd0e" + } + ], + "leaf": { + "value": "0x9b74ecbd8006ade64ddb4e77e84afdb812987dc7bad291a22fbe4302b0a80b14", + "sibling": "0xac64cb81a7400ee6d1e656c9f19fefd42077262f9e66d0bbc76eae232d049c23" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x9c74a10f2082c8f44cb75123b9c7c8adc066e93b93fddab73f09e2140d50e924", + "leaf": { + "value": "0xf1f017722c46185953df6f84129bbc2a6ee50a21bc945d554ed8f7728072c809", + "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" + } + }, + { + "pathPart": "0x0", + "root": "0x07622860b1828dd08ac2adc781a3367261f63fe2d7154516d35219096dfaad29", + "path": [ + { + "value": "0xfcce149fe14a0a13869937aec64382107ced9dad8ff035a0496c408669d65e10", + "sibling": "0x9c74a10f2082c8f44cb75123b9c7c8adc066e93b93fddab73f09e2140d50e924" + } + ], + "leaf": { + "value": "0x2270f75cea39606730ddee845b6df5ee0c1d4a03c2b2ac320eb75d5a5991a41a", + "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb54" + } + ] + }, + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "accountKey": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c", + "accountPath": [ + { + "pathPart": "0x1e", + "root": "0xbce7e6c33646e138eae360fc5809105d2d3f9a71d87642663b2456ff1b30ec1d", + "path": [ + { + "value": "0x2bfd73e0fbb3f8ad05580778a4a3aae8860aa16b5c8ede75ad70c6a2a2d6b20a", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x1dc926cdfd085bd59d50c684856aaec270112d6f5f06dd855ef63b6663ced92c", + "sibling": "0x62d4c9a78c0a1ff617a00ada9de92cd44ff47d3e2865fbc494a3c6aabe6b6812" + }, + { + "value": "0x99f5b46aa9c5f6f2afddfa94d47d7a3e511b571be0849c5dfa842671c502b01f", + "sibling": "0xf9ba8629f802054617b80ba40092e0d4855fc4a335e5b67847820bac37f81806" + }, + { + "value": "0x593b8461194720422ef64a4c22857f106659853cbd952e31e68d0cdbd716222f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xa7e037f53700ba568c6be4150dc53b76cb31b04c179ffa41ca95991dbc46420c", + "sibling": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810" + } + ], + "leaf": { + "value": "0x1b7ccc5327f70b73a61ca98b6aca5abb8f15a6a77f6e4bc25b5ea65696a8511b", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + }, + { + "pathPart": "0x1e", + "root": "0x22a392be4d424f0149de1f9cce182117eb6fb73383216633b2ed1dbd02a84920", + "path": [ + { + "value": "0xa0700da4963229a5d42089a07124feb965ef2b7f6392c0d8a2621acf3858b717", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x33f739c7dbf2131d1de4c6a7679342af34775f5a47d2eed9a47124d4fbc6901e", + "sibling": "0x62d4c9a78c0a1ff617a00ada9de92cd44ff47d3e2865fbc494a3c6aabe6b6812" + }, + { + "value": "0x31124437c20fe4cb1a89b25f1d58be2fc723b580eb6999ddff211473131e8808", + "sibling": "0xf9ba8629f802054617b80ba40092e0d4855fc4a335e5b67847820bac37f81806" + }, + { + "value": "0x01e3c4a71f3b7e3249711aebf3280d2267d9db635c0820c5e6af282b83d88b2f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x8f786397007d8cacc135b65fc64d20a910a0014e46ed5c2645c784d6a6875a10", + "sibling": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810" + } + ], + "leaf": { + "value": "0xba83c26882ca79a7a6567debc8c9c9e51cc3e81c8cb84011188fe8816a460f23", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "stateKey": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "pathPart": "0x0", + "root": "0x7258f0903478c9042eff85a0e865232ad7230221143941a8a63c6d03e169a91f", + "leaf": { + "value": "0xc1d3ace32cc2d848232f35835a3283c591f2901c32530f0611e7f6cd8d350619", + "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc", + "value": "0x0000000000000000000000004f53c5d828aaab0b877a635b9ea30910034871bb" + } + ] + }, + { + "address": "0xd8d96fb523bc7c926e6b33295d8d31d6af84c920", + "accountKey": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c", + "accountPath": [ + { + "pathPart": "0x1e", + "root": "0x22a392be4d424f0149de1f9cce182117eb6fb73383216633b2ed1dbd02a84920", + "path": [ + { + "value": "0xa0700da4963229a5d42089a07124feb965ef2b7f6392c0d8a2621acf3858b717", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x33f739c7dbf2131d1de4c6a7679342af34775f5a47d2eed9a47124d4fbc6901e", + "sibling": "0x62d4c9a78c0a1ff617a00ada9de92cd44ff47d3e2865fbc494a3c6aabe6b6812" + }, + { + "value": "0x31124437c20fe4cb1a89b25f1d58be2fc723b580eb6999ddff211473131e8808", + "sibling": "0xf9ba8629f802054617b80ba40092e0d4855fc4a335e5b67847820bac37f81806" + }, + { + "value": "0x01e3c4a71f3b7e3249711aebf3280d2267d9db635c0820c5e6af282b83d88b2f", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0x8f786397007d8cacc135b65fc64d20a910a0014e46ed5c2645c784d6a6875a10", + "sibling": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810" + } + ], + "leaf": { + "value": "0xba83c26882ca79a7a6567debc8c9c9e51cc3e81c8cb84011188fe8816a460f23", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + }, + { + "pathPart": "0x1e", + "root": "0xeb74117cc8e2dddae17faa30d3bedd01e7d1de66391d1eeff2cf0ece78f89d29", + "path": [ + { + "value": "0xe3d1e7f1a9797a58e5895dd430f661127dd8dbf5b27ce90bc9fe3589a1f41624", + "sibling": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227" + }, + { + "value": "0x125a5918d08a67603be2687f00d89ba9dfb4154f0e010b38da4d1c6325f44b10", + "sibling": "0x62d4c9a78c0a1ff617a00ada9de92cd44ff47d3e2865fbc494a3c6aabe6b6812" + }, + { + "value": "0x0eb9f26c26c7a6712f7f159b40ab9c9f7d212c596faf9ac543817646a232102e", + "sibling": "0xf9ba8629f802054617b80ba40092e0d4855fc4a335e5b67847820bac37f81806" + }, + { + "value": "0x7542e84ec281502d4d3fe55b435c68659fe9ab2335dfa0a21e0e8257e48ab20a", + "sibling": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "value": "0xa88afc2025857a4988f7c3571381bf59ce978f8e97ccbf84a806f1366d7cf000", + "sibling": "0x1691821e085a09a5c5451588a31441e35165ab6f6219c45e80aca6fe2509c810" + } + ], + "leaf": { + "value": "0x2876e7a2824e1e402b79ebe60f043e0e395815ba8019fe051ad9583b66c98e1c", + "sibling": "0x7e39fabc0b83861f7bfd91792d3f7d3befb712370f34bb9d479907324238d21c" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0x31f2125c021fb94759cb1993a2f07eae01792311e13f209441ff8969cf1eb835", + "poseidonCodeHash": "0x1cafbbe8f01ed4c292d9a27be523919a274441a076b20c7d713d192dbe6485c2", + "codeSize": 2151 + } + ], + "stateKey": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x7258f0903478c9042eff85a0e865232ad7230221143941a8a63c6d03e169a91f", + "leaf": { + "value": "0xc1d3ace32cc2d848232f35835a3283c591f2901c32530f0611e7f6cd8d350619", + "sibling": "0xc30f166d01b3d43cc9a5e56a2cf59cb00052486f2eb6103eba3ef47d456d3c0a" + } + }, + { + "pathPart": "0x0", + "root": "0x399224d90ce8e906c5210eec5e825b9403d69907498f038172b84d9200f6dc00", + "path": [ + { + "value": "0xfcce149fe14a0a13869937aec64382107ced9dad8ff035a0496c408669d65e10", + "sibling": "0x7258f0903478c9042eff85a0e865232ad7230221143941a8a63c6d03e169a91f" + } + ], + "leaf": { + "value": "0x2270f75cea39606730ddee845b6df5ee0c1d4a03c2b2ac320eb75d5a5991a41a", + "sibling": "0x02743efb8eb9d512d331c64c8d2ffe6db01d0fae2c1e8ebe30f439f7397b9c24" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103", + "value": "0x000000000000000000000000a4871db5152adcfae2fc849afa40a6ee6f59eb54" + } + ] + }, + { + "address": "0xa4871db5152adcfae2fc849afa40a6ee6f59eb54", + "accountKey": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a", + "accountPath": [ + { + "pathPart": "0x2d", + "root": "0xeb74117cc8e2dddae17faa30d3bedd01e7d1de66391d1eeff2cf0ece78f89d29", + "path": [ + { + "value": "0xa406fda5c72549bbba9a60d082c35f740d89123fc184e92239beff8bd9ca1227", + "sibling": "0xe3d1e7f1a9797a58e5895dd430f661127dd8dbf5b27ce90bc9fe3589a1f41624" + }, + { + "value": "0x4380558513dba166172c2f02db89f8a7787dc341f4c9fb35c70ea74f17413117", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x4e067962837537a3270c34cc6b64a15c31d68fceae0811e7cc5dfcaef8296f27", + "sibling": "0xcf830dfc41e1532d5f8a3d80646b75d9ce8c1721176c34897d7ec210e26ee810" + }, + { + "value": "0x2d7fb8def40f820507a4fe0bf3fcc06314fd7d01097246bf4d71b3c3f42fc72f", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xcc90aa838ecfdb856dcf236bc1210e4f7d8662f9b47b554087ab51068762a518", + "sibling": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624" + }, + { + "value": "0x6b09646d33ea929b390fe0450e219b71e68a2a678b354cecde056b8d2734e029", + "sibling": "0x35bb517c8278d1f851b446878a34ec7bdc0c65f4259d089c05d581a20ff0bd2f" + } + ], + "leaf": { + "value": "0x27a886c3f6bbe5feda2eb1a5a2e2a0c74254c63437d3ffd6ba8b6e225a8cc41c", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + }, + { + "pathPart": "0x2d", + "root": "0x43122664d42f13df0a86039768d50d20a0797fe75aa15f317d43511eaa722d05", + "path": [ + { + "value": "0xd2e9d10e6cb7cdd3f3394827161ca4257d157a2adf665c7d359dbbdff4d2901a", + "sibling": "0xe3d1e7f1a9797a58e5895dd430f661127dd8dbf5b27ce90bc9fe3589a1f41624" + }, + { + "value": "0x8a4a15c801f73e3fde4eab2c53d6526299cf7aa4c9f28b2ec23b6b804019b911", + "sibling": "0xe660bd0bdf8e674cd68b18136e2ae22221faabd6cb86067b3f0f00dbdcd7352a" + }, + { + "value": "0x0ff04d5b2ab9fe77c4a9abc981aadb7d17a6242ed59d4bc0f14824b2991dee04", + "sibling": "0xcf830dfc41e1532d5f8a3d80646b75d9ce8c1721176c34897d7ec210e26ee810" + }, + { + "value": "0x2a33c93a18b17da13c1d802fb9743b0bdd9337b73488fd9e8c1dbb92d7d0d704", + "sibling": "0x60746298532e0d7c80cecb87fed07f0ea47040a72e729d4d81c2f567f6d96b05" + }, + { + "value": "0xc2444c3ce4c025887f0b6a7bc5c425b4f35ef7ba8fbb658e467e0086f3c2370e", + "sibling": "0xeda2c02bb922ab113ee7af75aee2ea598d0f305156d3c1d1448dcbb8d7324624" + }, + { + "value": "0xdba36cc28c9986556a46456646af133523b0d32ad43990212480f9e6996d5201", + "sibling": "0x35bb517c8278d1f851b446878a34ec7bdc0c65f4259d089c05d581a20ff0bd2f" + } + ], + "leaf": { + "value": "0xe77e83746b7c30bb5b5547b5bfc2f3deaee47935cb7bfe9d9d6c1395bf2fae0a", + "sibling": "0x2d9e4ea1cb75cc8f213f7eb7862ac3a9425ec855e812f495a36ac173c7d9682a" + } + } + ], + "accountUpdate": [ + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xae41290cb5ff621ddad2c09331609c7fe3bd832e059bc2eb2b23cc5f833d7eb1", + "poseidonCodeHash": "0x11079b9c5064ee66f3e98eb95603347708eed0ac7822dee6e4857304e82e4c1e", + "codeSize": 1827 + }, + { + "nonce": 1, + "balance": "0x0", + "keccakCodeHash": "0xae41290cb5ff621ddad2c09331609c7fe3bd832e059bc2eb2b23cc5f833d7eb1", + "poseidonCodeHash": "0x11079b9c5064ee66f3e98eb95603347708eed0ac7822dee6e4857304e82e4c1e", + "codeSize": 1827 + } + ], + "stateKey": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820", + "statePath": [ + { + "pathPart": "0x0", + "root": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + { + "pathPart": "0x0", + "root": "0x44c0a30cbe98ccf9855e69b003e1949a7b458b9731df0b2dc56e6d7c3ddc172f", + "leaf": { + "value": "0x55276c83d8d4e65f29d6dc6b793796b204aa008547cda5e62f4a53ccd92d4200", + "sibling": "0x6448b64684ee39a823d5fe5fd52431dc81e4817bf2c3ea3cab9e239efbf59820" + } + } + ], + "stateUpdate": [ + null, + { + "key": "0x0000000000000000000000000000000000000000000000000000000000000000", + "value": "0x0000000000000000000000002222bc0df723f134a40abb28e43ff8e95ee9d811" + } + ] + } + ], + "withdraw_trie_root": "0x0000000000000000000000000000000000000000000000000000000000000000" +} diff --git a/scripts/download_params.sh b/scripts/download_params.sh index f6f5c82dee..0f684dbec7 100755 --- a/scripts/download_params.sh +++ b/scripts/download_params.sh @@ -5,6 +5,6 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)" PROJ_DIR=$DIR"/.." mkdir -p $PROJ_DIR/assets/params -wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/release-0920/test_seed -O $PROJ_DIR/assets/seed -wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/release-0920/test_params/params18 -O $PROJ_DIR/assets/params/params18 -wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/release-0920/test_params/params25 -O $PROJ_DIR/assets/params/params25 +wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/release-1220/test_seed -O $PROJ_DIR/assets/seed +wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/release-1220/test_params/params19 -O $PROJ_DIR/assets/params/params19 +wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/release-1220/test_params/params26 -O $PROJ_DIR/assets/params/params26