diff --git a/Cargo.lock b/Cargo.lock index 13438fa..5a9f0e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" [[package]] name = "arrayvec" @@ -31,11 +31,32 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" +[[package]] +name = "async-stream" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c" +dependencies = [ + "async-stream-impl", + "futures-core", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "async-trait" -version = "0.1.41" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0" +checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" dependencies = [ "proc-macro2", "quote", @@ -43,19 +64,15 @@ dependencies = [ ] [[package]] -name = "async-tungstenite" -version = "0.6.0" +name = "auto_impl" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52ea20d9a2b068769745fbe27942952ea2b9a3967c52b5f0139637c7eca6f547" +checksum = "42cbf586c80ada5e5ccdecae80d3ef0854f224e2dd74435f8d87e6831b8d0a38" dependencies = [ - "futures-io", - "futures-util", - "log", - "native-tls", - "pin-project 0.4.27", - "tokio", - "tokio-native-tls", - "tungstenite", + "proc-macro-error", + "proc-macro2", + "quote", + "syn", ] [[package]] @@ -64,12 +81,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" -[[package]] -name = "base64" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" - [[package]] name = "base64" version = "0.13.0" @@ -143,11 +154,20 @@ version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" +[[package]] +name = "bytes" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" +dependencies = [ + "serde", +] + [[package]] name = "cc" -version = "1.0.61" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" +checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" [[package]] name = "cfg-if" @@ -161,19 +181,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "chrono" -version = "0.4.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" -dependencies = [ - "libc", - "num-integer", - "num-traits", - "time", - "winapi 0.3.9", -] - [[package]] name = "cloudabi" version = "0.1.0" @@ -183,12 +190,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "const-oid" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2d9162b7289a46e86208d6af2c686ca5bfde445878c41a458a9fac706252d0b" - [[package]] name = "core-foundation" version = "0.9.1" @@ -219,9 +220,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-mac" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca" +checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6" dependencies = [ "generic-array", "subtle", @@ -239,14 +240,14 @@ dependencies = [ "openssl-sys", "schannel", "socket2", - "winapi 0.3.9", + "winapi", ] [[package]] name = "curl-sys" -version = "0.4.38+curl-7.73.0" +version = "0.4.39+curl-7.74.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498ecfb4f59997fd40023d62a9f1e506e768b2baeb59a1d311eb9751cdcd7e3f" +checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874" dependencies = [ "cc", "libc", @@ -254,7 +255,7 @@ dependencies = [ "openssl-sys", "pkg-config", "vcpkg", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -266,17 +267,11 @@ dependencies = [ "generic-array", ] -[[package]] -name = "dtoa" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b" - [[package]] name = "ecdsa" -version = "0.8.5" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87bf8bfb05ea8a6f74ddf48c7d1774851ba77bbe51ac984fdfa6c30310e1ff5f" +checksum = "41fbdb4ff710acb4db8ca29f93b897529ea6d6a45626d5183b47e012aa6ae7e4" dependencies = [ "elliptic-curve", "hmac", @@ -291,17 +286,16 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "elliptic-curve" -version = "0.6.6" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "396db09c483e7fca5d4fdb9112685632b3e76c9a607a2649c1bf904404a01366" +checksum = "592b1c857559479c056b73a3053c717108a70e4dce320ad28c79c63f5c2e62ba" dependencies = [ "bitvec 0.18.4", - "const-oid", "digest", "ff", "generic-array", "group", - "rand_core", + "rand_core 0.5.1", "subtle", "zeroize", ] @@ -359,7 +353,7 @@ dependencies = [ [[package]] name = "ethers" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "ethers-contract", "ethers-core", @@ -371,15 +365,16 @@ dependencies = [ [[package]] name = "ethers-contract" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", "ethers-core", "ethers-providers", - "futures", + "futures-util", + "hex", "once_cell", - "rustc-hex", + "pin-project 1.0.2", "serde", "serde_json", "thiserror", @@ -388,16 +383,15 @@ dependencies = [ [[package]] name = "ethers-contract-abigen" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "Inflector", "anyhow", "curl", "ethers-core", - "once_cell", + "hex", "proc-macro2", "quote", - "rustc-hex", "serde_json", "syn", "url", @@ -406,7 +400,7 @@ dependencies = [ [[package]] name = "ethers-contract-derive" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "ethers-contract-abigen", "ethers-core", @@ -419,19 +413,20 @@ dependencies = [ [[package]] name = "ethers-core" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "arrayvec", + "bytes 1.0.0", "ecdsa", "elliptic-curve", "ethabi-next", "ethereum-types", "generic-array", "glob", + "hex", "k256", - "rand", + "rand 0.7.3", "rlp", - "rustc-hex", "serde", "serde_json", "thiserror", @@ -441,7 +436,7 @@ dependencies = [ [[package]] name = "ethers-middleware" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "async-trait", "ethers-core", @@ -452,43 +447,48 @@ dependencies = [ "serde", "serde-aux", "thiserror", + "tokio", + "tracing", + "tracing-futures", "url", ] [[package]] name = "ethers-providers" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "async-trait", - "async-tungstenite", + "auto_impl", "ethers-core", + "futures-channel", "futures-core", "futures-timer", "futures-util", - "pin-project 0.4.27", + "pin-project 1.0.2", "reqwest", "serde", - "serde-aux", "serde_json", "thiserror", "tokio", - "tokio-native-tls", + "tokio-tungstenite", + "tracing", + "tracing-futures", "url", ] [[package]] name = "ethers-signers" version = "0.1.3" -source = "git+https://github.com/gakonst/ethers-rs#d2d7a82a8027d96a2ce6449b27477d37d5beaddf" +source = "git+https://github.com/gakonst/ethers-rs?branch=master#5f292670fc319b03a1ff017ad84cc0c8e95616e1" dependencies = [ "async-trait", "elliptic-curve", "ethers-core", "futures-executor", "futures-util", - "rand", - "rustc-hex", + "hex", + "rand 0.7.3", "serde", "sha2", "thiserror", @@ -507,7 +507,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01646e077d4ebda82b73f1bca002ea1e91561a77df2431a9e79729bcc31950ef" dependencies = [ "bitvec 0.18.4", - "rand_core", + "rand_core 0.5.1", "subtle", ] @@ -518,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c" dependencies = [ "byteorder", - "rand", + "rand 0.7.3", "rustc-hex", "static_assertions", ] @@ -554,27 +554,11 @@ dependencies = [ "percent-encoding", ] -[[package]] -name = "fuchsia-zircon" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" -dependencies = [ - "bitflags", - "fuchsia-zircon-sys", -] - -[[package]] -name = "fuchsia-zircon-sys" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" - [[package]] name = "funty" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8" +checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "futures" @@ -670,7 +654,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project 1.0.1", + "pin-project 1.0.2", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -689,13 +673,24 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "wasi", +] + +[[package]] +name = "getrandom" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4" dependencies = [ "cfg-if 0.1.10", "libc", - "wasi 0.9.0+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -711,7 +706,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc11f9f5fbf1943b48ae7c2bf6846e7d827a512d1be4f23af708f5ca5d01dde1" dependencies = [ "ff", - "rand_core", + "rand_core 0.5.1", "subtle", ] @@ -737,11 +732,11 @@ dependencies = [ [[package]] name = "h2" -version = "0.2.7" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" +checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" dependencies = [ - "bytes", + "bytes 1.0.0", "fnv", "futures-core", "futures-sink", @@ -770,11 +765,17 @@ dependencies = [ "libc", ] +[[package]] +name = "hex" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" + [[package]] name = "hmac" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deae6d9dbb35ec2c502d62b8f7b1c000a0822c3b0794ba36b3149c0a1c840dff" +checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" dependencies = [ "crypto-mac", "digest", @@ -782,22 +783,22 @@ dependencies = [ [[package]] name = "http" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" +checksum = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26" dependencies = [ - "bytes", + "bytes 0.5.6", "fnv", "itoa", ] [[package]] name = "http-body" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" +checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" dependencies = [ - "bytes", + "bytes 1.0.0", "http", ] @@ -815,11 +816,11 @@ checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" [[package]] name = "hyper" -version = "0.13.9" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" +checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe" dependencies = [ - "bytes", + "bytes 1.0.0", "futures-channel", "futures-core", "futures-util", @@ -829,7 +830,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.1", + "pin-project 1.0.2", "socket2", "tokio", "tower-service", @@ -839,11 +840,10 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.21.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6" +checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" dependencies = [ - "bytes", "futures-util", "hyper", "log", @@ -893,9 +893,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" +checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" dependencies = [ "autocfg", "hashbrown", @@ -903,11 +903,10 @@ dependencies = [ [[package]] name = "input_buffer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754" +version = "0.4.0" +source = "git+https://github.com/snapview/input_buffer.git#e04d16751485f14c024b332658a1ce683af2c384" dependencies = [ - "bytes", + "bytes 1.0.0", ] [[package]] @@ -919,15 +918,6 @@ dependencies = [ "cfg-if 1.0.0", ] -[[package]] -name = "iovec" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" -dependencies = [ - "libc", -] - [[package]] name = "ipnet" version = "2.3.0" @@ -936,9 +926,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" dependencies = [ "either", ] @@ -951,18 +941,18 @@ checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" [[package]] name = "js-sys" -version = "0.3.45" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" +checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" dependencies = [ "wasm-bindgen", ] [[package]] name = "k256" -version = "0.5.10" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3934640b1efbc660af5889d041854b6985d403771dc4d5fee984e13e8f82f313" +checksum = "e443f962f64bcd3753b09e9d6c3733986a81e49b2a36c3c2faaedbe2c3a8e7dd" dependencies = [ "cfg-if 1.0.0", "ecdsa", @@ -976,16 +966,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" -[[package]] -name = "kernel32-sys" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - [[package]] name = "lazy_static" version = "1.4.0" @@ -1055,10 +1035,10 @@ dependencies = [ "ethers", "futures", "gumdrop", + "hex", "itertools", "once_cell", "rust_decimal", - "rustc-hex", "serde", "serde_json", "thiserror", @@ -1084,51 +1064,32 @@ dependencies = [ [[package]] name = "mio" -version = "0.6.22" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" +checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7" dependencies = [ - "cfg-if 0.1.10", - "fuchsia-zircon", - "fuchsia-zircon-sys", - "iovec", - "kernel32-sys", "libc", "log", "miow", - "net2", - "slab", - "winapi 0.2.8", -] - -[[package]] -name = "mio-uds" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" -dependencies = [ - "iovec", - "libc", - "mio", + "ntapi", + "winapi", ] [[package]] name = "miow" -version = "0.2.1" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" dependencies = [ - "kernel32-sys", - "net2", - "winapi 0.2.8", - "ws2_32-sys", + "socket2", + "winapi", ] [[package]] name = "native-tls" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a1cda389c26d6b88f3d2dc38aa1b750fe87d298cc5d795ec9e975f402f00372" +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" dependencies = [ "lazy_static", "libc", @@ -1143,24 +1104,12 @@ dependencies = [ ] [[package]] -name = "net2" -version = "0.2.35" +name = "ntapi" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" dependencies = [ - "cfg-if 0.1.10", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "num-integer" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" -dependencies = [ - "autocfg", - "num-traits", + "winapi", ] [[package]] @@ -1184,9 +1133,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.4.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" +checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" [[package]] name = "opaque-debug" @@ -1196,12 +1145,12 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.30" +version = "0.10.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" dependencies = [ "bitflags", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "foreign-types", "lazy_static", "libc", @@ -1216,9 +1165,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-sys" -version = "0.9.58" +version = "0.9.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" dependencies = [ "autocfg", "cc", @@ -1262,7 +1211,7 @@ dependencies = [ "libc", "redox_syscall", "smallvec", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1300,11 +1249,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841" +checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" dependencies = [ - "pin-project-internal 1.0.1", + "pin-project-internal 1.0.2", ] [[package]] @@ -1320,9 +1269,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86" +checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" dependencies = [ "proc-macro2", "quote", @@ -1331,9 +1280,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.11" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" +checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" [[package]] name = "pin-utils" @@ -1349,11 +1298,11 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "postgres" -version = "0.17.5" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d864cf6c2eabf1323afe4145ff273aad1898e4f2a3bcb30347715df8624a07" +checksum = "0f853fba627ed1f21392d329eeb03caf90dce57a65dfbd24274f4c39452ed3bb" dependencies = [ - "bytes", + "bytes 1.0.0", "fallible-iterator", "futures", "log", @@ -1363,29 +1312,29 @@ dependencies = [ [[package]] name = "postgres-protocol" -version = "0.5.3" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4888a0e36637ab38d76cace88c1476937d617ad015f07f6b669cec11beacc019" +checksum = "70e34ad3dc5c56d036b9418185ee97e14b6766d55c8ccf9dc18302ad4e6371d9" dependencies = [ - "base64 0.13.0", + "base64", "byteorder", - "bytes", + "bytes 1.0.0", "fallible-iterator", "hmac", "md5", "memchr", - "rand", + "rand 0.8.0", "sha2", "stringprep", ] [[package]] name = "postgres-types" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfc08a7d94a80665de4a83942fa8db2fdeaf2f123fc0535e384dc4fff251efae" +checksum = "5493d9d4613b88b12433aa12890e74e74cd93fdc1e08b7c2aed4768aaae8414c" dependencies = [ - "bytes", + "bytes 1.0.0", "fallible-iterator", "postgres-protocol", ] @@ -1398,9 +1347,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "primitive-types" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c55c21c64d0eaa4d7ed885d959ef2d62d9e488c27c0e02d9aa5ce6c877b7d5f8" +checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809" dependencies = [ "fixed-hash", "impl-codec", @@ -1409,6 +1358,30 @@ dependencies = [ "uint", ] +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2", + "quote", + "version_check", +] + [[package]] name = "proc-macro-hack" version = "0.5.19" @@ -1457,11 +1430,23 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom", + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc 0.2.0", +] + +[[package]] +name = "rand" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12" +dependencies = [ "libc", - "rand_chacha", - "rand_core", - "rand_hc", + "rand_chacha 0.3.0", + "rand_core 0.6.0", + "rand_hc 0.3.0", ] [[package]] @@ -1471,7 +1456,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.5.1", +] + +[[package]] +name = "rand_chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +dependencies = [ + "ppv-lite86", + "rand_core 0.6.0", ] [[package]] @@ -1480,7 +1475,16 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom", + "getrandom 0.1.16", +] + +[[package]] +name = "rand_core" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18" +dependencies = [ + "getrandom 0.2.0", ] [[package]] @@ -1489,7 +1493,16 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ - "rand_core", + "rand_core 0.5.1", +] + +[[package]] +name = "rand_hc" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +dependencies = [ + "rand_core 0.6.0", ] [[package]] @@ -1522,17 +1535,16 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] name = "reqwest" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e" +version = "0.10.10" +source = "git+https://github.com/seanmonstar/reqwest?branch=master#1f425a0244bcd7b4565dceb9076450d951f2ec03" dependencies = [ - "base64 0.12.3", - "bytes", + "base64", + "bytes 1.0.0", "encoding_rs", "futures-core", "futures-util", @@ -1564,9 +1576,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.16.15" +version = "0.16.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" +checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226" dependencies = [ "cc", "libc", @@ -1574,7 +1586,7 @@ dependencies = [ "spin", "untrusted", "web-sys", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1588,12 +1600,12 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e81662973c7a8d9663e64a0de4cd642b89a21d64966e3d99606efdc5fb0cc6" +version = "1.9.0" +source = "git+https://github.com/paupino/rust-decimal/?branch=master#57dacb8a79a15e875fa45df3f5c43fe1de0d837a" dependencies = [ + "arrayvec", "byteorder", - "bytes", + "bytes 1.0.0", "num-traits", "postgres", "serde", @@ -1608,11 +1620,11 @@ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] name = "rustls" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" +checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" dependencies = [ - "base64 0.12.3", + "base64", "log", "ring", "sct", @@ -1632,7 +1644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" dependencies = [ "lazy_static", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1676,30 +1688,28 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a" +checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" dependencies = [ "serde_derive", ] [[package]] name = "serde-aux" -version = "0.6.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae50f53d4b01e854319c1f5b854cd59471f054ea7e554988850d3f36ca1dc852" +checksum = "3a16764e861bd10990815d72767548131b2084079170bedec7cbf5a8ade2daeb" dependencies = [ - "chrono", "serde", - "serde_derive", "serde_json", ] [[package]] name = "serde_derive" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e" +checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" dependencies = [ "proc-macro2", "quote", @@ -1708,9 +1718,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.59" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95" +checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" dependencies = [ "itoa", "ryu", @@ -1719,14 +1729,14 @@ dependencies = [ [[package]] name = "serde_urlencoded" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" +checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" dependencies = [ - "dtoa", + "form_urlencoded", "itoa", + "ryu", "serde", - "url", ] [[package]] @@ -1774,7 +1784,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f060a7d147e33490ec10da418795238fd7545bba241504d6b31a409f2e6210" dependencies = [ "digest", - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -1797,14 +1807,13 @@ checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" [[package]] name = "socket2" -version = "0.3.15" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" +checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "libc", - "redox_syscall", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1831,9 +1840,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd" +checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" @@ -1854,26 +1863,26 @@ checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" dependencies = [ "cfg-if 0.1.10", "libc", - "rand", + "rand 0.7.3", "redox_syscall", "remove_dir_all", - "winapi 0.3.9", + "winapi", ] [[package]] name = "thiserror" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e" +checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56" +checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" dependencies = [ "proc-macro2", "quote", @@ -1889,17 +1898,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "time" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi 0.3.9", -] - [[package]] name = "tiny-keccak" version = "1.5.0" @@ -1926,30 +1924,25 @@ checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" [[package]] name = "tokio" -version = "0.2.22" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd" +checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd" dependencies = [ - "bytes", - "fnv", - "futures-core", - "iovec", - "lazy_static", + "autocfg", + "bytes 1.0.0", "libc", "memchr", "mio", - "mio-uds", "num_cpus", "pin-project-lite", - "slab", "tokio-macros", ] [[package]] name = "tokio-macros" -version = "0.2.5" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" +checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494" dependencies = [ "proc-macro2", "quote", @@ -1958,9 +1951,9 @@ dependencies = [ [[package]] name = "tokio-native-tls" -version = "0.1.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd608593a919a8e05a7d1fc6df885e40f6a88d3a70a3a7eff23ff27964eda069" +checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ "native-tls", "tokio", @@ -1968,13 +1961,13 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.5.5" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55a2482c9fe4dd481723cf5c0616f34afc710e55dcda0944e12e7b3316117892" +checksum = "1cc9f82c2bfb06a33dd0dfb44b07ca98fe72df19e681d80c78d05a1bac2138e2" dependencies = [ "async-trait", "byteorder", - "bytes", + "bytes 1.0.0", "fallible-iterator", "futures", "log", @@ -1984,34 +1977,61 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", + "socket2", "tokio", "tokio-util", ] [[package]] name = "tokio-rustls" -version = "0.14.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" +checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" dependencies = [ - "futures-core", "rustls", "tokio", "webpki", ] +[[package]] +name = "tokio-stream" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f3be913b74b13210c8fe04b17ab833f5a124f45b93d0f99f59fff621f64392a" +dependencies = [ + "async-stream", + "futures-core", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.12.0" +source = "git+https://github.com/dnaka91/tokio-tungstenite?branch=tokio-1.0#078a227476d90bfd3ef68a70d0b78148a489dc26" +dependencies = [ + "futures-util", + "log", + "native-tls", + "pin-project 1.0.2", + "tokio", + "tokio-native-tls", + "tungstenite", +] + [[package]] name = "tokio-util" -version = "0.3.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" +checksum = "36135b7e7da911f5f8b9331209f7fab4cc13498f3fff52f72a710c78187e3148" dependencies = [ - "bytes", + "bytes 1.0.0", "futures-core", "futures-sink", "log", "pin-project-lite", "tokio", + "tokio-stream", ] [[package]] @@ -2022,12 +2042,11 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" +checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" dependencies = [ - "cfg-if 0.1.10", - "log", + "cfg-if 1.0.0", "pin-project-lite", "tracing-core", ] @@ -2060,18 +2079,17 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tungstenite" version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23" +source = "git+https://github.com/snapview/tungstenite-rs.git?rev=208061ba284eaf95a54c1b9b6968f570004c90de#208061ba284eaf95a54c1b9b6968f570004c90de" dependencies = [ - "base64 0.12.3", + "base64", "byteorder", - "bytes", + "bytes 1.0.0", "http", "httparse", "input_buffer", "log", "native-tls", - "rand", + "rand 0.8.0", "sha-1", "url", "utf-8", @@ -2154,9 +2172,9 @@ checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" [[package]] name = "vcpkg" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" [[package]] name = "version_check" @@ -2180,19 +2198,13 @@ 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" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - [[package]] name = "wasm-bindgen" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" +checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "serde", "serde_json", "wasm-bindgen-macro", @@ -2200,9 +2212,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" +checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" dependencies = [ "bumpalo", "lazy_static", @@ -2215,11 +2227,11 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da" +checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "js-sys", "wasm-bindgen", "web-sys", @@ -2227,9 +2239,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" +checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2237,9 +2249,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" +checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" dependencies = [ "proc-macro2", "quote", @@ -2250,15 +2262,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" +checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" [[package]] name = "web-sys" -version = "0.3.45" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d" +checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" dependencies = [ "js-sys", "wasm-bindgen", @@ -2266,9 +2278,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" dependencies = [ "ring", "untrusted", @@ -2276,19 +2288,13 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739" +checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" dependencies = [ "webpki", ] -[[package]] -name = "winapi" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" - [[package]] name = "winapi" version = "0.3.9" @@ -2299,12 +2305,6 @@ dependencies = [ "winapi-x86_64-pc-windows-gnu", ] -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" - [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" @@ -2323,17 +2323,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "ws2_32-sys" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" -dependencies = [ - "winapi 0.2.8", - "winapi-build", + "winapi", ] [[package]] @@ -2344,6 +2334,6 @@ checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" [[package]] name = "zeroize" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a" +checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36" diff --git a/Cargo.toml b/Cargo.toml index f0cf3fa..1165cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,26 +6,28 @@ edition = "2018" [dependencies] ethers = { git = "https://github.com/gakonst/ethers-rs", branch = "master", features = ["abigen"] } -serde_json = "1.0.59" -once_cell = "1.4.1" -itertools = "0.9.0" -anyhow = "1.0.34" -rustc-hex = "2.1.0" +serde_json = "1.0.61" +once_cell = "1.5.2" +itertools = "0.10.0" +anyhow = "1.0.37" # cached provider -thiserror = "1.0.22" -async-trait = "0.1.41" -serde = "1.0.117" +thiserror = "1.0.23" +async-trait = "0.1.42" +serde = "1.0.118" # postgres connection -tokio = { version = "0.2.2", features = ["macros", "rt-threaded"] } -tokio-postgres = "0.5.0" -rust_decimal = { version = "1.8.1", features = ["db-postgres", "db-tokio-postgres"] } +tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] } +tokio-postgres = "0.7.0" +rust_decimal = { version = "1.9.0", features = ["db-postgres", "db-tokio-postgres"] } gumdrop = "0.8.0" futures = "0.3.8" - -[dev-dependencies] -rustc-hex = "2.1.0" +hex = "0.4.2" [features] postgres-tests = [] + +[patch.crates-io] +rust_decimal = { git = "https://github.com/paupino/rust-decimal/", branch = "master" } +reqwest = { git = "https://github.com/seanmonstar/reqwest", branch = "master" } +tokio-tungstenite = { git = "https://github.com/dnaka91/tokio-tungstenite", branch = "tokio-1.0" } diff --git a/abi/curveregistry.json b/abi/curveregistry.json index 4c8ee3a..fb2fbfd 100644 --- a/abi/curveregistry.json +++ b/abi/curveregistry.json @@ -1 +1 @@ -[{"inputs": [{"indexed": true, "type": "uint256", "name": "deadline"}, {"indexed": true, "type": "address", "name": "admin"}], "type": "event", "name": "CommitNewAdmin", "anonymous": false}, {"inputs": [{"indexed": true, "type": "address", "name": "admin"}], "type": "event", "name": "NewAdmin", "anonymous": false}, {"inputs": [{"indexed": true, "type": "address", "name": "buyer"}, {"indexed": true, "type": "address", "name": "pool"}, {"indexed": false, "type": "address", "name": "token_sold"}, {"indexed": false, "type": "address", "name": "token_bought"}, {"indexed": false, "type": "uint256", "name": "amount_sold"}, {"indexed": false, "type": "uint256", "name": "amount_bought"}], "type": "event", "name": "TokenExchange", "anonymous": false}, {"inputs": [{"indexed": true, "type": "address", "name": "pool"}, {"indexed": false, "type": "bytes", "name": "rate_method_id"}], "type": "event", "name": "PoolAdded", "anonymous": false}, {"inputs": [{"indexed": true, "type": "address", "name": "pool"}], "type": "event", "name": "PoolRemoved", "anonymous": false}, {"inputs": [{"type": "address[4]", "name": "_returns_none"}], "constant": false, "name": "constructor", "outputs": [], "stateMutability": "view", "payable": false, "type": "constructor"}, {"stateMutability": "view", "payable": true, "constant": false, "type": "fallback"}, {"inputs": [{"type": "address", "name": "_from"}, {"type": "address", "name": "_to"}], "constant": true, "name": "find_pool_for_coins", "outputs": [{"type": "address", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_from"}, {"type": "address", "name": "_to"}, {"type": "uint256", "name": "i"}], "constant": true, "name": "find_pool_for_coins", "outputs": [{"type": "address", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}], "constant": true, "name": "get_pool_coins", "outputs": [{"type": "tuple", "name": "", "components": [{"type": "address[8]", "name": "coins"}, {"type": "address[8]", "name": "underlying_coins"}, {"type": "uint256[8]", "name": "decimals"}, {"type": "uint256[8]", "name": "underlying_decimals"}]}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}], "constant": true, "name": "get_pool_info", "outputs": [{"type": "tuple", "name": "", "components": [{"type": "uint256[8]", "name": "balances"}, {"type": "uint256[8]", "name": "underlying_balances"}, {"type": "uint256[8]", "name": "decimals"}, {"type": "uint256[8]", "name": "underlying_decimals"}, {"type": "address", "name": "lp_token"}, {"type": "uint256", "name": "A"}, {"type": "uint256", "name": "fee"}]}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}], "constant": true, "name": "get_pool_rates", "outputs": [{"type": "uint256[8]", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "address", "name": "_from"}, {"type": "address", "name": "_to"}], "constant": true, "name": "estimate_gas_used", "outputs": [{"type": "uint256", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "address", "name": "_from"}, {"type": "address", "name": "_to"}, {"type": "uint256", "name": "_amount"}], "constant": true, "name": "get_exchange_amount", "outputs": [{"type": "uint256", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "address", "name": "_from"}, {"type": "address", "name": "_to"}, {"type": "uint256", "name": "_amount"}, {"type": "uint256", "name": "_expected"}], "constant": false, "name": "exchange", "outputs": [{"type": "bool", "name": ""}], "stateMutability": "view", "payable": true, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "address", "name": "_from"}, {"type": "address", "name": "_to"}, {"type": "uint256", "name": "_amount"}], "constant": true, "name": "get_input_amount", "outputs": [{"type": "uint256", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "int128", "name": "_n_coins"}, {"type": "address", "name": "_lp_token"}, {"type": "address", "name": "_calculator"}, {"type": "bytes32", "name": "_rate_method_id"}, {"type": "bytes32", "name": "_decimals"}, {"type": "bytes32", "name": "_underlying_decimals"}], "constant": false, "name": "add_pool", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "int128", "name": "_n_coins"}, {"type": "address", "name": "_lp_token"}, {"type": "address", "name": "_calculator"}, {"type": "bytes32", "name": "_rate_method_id"}, {"type": "bytes32", "name": "_decimals"}, {"type": "bytes32", "name": "_use_rates"}], "constant": false, "name": "add_pool_without_underlying", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}], "constant": false, "name": "remove_pool", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_addr"}, {"type": "bool", "name": "_is_returns_none"}], "constant": false, "name": "set_returns_none", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address[5]", "name": "_addr"}, {"type": "uint256[2][5]", "name": "_amount"}], "constant": false, "name": "set_pool_gas_estimates", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address[10]", "name": "_addr"}, {"type": "uint256[10]", "name": "_amount"}], "constant": false, "name": "set_coin_gas_estimates", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "address", "name": "_estimator"}], "constant": false, "name": "set_gas_estimate_contract", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}, {"type": "address", "name": "_calculator"}], "constant": false, "name": "set_calculator", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_pool"}], "constant": true, "name": "get_calculator", "outputs": [{"type": "address", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_new_admin"}], "constant": false, "name": "commit_transfer_ownership", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [], "constant": false, "name": "apply_transfer_ownership", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [], "constant": false, "name": "revert_transfer_ownership", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [{"type": "address", "name": "_token"}], "constant": false, "name": "claim_token_balance", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [], "constant": false, "name": "claim_eth_balance", "outputs": [], "stateMutability": "view", "payable": false, "type": "function"}, {"inputs": [], "constant": true, "name": "admin", "outputs": [{"type": "address", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [{"type": "int128", "name": "arg0"}], "constant": true, "name": "pool_list", "outputs": [{"type": "address", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}, {"inputs": [], "constant": true, "name": "pool_count", "outputs": [{"type": "uint256", "name": ""}], "stateMutability": "nonpayable", "payable": false, "type": "function"}] +[{"name":"PoolAdded","inputs":[{"type":"address","name":"pool","indexed":true},{"type":"bytes","name":"rate_method_id","indexed":false}],"anonymous":false,"type":"event"},{"name":"PoolRemoved","inputs":[{"type":"address","name":"pool","indexed":true}],"anonymous":false,"type":"event"},{"outputs":[],"inputs":[{"type":"address","name":"_address_provider"},{"type":"address","name":"_gauge_controller"}],"stateMutability":"nonpayable","type":"constructor"},{"name":"find_pool_for_coins","outputs":[{"type":"address","name":""}],"inputs":[{"type":"address","name":"_from"},{"type":"address","name":"_to"}],"stateMutability":"view","type":"function"},{"name":"find_pool_for_coins","outputs":[{"type":"address","name":""}],"inputs":[{"type":"address","name":"_from"},{"type":"address","name":"_to"},{"type":"uint256","name":"i"}],"stateMutability":"view","type":"function"},{"name":"get_n_coins","outputs":[{"type":"uint256[2]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":1704},{"name":"get_coins","outputs":[{"type":"address[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":12285},{"name":"get_underlying_coins","outputs":[{"type":"address[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":12347},{"name":"get_decimals","outputs":[{"type":"uint256[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":8199},{"name":"get_underlying_decimals","outputs":[{"type":"uint256[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":8261},{"name":"get_rates","outputs":[{"type":"uint256[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":34780},{"name":"get_gauges","outputs":[{"type":"address[10]","name":""},{"type":"int128[10]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":20310},{"name":"get_balances","outputs":[{"type":"uint256[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":16818},{"name":"get_underlying_balances","outputs":[{"type":"uint256[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":158953},{"name":"get_virtual_price_from_lp_token","outputs":[{"type":"uint256","name":""}],"inputs":[{"type":"address","name":"_token"}],"stateMutability":"view","type":"function","gas":2080},{"name":"get_A","outputs":[{"type":"uint256","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":1198},{"name":"get_parameters","outputs":[{"type":"uint256","name":"A"},{"type":"uint256","name":"future_A"},{"type":"uint256","name":"fee"},{"type":"uint256","name":"admin_fee"},{"type":"uint256","name":"future_fee"},{"type":"uint256","name":"future_admin_fee"},{"type":"address","name":"future_owner"},{"type":"uint256","name":"initial_A"},{"type":"uint256","name":"initial_A_time"},{"type":"uint256","name":"future_A_time"}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":6458},{"name":"get_fees","outputs":[{"type":"uint256[2]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":1603},{"name":"get_admin_balances","outputs":[{"type":"uint256[8]","name":""}],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"view","type":"function","gas":36719},{"name":"get_coin_indices","outputs":[{"type":"int128","name":""},{"type":"int128","name":""},{"type":"bool","name":""}],"inputs":[{"type":"address","name":"_pool"},{"type":"address","name":"_from"},{"type":"address","name":"_to"}],"stateMutability":"view","type":"function","gas":27456},{"name":"estimate_gas_used","outputs":[{"type":"uint256","name":""}],"inputs":[{"type":"address","name":"_pool"},{"type":"address","name":"_from"},{"type":"address","name":"_to"}],"stateMutability":"view","type":"function","gas":32329},{"name":"add_pool","outputs":[],"inputs":[{"type":"address","name":"_pool"},{"type":"uint256","name":"_n_coins"},{"type":"address","name":"_lp_token"},{"type":"bytes32","name":"_rate_method_id"},{"type":"uint256","name":"_decimals"},{"type":"uint256","name":"_underlying_decimals"},{"type":"bool","name":"_has_initial_A"},{"type":"bool","name":"_is_v1"}],"stateMutability":"nonpayable","type":"function","gas":10196577},{"name":"add_pool_without_underlying","outputs":[],"inputs":[{"type":"address","name":"_pool"},{"type":"uint256","name":"_n_coins"},{"type":"address","name":"_lp_token"},{"type":"bytes32","name":"_rate_method_id"},{"type":"uint256","name":"_decimals"},{"type":"uint256","name":"_use_rates"},{"type":"bool","name":"_has_initial_A"},{"type":"bool","name":"_is_v1"}],"stateMutability":"nonpayable","type":"function","gas":5590664},{"name":"add_metapool","outputs":[],"inputs":[{"type":"address","name":"_pool"},{"type":"uint256","name":"_n_coins"},{"type":"address","name":"_lp_token"},{"type":"uint256","name":"_decimals"}],"stateMutability":"nonpayable","type":"function","gas":10226976},{"name":"remove_pool","outputs":[],"inputs":[{"type":"address","name":"_pool"}],"stateMutability":"nonpayable","type":"function","gas":779646579509},{"name":"set_pool_gas_estimates","outputs":[],"inputs":[{"type":"address[5]","name":"_addr"},{"type":"uint256[2][5]","name":"_amount"}],"stateMutability":"nonpayable","type":"function","gas":355578},{"name":"set_coin_gas_estimates","outputs":[],"inputs":[{"type":"address[10]","name":"_addr"},{"type":"uint256[10]","name":"_amount"}],"stateMutability":"nonpayable","type":"function","gas":357165},{"name":"set_gas_estimate_contract","outputs":[],"inputs":[{"type":"address","name":"_pool"},{"type":"address","name":"_estimator"}],"stateMutability":"nonpayable","type":"function","gas":37747},{"name":"set_liquidity_gauges","outputs":[],"inputs":[{"type":"address","name":"_pool"},{"type":"address[10]","name":"_liquidity_gauges"}],"stateMutability":"nonpayable","type":"function","gas":365793},{"name":"address_provider","outputs":[{"type":"address","name":""}],"inputs":[],"stateMutability":"view","type":"function","gas":2111},{"name":"gauge_controller","outputs":[{"type":"address","name":""}],"inputs":[],"stateMutability":"view","type":"function","gas":2141},{"name":"pool_list","outputs":[{"type":"address","name":""}],"inputs":[{"type":"uint256","name":"arg0"}],"stateMutability":"view","type":"function","gas":2280},{"name":"pool_count","outputs":[{"type":"uint256","name":""}],"inputs":[],"stateMutability":"view","type":"function","gas":2201},{"name":"get_pool_from_lp_token","outputs":[{"type":"address","name":""}],"inputs":[{"type":"address","name":"arg0"}],"stateMutability":"view","type":"function","gas":2446},{"name":"get_lp_token","outputs":[{"type":"address","name":""}],"inputs":[{"type":"address","name":"arg0"}],"stateMutability":"view","type":"function","gas":2476}] diff --git a/res/reverted_arb.json b/res/reverted_arb.json new file mode 100644 index 0000000..eed5ede --- /dev/null +++ b/res/reverted_arb.json @@ -0,0 +1,661 @@ +[ + { + "action": { + "callType": "call", + "from": "0x47f11c5ac7d517763e55511053966b39c4a72f8f", + "gas": "0x4d4cf", + "input": "0x1cff79cd000000000000000000000000a7dab0af04559f73ccd2560d9ba3cfff281ce1d300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000b241cff79cd000000000000000000000000b91f41503a695b3bb0024385c80b4179aae889a800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000aa4913149ae000000000000000000000000000000000000000000000000000000005fc13f3c000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000007e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000004c000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000a084ad53abd303a90482aede702ba23f1596acddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd0000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f700000000000000000000000000000000000000000000000031bcdad23e1ac0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f7000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001c88e4d3d60098c129c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001ded49e9e86967b65b900000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033260a614e0cf36f000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000009799b475dec92bd99bbdd943013325c36157f38300000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000005e6aaa761b14b400000000000000000000000000000000000000000000000000513fbe573f690400000000000000000000000000000000837010619aeb2ae24141605afc8f66577f6fb2e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000584bc13c7d411c00c01a62e8019472de687684300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0x9799b475dec92bd99bbdd943013325c36157f383", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x2cf9a", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x9799b475dec92bd99bbdd943013325c36157f383", + "gas": "0x4b6eb", + "input": "0x1cff79cd000000000000000000000000b91f41503a695b3bb0024385c80b4179aae889a800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000aa4913149ae000000000000000000000000000000000000000000000000000000005fc13f3c000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000007e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000004c000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000a084ad53abd303a90482aede702ba23f1596acddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd0000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f700000000000000000000000000000000000000000000000031bcdad23e1ac0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f7000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001c88e4d3d60098c129c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001ded49e9e86967b65b900000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033260a614e0cf36f000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000009799b475dec92bd99bbdd943013325c36157f38300000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000005e6aaa761b14b400000000000000000000000000000000000000000000000000513fbe573f690400000000000000000000000000000000837010619aeb2ae24141605afc8f66577f6fb2e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000584bc13c7d411c00c01a62e8019472de6876843000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0xa7dab0af04559f73ccd2560d9ba3cfff281ce1d3", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x2c4a5", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x9799b475dec92bd99bbdd943013325c36157f383", + "gas": "0x49d57", + "input": "0x913149ae000000000000000000000000000000000000000000000000000000005fc13f3c000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000007e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000004c000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000a084ad53abd303a90482aede702ba23f1596acddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd0000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f700000000000000000000000000000000000000000000000031bcdad23e1ac0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f7000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001c88e4d3d60098c129c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001ded49e9e86967b65b900000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033260a614e0cf36f000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000009799b475dec92bd99bbdd943013325c36157f38300000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000005e6aaa761b14b400000000000000000000000000000000000000000000000000513fbe573f690400000000000000000000000000000000837010619aeb2ae24141605afc8f66577f6fb2e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000584bc13c7d411c00c01a62e8019472de68768430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0xb91f41503a695b3bb0024385c80b4179aae889a8", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "error": "Reverted", + "subtraces": 4, + "traceAddress": [ + 0, + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9799b475dec92bd99bbdd943013325c36157f383", + "gas": "0x47845", + "input": "0x70a082310000000000000000000000009799b475dec92bd99bbdd943013325c36157f383", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4d2", + "output": "0x000000000000000000000000000000000000000000000006422a76366af69db4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x9799b475dec92bd99bbdd943013325c36157f383", + "gas": "0x46aa1", + "input": "0xa9059cbb000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd000000000000000000000000000000000000000000000006422a76366af69db3", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x3b3a", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x9799b475dec92bd99bbdd943013325c36157f383", + "gas": "0x41010", + "input": "0x80d6c5a1000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000007a0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000004c000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044095ea7b3000000000000000000000000a084ad53abd303a90482aede702ba23f1596acddff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd0000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f700000000000000000000000000000000000000000000000031bcdad23e1ac0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f7000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001c88e4d3d60098c129c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f0000000000000000000000000000000000000000000001ded49e9e86967b65b900000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a4022c0d9f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033260a614e0cf36f000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000009799b475dec92bd99bbdd943013325c36157f38300000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000001b479493d38012000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005e6aaa761b14b400000000000000000000000000000000000000000000000000513fbe573f690400000000000000000000000000000000837010619aeb2ae24141605afc8f66577f6fb2e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000584bc13c7d411c00c01a62e8019472de68768430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x22d07", + "output": "0x" + }, + "subtraces": 10, + "traceAddress": [ + 0, + 0, + 2 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x3f0cc", + "input": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dff00000000000000000000000000000000000000000000000000000000000000", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0xc30", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x3dbf6", + "input": "0x095ea7b3000000000000000000000000a084ad53abd303a90482aede702ba23f1596acddff00000000000000000000000000000000000000000000000000000000000000", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0xc30", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 1 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x3c71a", + "input": "0x23b872dd000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd0000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f700000000000000000000000000000000000000000000000031bcdad23e1ac000", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x2a50", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 2 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x3948d", + "input": "0x022c0d9f0000000000000000000000000000000000000000000001c88e4d3d60098c129c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee400000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000", + "to": "0x2855d51a6c054e5e879bfce18e3a028ae5c190f7", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "error": "Reverted", + "subtraces": 3, + "traceAddress": [ + 0, + 0, + 2, + 3 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x2855d51a6c054e5e879bfce18e3a028ae5c190f7", + "gas": "0x35e56", + "input": "0xa9059cbb0000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee40000000000000000000000000000000000000000000001c88e4d3d60098c129c", + "to": "0x837010619aeb2ae24141605afc8f66577f6fb2e7", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x38b1", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 3, + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x2855d51a6c054e5e879bfce18e3a028ae5c190f7", + "gas": "0x31f7e", + "input": "0x70a082310000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f7", + "to": "0x837010619aeb2ae24141605afc8f66577f6fb2e7", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4a6", + "output": "0x000000000000000000000000000000000000000000005c4e0345c4b309b6a179" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 3, + 1 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x2855d51a6c054e5e879bfce18e3a028ae5c190f7", + "gas": "0x314b8", + "input": "0x70a082310000000000000000000000002855d51a6c054e5e879bfce18e3a028ae5c190f7", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4d2", + "output": "0x00000000000000000000000000000000000000000000000acbb326e7b62c88a1" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 3, + 2 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x30f90", + "input": "0x022c0d9f0000000000000000000000000000000000000000000001ded49e9e86967b65b900000000000000000000000000000000000000000000000000000000000000000000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc300000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000", + "to": "0x6ddc12ef2940137f89af63f05196a4c9d4883ee4", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "error": "Reverted", + "subtraces": 3, + "traceAddress": [ + 0, + 0, + 2, + 4 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x6ddc12ef2940137f89af63f05196a4c9d4883ee4", + "gas": "0x2db6d", + "input": "0xa9059cbb0000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc30000000000000000000000000000000000000000000001ded49e9e86967b65b9", + "to": "0x584bc13c7d411c00c01a62e8019472de68768430", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x38e7", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 4, + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x6ddc12ef2940137f89af63f05196a4c9d4883ee4", + "gas": "0x29c60", + "input": "0x70a082310000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4", + "to": "0x584bc13c7d411c00c01a62e8019472de68768430", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x48f", + "output": "0x000000000000000000000000000000000000000000018024d3a8396bf45d13dc" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 4, + 1 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x6ddc12ef2940137f89af63f05196a4c9d4883ee4", + "gas": "0x291b0", + "input": "0x70a082310000000000000000000000006ddc12ef2940137f89af63f05196a4c9d4883ee4", + "to": "0x837010619aeb2ae24141605afc8f66577f6fb2e7", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4a6", + "output": "0x00000000000000000000000000000000000000000001726e3de2b66af15a207c" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 4, + 2 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x28ef2", + "input": "0x022c0d9f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033260a614e0cf36f000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000", + "to": "0x1273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "error": "Reverted", + "subtraces": 3, + "traceAddress": [ + 0, + 0, + 2, + 5 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x1273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3", + "gas": "0x25cb3", + "input": "0xa9059cbb000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd00000000000000000000000000000000000000000000000033260a614e0cf36f", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x2ad2", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 5, + 0 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3", + "gas": "0x22b96", + "input": "0x70a082310000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3", + "to": "0x584bc13c7d411c00c01a62e8019472de68768430", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x48f", + "output": "0x000000000000000000000000000000000000000000015bad7fa3deae970f8e17" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 5, + 1 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3", + "gas": "0x220e6", + "input": "0x70a082310000000000000000000000001273ad5d8f3596a7a39efdb5a4b8f82e8f003fc3", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4d2", + "output": "0x0000000000000000000000000000000000000000000000254029113f6b089d72" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 5, + 2 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x21d16", + "input": "0x70a08231000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4d2", + "output": "0x000000000000000000000000000000000000000000000006106d9b642cdbddb4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 6 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x20ebb", + "input": "0xa9059cbb0000000000000000000000009799b475dec92bd99bbdd943013325c36157f383000000000000000000000000000000000000000000000006106d9b642cdbddb3", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x1a6a", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 7 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x1ed76", + "input": "0x70a08231000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd", + "to": "0x837010619aeb2ae24141605afc8f66577f6fb2e7", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4a6", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 8 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa084ad53abd303a90482aede702ba23f1596acdd", + "gas": "0x1e102", + "input": "0x70a08231000000000000000000000000a084ad53abd303a90482aede702ba23f1596acdd", + "to": "0x584bc13c7d411c00c01a62e8019472de68768430", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x48f", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2, + 9 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9799b475dec92bd99bbdd943013325c36157f383", + "gas": "0x1e46c", + "input": "0x70a082310000000000000000000000009799b475dec92bd99bbdd943013325c36157f383", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x34c6b4ddd09ed8cd57f76888cf6fe9b3b7e722c6b3418312e46da1007f9bb7e3", + "blockNumber": 11342003, + "result": { + "gasUsed": "0x4d2", + "output": "0x000000000000000000000000000000000000000000000006106d9b642cdbddb4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3 + ], + "transactionHash": "0x5ec8f8737ac04ac1c05403f92a02202100843dbd19f7537d424b7f85cef9e1f6", + "transactionPosition": 11, + "type": "call" + } +] diff --git a/res/simple_curve_arb.json b/res/simple_curve_arb.json new file mode 100644 index 0000000..b3867eb --- /dev/null +++ b/res/simple_curve_arb.json @@ -0,0 +1,9439 @@ +[ + { + "action": { + "callType": "call", + "from": "0xe62193bc1c340ef2205c0bd71691fad5e5072253", + "gas": "0x29218a", + "input": "0x0c5de1ed000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000007e17e56ef426c00000000000000000000000000000004723c2ba0d5000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000130000000000374a0036fa00000000000000000000000000000000000000002381200000000170a0823100c350dac17f958d2ee523a2206206994597c13d831ec70000000000000000000000000000000000000000000000000000035363952b32000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447200000000170a0823100c350d6ad7a6750a7593e092a9b218d66c0a814a3436e000000000000000000000000000000000000000000000000000034e75cec4ea700000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000004a6417ed612f8d979a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000004723c2ba0d500000000000000000000000000000000000000000000000000000000000000000000000004a6417ed60f161b45f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000470b04498b60000000000000000000000000000000000000000000000000000000000000000", + "to": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x279b1a", + "output": "0x000000000000000000000000000000000000000000000005fbed900a7198b4e4" + }, + "subtraces": 6, + "traceAddress": [], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0xc350", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000035363952b32" + }, + "subtraces": 0, + "traceAddress": [ + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0xc350", + "input": "0x70a0823100000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "to": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x674", + "output": "0x000000000000000000000000000000000000000000000000000034e75cec4ea7" + }, + "subtraces": 0, + "traceAddress": [ + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0x284e21", + "input": "0x70a08231000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000001eb4cad6d2" + }, + "subtraces": 1, + "traceAddress": [ + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x27a25e", + "input": "0x70a08231000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000001eb4cad6d2" + }, + "subtraces": 0, + "traceAddress": [ + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0x27d037", + "input": "0xa67a6a45000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004723c2ba0d50000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002e4ea6bc88800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000007000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4800000000000000000000000000000000000000000000000000000000000000130000000000374a0036fa00000000000000000000000000000000000000002381200000000170a0823100c350dac17f958d2ee523a2206206994597c13d831ec70000000000000000000000000000000000000000000000000000035363952b32000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447200000000170a0823100c350d6ad7a6750a7593e092a9b218d66c0a814a3436e000000000000000000000000000000000000000000000000000034e75cec4ea700000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000004a6417ed612f8d979a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000004723c2ba0d500000000000000000000000000000000000000000000000000000000000000000000000004a6417ed60f161b45f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000470b04498b600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004723c2ba0d700000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000000", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x218082", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x26d61c", + "input": "0xbd76ecfd0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004723c2ba0d50000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002e4ea6bc88800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000007000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4800000000000000000000000000000000000000000000000000000000000000130000000000374a0036fa00000000000000000000000000000000000000002381200000000170a0823100c350dac17f958d2ee523a2206206994597c13d831ec70000000000000000000000000000000000000000000000000000035363952b32000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447200000000170a0823100c350d6ad7a6750a7593e092a9b218d66c0a814a3436e000000000000000000000000000000000000000000000000000034e75cec4ea700000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000004a6417ed612f8d979a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000004723c2ba0d500000000000000000000000000000000000000000000000000000000000000000000000004a6417ed60f161b45f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000470b04498b600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004723c2ba0d700000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000000", + "to": "0x56e7d4520abfecf10b38368b00723d9bd3c21ee1", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x2120d1", + "output": "0x" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x25f9b2", + "input": "0x41976e09000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x52f1c952a48a4588f9ae615d38cfdbf8df036e60", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x276", + "output": "0x000000000000000000000000000000000000000c9f2c9cd04674edea40000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x25ce0d", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000000000000000000000000000000000000000000000000057a8437f7e7000000000000000000000000000000000000000000000000000009e8c60292e1", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x00000000000000000000000000000000000000000000000000000000687efbbe" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x250636", + "input": "0xa9059cbb00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc7000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5125", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x246790", + "input": "0xa9059cbb00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc7000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4640", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x248a14", + "input": "0x8b418713000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002e4ea6bc88800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000007000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4800000000000000000000000000000000000000000000000000000000000000130000000000374a0036fa00000000000000000000000000000000000000002381200000000170a0823100c350dac17f958d2ee523a2206206994597c13d831ec70000000000000000000000000000000000000000000000000000035363952b32000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447200000000170a0823100c350d6ad7a6750a7593e092a9b218d66c0a814a3436e000000000000000000000000000000000000000000000000000034e75cec4ea700000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000004a6417ed612f8d979a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000004723c2ba0d500000000000000000000000000000000000000000000000000000000000000000000000004a6417ed60f161b45f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000470b04498b6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1ea0ff", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0x23e614", + "input": "0xea6bc88800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000007000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4800000000000000000000000000000000000000000000000000000000000000130000000000374a0036fa00000000000000000000000000000000000000002381200000000170a0823100c350dac17f958d2ee523a2206206994597c13d831ec70000000000000000000000000000000000000000000000000000035363952b32000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447200000000170a0823100c350d6ad7a6750a7593e092a9b218d66c0a814a3436e000000000000000000000000000000000000000000000000000034e75cec4ea700000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000004a6417ed612f8d979a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000004723c2ba0d500000000000000000000000000000000000000000000000000000000000000000000000004a6417ed60f161b45f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000470b04498b60000000000000000000000000000000000000000000000000000000000000000", + "to": "0x00000000553a85582988aa8ad43fb7dda2466bc7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1e8e57", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x00000000553a85582988aa8ad43fb7dda2466bc7", + "gas": "0x12f8d9", + "input": "0xa6417ed600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000004723c2ba0d50000000000000000000000000000000000000000000000000000000000000000", + "to": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x10f9e9", + "output": "0x" + }, + "subtraces": 10, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0x1249a9", + "input": "0x77c7b8fc", + "to": "0xc2cb1040220768554cf699b0d863a3cd4324ce32", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x10811", + "output": "0x0000000000000000000000000000000000000000000000000e696df760edb792" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc2cb1040220768554cf699b0d863a3cd4324ce32", + "gas": "0x11f586", + "input": "0x70a08231000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce32", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x516", + "output": "0x000000000000000000000000000000000000000000001d949f148c4115b53abb" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc2cb1040220768554cf699b0d863a3cd4324ce32", + "gas": "0x11e55e", + "input": "0x70a08231000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce32", + "to": "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000008ed65bfa9000ba6e46365" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d", + "gas": "0x118207", + "input": "0xd15e00530000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000037145307f6792e054a48420" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x11319c", + "input": "0xd15e00530000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000037145307f6792e054a48420" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc2cb1040220768554cf699b0d863a3cd4324ce32", + "gas": "0x119801", + "input": "0xc190c2ec000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce3200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b4c", + "output": "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x11216f", + "input": "0xe8177dcf0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000047163979b735bd0f3f30200000000000000000000000000000000000000000005e08df5318fae60aada53", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x000000000000000000000000000000000000000000000000000000008ee7cfa9" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc2cb1040220768554cf699b0d863a3cd4324ce32", + "gas": "0x113154", + "input": "0x70a08231000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce32", + "to": "0x493c57c4763932315a328269e1adad09653b9081", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc2cb1040220768554cf699b0d863a3cd4324ce32", + "gas": "0x112142", + "input": "0x70a08231000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce32", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c9e", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x10d398", + "input": "0x0933c1ed0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002470a08231000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce3200000000000000000000000000000000000000000000000000000000", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1072", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1086b7", + "input": "0x70a08231000000000000000000000000c2cb1040220768554cf699b0d863a3cd4324ce32", + "to": "0xbb8be4772faa655c255309afc3c5207aa7b896fd", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0x11352e", + "input": "0x77c7b8fc", + "to": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x12d9c", + "output": "0x0000000000000000000000000000000000000000000000000e1e92ca6ba57eeb" + }, + "subtraces": 6, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x10e55c", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x000000000000000000000000000000000000000000000000000001342dc15dda" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x10973c", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x000000000000000000000000000000000000000000000000000001342dc15dda" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x10cadc", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000000000000027d005ba15ed" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "gas": "0x106bef", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x101fdc", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x107d7e", + "input": "0xc190c2ec00000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b2195100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x564c", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x100b56", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000009ecc0757bbc000000000000000000000000000000000000000000000000000009e8c61390ed", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x78d", + "output": "0x00000000000000000000000000000000000000000000000000000003b1068377" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x101bbe", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x100bac", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000001298" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xffc6b", + "input": "0x182df0f5", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x2bca", + "output": "0x0000000000000000000000000000000000000000000000000000c0e541a7e514" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "gas": "0xfaf2e", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000484df002983d" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 5, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xf65e7", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000484df002983d" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 1, + 5, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0xffbbf", + "input": "0x77c7b8fc", + "to": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf497", + "output": "0x0000000000000000000000000000000000000000000000000e37361c290c0dc0" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0xfb0d3", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000035363952b32" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0xf9c54", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000000000000001e5822a74b35" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0xf4221", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xefab5", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0xf4ef7", + "input": "0xc190c2ec000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d44700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xee189", + "input": "0xe8177dcf0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000047163979b735bd0f3f30200000000000000000000000000000000000000000005e08df5318fae60aada53", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x000000000000000000000000000000000000000000000000000000008ee7cfa9" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0xee873", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0xed862", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 2, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0xefa70", + "input": "0x77c7b8fc", + "to": "0x04bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xfbf3", + "output": "0x0000000000000000000000000000000000000000000000000e186ca1d6a0429c" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x04bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "gas": "0xeb389", + "input": "0x70a0823100000000000000000000000004bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "to": "0x4fabb145d64652a948d72533023f6e7a623c7c53", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x10db", + "output": "0x00000000000000000000000000000000000000000001c3401d036b9f491b5f9a" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x4fabb145d64652a948d72533023f6e7a623c7c53", + "gas": "0xe6e34", + "input": "0x70a0823100000000000000000000000004bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "to": "0x5864c777697bf9881220328bf2f16908c9afcd7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x600", + "output": "0x00000000000000000000000000000000000000000001c3401d036b9f491b5f9a" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x04bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "gas": "0xe97cc", + "input": "0x70a0823100000000000000000000000004bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "to": "0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000237e84c6596bc027397319" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8", + "gas": "0xe41ab", + "input": "0xd15e00530000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000034d007f16c0eb0f6cbc5459" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xdfe41", + "input": "0xd15e00530000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000034d007f16c0eb0f6cbc5459" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x04bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "gas": "0xe4a6e", + "input": "0xc190c2ec00000000000000000000000004bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xde113", + "input": "0xe8177dcf0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000047163979b735bd0f3f30200000000000000000000000000000000000000000005e08df5318fae60aada53", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x000000000000000000000000000000000000000000000000000000008ee7cfa9" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x04bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "gas": "0xde3eb", + "input": "0x70a0823100000000000000000000000004bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x04bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "gas": "0xdd3d9", + "input": "0x70a0823100000000000000000000000004bc0ab673d88ae9dbc9da2380cb6b79c4bca9ae", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 3, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0xd3e1f", + "input": "0x23b872dd00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc700000000000000000000000079a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x9b86", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xcfe93", + "input": "0x23b872dd00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc700000000000000000000000079a8c46dea5ada233abaffd40f3a0a2b1e5a4f27000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x909b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0xc9176", + "input": "0x095ea7b300000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x6cdb", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xc54a3", + "input": "0x095ea7b300000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x61f6", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 5, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0xc165a", + "input": "0xb6b55f25000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x32728", + "output": "0x" + }, + "subtraces": 13, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xbc092", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x000000000000000000000000000000000000000000000000000001342dc15dda" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xb8705", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x000000000000000000000000000000000000000000000000000001342dc15dda" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xba612", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000000000000027d005ba15ed" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "gas": "0xb5bb8", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xb23e6", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xb58b4", + "input": "0xc190c2ec00000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b2195100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x564c", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xafb20", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000009ecc0757bbc000000000000000000000000000000000000000000000000000009e8c61390ed", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x78d", + "output": "0x00000000000000000000000000000000000000000000000000000003b1068377" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xaf6f3", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xae6e2", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000001298" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xad7a1", + "input": "0x182df0f5", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x2bca", + "output": "0x0000000000000000000000000000000000000000000000000000c0e541a7e514" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "gas": "0xa9ef7", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000484df002983d" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 5, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xa69f0", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000484df002983d" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 5, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xa865a", + "input": "0x23b872dd00000000000000000000000079a8c46dea5ada233abaffd40f3a0a2b1e5a4f2700000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5086", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xa51ad", + "input": "0x23b872dd00000000000000000000000079a8c46dea5ada233abaffd40f3a0a2b1e5a4f2700000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951000000000000000000000000000000000000000000000000000004723c2ba0d5", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x459b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 6, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xa205f", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x000000000000000000000000000000000000000000000000000005a669ecfeaf" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x9ed53", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x000000000000000000000000000000000000000000000000000005a669ecfeaf" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0xa05df", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000000000000027d005ba15ed" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "gas": "0x9c206", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 8, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x9909b", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 8, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x9b880", + "input": "0xc190c2ec00000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b2195100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x564c", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x9616c", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000009ecc0757bbc000000000000000000000000000000000000000000000000000009e8c61390ed", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x78d", + "output": "0x00000000000000000000000000000000000000000000000000000003b1068377" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 9, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x956c0", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 10 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x946ad", + "input": "0x70a0823100000000000000000000000026ea744e5b887e5205727f55dfbe8685e3b21951", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000001298" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 11 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x26ea744e5b887e5205727f55dfbe8685e3b21951", + "gas": "0x93769", + "input": "0x182df0f5", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x2bca", + "output": "0x0000000000000000000000000000000000000000000000000000c0e541a7e514" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 12 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "gas": "0x90540", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000484df002983d" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 12, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x8d6a0", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000484df002983d" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 6, + 12, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0x8ebdc", + "input": "0x2e1a7d4d00000000000000000000000000000000000000000000000000000455abe408ad", + "to": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x69e58", + "output": "0x" + }, + "subtraces": 14, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x89eee", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000035363952b32" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x88a6f", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000000000000001e5822a74b35" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x84c84", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x820ef", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x83d11", + "input": "0xc190c2ec000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d44700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x7ebeb", + "input": "0xe8177dcf0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000047163979b735bd0f3f30200000000000000000000000000000000000000000005e08df5318fae60aada53", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x000000000000000000000000000000000000000000000000000000008ee7cfa9" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x7d68e", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x7c67c", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x76352", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000035363952b32" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x74671", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000000000000001e5822a74b35" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x70d96", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 6, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x6e6fc", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 6, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x6fde5", + "input": "0xdb006a750000000000000000000000000000000000000000000000000000011d4caf6d84", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x34bf1", + "output": "0x" + }, + "subtraces": 4, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x6c256", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x69ce9", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x65ee7", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x63b08", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x6212f", + "input": "0x76e9d615000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d84", + "to": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3064", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x5fe5e", + "input": "0x76e9d615000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d84", + "to": "0x60853118431dafba53d4d8fcc9bd3d17279b61fe", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x25c4", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x5db44", + "input": "0x5fc526ff000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1966", + "output": "0x0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 2, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x5b993", + "input": "0x5fc526ff000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xec3", + "output": "0x0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 2, + 0, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x5cb33", + "input": "0x9895e3d8000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d8400000000000000000000000000000000000000000000000000001d3ad5f7ddb1", + "to": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x228a9", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x5a994", + "input": "0x9895e3d8000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d8400000000000000000000000000000000000000000000000000001d3ad5f7ddb1", + "to": "0x6d252baea75459ed0077410613c5f6e51cab4750", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x21de6", + "output": "0x" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x5723e", + "input": "0x34b3beee000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf8c", + "output": "0x00000000000000000000000071fc860f7d3a592a4a98740e39db31d25db65ae8" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x55231", + "input": "0x34b3beee000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4f5", + "output": "0x00000000000000000000000071fc860f7d3a592a4a98740e39db31d25db65ae8" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x5595a", + "input": "0x05075d6e000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf76", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x539b1", + "input": "0x05075d6e000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4df", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x5406d", + "input": "0xe2403019000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c78", + "output": "0x000000000000000000000000000000000000000000000000000005d2a3cec1c7" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x52108", + "input": "0xe2403019000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x11c1", + "output": "0x000000000000000000000000000000000000000000000000000005d2a3cec1c7" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x504e6", + "input": "0x70a082310000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x000000000000000000000000000000000000000000000000000005d2a3cec1c7" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 2, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x51aa8", + "input": "0xafcdbea3000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d840000000000000000000000000000000000000000000000000000000000000000", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1290a", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x4fbcb", + "input": "0xafcdbea3000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d840000000000000000000000000000000000000000000000000000000000000000", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x11e47", + "output": "0x" + }, + "subtraces": 2, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x48525", + "input": "0x70a082310000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x000000000000000000000000000000000000000000000000000005d2a3cec1c7" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 3, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x46b48", + "input": "0x57e37af0000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000000000000000000000000000000004b5571f544300000000000000000000000000000000000000000000000000000ab421bd0ded000000000000000000000000000000000000000000000000000033f071267c0b00000000000000000000000000000000000000000030603e020a25813de02dd7", + "to": "0x247227714bd121c528310e3bbff401ae34c9f9f6", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3d18", + "output": "0x000000000000000000000000000000000000000000ade519e16ee5a87d50cb08000000000000000000000000000000000000000000e3eef3a116e1f8ccf272a0000000000000000000000000000000000000000000d78693fff8e00c5df272a0" + }, + "subtraces": 2, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 3, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x247227714bd121c528310e3bbff401ae34c9f9f6", + "gas": "0x44c7a", + "input": "0x3618abba", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4bf", + "output": "0x0000000000000000000000004d728a4496e4de35f218d5a214366bde3a62b51c" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 3, + 0, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x247227714bd121c528310e3bbff401ae34c9f9f6", + "gas": "0x44184", + "input": "0xbb85c0bb000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x4d728a4496e4de35f218d5a214366bde3a62b51c", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x48c", + "output": "0x0000000000000000000000000000000000000000001cf389cd46047d03000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 3, + 0, + 1, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x3ece2", + "input": "0xfa93b2a5000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d84", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x6572", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x3d2c2", + "input": "0xfa93b2a5000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d84", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5ab5", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x3b625", + "input": "0xa9059cbb000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d4470000000000000000000000000000000000000000000000000000011d4caf6d84", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4c91", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 7, + 3, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x3aa04", + "input": "0xa9059cbb00000000000000000000000079a8c46dea5ada233abaffd40f3a0a2b1e5a4f2700000000000000000000000000000000000000000000000000000470b04498b6", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x76c1", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x32ab4", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x31638", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e22", + "output": "0x00000000000000000000000000000000000000000000000000001d3ad5f7ddb1" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 10 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x2ee1d", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c9a", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 10, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2d801", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x11e3", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 10, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x2c936", + "input": "0xc190c2ec000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d44700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 11 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x28ddf", + "input": "0xe8177dcf0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000047163979b735bd0f3f30200000000000000000000000000000000000000000005e08df5318fae60aada53", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x000000000000000000000000000000000000000000000000000000008ee7cfa9" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 11, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x262b2", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 12 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xe6354ed5bc4b393a5aad09f21c46e101e692d447", + "gas": "0x252a0", + "input": "0x70a08231000000000000000000000000e6354ed5bc4b393a5aad09f21c46e101e692d447", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 7, + 13 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0x25807", + "input": "0x70a0823100000000000000000000000079a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x00000000000000000000000000000000000000000000000000000470b04498b6" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x79a8c46dea5ada233abaffd40f3a0a2b1e5a4f27", + "gas": "0x23df1", + "input": "0xa9059cbb00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc700000000000000000000000000000000000000000000000000000470b04498b6", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3c29", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 0, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x00000000553a85582988aa8ad43fb7dda2466bc7", + "gas": "0xf161b", + "input": "0xa6417ed60000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000470b04498b60000000000000000000000000000000000000000000000000000000000000000", + "to": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xd172b", + "output": "0x" + }, + "subtraces": 10, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0xe7676", + "input": "0x77c7b8fc", + "to": "0x16de59092dae5ccf4a1e6439d611fd0653f0bd01", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1097e", + "output": "0x0000000000000000000000000000000000000000000000000e8a5a94522c4dfe" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x16de59092dae5ccf4a1e6439d611fd0653f0bd01", + "gas": "0xe3136", + "input": "0x70a0823100000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd01", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x516", + "output": "0x00000000000000000000000000000000000000000003faadfa4e76c6913aa227" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x16de59092dae5ccf4a1e6439d611fd0653f0bd01", + "gas": "0xe20ba", + "input": "0x70a0823100000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd01", + "to": "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x0000000000000000000000000000000000000000000631bab7a74741b59f4194" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d", + "gas": "0xdcc75", + "input": "0xd15e00530000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000037145307f6792e054a48420" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd8ae0", + "input": "0xd15e00530000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000037145307f6792e054a48420" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x16de59092dae5ccf4a1e6439d611fd0653f0bd01", + "gas": "0xdd35c", + "input": "0xc190c2ec00000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd0100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b4c", + "output": "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xd6bdd", + "input": "0xe8177dcf0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000047163979b735bd0f3f30200000000000000000000000000000000000000000005e08df5318fae60aada53", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x000000000000000000000000000000000000000000000000000000008ee7cfa9" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x16de59092dae5ccf4a1e6439d611fd0653f0bd01", + "gas": "0xd6c5b", + "input": "0x70a0823100000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd01", + "to": "0x493c57c4763932315a328269e1adad09653b9081", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x16de59092dae5ccf4a1e6439d611fd0653f0bd01", + "gas": "0xd5bf5", + "input": "0x70a0823100000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd01", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c9e", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0xd1d60", + "input": "0x0933c1ed0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002470a0823100000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd0100000000000000000000000000000000000000000000000000000000", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1072", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0xcdf58", + "input": "0x70a0823100000000000000000000000016de59092dae5ccf4a1e6439d611fd0653f0bd01", + "to": "0xbb8be4772faa655c255309afc3c5207aa7b896fd", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0xd6094", + "input": "0x77c7b8fc", + "to": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf772", + "output": "0x00000000000000000000000000000000000000000000000010270e40fda6e14c" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0xd1fac", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x00000000000000000000000000000000000000000000000000000de2f88b74e1" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0xce0a3", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x00000000000000000000000000000000000000000000000000000de2f88b74e1" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0xd04d7", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000000000000030bae84ec689" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "gas": "0xcb502", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc77cb", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0xcb779", + "input": "0xc190c2ec000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5676", + "output": "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xc5469", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000009ecc0757bbc000000000000000000000000000000000000000000000000000009e8c61390ed", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x78d", + "output": "0x00000000000000000000000000000000000000000000000000000003b1068377" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0xc553a", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0xc44d4", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 1, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0xc5c76", + "input": "0x77c7b8fc", + "to": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x10972", + "output": "0x0000000000000000000000000000000000000000000000000e4c63c54e3e5af1" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0xc1fc9", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0xc0af6", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e22", + "output": "0x000000000000000000000000000000000000000000000000000009fe5725697c" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0xbbf08", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c9a", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xb85a9", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x11e3", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0xbbdf1", + "input": "0xc190c2ec00000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xb5ec8", + "input": "0xe8177dcf000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000007fbfd99ffd8cd6ea0c000000000000000000000000000000000000000000000d61fff4eb62d1c658f3", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x00000000000000000000000000000000000000000000000000000000070c3396" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0xb5719", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0xb46b2", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x18d3", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0xb1233", + "input": "0x0933c1ed0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002470a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000000", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1088", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0xadc58", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0x976aa93ca5aaa569109f4267589c619a097f001d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4fb", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 2, + 4, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0xb46a0", + "input": "0x77c7b8fc", + "to": "0x73a052500105205d34daf004eab301916da8190f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf8e0", + "output": "0x0000000000000000000000000000000000000000000000000e1ceac573ca44be" + }, + "subtraces": 5, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x73a052500105205d34daf004eab301916da8190f", + "gas": "0xb0e4b", + "input": "0x70a0823100000000000000000000000073a052500105205d34daf004eab301916da8190f", + "to": "0x0000000000085d4780b73119b644ae5ecd22b376", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xc87", + "output": "0x00000000000000000000000000000000000000000000000ee66a602ff353c466" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x0000000000085d4780b73119b644ae5ecd22b376", + "gas": "0xada8f", + "input": "0x70a0823100000000000000000000000073a052500105205d34daf004eab301916da8190f", + "to": "0xffc40f39806f1400d8278bfd33823705b5a4c196", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b8", + "output": "0x00000000000000000000000000000000000000000000000ee66a602ff353c466" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x73a052500105205d34daf004eab301916da8190f", + "gas": "0xaf67b", + "input": "0x70a0823100000000000000000000000073a052500105205d34daf004eab301916da8190f", + "to": "0x4da9b813057d04baef4e5800e36083717b4a0341", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x0000000000000000000000000000000000000000003f1bb0e42b6c1b953d4643" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x4da9b813057d04baef4e5800e36083717b4a0341", + "gas": "0xaaedf", + "input": "0xd15e00530000000000000000000000000000000000085d4780b73119b644ae5ecd22b376", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000034adc1e4cd71b87d4aabe1c" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xa79c0", + "input": "0xd15e00530000000000000000000000000000000000085d4780b73119b644ae5ecd22b376", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000034adc1e4cd71b87d4aabe1c" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x73a052500105205d34daf004eab301916da8190f", + "gas": "0xaa91e", + "input": "0xc190c2ec00000000000000000000000073a052500105205d34daf004eab301916da8190f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0xa4e48", + "input": "0xe8177dcf000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000007fbfd99ffd8cd6ea0c000000000000000000000000000000000000000000000d61fff4eb62d1c658f3", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x00000000000000000000000000000000000000000000000000000000070c3396" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x73a052500105205d34daf004eab301916da8190f", + "gas": "0xa4246", + "input": "0x70a0823100000000000000000000000073a052500105205d34daf004eab301916da8190f", + "to": "0x49f4592e641820e928f9919ef4abd92a719b4b49", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x73a052500105205d34daf004eab301916da8190f", + "gas": "0xa31df", + "input": "0x70a0823100000000000000000000000073a052500105205d34daf004eab301916da8190f", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 3, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0x98f52", + "input": "0x23b872dd00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc700000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000000000000000000000000000000000470b04498b6", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x8e48", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0x8efcd", + "input": "0x095ea7b300000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000470b04498b6", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5f21", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0x88232", + "input": "0xb6b55f2500000000000000000000000000000000000000000000000000000470b04498b6", + "to": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x30ac4", + "output": "0x" + }, + "subtraces": 11, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x83a92", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x825bf", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e22", + "output": "0x000000000000000000000000000000000000000000000000000009fe5725697c" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x7e966", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c9a", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x7bf5d", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x11e3", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x7d8ba", + "input": "0xc190c2ec00000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x78925", + "input": "0xe8177dcf000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000007fbfd99ffd8cd6ea0c000000000000000000000000000000000000000000000d61fff4eb62d1c658f3", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x00000000000000000000000000000000000000000000000000000000070c3396" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x771e2", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x7617c", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x18d3", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x73c92", + "input": "0x0933c1ed0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002470a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000000", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1088", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x7160d", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0x976aa93ca5aaa569109f4267589c619a097f001d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4fb", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 4, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x72432", + "input": "0x23b872dd00000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f5100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000470b04498b6", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x7de0", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x692a0", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x97f", + "output": "0x00000000000000000000000000000000000000000000000000000470b04498b6" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x67dd0", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e22", + "output": "0x000000000000000000000000000000000000000000000000000009fe5725697c" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "gas": "0x64817", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1c9a", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x62493", + "input": "0xd15e0053000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x11e3", + "output": "0x00000000000000000000000000000000000000000359a8deca0e129dc4d02433" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 7, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x630ca", + "input": "0xc190c2ec00000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5b22", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x5e7d5", + "input": "0xe8177dcf000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000007fbfd99ffd8cd6ea0c000000000000000000000000000000000000000000000d61fff4eb62d1c658f3", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xafb", + "output": "0x00000000000000000000000000000000000000000000000000000000070c3396" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 8, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x5c9f2", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x83f798e925bcd4017eb265844fddabb448f1707d", + "gas": "0x5b98b", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x18d3", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 10 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x59b40", + "input": "0x0933c1ed0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002470a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d00000000000000000000000000000000000000000000000000000000", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1088", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 10, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x57b40", + "input": "0x70a0823100000000000000000000000083f798e925bcd4017eb265844fddabb448f1707d", + "to": "0x976aa93ca5aaa569109f4267589c619a097f001d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4fb", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 6, + 10, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0x573a7", + "input": "0x2e1a7d4d000000000000000000000000000000000000000000000000000003dafd919259", + "to": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x30d4d", + "output": "0x" + }, + "subtraces": 12, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x53487", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x00000000000000000000000000000000000000000000000000000de2f88b74e1" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x5152a", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x00000000000000000000000000000000000000000000000000000de2f88b74e1" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x519b2", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000000000000030bae84ec689" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "gas": "0x4e98a", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x4cb81", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 1, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x4cc54", + "input": "0xc190c2ec000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5676", + "output": "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x488f1", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000009ecc0757bbc000000000000000000000000000000000000000000000000000009e8c61390ed", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x78d", + "output": "0x00000000000000000000000000000000000000000000000000000003b1068377" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x46a15", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x459af", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x3f630", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x00000000000000000000000000000000000000000000000000000de2f88b74e1" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x3dbcd", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x00000000000000000000000000000000000000000000000000000de2f88b74e1" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 5, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x3dafa", + "input": "0xa9059cbb00000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000000000000000000000000000000000000000000000000047cc5d34f99", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x8bbd", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x3c100", + "input": "0xa9059cbb00000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f510000000000000000000000000000000000000000000000000000047cc5d34f99", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x80d8", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 6, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x345ec", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000096632b82548" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x32e4a", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000096632b82548" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x32b17", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x3e7c", + "output": "0x000000000000000000000000000000000000000000000000000030bae84ec689" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "gas": "0x302a9", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x1cf4", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 8, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2ec3b", + "input": "0xd15e0053000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x123d", + "output": "0x000000000000000000000000000000000000000003524ccd0c647de6eab9f363" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 8, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x2ddb8", + "input": "0xc190c2ec000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002", + "to": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5676", + "output": "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x2a20f", + "input": "0xe8177dcf000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000009ecc0757bbc000000000000000000000000000000000000000000000000000009e8c61390ed", + "to": "0x7538651d874b7578cf52152c9abd8f6617a38403", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x78d", + "output": "0x00000000000000000000000000000000000000000000000000000003b1068377" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 9, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x27b79", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0xf013406a0b1d544238083df0b93ad0d2cbe0f65f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 10 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xd6ad7a6750a7593e092a9b218d66c0a814a3436e", + "gas": "0x26b13", + "input": "0x70a08231000000000000000000000000d6ad7a6750a7593e092a9b218d66c0a814a3436e", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4e5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 7, + 11 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0x2629a", + "input": "0x70a0823100000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000047cc5d34f99" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x24e85", + "input": "0x70a0823100000000000000000000000045f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000047cc5d34f99" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 8, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51", + "gas": "0x2428c", + "input": "0xa9059cbb00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc70000000000000000000000000000000000000000000000000000047cc5d34f99", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x40bd", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x22ef4", + "input": "0xa9059cbb00000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc70000000000000000000000000000000000000000000000000000047cc5d34f99", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x35d8", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 1, + 9, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x00000000553a85582988aa8ad43fb7dda2466bc7", + "gas": "0x5a45e", + "input": "0x70a0823100000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc7", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x0000000000000000000000000000000000000000000000000000047cc5d34f9a" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x58342", + "input": "0x70a0823100000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc7", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x0000000000000000000000000000000000000000000000000000047cc5d34f9a" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x00000000553a85582988aa8ad43fb7dda2466bc7", + "gas": "0x58e92", + "input": "0xa9059cbb000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000000000000000000000000000000000047cc5d34f99", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x40bd", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 3, + 0, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x56dca", + "input": "0xa9059cbb000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000000000000000000000000000000000047cc5d34f99", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x35d8", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x00000000553a85582988aa8ad43fb7dda2466bc7", + "gas": "0x54855", + "input": "0x70a0823100000000000000000000000000000000553a85582988aa8ad43fb7dda2466bc7", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4d2", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 3, + 0, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e", + "gas": "0x61a75", + "input": "0x23b872dd000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000001e0447b19bb6ecfdae1e4ae1694b0c3659614e4e000000000000000000000000000000000000000000000000000004723c2ba0d7", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5086", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 3, + 0, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x5f778", + "input": "0x23b872dd000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f30000000000000000000000001e0447b19bb6ecfdae1e4ae1694b0c3659614e4e000000000000000000000000000000000000000000000000000004723c2ba0d7", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x459b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 3, + 0, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0x6cca3", + "input": "0x70a08231000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0xf99", + "output": "0x000000000000000000000000000000000000000000000000000000293e728594" + }, + "subtraces": 1, + "traceAddress": [ + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x6a6e6", + "input": "0x70a08231000000000000000000000000ad572bba83cd36902b508e89488b0a038986a9f3", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x4b7", + "output": "0x000000000000000000000000000000000000000000000000000000293e728594" + }, + "subtraces": 0, + "traceAddress": [ + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xad572bba83cd36902b508e89488b0a038986a9f3", + "gas": "0x6b4ec", + "input": "0xd8ccd0f30000000000000000000000000000000000000000000000000000000000000036", + "to": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x5489c", + "output": "0x0000000000000000000000000000000000000000000000000000000000000036" + }, + "subtraces": 54, + "traceAddress": [ + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x67310", + "input": "0x", + "to": "0xd729066a9b2047f041dc78719778e2fc70c2f592", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xd729066a9b2047f041dc78719778e2fc70c2f592", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 0, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x65b6b", + "input": "0x", + "to": "0x7eddd0683fb00263b3e8f5a894429cc0bd928cf6", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 1 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x7eddd0683fb00263b3e8f5a894429cc0bd928cf6", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 1, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x643ca", + "input": "0x", + "to": "0x083ef2d0315f76280c4ba4ffc07bc00dcb6eba37", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 2 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x083ef2d0315f76280c4ba4ffc07bc00dcb6eba37", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 2, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x62c25", + "input": "0x", + "to": "0x5bab41ef2bc3d68cfd1fb6997582bd04ab14875b", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 3 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x5bab41ef2bc3d68cfd1fb6997582bd04ab14875b", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 3, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x6147f", + "input": "0x", + "to": "0xd5d9d335448313b667ba52ddf56a98587f66fb36", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 4 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xd5d9d335448313b667ba52ddf56a98587f66fb36", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 4, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x5fcdd", + "input": "0x", + "to": "0x099f6bfb5f1334a31c7fdecc6acd4be8542d4447", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 5 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x099f6bfb5f1334a31c7fdecc6acd4be8542d4447", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 5, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x5e537", + "input": "0x", + "to": "0x0c23965315b7866047fc2cfc8cf259bffc215f24", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 6 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x0c23965315b7866047fc2cfc8cf259bffc215f24", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 6, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x5cd92", + "input": "0x", + "to": "0xae9bcae51786523218acd883cb341cac4fbcee4a", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 7 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xae9bcae51786523218acd883cb341cac4fbcee4a", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 7, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x5b5ef", + "input": "0x", + "to": "0xac0f3f13bdb5a3930c8bb4bff0eaccb6c19e3e9f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 8 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xac0f3f13bdb5a3930c8bb4bff0eaccb6c19e3e9f", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 8, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x59e4a", + "input": "0x", + "to": "0xba47c64de03d9f450712e539fbb86802c325a2c2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 9 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xba47c64de03d9f450712e539fbb86802c325a2c2", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 9, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x586a4", + "input": "0x", + "to": "0x1a56bb6e7d931d13651da6e9211f18100448dceb", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 10 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x1a56bb6e7d931d13651da6e9211f18100448dceb", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 10, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x56f01", + "input": "0x", + "to": "0x7f53e34d30d8f1f2225e1dd550741cec1dc5b14b", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 11 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x7f53e34d30d8f1f2225e1dd550741cec1dc5b14b", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 11, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x5575c", + "input": "0x", + "to": "0x3b728fcccbe1e0e356f6ea91b7b32112ee51a939", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 12 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x3b728fcccbe1e0e356f6ea91b7b32112ee51a939", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 12, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x53fb6", + "input": "0x", + "to": "0xdf9fb9e4ee21b737db0fafc1edac02c038571ff2", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 13 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xdf9fb9e4ee21b737db0fafc1edac02c038571ff2", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 13, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x52813", + "input": "0x", + "to": "0xd964a77e2d1c7fdbc1f0bb38e339ffb201f92508", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 14 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xd964a77e2d1c7fdbc1f0bb38e339ffb201f92508", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 14, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x5106d", + "input": "0x", + "to": "0x6a04067d5299a6782b42dfaa68603581deea481d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 15 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x6a04067d5299a6782b42dfaa68603581deea481d", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 15, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x4f8c8", + "input": "0x", + "to": "0x21e690dfc056e41f6d3db329d8cd85d6f05d86d4", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 16 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x21e690dfc056e41f6d3db329d8cd85d6f05d86d4", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 16, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x4e125", + "input": "0x", + "to": "0x72db64e304c10e70fd62e8afbc9e74e1f1a5d82a", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 17 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x72db64e304c10e70fd62e8afbc9e74e1f1a5d82a", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 17, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x4c97f", + "input": "0x", + "to": "0xe81b614369294c8f42a12f992a5f065485b1790e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 18 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xe81b614369294c8f42a12f992a5f065485b1790e", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 18, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x4b1d9", + "input": "0x", + "to": "0x7a8da2ecd2639063e9510e0ed9308c037fe17a1c", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 19 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x7a8da2ecd2639063e9510e0ed9308c037fe17a1c", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 19, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x49a36", + "input": "0x", + "to": "0x4121bbfba850cf26f54c526c6c25036dca2c0922", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 20 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x4121bbfba850cf26f54c526c6c25036dca2c0922", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 20, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x4828f", + "input": "0x", + "to": "0xb598aabd01b8d7b602a60ea7f3bd74b1bc60b611", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 21 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xb598aabd01b8d7b602a60ea7f3bd74b1bc60b611", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 21, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x46ae9", + "input": "0x", + "to": "0x73d2ab3f368dc875c496a976510cb1529620553b", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 22 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x73d2ab3f368dc875c496a976510cb1529620553b", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 22, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x45346", + "input": "0x", + "to": "0x39cd8fefbbbf6c00aa4ff11ee4d85a9540aea930", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 23 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x39cd8fefbbbf6c00aa4ff11ee4d85a9540aea930", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 23, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x43b9f", + "input": "0x", + "to": "0x19308deca400a003c49c67736225d4a015ae13dc", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 24 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x19308deca400a003c49c67736225d4a015ae13dc", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 24, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x423f9", + "input": "0x", + "to": "0xe03a5d5adeba31a5401391b84bce55dfbb616a81", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 25 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xe03a5d5adeba31a5401391b84bce55dfbb616a81", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 25, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x40c56", + "input": "0x", + "to": "0x4952e6b67c8e57fb06e54a0c6c811a51b2e5c807", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 26 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x4952e6b67c8e57fb06e54a0c6c811a51b2e5c807", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 26, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x3f4af", + "input": "0x", + "to": "0xc6c381b3e406918d20ad377d633344605ebb8ac8", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 27 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xc6c381b3e406918d20ad377d633344605ebb8ac8", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 27, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x3dd09", + "input": "0x", + "to": "0x6baadfb8bebbb67340626a664e8c62cadd1e6ca1", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 28 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x6baadfb8bebbb67340626a664e8c62cadd1e6ca1", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 28, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x3c566", + "input": "0x", + "to": "0xcbf17988c14da89c76190794b1f18bd2eba710c4", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 29 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xcbf17988c14da89c76190794b1f18bd2eba710c4", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 29, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x3adbf", + "input": "0x", + "to": "0xe16f91d837e5c9c324595bc9080ea7f955aa4bf5", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 30 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xe16f91d837e5c9c324595bc9080ea7f955aa4bf5", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 30, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x3961b", + "input": "0x", + "to": "0xf573cb0376018f024d6afd63f52635073d8e4748", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 31 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xf573cb0376018f024d6afd63f52635073d8e4748", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 31, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x37e74", + "input": "0x", + "to": "0xe1fb4c0c83d8b40bf41b6462c0e2a12ddba1c362", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 32 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xe1fb4c0c83d8b40bf41b6462c0e2a12ddba1c362", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 32, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x366cd", + "input": "0x", + "to": "0x178b365f7ff3a5e5c59413dc91e19552b0b14235", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 33 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x178b365f7ff3a5e5c59413dc91e19552b0b14235", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 33, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x34f2a", + "input": "0x", + "to": "0x12162f5735dc93af3f6b3c1b256fe27f5b4c1f22", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 34 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x12162f5735dc93af3f6b3c1b256fe27f5b4c1f22", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 34, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x33783", + "input": "0x", + "to": "0xeb5e57cf1ba29d82d7ed5a5906ec8dcb5f8c4c12", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 35 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xeb5e57cf1ba29d82d7ed5a5906ec8dcb5f8c4c12", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 35, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x31fdc", + "input": "0x", + "to": "0xb71ede4ce2b8cc79ab260f124f860408598e295e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 36 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xb71ede4ce2b8cc79ab260f124f860408598e295e", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 36, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x30838", + "input": "0x", + "to": "0x58633c5d47c65730c647f7b2f34fb32a528790f3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 37 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x58633c5d47c65730c647f7b2f34fb32a528790f3", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 37, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x2f091", + "input": "0x", + "to": "0x6a61762015141b5f97ea72054cd6973ad935646f", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 38 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x6a61762015141b5f97ea72054cd6973ad935646f", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 38, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x2d8ea", + "input": "0x", + "to": "0xf29cf3e413c506cc12f997982d18900534ecc7d4", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 39 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xf29cf3e413c506cc12f997982d18900534ecc7d4", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 39, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x2c146", + "input": "0x", + "to": "0xaf3dccc585d09350c148ebc791ef7166a6d18103", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 40 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xaf3dccc585d09350c148ebc791ef7166a6d18103", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 40, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x2a99f", + "input": "0x", + "to": "0xd3f11f70e8ab76bdffa0439d4cc7eae11134a293", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 41 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xd3f11f70e8ab76bdffa0439d4cc7eae11134a293", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 41, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x291f7", + "input": "0x", + "to": "0xc20e77908bbf03b9db3f3f84e6a7062e15ffa783", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 42 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xc20e77908bbf03b9db3f3f84e6a7062e15ffa783", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 42, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x27a53", + "input": "0x", + "to": "0x963706ea445838c62694ea5fd157ad814eaeea63", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 43 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x963706ea445838c62694ea5fd157ad814eaeea63", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 43, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x262ac", + "input": "0x", + "to": "0x27acc8b0b2031561fa21432b6465a7976469e4e9", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 44 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x27acc8b0b2031561fa21432b6465a7976469e4e9", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 44, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x24b04", + "input": "0x", + "to": "0xf0cc4fd61a223240aa1745ffae1a1cf1c6277fa3", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 45 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xf0cc4fd61a223240aa1745ffae1a1cf1c6277fa3", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 45, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x23360", + "input": "0x", + "to": "0xa49928b71591ce0b48f41bb197f07edd49416213", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 46 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xa49928b71591ce0b48f41bb197f07edd49416213", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 46, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x21bb8", + "input": "0x", + "to": "0xd457f61351ad46aa635551048696cf50503e438e", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 47 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xd457f61351ad46aa635551048696cf50503e438e", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 47, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x20410", + "input": "0x", + "to": "0xdb24d6e5b68075f2c86422ff8db97edf7d6dd061", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 48 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xdb24d6e5b68075f2c86422ff8db97edf7d6dd061", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 48, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x1ec6d", + "input": "0x", + "to": "0xd23ed32f6468ae10f8949b4e1ab50f87cfc0b23d", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 49 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xd23ed32f6468ae10f8949b4e1ab50f87cfc0b23d", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 49, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x1d4c5", + "input": "0x", + "to": "0x635ad605baaf2d652504d95a8747f4cf46c947bd", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 50 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0x635ad605baaf2d652504d95a8747f4cf46c947bd", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 50, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x1bd1d", + "input": "0x", + "to": "0xdb05bd616746f79e041ee256f8a7396c2d088cd4", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 51 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xdb05bd616746f79e041ee256f8a7396c2d088cd4", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 51, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x1a579", + "input": "0x", + "to": "0xbbb8c4b3f4b3919061b5e5b4cc77ceebd76eb586", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 52 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xbbb8c4b3f4b3919061b5e5b4cc77ceebd76eb586", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 52, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + }, + { + "action": { + "callType": "call", + "from": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c", + "gas": "0x18dd0", + "input": "0x", + "to": "0xbc5c441a2cef19bc0f8976c7b81243264343920a", + "value": "0x0" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": { + "gasUsed": "0x139e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 5, + 53 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "call" + }, + { + "action": { + "address": "0xbc5c441a2cef19bc0f8976c7b81243264343920a", + "balance": "0x0", + "refundAddress": "0x0000000000004946c0e9f43f4dee607b0ef1fa1c" + }, + "blockHash": "0xdb2f9ed969d167142dc33072bac427687bc6adb04d318aa8c84b7311d43fb2e5", + "blockNumber": 11129944, + "result": null, + "subtraces": 0, + "traceAddress": [ + 5, + 53, + 0 + ], + "transactionHash": "0x40b37eb3e3df1fc85d9f9d0e9a877f19d0802d4a23941c71f8c1f461aba8c451", + "transactionPosition": 44, + "type": "suicide" + } +] diff --git a/res/simple_liquidation.json b/res/simple_liquidation.json new file mode 100644 index 0000000..ffa6e5e --- /dev/null +++ b/res/simple_liquidation.json @@ -0,0 +1,10248 @@ +[ + { + "action": { + "callType": "call", + "from": "0x7a3684fa59984b074bf22efc16f7e29294b49803", + "gas": "0x2752b4", + "input": "0x7df91599000000000000000000000000642b7002136079cd92598532ba02cfe95955fbfe0000000000000000000000005e753401e109276cb5084e780cd1a749208b603b000000000000000000000000ca63306c36826b7297e33421266ee118c1d7756a00000000000000000000000000000000000000000000027293e056cfe6f2502b00000000000000000000000000000000000000000000000000000000000000010000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0xb00ba6e641a3129b8c515bb14a4c1bba32d2e8df", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2188da", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6e641a3129b8c515bb14a4c1bba32d2e8df", + "gas": "0x26aaea", + "input": "0x7df91599000000000000000000000000642b7002136079cd92598532ba02cfe95955fbfe0000000000000000000000005e753401e109276cb5084e780cd1a749208b603b000000000000000000000000ca63306c36826b7297e33421266ee118c1d7756a00000000000000000000000000000000000000000000027293e056cfe6f2502b00000000000000000000000000000000000000000000000000000000000000010000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0xb00ba6778cf84100da676101e011b3d229458270", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x217e03", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x2605c2", + "input": "0x7df91599000000000000000000000000642b7002136079cd92598532ba02cfe95955fbfe0000000000000000000000005e753401e109276cb5084e780cd1a749208b603b000000000000000000000000ca63306c36826b7297e33421266ee118c1d7756a00000000000000000000000000000000000000000000027293e056cfe6f2502b00000000000000000000000000000000000000000000000000000000000000010000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0xdaaa6cc82da7b780e1f31203f50adf3b9f47e6b0", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x21732f", + "output": "0x" + }, + "subtraces": 11, + "traceAddress": [ + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x25617d", + "input": "0xbf92857c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x6127a", + "output": "0x0000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000032e0a2937076b498400000000000000000000000000000000000000000000000000000222502ea4f50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004600000000000000000000000000000000000000000000000000000000000000410000000000000000000000000000000000000000000000000ddf95dc4a718666" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x24c194", + "input": "0xbf92857c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6d252baea75459ed0077410613c5f6e51cab4750", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x6079f", + "output": "0x0000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000032e0a2937076b498400000000000000000000000000000000000000000000000000000222502ea4f50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004600000000000000000000000000000000000000000000000000000000000000410000000000000000000000000000000000000000000000000ddf95dc4a718666" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x2423f3", + "input": "0xbf92857c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5fb40", + "output": "0x0000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000032e0a2937076b498400000000000000000000000000000000000000000000000000000222502ea4f50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004600000000000000000000000000000000000000000000000000000000000000410000000000000000000000000000000000000000000000000ddf95dc4a718666" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x238900", + "input": "0xbf92857c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x60853118431dafba53d4d8fcc9bd3d17279b61fe", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5f065", + "output": "0x0000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000032e0a2937076b498400000000000000000000000000000000000000000000000000000222502ea4f50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004600000000000000000000000000000000000000000000000000000000000000410000000000000000000000000000000000000000000000000ddf95dc4a718666" + }, + "subtraces": 28, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x22f07f", + "input": "0xfca513a8", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4e9", + "output": "0x00000000000000000000000076b47460d7f7c5222cfb6b6a75615ab10895dde4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x22e150", + "input": "0x0902f1ac", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x64db", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000160000000000000000000000006b175474e89094c44da98b954eedeac495271d0f0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec700000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f5100000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab030000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd2000000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e8620000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a20000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c5990000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000408e41876cccdc0f92210600ef50372656052a380000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae90000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x224b8a", + "input": "0x0902f1ac", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x59c2", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000160000000000000000000000006b175474e89094c44da98b954eedeac495271d0f0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec700000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f5100000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab030000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd2000000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e8620000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a20000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c5990000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000408e41876cccdc0f92210600ef50372656052a380000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae90000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x226bcd", + "input": "0xe10076ad0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5c29", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004e527c44875320532ac000000000000000000000000000000000000000000000000000349027f0618000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x21d7b8", + "input": "0xe10076ad0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5163", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004e527c44875320532ac000000000000000000000000000000000000000000000000000349027f0618000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 2, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2144a1", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x22070c", + "input": "0x5fc526ff0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1966", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004b00000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2174ac", + "input": "0x5fc526ff0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xec3", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004b00000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x21e6ff", + "input": "0xb3596f070000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0x215498", + "input": "0x50d25bcd", + "to": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 4, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "gas": "0x20c204", + "input": "0x50d25bcd", + "to": "0xd866a07dea5ee3c093e21d33660b5579c21f140b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x21b3fb", + "input": "0xe10076ad0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2122c5", + "input": "0xe10076ad0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 5, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x209282", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x4da9b813057d04baef4e5800e36083717b4a0341", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 5, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x218298", + "input": "0xe10076ad000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x20f227", + "input": "0xe10076ad000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 6, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2062a7", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 6, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x215136", + "input": "0xe10076ad000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x20c18b", + "input": "0xe10076ad000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 7, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2032cd", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 7, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x211fd4", + "input": "0xe10076ad00000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f51000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2090ee", + "input": "0xe10076ad00000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f51000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 8, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x2002f2", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x625ae63000f46200499120b906716420bd059240", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 8, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x20ee71", + "input": "0xe10076ad00000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab03000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x206051", + "input": "0xe10076ad00000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab03000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 9, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1fd318", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x7d2d3688df45ce7c552e19c27e007673da9204b8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 9, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x20bd0f", + "input": "0xe10076ad0000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x202fb5", + "input": "0xe10076ad0000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 10, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1fa33e", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 10, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x208bad", + "input": "0xe10076ad000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 11 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1fff18", + "input": "0xe10076ad000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 11, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1f7364", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 11, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x205a4a", + "input": "0xe10076ad000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5cbf", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 12 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1fce7b", + "input": "0xe10076ad000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x51f9", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 12, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1f4389", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 12, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0x1eaab9", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 12, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e25ab", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 12, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1ff507", + "input": "0x5fc526ff000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1966", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 13 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1f6aef", + "input": "0x5fc526ff000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xec3", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 13, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1fd4fa", + "input": "0xb3596f07000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 14 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0x1f4adb", + "input": "0x50d25bcd", + "to": "0xdc530d9457755926550b59e8eccdae7624181557", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 14, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xdc530d9457755926550b59e8eccdae7624181557", + "gas": "0x1ec06e", + "input": "0x50d25bcd", + "to": "0x7e6c635d6a53b5033d1b0cee84eccea9096859e4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 14, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1fa0db", + "input": "0xe10076ad000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd200000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 15 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1f17f1", + "input": "0xe10076ad000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd200000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 15, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e8fd9", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x9d91be44c06d373a8a226e1f3b146956083803eb", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 15, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1f6f79", + "input": "0xe10076ad0000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e862000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 16 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1ee755", + "input": "0xe10076ad0000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e862000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 16, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e6000", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x71010a9d003445ac60c4e6a7017c1e89a477b438", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 16, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1f3e16", + "input": "0xe10076ad0000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a2000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 17 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1eb6b7", + "input": "0xe10076ad0000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a2000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 17, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e3024", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x7deb5e830be29f91e298ba5ff1356bb7f8146998", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 17, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1f0cb4", + "input": "0xe10076ad0000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 18 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e861b", + "input": "0xe10076ad0000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 18, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e004b", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6fce4a401b6b80ace52baaefe4421bd188e76f6f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 18, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1edb52", + "input": "0xe10076ad000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 19 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e557e", + "input": "0xe10076ad000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 19, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1dd070", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6fb0855c404e09c47c3fbca25f08d4e41f9f062f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 19, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1ea9ef", + "input": "0xe10076ad000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 20 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1e24e1", + "input": "0xe10076ad000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 20, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1da096", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x328c4c80bc7aca0834db37e6600a6c49e12da4de", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 20, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1e788d", + "input": "0xe10076ad0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 21 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1df445", + "input": "0xe10076ad0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 21, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d70bc", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xfc4b8ed459e00e5400be803a9bb3954234fd50e3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 21, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1e472b", + "input": "0xe10076ad0000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 22 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1dc3a8", + "input": "0xe10076ad0000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 22, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d40e1", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 22, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1e15c8", + "input": "0xe10076ad000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 23 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d930b", + "input": "0xe10076ad000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 23, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d1107", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x712db54daa836b53ef1ecbb9c6ba3b9efb073f40", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 23, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1de466", + "input": "0xe10076ad000000000000000000000000408e41876cccdc0f92210600ef50372656052a38000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 24 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d626e", + "input": "0xe10076ad000000000000000000000000408e41876cccdc0f92210600ef50372656052a38000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 24, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1ce12c", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x69948cc03f478b95283f7dbf1ce764d0fc7ec54c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 24, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1db304", + "input": "0xe10076ad0000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 25 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d31d2", + "input": "0xe10076ad0000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 25, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1cb153", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x12e51e77daaa58aa0e9247db7510ea4b46f9bead", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 25, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1d81a1", + "input": "0xe10076ad0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae9000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 26 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1d0134", + "input": "0xe10076ad0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae9000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 26, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1c8177", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xba3d9687cf50fe253cd2e1cfeede1d6787344ed5", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 26, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1d503f", + "input": "0xe10076ad0000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 27 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1cd098", + "input": "0xe10076ad0000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 27, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1c519e", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xb124541127a0a657f056d9dd06188c4f1b0e5aab", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 0, + 0, + 0, + 0, + 27, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x1f5a98", + "input": "0x5ec88c79000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x34bda", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002f184335503b490f841c0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1ed644", + "input": "0x5ec88c79000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x7b5e3521a049c8ff88e6349f33044c6cc33c113c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3440f", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002f184335503b490f841c0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 16, + "traceAddress": [ + 0, + 0, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1e3223", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1e43", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dc145fa60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a99d89a01901b3911145" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1e06c3", + "input": "0xfc57d4df0000000000000000000000004ddc2d193948926d02f9b1fe9e1daa0718270ed5", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xb1b", + "output": "0x000000000000000000000000000000000000000000000015bafb0aaddf358000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1de6fe", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4e68", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084a1e1430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab7d3c63f0bf053665c0d5" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1d666c", + "input": "0x0933c1ed00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024c37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000000000000000", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4106", + "output": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084a1e1430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab7d3c63f0bf053665c0d5" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 2, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1ce740", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xbb8be4772faa655c255309afc3c5207aa7b896fd", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3495", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084a1e1430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab7d3c63f0bf053665c0d5" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 1, + 0, + 2, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1c5e62", + "input": "0x0bebac860000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4bf", + "output": "0x00000000000000000000000000000000000000000111bbbcccfffc0bc2a64e30" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1c5373", + "input": "0xc92aecc4", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x445", + "output": "0x0000000000000000000000000000000000000000034a13ac9ed2cf6900e592bb" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1d8c39", + "input": "0xfc57d4df0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xb73", + "output": "0x0000000000000000000000000000000000000000000000000df74fff60ce9000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1d6c1d", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3ed5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005d8b33071b5cf20000000000000000000000000000000000000000000000000000039b7848fb9b0000000000000000000000000000000000000000000000000000c0e6fb99f5b3" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "gas": "0x1cd6bd", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf99", + "output": "0x00000000000000000000000000000000000000000000000000003b35f7c8e9f4" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 4, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x1c58d7", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4b7", + "output": "0x00000000000000000000000000000000000000000000000000003b35f7c8e9f4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1d20ad", + "input": "0xfc57d4df00000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x8a3", + "output": "0x000000000000000000000000000000000000000c9f2c9cd04674edea40000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1d0355", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x158079ee67fce2f58472a96584a73c7ab9ac95c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x43cd", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007c4a52990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5c5bf242597222f898164" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x158079ee67fce2f58472a96584a73c7ab9ac95c1", + "gas": "0x1c7a44", + "input": "0x70a08231000000000000000000000000158079ee67fce2f58472a96584a73c7ab9ac95c1", + "to": "0x1985365e9f78359a9b6ad760e32412f4a445e862", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1f68", + "output": "0x000000000000000000000000000000000000000000003cfb11becf9590bfa7fe" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 1, + 0, + 6, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x1985365e9f78359a9b6ad760e32412f4a445e862", + "gas": "0x1bf881", + "input": "0xf39ec1f752657075746174696f6e546f6b656e0000000000000000000000000000000000", + "to": "0xb3337164e91b9f05c87c7662c7ac684e8e0ff3e7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5fe", + "output": "0x0000000000000000000000006c114b96b7a0e679c2594e3884f11526797e43d1" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 6, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x1985365e9f78359a9b6ad760e32412f4a445e862", + "gas": "0x1bef75", + "input": "0x70a08231000000000000000000000000158079ee67fce2f58472a96584a73c7ab9ac95c1", + "to": "0x6c114b96b7a0e679c2594e3884f11526797e43d1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5dc", + "output": "0x000000000000000000000000000000000000000000003cfb11becf9590bfa7fe" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 6, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1cb301", + "input": "0xfc57d4df000000000000000000000000158079ee67fce2f58472a96584a73c7ab9ac95c1", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xd83", + "output": "0x000000000000000000000000000000000000000000000000b968413737380000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1c90db", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2a60", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a94646a6bfbe226bac9aae" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "gas": "0x1c0993", + "input": "0x70a082310000000000000000000000006c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "to": "0x0d8775f648430679a709e98d2b0cb6250d2887ef", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5fb", + "output": "0x0000000000000000000000000000000000000000002cad077bdbbb5c49c33ef5" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 8, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1c598e", + "input": "0xfc57d4df0000000000000000000000006c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xcd3", + "output": "0x00000000000000000000000000000000000000000000000002fc6426cbf05000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1c3815", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x293a", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a7beea763ad3aad371da43" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "gas": "0x1bb231", + "input": "0x70a08231000000000000000000000000b3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "to": "0xe41d2489571d322189246dafa5ebde1f4699f498", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4d5", + "output": "0x00000000000000000000000000000000000000000055349fba03882266541cab" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 10, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1c01eb", + "input": "0xfc57d4df000000000000000000000000b3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xd2b", + "output": "0x000000000000000000000000000000000000000000000000051d6446db101000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 11 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1be019", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xc11b1268c1a384e55c48c2391d8d480264a3a7f4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2a3c", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000047bb43b89613f2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 12 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc11b1268c1a384e55c48c2391d8d480264a3a7f4", + "gas": "0x1b5b95", + "input": "0x70a08231000000000000000000000000c11b1268c1a384e55c48c2391d8d480264a3a7f4", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5d7", + "output": "0x00000000000000000000000000000000000000000000000000000159f8bd7e40" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 12, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1ba8f0", + "input": "0xfc57d4df000000000000000000000000c11b1268c1a384e55c48c2391d8d480264a3a7f4", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc7b", + "output": "0x000000000000000000000000000000000000066daad73e1c99e0c5b960000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 13 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1b87cb", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3f7c", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b8bb8040cb2300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 14 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x1b127f", + "input": "0x0933c1ed00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024c37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000000000000000", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3745", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b8bb8040cb23" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 14, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x1a9ca2", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x976aa93ca5aaa569109f4267589c619a097f001d", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2ad4", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b8bb8040cb23" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 1, + 0, + 14, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x1a1d1e", + "input": "0x70a08231000000000000000000000000f650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000068d33213e9a" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 14, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1b3bb7", + "input": "0xfc57d4df000000000000000000000000f650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x8fb", + "output": "0x000000000000000000000000000000000000000c9f2c9cd04674edea40000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 1, + 0, + 15 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x1c1008", + "input": "0xfc57d4df0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xb73", + "output": "0x0000000000000000000000000000000000000000000000000df74fff60ce9000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x1bfbd9", + "input": "0xc5ebeaec00000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x7b5f4", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1b82e6", + "input": "0xc5ebeaec00000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0xbb8be4772faa655c255309afc3c5207aa7b896fd", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x7ab91", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 11, + "traceAddress": [ + 0, + 0, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1af132", + "input": "0x9f678cca", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x84c8", + "output": "0x0000000000000000000000000000000000000000034a13ac9ed2cf6900e592bb" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "gas": "0x1a44cf", + "input": "0xf24e23eb000000000000000000000000a950524441892a31ebddf91d3ceefa04bf454466000000000000000000000000197e90f9fad81970ba7976f33cbd77088e5d7cf70000000000000000000000000000000000000000000000000000000000000000", + "to": "0x35d1b3f3d7966a1dfe207aa4514c12a259a0492b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x31dc", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1a63d3", + "input": "0x0bebac860000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4bf", + "output": "0x00000000000000000000000000000000000000000111bbbcccfffc0bc2a64e30" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1a58e5", + "input": "0xc92aecc4", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x445", + "output": "0x0000000000000000000000000000000000000000034a13ac9ed2cf6900e592bb" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x1a4452", + "input": "0x15f2405300000000000000000000000000000000000000000116a9b16027a6c4c179cb1d000000000000000000000000000000000000000003aba0aeaefe6426fdeb4ba700000000000000000000000000000000000000000000a4bfeb08fe2c99ed28f7", + "to": "0xfed941d39905b23d6faf02c8301d40bd4834e27f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf29", + "output": "0x0000000000000000000000000000000000000000000000000000000445e0f1c9" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x19b319", + "input": "0xda3d454c0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x40cde", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x194557", + "input": "0xda3d454c0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x7b5e3521a049c8ff88e6349f33044c6cc33c113c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x40522", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 20, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x18cb0f", + "input": "0xfc57d4df0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xb73", + "output": "0x0000000000000000000000000000000000000000000000000df74fff60ce9000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x189472", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1e43", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dc145fa60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5a99d89a01901b3911145" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x186912", + "input": "0xfc57d4df0000000000000000000000004ddc2d193948926d02f9b1fe9e1daa0718270ed5", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xb1b", + "output": "0x000000000000000000000000000000000000000000000015bafb0aaddf358000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x18494d", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4e68", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084a1e1430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab7d4331cffed832bf8d84" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x17df32", + "input": "0x0933c1ed00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024c37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000000000000000", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4106", + "output": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084a1e1430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab7d4331cffed832bf8d84" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x177623", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xbb8be4772faa655c255309afc3c5207aa7b896fd", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3495", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084a1e1430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab7d4331cffed832bf8d84" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 3, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x170309", + "input": "0x0bebac860000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4bf", + "output": "0x00000000000000000000000000000000000000000111bbbcccfffc0bc2a64e30" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 3, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x16f81b", + "input": "0xc92aecc4", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x445", + "output": "0x0000000000000000000000000000000000000000034a13ac9ed2cf6900e592bb" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 3, + 0, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x17ee88", + "input": "0xfc57d4df0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xb73", + "output": "0x0000000000000000000000000000000000000000000000000df74fff60ce9000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x17c823", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3ed5", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005d8b33071b5cf20000000000000000000000000000000000000000000000000000039b7848fb9b0000000000000000000000000000000000000000000000000000c0e6fb99f5b3" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x39aa39c021dfbae8fac545936693ac917d5e7563", + "gas": "0x174953", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf99", + "output": "0x00000000000000000000000000000000000000000000000000003b35f7c8e9f4" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 5, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "gas": "0x16e1a3", + "input": "0x70a0823100000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0xb7277a6e95992041568d9391d09d0122023778a2", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4b7", + "output": "0x00000000000000000000000000000000000000000000000000003b35f7c8e9f4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 5, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x177cb4", + "input": "0xfc57d4df00000000000000000000000039aa39c021dfbae8fac545936693ac917d5e7563", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x8a3", + "output": "0x000000000000000000000000000000000000000c9f2c9cd04674edea40000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x175f5a", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x158079ee67fce2f58472a96584a73c7ab9ac95c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x43cd", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007c4a52990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a5c5bf242597222f898164" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x158079ee67fce2f58472a96584a73c7ab9ac95c1", + "gas": "0x16ecd8", + "input": "0x70a08231000000000000000000000000158079ee67fce2f58472a96584a73c7ab9ac95c1", + "to": "0x1985365e9f78359a9b6ad760e32412f4a445e862", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1f68", + "output": "0x000000000000000000000000000000000000000000003cfb11becf9590bfa7fe" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 7, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x1985365e9f78359a9b6ad760e32412f4a445e862", + "gas": "0x16814b", + "input": "0xf39ec1f752657075746174696f6e546f6b656e0000000000000000000000000000000000", + "to": "0xb3337164e91b9f05c87c7662c7ac684e8e0ff3e7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5fe", + "output": "0x0000000000000000000000006c114b96b7a0e679c2594e3884f11526797e43d1" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 7, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x1985365e9f78359a9b6ad760e32412f4a445e862", + "gas": "0x16783e", + "input": "0x70a08231000000000000000000000000158079ee67fce2f58472a96584a73c7ab9ac95c1", + "to": "0x6c114b96b7a0e679c2594e3884f11526797e43d1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5dc", + "output": "0x000000000000000000000000000000000000000000003cfb11becf9590bfa7fe" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 7, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x170f07", + "input": "0xfc57d4df000000000000000000000000158079ee67fce2f58472a96584a73c7ab9ac95c1", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xd83", + "output": "0x000000000000000000000000000000000000000000000000b968413737380000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x16ece0", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2a60", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a94646a6bfbe226bac9aae" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "gas": "0x167c28", + "input": "0x70a082310000000000000000000000006c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "to": "0x0d8775f648430679a709e98d2b0cb6250d2887ef", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5fb", + "output": "0x0000000000000000000000000000000000000000002cad077bdbbb5c49c33ef5" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 9, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x16b594", + "input": "0xfc57d4df0000000000000000000000006c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xcd3", + "output": "0x00000000000000000000000000000000000000000000000002fc6426cbf05000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x16941a", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x293a", + "output": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a7beea763ad3aad371da43" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 11 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "gas": "0x1624c5", + "input": "0x70a08231000000000000000000000000b3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "to": "0xe41d2489571d322189246dafa5ebde1f4699f498", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4d5", + "output": "0x00000000000000000000000000000000000000000055349fba03882266541cab" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 11, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x165def", + "input": "0xfc57d4df000000000000000000000000b3319f5d18bc0d84dd1b4825dcde5d5f7266d407", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xd2b", + "output": "0x000000000000000000000000000000000000000000000000051d6446db101000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 12 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x163c1e", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xc11b1268c1a384e55c48c2391d8d480264a3a7f4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2a3c", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000047bb43b89613f2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 13 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xc11b1268c1a384e55c48c2391d8d480264a3a7f4", + "gas": "0x15ce29", + "input": "0x70a08231000000000000000000000000c11b1268c1a384e55c48c2391d8d480264a3a7f4", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5d7", + "output": "0x00000000000000000000000000000000000000000000000000000159f8bd7e40" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 13, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1604f5", + "input": "0xfc57d4df000000000000000000000000c11b1268c1a384e55c48c2391d8d480264a3a7f4", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc7b", + "output": "0x000000000000000000000000000000000000066daad73e1c99e0c5b960000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 14 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x15e3cf", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3f7c", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b8bb8040cb2300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 15 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x158513", + "input": "0x0933c1ed00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000024c37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000000000000000", + "to": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3745", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b8bb8040cb23" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 15, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x15256c", + "input": "0xc37f68e2000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x976aa93ca5aaa569109f4267589c619a097f001d", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2ad4", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b8bb8040cb23" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 15, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "gas": "0x14bbc4", + "input": "0x70a08231000000000000000000000000f650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "to": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x97f", + "output": "0x0000000000000000000000000000000000000000000000000000068d33213e9a" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 15, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1597bc", + "input": "0xfc57d4df000000000000000000000000f650c3d88d12db855b8bf7d11be6c55a4e07dcc9", + "to": "0x922018674c12a7f0d394ebeef9b58f186cde13c1", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x8fb", + "output": "0x000000000000000000000000000000000000000c9f2c9cd04674edea40000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 16 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x157a0a", + "input": "0xaa5af0fd", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x43f", + "output": "0x0000000000000000000000000000000000000000000000000e7efdbdd7b07d72" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 17 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x1567a2", + "input": "0x47bd3718", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x482", + "output": "0x000000000000000000000000000000000000000003aba0e189fb9804acfd4d23" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 18 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x151c25", + "input": "0x95dd9193000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1d91", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 19 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x14be8e", + "input": "0x0933c1ed0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002495dd9193000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000000000000000", + "to": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1164", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 19, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x146201", + "input": "0x95dd9193000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0xbb8be4772faa655c255309afc3c5207aa7b896fd", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5d7", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 4, + 0, + 19, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x15a9a2", + "input": "0x0bebac860000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4bf", + "output": "0x00000000000000000000000000000000000000000111bbbcccfffc0bc2a64e30" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x159eb3", + "input": "0xc92aecc4", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x445", + "output": "0x0000000000000000000000000000000000000000034a13ac9ed2cf6900e592bb" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x158360", + "input": "0xc92aecc4", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x445", + "output": "0x0000000000000000000000000000000000000000034a13ac9ed2cf6900e592bb" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x157819", + "input": "0x7f8661a10000000000000000000000000000000000000000000002677e59c5fa43228c6e", + "to": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x9430", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x197e90f9fad81970ba7976f33cbd77088e5d7cf7", + "gas": "0x14e624", + "input": "0xbb35783b000000000000000000000000197e90f9fad81970ba7976f33cbd77088e5d7cf70000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643000000000000000000000007e894e0ac91f72036fc0546d0264ef11e5cb9505a", + "to": "0x35d1b3f3d7966a1dfe207aa4514c12a259a0492b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4617", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 8, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x14dff3", + "input": "0xef693bed000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x9759a6ac90977b93b58547b4a71c78317f391a28", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xd41d", + "output": "0x" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 3, + 0, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x9759a6ac90977b93b58547b4a71c78317f391a28", + "gas": "0x147e2c", + "input": "0xbb35783b0000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e36430000000000000000000000009759a6ac90977b93b58547b4a71c78317f391a28000000000000000000000007e894e0ac91f72036f977439f8a1be2baf8000000", + "to": "0x35d1b3f3d7966a1dfe207aa4514c12a259a0492b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x35af", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 9, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x9759a6ac90977b93b58547b4a71c78317f391a28", + "gas": "0x143ffc", + "input": "0x40c10f19000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x755d", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 9, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", + "gas": "0x139788", + "input": "0x5c7786050000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x8d5", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 3, + 0, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", + "gas": "0x134235", + "input": "0x5c7786050000000000000000000000005d3a536e4d6dbd6114cc1ead35777bab948e3643000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x7b5e3521a049c8ff88e6349f33044c6cc33c113c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x162", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 3, + 0, + 10, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x1458ba", + "input": "0x095ea7b30000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d30000000000000000000000000000000000000000000000000000000000000000", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc8e", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x144310", + "input": "0xdd62ed3e000000000000000000000000b00ba6778cf84100da676101e011b3d2294582700000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x561", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x143298", + "input": "0x095ea7b30000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d300000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x578e", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x13d0dd", + "input": "0x00a718a9000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b00000000000000000000000000000000000000000000027293e056cfe6f2502b0000000000000000000000000000000000000000000000000000000000000000", + "to": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xef020", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x137741", + "input": "0x00a718a9000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b00000000000000000000000000000000000000000000027293e056cfe6f2502b0000000000000000000000000000000000000000000000000000000000000000", + "to": "0x6d252baea75459ed0077410613c5f6e51cab4750", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xee577", + "output": "0x" + }, + "subtraces": 4, + "traceAddress": [ + 0, + 0, + 7, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x1308c0", + "input": "0x05075d6e0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf76", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x12b259", + "input": "0x05075d6e0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4df", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x12effe", + "input": "0x05075d6e000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf76", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1299fa", + "input": "0x05075d6e000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4df", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x12d768", + "input": "0x5834eb9a", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4ea", + "output": "0x00000000000000000000000031cceeb1fa3dbeaf7baad25125b972a17624a40a" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x12cbff", + "input": "0x00a718a9000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b00000000000000000000000000000000000000000000027293e056cfe6f2502b0000000000000000000000000000000000000000000000000000000000000000", + "to": "0x31cceeb1fa3dbeaf7baad25125b972a17624a40a", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xe8052", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000094e6f206572726f72730000000000000000000000000000000000000000000000" + }, + "subtraces": 27, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x127570", + "input": "0x2c6d0e9b000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5f933", + "output": "0x0000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000032e0a2937076b498400000000000000000000000000000000000000000000000000000222502ea4f5000000000000000000000000000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000ddf95dc4a7186660000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x122156", + "input": "0x2c6d0e9b000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x60853118431dafba53d4d8fcc9bd3d17279b61fe", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5ee78", + "output": "0x0000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000048a8b68d1431756010000000000000000000000000000000000000000000000032e0a2937076b498400000000000000000000000000000000000000000000000000000222502ea4f5000000000000000000000000000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000ddf95dc4a7186660000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 28, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x11ceb2", + "input": "0xfca513a8", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4e9", + "output": "0x00000000000000000000000076b47460d7f7c5222cfb6b6a75615ab10895dde4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x11bf84", + "input": "0x0902f1ac", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x64db", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000160000000000000000000000006b175474e89094c44da98b954eedeac495271d0f0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec700000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f5100000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab030000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd2000000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e8620000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a20000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c5990000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000408e41876cccdc0f92210600ef50372656052a380000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae90000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x116e45", + "input": "0x0902f1ac", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x59c2", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000160000000000000000000000006b175474e89094c44da98b954eedeac495271d0f0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec700000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f5100000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab030000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd2000000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e8620000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a20000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c5990000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000408e41876cccdc0f92210600ef50372656052a380000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae90000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x114a00", + "input": "0xe10076ad0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5c29", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004e527c44875320532ac000000000000000000000000000000000000000000000000000349027f0618000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x10fa72", + "input": "0xe10076ad0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5163", + "output": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004e527c44875320532ac000000000000000000000000000000000000000000000000000349027f0618000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 2, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x10aad0", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 2, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x10e540", + "input": "0x5fc526ff0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1966", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004b00000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x109767", + "input": "0x5fc526ff0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xec3", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004b00000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x10c533", + "input": "0xb3596f070000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0x107754", + "input": "0x50d25bcd", + "to": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 4, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "gas": "0x102835", + "input": "0x50d25bcd", + "to": "0xd866a07dea5ee3c093e21d33660b5579c21f140b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 4, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x10922e", + "input": "0xe10076ad0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x10457f", + "input": "0xe10076ad0000000000000000000000000000000000085d4780b73119b644ae5ecd22b376000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 5, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xff8b1", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x4da9b813057d04baef4e5800e36083717b4a0341", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 5, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x1060cc", + "input": "0xe10076ad000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x1014e3", + "input": "0xe10076ad000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 6, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xfc8d8", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x9ba00d6856a4edf4665bca2c2309936572473b7e", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 6, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0x102f6a", + "input": "0xe10076ad000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xfe446", + "input": "0xe10076ad000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 7, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf98fd", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x71fc860f7d3a592a4a98740e39db31d25db65ae8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 7, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xffe07", + "input": "0xe10076ad00000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f51000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xfb3a9", + "input": "0xe10076ad00000000000000000000000057ab1ec28d129707052df4df418d58a2d46d5f51000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 8, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf6922", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x625ae63000f46200499120b906716420bd059240", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 8, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xfcca5", + "input": "0xe10076ad00000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab03000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf830c", + "input": "0xe10076ad00000000000000000000000080fb784b7ed66730e8b1dbd9820afd29931aab03000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 9, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf3948", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x7d2d3688df45ce7c552e19c27e007673da9204b8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 9, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xf9b43", + "input": "0xe10076ad0000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf5270", + "input": "0xe10076ad0000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 10, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf096e", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 10, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xf69e0", + "input": "0xe10076ad000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 11 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xf21d2", + "input": "0xe10076ad000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 11, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xed993", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 11, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xf387e", + "input": "0xe10076ad000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5cbf", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 12 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xef136", + "input": "0xe10076ad000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x51f9", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 12, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xea9b9", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 12, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0xe5350", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 12, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xe0f9f", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 12, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xed33b", + "input": "0x5fc526ff000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1966", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 13 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xe8daa", + "input": "0x5fc526ff000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xec3", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000004100000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 13, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xeb32e", + "input": "0xb3596f07000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 14 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0xe6d97", + "input": "0x50d25bcd", + "to": "0xdc530d9457755926550b59e8eccdae7624181557", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 14, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xdc530d9457755926550b59e8eccdae7624181557", + "gas": "0xe269f", + "input": "0x50d25bcd", + "to": "0x7e6c635d6a53b5033d1b0cee84eccea9096859e4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 14, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xe7f0f", + "input": "0xe10076ad000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd200000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 15 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xe3aad", + "input": "0xe10076ad000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd200000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 15, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xdf60a", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x9d91be44c06d373a8a226e1f3b146956083803eb", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 15, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xe4dac", + "input": "0xe10076ad0000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e862000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 16 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xe0a0f", + "input": "0xe10076ad0000000000000000000000001985365e9f78359a9b6ad760e32412f4a445e862000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 16, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xdc62f", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x71010a9d003445ac60c4e6a7017c1e89a477b438", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 16, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xe1c4a", + "input": "0xe10076ad0000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a2000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 17 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xdd973", + "input": "0xe10076ad0000000000000000000000009f8f72aa9304c8b593d555f12ef6589cc3a579a2000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 17, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd9655", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x7deb5e830be29f91e298ba5ff1356bb7f8146998", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 17, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xdeae8", + "input": "0xe10076ad0000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 18 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xda8d6", + "input": "0xe10076ad0000000000000000000000000f5d2fb29fb7d3cfee444a200298f468908cc942000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 18, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd667b", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6fce4a401b6b80ace52baaefe4421bd188e76f6f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 18, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xdb985", + "input": "0xe10076ad000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 19 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd7839", + "input": "0xe10076ad000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 19, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd36a0", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6fb0855c404e09c47c3fbca25f08d4e41f9f062f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 19, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xd8823", + "input": "0xe10076ad000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 20 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd479c", + "input": "0xe10076ad000000000000000000000000c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 20, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd06c6", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x328c4c80bc7aca0834db37e6600a6c49e12da4de", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 20, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xd56c1", + "input": "0xe10076ad0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 21 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xd1700", + "input": "0xe10076ad0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 21, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xcd6ec", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xfc4b8ed459e00e5400be803a9bb3954234fd50e3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 21, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xd255e", + "input": "0xe10076ad0000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 22 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xce662", + "input": "0xe10076ad0000000000000000000000004fabb145d64652a948d72533023f6e7a623c7c53000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 22, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xca711", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 22, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xcf3fc", + "input": "0xe10076ad000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 23 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xcb5c6", + "input": "0xe10076ad000000000000000000000000f629cbd94d3791c9250152bd8dfbdf380e2a3b9c000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 23, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc7737", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x712db54daa836b53ef1ecbb9c6ba3b9efb073f40", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 23, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xcc29a", + "input": "0xe10076ad000000000000000000000000408e41876cccdc0f92210600ef50372656052a38000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 24 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc8529", + "input": "0xe10076ad000000000000000000000000408e41876cccdc0f92210600ef50372656052a38000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 24, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc475c", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x69948cc03f478b95283f7dbf1ce764d0fc7ec54c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 24, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xc9137", + "input": "0xe10076ad0000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 25 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc548c", + "input": "0xe10076ad0000000000000000000000000bc529c00c6401aef6d220be8c6ea1667f6ad93e000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 25, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc1782", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x12e51e77daaa58aa0e9247db7510ea4b46f9bead", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 25, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xc5fd5", + "input": "0xe10076ad0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae9000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 26 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc23ef", + "input": "0xe10076ad0000000000000000000000007fc66500c84a76ad7e9c93437bfc5ac33e2ddae9000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 26, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xbe7a7", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xba3d9687cf50fe253cd2e1cfeede1d6787344ed5", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 26, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x082b0ca59f2122c94e5f57db0085907fa9584ba6", + "gas": "0xc2e73", + "input": "0xe10076ad0000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x26de", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 27 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xbf353", + "input": "0xe10076ad0000000000000000000000001f9840a85d5af5bf1d1762f925bdaddc4201f984000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c18", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 27, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xbb7ce", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xb124541127a0a657f056d9dd06188c4f1b0e5aab", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x89b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 0, + 0, + 27, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xc8a85", + "input": "0x18a4dbca000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5455", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc4e14", + "input": "0x18a4dbca000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x49bb", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xc1253", + "input": "0x70a08231000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3e7c", + "output": "0x00000000000000000000000000000000000000000000009af429facfe23e764d" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 1, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0xbc648", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1cf4", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 1, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xb8ccc", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x123d", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 1, + 0, + 0, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xc2e0d", + "input": "0x18f9bbae000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf8b", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xbf311", + "input": "0x18f9bbae000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4f4", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 2, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xc153a", + "input": "0x9e3c4f3b000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1031", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xbda7f", + "input": "0x9e3c4f3b000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x577", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xbfbb2", + "input": "0x9fb8afcd0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x46a2", + "output": "0x0000000000000000000000000000000000000000000004e4dd4c0c050b9f720e0000000000000000000000000000000000000000000004e527c44875320532ac0000000000000000000000000000000000000000000000004a783c702665c09e" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 4 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xbc15d", + "input": "0x9fb8afcd0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3be2", + "output": "0x0000000000000000000000000000000000000000000004e4dd4c0c050b9f720e0000000000000000000000000000000000000000000004e527c44875320532ac0000000000000000000000000000000000000000000000004a783c702665c09e" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 4, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xbab12", + "input": "0xfca513a8", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4e9", + "output": "0x00000000000000000000000076b47460d7f7c5222cfb6b6a75615ab10895dde4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 5 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xb9f4b", + "input": "0xb3596f07000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 6 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0xb6603", + "input": "0x50d25bcd", + "to": "0xdc530d9457755926550b59e8eccdae7624181557", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 6, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xdc530d9457755926550b59e8eccdae7624181557", + "gas": "0xb2b29", + "input": "0x50d25bcd", + "to": "0x7e6c635d6a53b5033d1b0cee84eccea9096859e4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 6, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xb7377", + "input": "0xb3596f070000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 7 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0xb3ade", + "input": "0x50d25bcd", + "to": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 7, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "gas": "0xb00b1", + "input": "0x50d25bcd", + "to": "0xd866a07dea5ee3c093e21d33660b5579c21f140b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 7, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xb4494", + "input": "0xc76a6c9c000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xfa2", + "output": "0x000000000000000000000000000000000000000000000000000000000000006e" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xb0d1e", + "input": "0xc76a6c9c000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4eb", + "output": "0x000000000000000000000000000000000000000000000000000000000000006e" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 8, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xb2bc5", + "input": "0xa2353fdc0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf78", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xaf4b3", + "input": "0xa2353fdc0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4c1", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 9, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xb1322", + "input": "0xa2353fdc000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf78", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xadc72", + "input": "0xa2353fdc000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4c1", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 10, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xaf668", + "input": "0xfeab31ac0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x103d", + "output": "0x000000000000000000000000000000000000000000000000000349027f061800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 11 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xac028", + "input": "0xfeab31ac0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x583", + "output": "0x000000000000000000000000000000000000000000000000000349027f061800" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 11, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xadc73", + "input": "0xfca513a8", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4e9", + "output": "0x00000000000000000000000076b47460d7f7c5222cfb6b6a75615ab10895dde4" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 12 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xad09d", + "input": "0xb3596f07000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 13 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0xa9a90", + "input": "0x50d25bcd", + "to": "0xdc530d9457755926550b59e8eccdae7624181557", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 13, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xdc530d9457755926550b59e8eccdae7624181557", + "gas": "0xa62e4", + "input": "0x50d25bcd", + "to": "0x7e6c635d6a53b5033d1b0cee84eccea9096859e4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x00000000000000000000000000000000000000000000000000681e5323398800" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 13, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xaa4c8", + "input": "0xb3596f070000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2612", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 14 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x76b47460d7f7c5222cfb6b6a75615ab10895dde4", + "gas": "0xa6f6a", + "input": "0x50d25bcd", + "to": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1a66", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 14, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x773616e4d11a78f511299002da57a0a94577f1f4", + "gas": "0xa386b", + "input": "0x50d25bcd", + "to": "0xd866a07dea5ee3c093e21d33660b5579c21f140b", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xc5a", + "output": "0x000000000000000000000000000000000000000000000000000903d07d0fccc2" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 14, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xa75e6", + "input": "0xc76a6c9c000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xfa2", + "output": "0x000000000000000000000000000000000000000000000000000000000000006e" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 15 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xa41ab", + "input": "0xc76a6c9c000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4eb", + "output": "0x000000000000000000000000000000000000000000000000000000000000006e" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 15, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xa5d17", + "input": "0xa2353fdc0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf78", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 16 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xa293f", + "input": "0xa2353fdc0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4c1", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 16, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xa4474", + "input": "0xa2353fdc000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf78", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 17 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0xa10ff", + "input": "0xa2353fdc000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4c1", + "output": "0x0000000000000000000000000000000000000000000000000000000000000012" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 17, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xa2787", + "input": "0xe2403019000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1844", + "output": "0x0000000000000000000000000000000000000000001627577a4ff0caadfa23b7" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 18 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x9f486", + "input": "0xe2403019000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xd8d", + "output": "0x0000000000000000000000000000000000000000001627577a4ff0caadfa23b7" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 18, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x9c516", + "input": "0x70a082310000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "to": "0x514910771af9ca656af840dff83e8264ecf986ca", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x54b", + "output": "0x0000000000000000000000000000000000000000001627577a4ff0caadfa23b7" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 18, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0xa04be", + "input": "0x68beb4d60000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b00000000000000000000000000000000000000000000027293e056cfe6f2502b00000000000000000000000000000000000000000000003bad17f756242b95a5000000000000000000000000000000000000000000000000000349027f0618000000000000000000000000000000000000000000000000000000501955dc2b7d0000000000000000000000000000000000000000000000004a783c702665c09e0000000000000000000000000000000000000000000000000000000000000000", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2c8b3", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x9d23b", + "input": "0x68beb4d60000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b00000000000000000000000000000000000000000000027293e056cfe6f2502b00000000000000000000000000000000000000000000003bad17f756242b95a5000000000000000000000000000000000000000000000000000349027f0618000000000000000000000000000000000000000000000000000000501955dc2b7d0000000000000000000000000000000000000000000000004a783c702665c09e0000000000000000000000000000000000000000000000000000000000000000", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x2bdf2", + "output": "0x" + }, + "subtraces": 4, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x85c60", + "input": "0x70a082310000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x516", + "output": "0x0000000000000000000000000000000000000000000c311f8cd1203ed8d55988" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x846da", + "input": "0x57e37af00000000000000000000000006b175474e89094c44da98b954eedeac495271d0f0000000000000000000000000000000000000000000c339220b1770ebfc7a9b3000000000000000000000000000000000000000000026d5f01528171d8f9da290000000000000000000000000000000000000000000ab126e194658fe87d2030000000000000000000000000000000000000000000383dba3607ecc41d06663c", + "to": "0x0c212728e3cdb57ed62ddfca917fe7df17a63979", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x373a", + "output": "0x00000000000000000000000000000000000000000018b829d1129d43a941a8480000000000000000000000000000000000000000003d184d4da32af7cd4f47300000000000000000000000000000000000000000002dc5ce812b58d78b5c7db8" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0c212728e3cdb57ed62ddfca917fe7df17a63979", + "gas": "0x8189d", + "input": "0x3618abba", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4bf", + "output": "0x0000000000000000000000004d728a4496e4de35f218d5a214366bde3a62b51c" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0c212728e3cdb57ed62ddfca917fe7df17a63979", + "gas": "0x80da8", + "input": "0xbb85c0bb0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f", + "to": "0x4d728a4496e4de35f218d5a214366bde3a62b51c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x48c", + "output": "0x0000000000000000000000000000000000000000001cf389cd46047d03000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 1, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x7a510", + "input": "0x70a082310000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "to": "0x514910771af9ca656af840dff83e8264ecf986ca", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x54b", + "output": "0x0000000000000000000000000000000000000000001627577a4ff0caadfa23b7" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 2 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x78f61", + "input": "0x57e37af0000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca00000000000000000000000000000000000000000016271bcd37a95b33f26295000000000000000000000000000000000000000000000065709d5815dde56dbb00000000000000000000000000000000000000000000b5c5815985fede86338800000000000000000000000000000000000000000025385aecd10e150d3c07e3", + "to": "0x85b6c5e82886be58e99c3aeab8c74f566dc5811a", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x373a", + "output": "0x00000000000000000000000000000000000000000000207b4537130cc7a313a30000000000000000000000000000000000000000001e8948aac36f965a301dba00000000000000000000000000000000000000000004012cfc5ecb6b0a21ae69" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 3 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x85b6c5e82886be58e99c3aeab8c74f566dc5811a", + "gas": "0x76402", + "input": "0x3618abba", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4bf", + "output": "0x0000000000000000000000004d728a4496e4de35f218d5a214366bde3a62b51c" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 3, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x85b6c5e82886be58e99c3aeab8c74f566dc5811a", + "gas": "0x7590d", + "input": "0xbb85c0bb000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x4d728a4496e4de35f218d5a214366bde3a62b51c", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x48c", + "output": "0x00000000000000000000000000000000000000000018d0bf423c03d8de000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 19, + 0, + 3, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x73dee", + "input": "0x34b3beee000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xf8c", + "output": "0x000000000000000000000000a64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 20 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x716b2", + "input": "0x34b3beee000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4f5", + "output": "0x000000000000000000000000a64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 20, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x7281e", + "input": "0x3edb7cb8000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b00000000000000000000000000000000000000000000003bad17f756242b95a5", + "to": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xdb20", + "output": "0x" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 21 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0x6e85f", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c9a", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 21, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x6c25a", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x11e3", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 21, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0x68548", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c9a", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 21, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x660d0", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x11e3", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 21, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x646ae", + "input": "0xfa93b2a5000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000003bad17f756242b95a5", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x8e5e", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 22 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x62327", + "input": "0xfa93b2a5000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000003bad17f756242b95a5", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x83a1", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 22, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x5fd48", + "input": "0xa9059cbb000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000003bad17f756242b95a5", + "to": "0x514910771af9ca656af840dff83e8264ecf986ca", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x74f9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 22, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x5b119", + "input": "0x28fcf4d30000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x5575", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 23 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x59008", + "input": "0x28fcf4d30000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000b00ba6778cf84100da676101e011b3d22945827000000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4ad8", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 23, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x56bf5", + "input": "0x23b872dd000000000000000000000000b00ba6778cf84100da676101e011b3d2294582700000000000000000000000003dfd23a6c5e8bbcfc9581d2e864a68feb6a076d300000000000000000000000000000000000000000000027293e056cfe6f2502b", + "to": "0x6b175474e89094c44da98b954eedeac495271d0f", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x3bab", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 23, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x5568a", + "input": "0x3edb7cb8000000000000000000000000c55f141acd72867b48133a86d281c4350da5939b0000000000000000000000000000000000000000000000000000501955dc2b7d", + "to": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0xa9e8", + "output": "0x" + }, + "subtraces": 2, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 24 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0x51e11", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c9a", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 24, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x4ff35", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x11e3", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 24, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84", + "gas": "0x4db47", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x1c9a", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 24, + 1 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x4bd77", + "input": "0xd15e0053000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x11e3", + "output": "0x0000000000000000000000000000000000000000033bef03f77c097942b41740" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 24, + 1, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x4a2af", + "input": "0xee891296", + "to": "0x24a42fd28c976a61df5d00d0599c34c4f90748c8", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4a7", + "output": "0x000000000000000000000000e3d9988f676457123c5fd01297605efdd0cba1ae" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 25 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x398ec7346dcd622edc5ae82352f02be94c62d119", + "gas": "0x497a8", + "input": "0x8f385c22000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000000000000000000000000000000000501955dc2b7d000000000000000000000000e3d9988f676457123c5fd01297605efdd0cba1ae", + "to": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x4360", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 26 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "delegatecall", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x47add", + "input": "0x8f385c22000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000000000000000000000000000000000501955dc2b7d000000000000000000000000e3d9988f676457123c5fd01297605efdd0cba1ae", + "to": "0x5766067108e534419ce13f05899bc3e3f4344948", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x38a3", + "output": "0x" + }, + "subtraces": 1, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 26, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3", + "gas": "0x45b9f", + "input": "0xa9059cbb000000000000000000000000e3d9988f676457123c5fd01297605efdd0cba1ae0000000000000000000000000000000000000000000000000000501955dc2b7d", + "to": "0x514910771af9ca656af840dff83e8264ecf986ca", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x29f9", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 7, + 0, + 3, + 26, + 0, + 0 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x5156c", + "input": "0x70a08231000000000000000000000000b00ba6778cf84100da676101e011b3d229458270", + "to": "0x514910771af9ca656af840dff83e8264ecf986ca", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x54b", + "output": "0x00000000000000000000000000000000000000000000003bad17f756242b95a5" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 8 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x504d8", + "input": "0xa9059cbb0000000000000000000000000f3c2476fbf0ed09dff00ea7f4ef252dcc72e6f100000000000000000000000000000000000000000000003bad17f756242b95a5", + "to": "0x514910771af9ca656af840dff83e8264ecf986ca", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x6491", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 9 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xb00ba6778cf84100da676101e011b3d229458270", + "gas": "0x49808", + "input": "0x079d229f0000000000000000000000000f3c2476fbf0ed09dff00ea7f4ef252dcc72e6f10000000000000000000000000000000000000000000000000000000000000027", + "to": "0x0000000000b3f879cb30fe243b4dfee438691c04", + "value": "0x0" + }, + "blockHash": "0xb6cc81760e51caafd869a943b0bb1db7d89f830ad43f971fdcd5459276b17495", + "blockNumber": 11132918, + "result": { + "gasUsed": "0x16ac", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 0, + 0, + 10 + ], + "transactionHash": "0x963054a6001e4711a64b5dc35a37a0eb3aaf3bb7c204f021dd5e85e7a8a51a31", + "transactionPosition": 1, + "type": "call" + } +] diff --git a/res/zapper1.json b/res/zapper1.json new file mode 100644 index 0000000..afea968 --- /dev/null +++ b/res/zapper1.json @@ -0,0 +1,687 @@ +[ + { + "action": { + "callType": "call", + "from": "0xfe620da5b52249a3eaf15cae7d1bd8ac43d83616", + "gas": "0x605f0", + "input": "0x1d572320000000000000000000000000fe620da5b52249a3eaf15cae7d1bd8ac43d8361600000000000000000000000000000000000000000000000000000000000000000000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000001e87f85809dc00000000000000000000000000000000000000000000000000000000019315abce76", + "to": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "value": "0x1e87f85809dc0000" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x53d2f", + "output": "0x0000000000000000000000000000000000000000000000000000019d40ccae59" + }, + "subtraces": 14, + "traceAddress": [], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x5b11f", + "input": "0xd0e30db0", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x1e87f85809dc0000" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x5892", + "output": "0x" + }, + "subtraces": 0, + "traceAddress": [ + 0 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x55359", + "input": "0xe6a439050000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "to": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4f0", + "output": "0x000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940" + }, + "subtraces": 0, + "traceAddress": [ + 1 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x5483a", + "input": "0x0902f1ac", + "to": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4b4", + "output": "0x000000000000000000000000000000000000000000000000000002bff5f2aded00000000000000000000000000000000000000000000cf94b8838432ccbfa5bf000000000000000000000000000000000000000000000000000000005f8f5792" + }, + "subtraces": 0, + "traceAddress": [ + 2 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x51016", + "input": "0xdd62ed3e0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x589", + "output": "0x00000000000000000000000000000000000000000000000000001be964f91aa6" + }, + "subtraces": 0, + "traceAddress": [ + 3 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x501c0", + "input": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d0000000000000000000000000000000000000000000000000f49f6712f447bc8", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x1c98", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 4 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x4db92", + "input": "0x38ed17390000000000000000000000000000000000000000000000000f49da87ca4b6122000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58ff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x1582e", + "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000f49da87ca4b6122000000000000000000000000000000000000000000000000000000000033b10e" + }, + "subtraces": 3, + "traceAddress": [ + 5 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x4bac8", + "input": "0x0902f1ac", + "to": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4b4", + "output": "0x000000000000000000000000000000000000000000000000000002bff5f2aded00000000000000000000000000000000000000000000cf94b8838432ccbfa5bf000000000000000000000000000000000000000000000000000000005f8f5792" + }, + "subtraces": 0, + "traceAddress": [ + 5, + 0 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x4a8f9", + "input": "0x23b872dd0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d9400000000000000000000000000000000000000000000000000f49da87ca4b6122", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x3938", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 5, + 1 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x46359", + "input": "0x022c0d9f000000000000000000000000000000000000000000000000000000000033b10e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000", + "to": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0xefff", + "output": "0x" + }, + "subtraces": 3, + "traceAddress": [ + 5, + 2 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "gas": "0x429e7", + "input": "0xa9059cbb0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f000000000000000000000000000000000000000000000000000000000033b10e", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x7bd7", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 5, + 2, + 0 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "gas": "0x3a8f5", + "input": "0x70a08231000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x5d7", + "output": "0x000000000000000000000000000000000000000000000000000002bff5befcdf" + }, + "subtraces": 0, + "traceAddress": [ + 5, + 2, + 1 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "gas": "0x39d03", + "input": "0x70a08231000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4d2", + "output": "0x00000000000000000000000000000000000000000000cf94c7cd5eba970b06e1" + }, + "subtraces": 0, + "traceAddress": [ + 5, + 2, + 2 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x37ee8", + "input": "0xdd62ed3e0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x6ea", + "output": "0x0000000000000000000000000000000000000000000000000000000000000027" + }, + "subtraces": 0, + "traceAddress": [ + 6 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x36f37", + "input": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d000000000000000000000000000000000000000000000000000000000033b135", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x2084", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 7 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x347bf", + "input": "0xdd62ed3e0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x589", + "output": "0x00000000000000000000000000000000000000000000000000001be964f91aa6" + }, + "subtraces": 0, + "traceAddress": [ + 8 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x33968", + "input": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d0000000000000000000000000000000000000000000000000f3e39b9a489b984", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x1c98", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 9 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x31582", + "input": "0xe8e337000000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000000000000000000000000000000000000033b10e0000000000000000000000000000000000000000000000000f3e1dd03f909ede000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58ff000000000000000000000000000000000000000000000000000000000000000", + "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x162f3", + "output": "0x000000000000000000000000000000000000000000000000000000000033b10e0000000000000000000000000000000000000000000000000f3e1d924b2aaabf0000000000000000000000000000000000000000000000000000019d40ccae59" + }, + "subtraces": 5, + "traceAddress": [ + 10 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x30170", + "input": "0xe6a439050000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "to": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4f0", + "output": "0x000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 0 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x2f32c", + "input": "0x0902f1ac", + "to": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4b4", + "output": "0x000000000000000000000000000000000000000000000000000002bff5befcdf00000000000000000000000000000000000000000000cf94c7cd5eba970b06e1000000000000000000000000000000000000000000000000000000005f8f5792" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 1 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x2e41a", + "input": "0x23b872dd0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940000000000000000000000000000000000000000000000000000000000033b10e", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x2c06", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 2 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x2b260", + "input": "0x23b872dd0000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d9400000000000000000000000000000000000000000000000000f3e1d924b2aaabf", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x28d0", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 3 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d", + "gas": "0x28344", + "input": "0x6a6278420000000000000000000000000286ab4c526c0f28ec31dbb08755c999f441a58f", + "to": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0xda1e", + "output": "0x0000000000000000000000000000000000000000000000000000019d40ccae59" + }, + "subtraces": 3, + "traceAddress": [ + 10, + 4 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "gas": "0x2555c", + "input": "0x70a08231000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940", + "to": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x5d7", + "output": "0x000000000000000000000000000000000000000000000000000002bff5f2aded" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 4, + 0 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "gas": "0x2464a", + "input": "0x70a08231000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4d2", + "output": "0x00000000000000000000000000000000000000000000cf94d70b7c4ce235b1a0" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 4, + 1 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "gas": "0x2376f", + "input": "0x017e7e58", + "to": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x3f6", + "output": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "subtraces": 0, + "traceAddress": [ + 10, + 4, + 2 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x1acf0", + "input": "0xa9059cbb000000000000000000000000fe620da5b52249a3eaf15cae7d1bd8ac43d836160000000000000000000000000000000000000000000000000000003df465f41f", + "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x656a", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 11 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "staticcall", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x141a0", + "input": "0xe6a439050000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "to": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x4f0", + "output": "0x000000000000000000000000bb2b8038a1640196fbe3e38816f3e67cba72d940" + }, + "subtraces": 0, + "traceAddress": [ + 12 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + }, + { + "action": { + "callType": "call", + "from": "0x0286ab4c526c0f28ec31dbb08755c999f441a58f", + "gas": "0x12e89", + "input": "0xa9059cbb000000000000000000000000fe620da5b52249a3eaf15cae7d1bd8ac43d836160000000000000000000000000000000000000000000000000000019d40ccae59", + "to": "0xbb2b8038a1640196fbe3e38816f3e67cba72d940", + "value": "0x0" + }, + "blockHash": "0x67037e5d57f02628892f348fdc60df57c24b0bf9fe6730bd22087ed69d1870e3", + "blockNumber": 11095494, + "result": { + "gasUsed": "0x6234", + "output": "0x0000000000000000000000000000000000000000000000000000000000000001" + }, + "subtraces": 0, + "traceAddress": [ + 13 + ], + "transactionHash": "0xeefe7d3c0a01ea2130ecbd917f07cb95de8beafb1a84f4d91b8dfd7367528b92", + "transactionPosition": 79, + "type": "call" + } +] diff --git a/src/addresses.rs b/src/addresses.rs index b36a4cd..4991b34 100644 --- a/src/addresses.rs +++ b/src/addresses.rs @@ -8,7 +8,7 @@ use std::collections::{HashMap, HashSet}; pub fn lookup(address: Address) -> String { ADDRESSBOOK .get(&address) - .unwrap_or(&format!("{:?}", &address).to_string()) + .unwrap_or(&format!("{:?}", &address)) .clone() } @@ -58,13 +58,11 @@ pub static PROTOCOLS: Lazy> = Lazy::new(|| { Protocol::SakeSwap, ); - let map = insert_many( + insert_many( map, &["0xfe01821Ca163844203220cd08E4f2B2FB43aE4E4"], // 0x: BalancerBridge Protocol::Balancer, - ); - - map + ) }); // Addresses which should be ignored when used as the target of a transaction @@ -76,6 +74,8 @@ pub static FILTER: Lazy> = Lazy::new(|| { set.insert(parse_address("0x86969d29F5fd327E1009bA66072BE22DB6017cC6")); // furucombo set.insert(parse_address("0x57805e5a227937bac2b0fdacaa30413ddac6b8e1")); + // yearn recycler + set.insert(parse_address("0x5F07257145fDd889c6E318F99828E68A449A5c7A")); set }); @@ -86,7 +86,7 @@ pub static BALANCER_PROXY: Lazy
= Lazy::new(|| parse_address("0x3E66B66Fd1d0b02fDa6C811Da9E0547970DB2f21")); pub static CURVE_REGISTRY: Lazy
= - Lazy::new(|| parse_address("7002B727Ef8F5571Cb5F9D70D13DBEEb4dFAe9d1")); + Lazy::new(|| parse_address("0x7D86446dDb609eD0F5f8684AcF30380a356b2B4c")); pub static CETH: Lazy
= Lazy::new(|| parse_address("4Ddc2D193948926D02f9B1fE9e1daa0718270ED5")); @@ -179,6 +179,8 @@ pub static ADDRESSBOOK: Lazy> = Lazy::new(|| { ("0x6B175474E89094C44DA98B954EEDEAC495271D0F", "DAI"), ("0xc00e94cb662c3520282e6f5717214004a7f26888", "COMP"), ("0x5d3a536e4d6dbd6114cc1ead35777bab948e3643", "cDAI"), + ("0x514910771af9ca656af840dff83e8264ecf986ca", "LINK"), + ("0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", "WBTC"), ( "0x5dbcf33d8c2e976c6b560249878e6f1491bca25c", "yyDAI+yUSDC+yUSDT+yTUSD", @@ -190,7 +192,7 @@ pub static ADDRESSBOOK: Lazy> = Lazy::new(|| { .collect(); // https://github.com/flashbots/mev-inspect/blob/master/src/InspectorKnownBot.ts#L17 - let map = insert_many( + insert_many( map, &[ "0x9799b475dec92bd99bbdd943013325c36157f383", @@ -248,15 +250,10 @@ pub static ADDRESSBOOK: Lazy> = Lazy::new(|| { "0x80119949f52cb9bf18ecf259e3c3b59f0e5e5a5b", ], "KNOWN BOT".to_string(), - ); - - map + ) }); pub fn parse_address(addr: &str) -> Address { - if addr.starts_with("0x") { - addr[2..].parse().unwrap() - } else { - addr.parse().unwrap() - } + let addr = addr.strip_prefix("0x").unwrap_or(addr); + addr.parse().unwrap() } diff --git a/src/inspectors/aave.rs b/src/inspectors/aave.rs index 7bc4183..7f2e46b 100644 --- a/src/inspectors/aave.rs +++ b/src/inspectors/aave.rs @@ -29,52 +29,90 @@ impl Aave { impl Inspector for Aave { fn inspect(&self, inspection: &mut Inspection) { - let actions = &mut inspection.actions; + for action in inspection.actions.iter_mut() { + match action { + Classification::Unknown(ref mut calltrace) => { + let call = calltrace.as_ref(); + if call.to == *AAVE_LENDING_POOL { + inspection.protocols.insert(Protocol::Aave); - let protocols = actions - .iter_mut() - .filter_map(|action| self.inspect_one(action)) - .collect::>(); + // https://github.com/aave/aave-protocol/blob/master/contracts/lendingpool/LendingPool.sol#L805 + if let Ok((collateral, reserve, user, purchase_amount, _)) = + self.pool + .decode::("liquidationCall", &call.input) + { + // Set the amount to 0. We'll set it at the reducer + *action = Classification::new( + Liquidation { + sent_token: reserve, + sent_amount: purchase_amount, - inspection.protocols.extend(&protocols[..]); - inspection.protocols.sort_unstable(); - inspection.protocols.dedup(); + received_token: collateral, + received_amount: U256::zero(), + from: call.from, + liquidated_user: user, + }, + calltrace.trace_address.clone(), + ); + } + } + } + Classification::Known(_) | Classification::Prune => {} + } + } } } -impl Aave { - fn inspect_one(&self, action: &mut Classification) -> Option { - let mut res = None; - match action { - Classification::Unknown(ref mut calltrace) => { - let call = calltrace.as_ref(); - if call.to == *AAVE_LENDING_POOL { - res = Some(Protocol::Aave); +#[cfg(test)] +mod tests { + use super::*; + use crate::{ + inspectors::ERC20, reducers::LiquidationReducer, test_helpers::read_trace, Reducer, + }; - // https://github.com/aave/aave-protocol/blob/master/contracts/lendingpool/LendingPool.sol#L805 - if let Ok((collateral, reserve, user, purchase_amount, _)) = - self.pool - .decode::("liquidationCall", &call.input) - { - // Set the amount to 0. We'll set it at the reducer - *action = Classification::new( - Liquidation { - sent_token: reserve, - sent_amount: purchase_amount, + struct MyInspector { + aave: Aave, + erc20: ERC20, + reducer: LiquidationReducer, + } - received_token: collateral, - received_amount: U256::zero(), - from: call.from, - liquidated_user: user, - }, - calltrace.trace_address.clone(), - ); - } - } + impl MyInspector { + fn inspect(&self, inspection: &mut Inspection) { + self.aave.inspect(inspection); + self.erc20.inspect(inspection); + self.reducer.reduce(inspection); + inspection.prune(); + } + + fn new() -> Self { + Self { + aave: Aave::new(), + erc20: ERC20::new(), + reducer: LiquidationReducer::new(), } - Classification::Known(_) | Classification::Prune => {} } + } + + #[tokio::test] + async fn simple_liquidation() { + let mut inspection = read_trace("simple_liquidation.json"); + let aave = MyInspector::new(); + aave.inspect(&mut inspection); + + let liquidation = inspection + .known() + .iter() + .find_map(|x| x.as_ref().liquidation()) + .cloned() + .unwrap(); - res + assert_eq!( + liquidation.sent_amount.to_string(), + "11558317402311470764075" + ); + assert_eq!( + liquidation.received_amount.to_string(), + "1100830609991235507621" + ); } } diff --git a/src/inspectors/balancer.rs b/src/inspectors/balancer.rs index b72b971..c9fc37f 100644 --- a/src/inspectors/balancer.rs +++ b/src/inspectors/balancer.rs @@ -27,7 +27,7 @@ impl Inspector for Balancer { for i in 0..inspection.actions.len() { let action = &mut inspection.actions[i]; - if let Some(calltrace) = action.to_call() { + if let Some(calltrace) = action.as_call() { let call = calltrace.as_ref(); let (token_in, _, token_out, _, _) = if let Ok(inner) = self .bpool @@ -40,10 +40,8 @@ impl Inspector for Balancer { { inner } else { - if self.check(calltrace.as_ref()) - && !inspection.protocols.contains(&Protocol::Balancer) - { - inspection.protocols.push(Protocol::Balancer); + if self.check(calltrace.as_ref()) { + inspection.protocols.insert(Protocol::Balancer); } continue; }; @@ -76,9 +74,7 @@ impl Inspector for Balancer { prune.push(j); prune.push(k); - if !inspection.protocols.contains(&Protocol::Balancer) { - inspection.protocols.push(Protocol::Balancer); - } + inspection.protocols.insert(Protocol::Balancer); } _ => {} }; diff --git a/src/inspectors/batch.rs b/src/inspectors/batch.rs index 5f1b6c8..e2934cd 100644 --- a/src/inspectors/batch.rs +++ b/src/inspectors/batch.rs @@ -22,27 +22,25 @@ impl BatchInspector { /// Given a trace iterator, it groups all traces for the same tx hash /// and then inspects them and all of their subtraces - pub fn inspect_many<'a>(&'a self, traces: impl IntoIterator) -> Vec { + pub fn inspect_many(&self, traces: impl IntoIterator) -> Vec { // group traces in a block by tx hash let traces = traces.into_iter().group_by(|t| t.transaction_hash); // inspects everything - let inspections = traces + traces .into_iter() // Convert the traces to inspections .filter_map(|(_, traces)| self.inspect_one(traces)) - .collect::>(); - - inspections + .collect::>() } - pub fn inspect_one<'a, T>(&'a self, traces: T) -> Option + pub fn inspect_one(&self, traces: T) -> Option where T: IntoIterator, { use std::convert::TryFrom; let mut res = None; - if let Some(mut i) = Inspection::try_from(TraceWrapper(traces)).ok() { + if let Ok(mut i) = Inspection::try_from(TraceWrapper(traces)) { if !i.actions.is_empty() { self.inspect(&mut i); self.reduce(&mut i); @@ -74,6 +72,7 @@ mod tests { addresses::{ADDRESSBOOK, WETH}, inspectors::*, reducers::*, + set, test_helpers::*, types::{Protocol, Status}, }; @@ -95,7 +94,7 @@ mod tests { Box::new(ERC20::new()), Box::new(Uniswap::new()), Box::new(Aave::new()), - Box::new(Curve::new()), // even though the Curve inspector is on, there's no Curve in the found protocols + Box::new(Curve::new(vec![])), // even though the Curve inspector is on, there's no Curve in the found protocols ], vec![ // Classify liquidations first @@ -126,7 +125,7 @@ mod tests { // SushiSwap is touched in a static call. The bot probably // checked whether it was more profitable to trade the // ETH for YFI on Sushi or Uni - vec![Protocol::Uniswap, Protocol::Sushiswap, Protocol::Aave] + set![Protocol::Uniswap, Protocol::Sushiswap, Protocol::Aave] ); assert_eq!(ADDRESSBOOK.get(&liquidation.token).unwrap(), "WETH"); @@ -146,7 +145,7 @@ mod tests { vec![ Box::new(ERC20::new()), Box::new(Uniswap::new()), - Box::new(Curve::new()), + Box::new(Curve::new(vec![])), Box::new(Balancer::new()), ], vec![ @@ -167,7 +166,7 @@ mod tests { assert_eq!(arb.token, *WETH); assert_eq!( inspection.protocols, - vec![Protocol::Uniswap, Protocol::Balancer] + set![Protocol::Uniswap, Protocol::Balancer] ); } @@ -181,7 +180,7 @@ mod tests { vec![ Box::new(ERC20::new()), Box::new(Uniswap::new()), - Box::new(Curve::new()), + Box::new(Curve::new(vec![])), Box::new(Balancer::new()), ], vec![ @@ -202,7 +201,7 @@ mod tests { assert_eq!(arb.token, *WETH); assert_eq!( inspection.protocols, - vec![Protocol::Uniswap, Protocol::Balancer] + set![Protocol::Uniswap, Protocol::Balancer] ); } @@ -214,7 +213,7 @@ mod tests { vec![ Box::new(ERC20::new()), Box::new(Uniswap::new()), - Box::new(Curve::new()), + Box::new(Curve::new(vec![])), ], vec![ Box::new(TradeReducer::new()), @@ -235,7 +234,7 @@ mod tests { assert_eq!(arb.token, *WETH); assert_eq!( inspection.protocols, - vec![Protocol::Sushiswap, Protocol::Curve] + set![Protocol::Sushiswap, Protocol::Curve] ); } @@ -251,7 +250,7 @@ mod tests { Box::new(Uniswap::new()), Box::new(Balancer::new()), Box::new(ZeroEx::new()), - Box::new(Curve::new()), + Box::new(Curve::new(vec![])), ], vec![ Box::new(LiquidationReducer::new()), @@ -266,7 +265,7 @@ mod tests { let known = inspection.known(); dbg!(&known); assert_eq!(inspection.status, Status::Reverted); - assert_eq!(inspection.protocols, vec![Protocol::Uniswap]) + assert_eq!(inspection.protocols, set![Protocol::Uniswap]) } #[test] @@ -281,7 +280,7 @@ mod tests { Box::new(ZeroEx::new()), Box::new(Balancer::new()), Box::new(Uniswap::new()), - Box::new(Curve::new()), + Box::new(Curve::new(vec![])), ], vec![ Box::new(LiquidationReducer::new()), @@ -297,7 +296,7 @@ mod tests { assert_eq!(inspection.status, Status::Success); assert_eq!( inspection.protocols, - vec![Protocol::Aave, Protocol::DyDx, Protocol::Uniswap] + set![Protocol::Aave, Protocol::DyDx, Protocol::Uniswap] ); let liquidation = known .iter() @@ -322,7 +321,7 @@ mod tests { Box::new(ZeroEx::new()), Box::new(Balancer::new()), Box::new(Uniswap::new()), - Box::new(Curve::new()), + Box::new(Curve::new(vec![])), ], vec![ Box::new(LiquidationReducer::new()), @@ -338,7 +337,7 @@ mod tests { assert_eq!(inspection.status, Status::Success); assert_eq!( inspection.protocols, - vec![Protocol::Aave, Protocol::Uniswappy] + set![Protocol::Aave, Protocol::Uniswappy] ); let liquidation = known .iter() @@ -347,4 +346,79 @@ mod tests { assert_eq!(ADDRESSBOOK.get(&liquidation.sent_token).unwrap(), "BAT"); assert_eq!(ADDRESSBOOK.get(&liquidation.received_token).unwrap(), "DAI"); } + + #[tokio::test] + // This was a failed attempt at a triangular arb between zHEGIC/WETH, zHEGIC/HEGIC + // and the HEGIC/WETH pools. The arb, if successful, would've yielded 0.1 ETH: + // 1. Known bot sends 115 WETH to 0xa084 (their proxy) + // 2. 0xa084 trades 3.583 WETH for zHEGIC + // 3. trades zHEGIC for HEGIC + // 4. trades HEGIC for 3.685 WETH whcih stays at 0xa084 + // 5. send the remaining 111 WETH back to known bot + async fn reverted_arb_positive_revenue() { + let mut inspection = read_trace("reverted_arb.json"); + + let inspector = BatchInspector::new( + vec![Box::new(ERC20::new()), Box::new(Uniswap::new())], + vec![ + Box::new(TradeReducer::new()), + Box::new(ArbitrageReducer::new()), + ], + ); + inspector.inspect(&mut inspection); + inspector.reduce(&mut inspection); + inspection.prune(); + + let arb = inspection + .known() + .iter() + .find_map(|x| x.as_ref().arbitrage()) + .cloned() + .unwrap(); + assert_eq!(arb.profit.to_string(), "101664758086906735"); + assert_eq!(inspection.status, Status::Reverted); + } + + #[tokio::test] + // This is added to ensure we do not misclassify Zapper txs + // https://github.com/flashbots/mev-inspect-ts/issues/14 + async fn zapper_no_false_positive() { + let mut inspection = read_trace("zapper1.json"); + + let inspector = BatchInspector::new( + vec![Box::new(ERC20::new()), Box::new(Uniswap::new())], + vec![ + Box::new(TradeReducer::new()), + Box::new(ArbitrageReducer::new()), + ], + ); + inspector.inspect(&mut inspection); + inspector.reduce(&mut inspection); + inspection.prune(); + + // first a trade gets classified + let trade = inspection + .known() + .iter() + .find_map(|x| x.as_ref().trade()) + .cloned() + .unwrap(); + assert_eq!(trade.t1.amount.to_string(), "1101651860618174754"); + assert_eq!(trade.t2.amount.to_string(), "3387662"); + + // then the addliquidity call gets classified + let add_liquidity = inspection + .known() + .iter() + .find_map(|x| x.as_ref().add_liquidity()) + .cloned() + .unwrap(); + assert_eq!( + add_liquidity.amounts, + vec![ + U256::from_dec_str("3387662").unwrap(), + U256::from_dec_str("1098348139381825246").unwrap(), + ] + ); + } } diff --git a/src/inspectors/compound.rs b/src/inspectors/compound.rs index 196b235..50bc6b5 100644 --- a/src/inspectors/compound.rs +++ b/src/inspectors/compound.rs @@ -11,7 +11,7 @@ use ethers::{ abi::{Abi, FunctionExt}, contract::{abigen, BaseContract, ContractError}, providers::Middleware, - types::{Address, Call, U256}, + types::{Address, Call, CallType, U256}, }; use std::collections::HashMap; @@ -51,8 +51,13 @@ impl Inspector for Compound { // if the provided action is a liquidation, start parsing all the subtraces if let Some((mut liquidation, trace)) = self.try_as_liquidation(&action) { - if !inspection.protocols.contains(&Protocol::Compound) { - inspection.protocols.push(Protocol::Compound); + inspection.protocols.insert(Protocol::Compound); + + // omit the double-counted Dcall + if let Some(ref call_type) = action.as_call().map(|call| &call.call.call_type) { + if matches!(call_type, CallType::DelegateCall) { + continue; + } } // once we find the `seize` call, parse it @@ -257,7 +262,7 @@ mod tests { // ZRX has 18 decimals assert_eq!(liquidation.sent_amount, 653800000000000000u64.into()); - assert_eq!(inspection.protocols, vec![Protocol::Compound]); + assert_eq!(inspection.protocols, crate::set![Protocol::Compound]); assert_eq!(inspection.status, Status::Success); } diff --git a/src/inspectors/curve.rs b/src/inspectors/curve.rs index f2d16ff..7cd4d8e 100644 --- a/src/inspectors/curve.rs +++ b/src/inspectors/curve.rs @@ -1,17 +1,19 @@ +#![allow(clippy::too_many_arguments)] use crate::{ addresses::CURVE_REGISTRY, traits::Inspector, - types::{Inspection, Protocol}, + types::{actions::AddLiquidity, Classification, Inspection, Protocol}, }; -use ethers::{abi::Abi, contract::BaseContract}; use ethers::{ - contract::decode_fn as abi_decode, + abi::parse_abi, + contract::decode_function_data, contract::{abigen, ContractError}, providers::Middleware, - types::{Address, Call as TraceCall, U256}, + types::{Address, Bytes, Call as TraceCall, U256}, }; -use std::collections::HashSet; +use ethers::{abi::Abi, contract::BaseContract}; +use std::collections::HashMap; // Type aliases for Curve type Exchange = (u128, u128, U256, U256); @@ -20,7 +22,8 @@ type Exchange = (u128, u128, U256, U256); /// An inspector for Curve pub struct Curve { pool: BaseContract, - pools: HashSet
, + pool4: BaseContract, + pools: HashMap>, } abigen!( @@ -33,43 +36,85 @@ abigen!( impl Inspector for Curve { fn inspect(&self, inspection: &mut Inspection) { + let mut prune = Vec::new(); for i in 0..inspection.actions.len() { let action = &mut inspection.actions[i]; - if let Some(calltrace) = action.to_call() { - if self.check(calltrace.as_ref()) - && !inspection.protocols.contains(&Protocol::Curve) - { - inspection.protocols.push(Protocol::Curve); + if let Some(calltrace) = action.as_call() { + let call = calltrace.as_ref(); + if self.check(call) { + inspection.protocols.insert(Protocol::Curve); + } + + if let Some(liquidity) = self.as_add_liquidity(&call.to, &call.input) { + *action = Classification::new(liquidity, calltrace.trace_address.clone()); + prune.push(i); } } } + + let actions = inspection.actions.to_vec(); + prune + .into_iter() + .for_each(|idx| actions[idx].prune_subcalls(&mut inspection.actions)); // TODO: Add checked calls } } impl Curve { /// Constructor - pub fn new() -> Self { + pub fn new)>>(pools: T) -> Self { Self { - pool: BaseContract::from({ - serde_json::from_str::(include_str!("../../abi/curvepool.json")) - .expect("could not parse uniswap abi") - }), - pools: HashSet::new(), + pool: serde_json::from_str::(include_str!("../../abi/curvepool.json")) + .expect("could not parse Curve 2-pool abi") + .into(), + pool4: parse_abi(&[ + "function add_liquidity(uint256[4] calldata amounts, uint256 deadline) external", + ]) + .expect("could not parse curve 4-pool abi") + .into(), + pools: pools.into_iter().collect(), } } + fn as_add_liquidity(&self, to: &Address, data: &Bytes) -> Option { + let tokens = self.pools.get(to)?; + // adapter for Curve's pool-specific abi decoding + // TODO: Do we need to add the tripool? + let amounts = match tokens.len() { + 2 => self + .pool + .decode::<([U256; 2], U256), _>("add_liquidity", data) + .map(|x| x.0.to_vec()), + 4 => self + .pool4 + .decode::<([U256; 4], U256), _>("add_liquidity", data) + .map(|x| x.0.to_vec()), + _ => return None, + }; + let amounts = match amounts { + Ok(tokens) => tokens, + Err(_) => return None, + }; + + Some(AddLiquidity { + tokens: tokens.clone(), + amounts, + }) + } + pub async fn create( provider: std::sync::Arc, ) -> Result> { - let mut this = Self::new(); + let mut this = Self::new(vec![]); let registry = CurveRegistry::new(*CURVE_REGISTRY, provider); let pool_count = registry.pool_count().call().await?; + // TODO: Cache these locally. for i in 0..pool_count.as_u64() { - this.pools - .insert(registry.pool_list(i as i128).call().await?); + let pool = registry.pool_list(i.into()).call().await?; + let tokens = registry.get_underlying_coins(pool).call().await?; + this.pools.insert(pool, tokens.to_vec()); } Ok(this) @@ -82,7 +127,7 @@ impl Curve { for function in self.pool.as_ref().functions() { // exchange & exchange_underlying if function.name.starts_with("exchange") - && abi_decode::(function, &call.input, true).is_ok() + && decode_function_data::(function, &call.input, true).is_ok() { return true; } @@ -94,6 +139,12 @@ impl Curve { #[cfg(test)] mod tests { use super::*; + use crate::{ + inspectors::ERC20, + reducers::{ArbitrageReducer, TradeReducer}, + test_helpers::read_trace, + Reducer, + }; use ethers::providers::Provider; use std::convert::TryFrom; @@ -104,6 +155,47 @@ mod tests { .unwrap(); let curve = Curve::create(std::sync::Arc::new(provider)).await.unwrap(); - assert_eq!(curve.pools.len(), 8); + assert_eq!(curve.pools.len(), 26); + } + + struct MyInspector { + inspector: Curve, + erc20: ERC20, + reducer1: TradeReducer, + reducer2: ArbitrageReducer, + } + + impl MyInspector { + fn inspect(&self, inspection: &mut Inspection) { + self.inspector.inspect(inspection); + self.erc20.inspect(inspection); + self.reducer1.reduce(inspection); + self.reducer2.reduce(inspection); + inspection.prune(); + } + + fn new() -> Self { + Self { + inspector: Curve::new(vec![]), + erc20: ERC20::new(), + reducer1: TradeReducer::new(), + reducer2: ArbitrageReducer::new(), + } + } + } + + #[tokio::test] + async fn simple_arb() { + let mut inspection = read_trace("simple_curve_arb.json"); + let inspector = MyInspector::new(); + inspector.inspect(&mut inspection); + + let arb = inspection + .known() + .iter() + .find_map(|x| x.as_ref().arbitrage()) + .cloned() + .unwrap(); + assert_eq!(arb.profit.to_string(), "45259140804"); } } diff --git a/src/inspectors/erc20.rs b/src/inspectors/erc20.rs index 48d8cea..f4bdef0 100644 --- a/src/inspectors/erc20.rs +++ b/src/inspectors/erc20.rs @@ -19,7 +19,7 @@ pub struct ERC20(BaseContract); impl Inspector for ERC20 { fn inspect(&self, inspection: &mut Inspection) { inspection.actions.iter_mut().for_each(|classification| { - if let Some(calltrace) = classification.to_call() { + if let Some(calltrace) = classification.as_call() { if let Some(transfer) = self.try_parse(calltrace.as_ref()) { *classification = Classification::new(transfer, calltrace.trace_address.clone()) } diff --git a/src/inspectors/mod.rs b/src/inspectors/mod.rs index 1f15699..896e771 100644 --- a/src/inspectors/mod.rs +++ b/src/inspectors/mod.rs @@ -57,7 +57,7 @@ where let mut found_known = false; actions.find_map(|(j, a)| { if check_all || !found_known { - if let Some(action) = a.to_action() { + if let Some(action) = a.as_action() { if let Some(t) = cast(&action) { if check_fn(t) { return Some((j, t)); diff --git a/src/inspectors/uniswap.rs b/src/inspectors/uniswap.rs index 43bc10d..1d9fde5 100644 --- a/src/inspectors/uniswap.rs +++ b/src/inspectors/uniswap.rs @@ -2,12 +2,15 @@ use crate::{ addresses::{AAVE_LENDING_POOL_CORE, PROTOCOLS}, inspectors::find_matching, traits::Inspector, - types::{actions::Trade, Classification, Inspection, Protocol, Status}, + types::{ + actions::{AddLiquidity as AddLiquidityAct, Trade}, + Classification, Inspection, Protocol, Status, + }, }; use ethers::{abi::Abi, contract::BaseContract}; use ethers::{ - contract::decode_fn as abi_decode, + contract::decode_function_data, types::{Address, Bytes, Call as TraceCall, CallType, U256}, }; @@ -15,6 +18,7 @@ use ethers::{ type SwapTokensFor = (U256, U256, Vec
, Address, U256); type SwapEthFor = (U256, Vec
, Address, U256); type PairSwap = (U256, U256, Address, Bytes); +type AddLiquidity = (Address, Address, U256, U256, U256, U256, Address, U256); #[derive(Debug, Clone)] /// An inspector for Uniswap @@ -33,20 +37,33 @@ impl Inspector for Uniswap { for i in 0..inspection.actions.len() { let action = &mut inspection.actions[i]; - if let Some(calltrace) = action.to_call() { + if let Some(calltrace) = action.as_call() { let call = calltrace.as_ref(); let preflight = self.is_preflight(call); - // Direct pair transfers can be parsed immediately here - if let Ok((_, _, _, bytes)) = self.pair.decode::("swap", &call.input) { + // we classify AddLiquidity calls in order to find sandwich attacks + // by removing/adding liquidity before/after a trade + if let Ok((token0, token1, amount0, amount1, _, _, _, _)) = self + .router + .decode::("addLiquidity", &call.input) + { + let trace_address = calltrace.trace_address.clone(); + *action = Classification::new( + AddLiquidityAct { + tokens: vec![token0, token1], + amounts: vec![amount0, amount1], + }, + trace_address, + ); + } else if let Ok((_, _, _, bytes)) = + self.pair.decode::("swap", &call.input) + { // add the protocol let protocol = uniswappy(&call); - if !inspection.protocols.contains(&protocol) { - inspection.protocols.push(protocol); - } + inspection.protocols.insert(protocol); // skip flashswaps -- TODO: Get an example tx. - if bytes.as_ref().len() > 0 { + if !bytes.as_ref().is_empty() { eprintln!("Flashswaps are not supported. {:?}", inspection.hash); continue; } @@ -95,9 +112,7 @@ impl Inspector for Uniswap { } else if (call.call_type == CallType::StaticCall && preflight) || self.check(call) { let protocol = uniswappy(&call); - if !inspection.protocols.contains(&protocol) { - inspection.protocols.push(protocol); - } + inspection.protocols.insert(protocol); *action = Classification::Prune; } } @@ -114,7 +129,7 @@ impl Inspector for Uniswap { && inspection .actions .iter() - .filter_map(|x| x.to_action()) + .filter_map(|x| x.as_action()) .count() < 2 && !has_trade @@ -171,11 +186,12 @@ impl Uniswap { for function in self.router.as_ref().functions() { if function.name.starts_with("swapETH") || function.name.starts_with("swapExactETH") { - if abi_decode::(function, &call.input, true).is_ok() { + if decode_function_data::(function, &call.input, true).is_ok() { return true; } } else if function.name.starts_with("swap") { - if abi_decode::(function, &call.input, true).is_ok() { + if decode_function_data::(function, &call.input, true).is_ok() + { return true; } } @@ -250,7 +266,7 @@ pub mod tests { assert_eq!(inspection.unknown().len(), 7); assert_eq!( inspection.protocols, - vec![Protocol::Sushiswap, Protocol::Uniswap] + crate::set![Protocol::Sushiswap, Protocol::Uniswap] ); } @@ -306,52 +322,51 @@ pub mod tests { // Traces which either reverted or returned early on purpose, after checking // for an arb opportunity and seeing that it won't work. fn checked() { - let both = &[Protocol::Uniswap, Protocol::Sushiswap][..]; - let uni = &[Protocol::Uniswap][..]; + let both = crate::set![Protocol::Uniswap, Protocol::Sushiswap]; + let uni = crate::set![Protocol::Uniswap]; for (trace, protocols) in &[ ( "0x2f85ce5bb5f7833e052897fa4a070615a4e21a247e1ccc2347a3882f0e73943d", - both, + &both, ), ( "0xd9df5ae2e9e18099913559f71473866758df3fd25919be605c71c300e64165fd", - [Protocol::Uniswap, Protocol::SakeSwap].as_ref(), + &crate::set![Protocol::Uniswap, Protocol::SakeSwap], ), ( "0xfd24e512dc90bd1ca8a4f7987be6122c1fa3221b261e8728212f2f4d980ee4cd", - both, + &both, ), ( "0xf5f0b7e1c1761eff33956965f90b6d291fa2ff3c9907b450d483a58932c54598", - both, + &both, ), ( "0x4cf1a912197c2542208f7c1b5624fa5ea75508fa45f41c28f7e6aaa443d14db2", - both, + &both, ), ( "0x9b08b7c8efe5cfd40c012b956a6031f60c076bc07d5946888a0d55e5ed78b38a", - uni, + &uni, ), ( "0xe43734199366c665e341675e0f6ea280745d7d801924815b2c642dc83c8756d6", - both, + &both, ), ( "0x243b4b5bf96d345f690f6b17e75031dc634d0e97c47d73cbecf2327250077591", - both, + &both, ), ( "0x52311e6ec870f530e84f79bbb08dce05c95d80af5a3cb29ab85d128a15dbea8d", - uni, + &uni, ), ] { let mut inspection = get_trace(trace); let uni = MyInspector::new(); uni.inspect(&mut inspection); assert_eq!(inspection.status, Status::Checked); - inspection.protocols.sort(); - assert_eq!(inspection.protocols, *protocols); + assert_eq!(inspection.protocols, **protocols); } } diff --git a/src/inspectors/zeroex.rs b/src/inspectors/zeroex.rs index 0e79106..c179d16 100644 --- a/src/inspectors/zeroex.rs +++ b/src/inspectors/zeroex.rs @@ -36,7 +36,7 @@ impl Inspector for ZeroEx { for i in 0..inspection.actions.len() { let action = &mut inspection.actions[i]; - if let Some(calltrace) = action.to_call() { + if let Some(calltrace) = action.as_call() { let call = calltrace.as_ref(); if let Ok(transfer) = self @@ -44,15 +44,11 @@ impl Inspector for ZeroEx { .decode::("bridgeTransferFrom", &call.input) { // we found a 0x transaction - if !inspection.protocols.contains(&Protocol::ZeroEx) { - inspection.protocols.push(Protocol::ZeroEx); - } + inspection.protocols.insert(Protocol::ZeroEx); // the bridge call will tell us which sub-protocol was used if let Some(protocol) = PROTOCOLS.get(&transfer.1) { - if !inspection.protocols.contains(protocol) { - inspection.protocols.push(*protocol); - } + inspection.protocols.insert(*protocol); } // change this to a transfer @@ -124,7 +120,7 @@ mod tests { zeroex.inspect(&mut inspection); assert_eq!( inspection.protocols, - vec![Protocol::ZeroEx, Protocol::Balancer, Protocol::Uniswap] + crate::set![Protocol::ZeroEx, Protocol::Balancer, Protocol::Uniswap] ); assert_eq!(inspection.status, Status::Reverted); let known = inspection.known(); diff --git a/src/lib.rs b/src/lib.rs index d5d39d6..772bb80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +#![allow(clippy::clippy::new_without_default)] +#![allow(clippy::clippy::clippy::single_match)] //! MEV-INSPECT //! //! Utility for MEV Inspection @@ -60,7 +62,7 @@ pub(crate) fn actions_after( let subtraces = rest .iter() - .filter_map(|t| t.to_call().map(|x| &x.call)) + .filter_map(|t| t.as_call().map(|x| &x.call)) .collect(); (action, subtraces) } diff --git a/src/main.rs b/src/main.rs index dcb2cbd..654d71a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,10 +81,12 @@ async fn main() -> anyhow::Result<()> { } async fn run(provider: M, opts: Opts) -> anyhow::Result<()> { + let provider = Arc::new(provider); // Instantiate the thing which will query historical prices let prices = HistoricalPrice::new(provider.clone()); - let provider2 = Arc::new(provider.clone()); + let compound = Compound::create(provider.clone()).await?; + let curve = Curve::create(provider.clone()).await?; let inspectors: Vec> = vec![ // Classify Transfers Box::new(ZeroEx::new()), @@ -92,10 +94,10 @@ async fn run(provider: M, opts: Opts) -> anyhow // Classify AMMs Box::new(Balancer::new()), Box::new(Uniswap::new()), - Box::new(Curve::create(provider2.clone()).await?), + Box::new(curve), // Classify Liquidations Box::new(Aave::new()), - Box::new(Compound::create(provider2).await?), + Box::new(compound), ]; let reducers: Vec> = vec![ diff --git a/src/mevdb.rs b/src/mevdb.rs index 4f5afaf..96159cf 100644 --- a/src/mevdb.rs +++ b/src/mevdb.rs @@ -96,7 +96,7 @@ impl<'a> MevDB<'a> { .inspection .proxy_impl .map(|x| format!("{:?}", x)) - .unwrap_or("".to_owned()), + .unwrap_or_else(|| "".to_owned()), ], ) .await?; diff --git a/src/prices.rs b/src/prices.rs index a43136a..50faaea 100644 --- a/src/prices.rs +++ b/src/prices.rs @@ -1,3 +1,4 @@ +#![allow(clippy::clippy::too_many_arguments)] use crate::addresses::{parse_address, ETH, WETH}; use ethers::{ contract::{abigen, ContractError}, @@ -31,7 +32,7 @@ impl HistoricalPrice { .parse() .expect("cannot parse unirouter"); Self { - uniswap: Uniswap::new(unirouter.clone(), provider.into()), + uniswap: Uniswap::new(unirouter, provider.into()), } } diff --git a/src/reducers/arbitrage.rs b/src/reducers/arbitrage.rs index e6a57e3..1b3ce51 100644 --- a/src/reducers/arbitrage.rs +++ b/src/reducers/arbitrage.rs @@ -1,6 +1,9 @@ use crate::{ inspectors::find_matching, - types::{actions::Arbitrage, Classification, Inspection}, + types::{ + actions::{Arbitrage, SpecificAction}, + Classification, Inspection, + }, Reducer, }; @@ -23,7 +26,7 @@ impl Reducer for ArbitrageReducer { .enumerate() .for_each(|(i, action)| { // check if we got a trade - let trade = if let Some(trade) = action.to_action().map(|x| x.trade()).flatten() { + let trade = if let Some(trade) = action.as_action().map(|x| x.trade()).flatten() { trade } else { return; @@ -55,7 +58,18 @@ impl Reducer for ArbitrageReducer { for range in prune { inspection.actions[range.0..range.1] .iter_mut() - .for_each(|a| *a = Classification::Prune); + .for_each(|a| match a { + // Of the known actions, prune only the trades/transfers + Classification::Known(c) => match c.action { + SpecificAction::Arbitrage(_) + | SpecificAction::Trade(_) + | SpecificAction::Transfer(_) => { + *a = Classification::Prune; + } + _ => {} + }, + _ => *a = Classification::Prune, + }) } } } diff --git a/src/reducers/liquidation.rs b/src/reducers/liquidation.rs index cecac07..23dd6aa 100644 --- a/src/reducers/liquidation.rs +++ b/src/reducers/liquidation.rs @@ -31,7 +31,7 @@ impl Reducer for LiquidationReducer { .enumerate() .for_each(|(i, ref mut action)| { let opt = action - .to_action_mut() + .as_action_mut() .map(|x| x.liquidation_mut()) .flatten(); let liquidation = if let Some(liquidation) = opt { diff --git a/src/reducers/trade.rs b/src/reducers/trade.rs index 241265b..d39364b 100644 --- a/src/reducers/trade.rs +++ b/src/reducers/trade.rs @@ -24,7 +24,7 @@ impl Reducer for TradeReducer { .for_each(|(i, action)| { // check if we got a transfer let transfer = - if let Some(transfer) = action.to_action().map(|x| x.transfer()).flatten() { + if let Some(transfer) = action.as_action().map(|x| x.transfer()).flatten() { transfer } else { return; diff --git a/src/test_helpers/mod.rs b/src/test_helpers/mod.rs index 8fff0bc..7be5e4e 100644 --- a/src/test_helpers/mod.rs +++ b/src/test_helpers/mod.rs @@ -1,7 +1,7 @@ use crate::types::{inspection::TraceWrapper, Classification, Inspection, Status}; use ethers::types::{Address, Trace, TxHash}; use once_cell::sync::Lazy; -use std::convert::TryInto; +use std::{collections::HashSet, convert::TryInto}; pub const TRACE: &str = include_str!("../../res/11017338.trace.json"); pub static TRACES: Lazy> = Lazy::new(|| serde_json::from_str(TRACE).unwrap()); @@ -18,7 +18,7 @@ pub fn mk_inspection(actions: Vec) -> Inspection { Inspection { status: Status::Success, actions, - protocols: vec![], + protocols: HashSet::new(), from: Address::zero(), contract: Address::zero(), proxy_impl: None, @@ -50,3 +50,16 @@ pub fn get_trace(hash: &str) -> Inspection { .try_into() .unwrap() } + +#[macro_export] +macro_rules! set { + ( $( $x:expr ),* ) => { // Match zero or more comma delimited items + { + let mut temp_set = std::collections::HashSet::new(); // Create a mutable HashSet + $( + temp_set.insert($x); // Insert each item matched into the HashSet + )* + temp_set // Return the populated HashSet + } + }; +} diff --git a/src/types/actions.rs b/src/types/actions.rs index 97bf947..d700eec 100644 --- a/src/types/actions.rs +++ b/src/types/actions.rs @@ -15,6 +15,8 @@ pub enum SpecificAction { Trade(Trade), Liquidation(Liquidation), + AddLiquidity(AddLiquidity), + Arbitrage(Arbitrage), ProfitableLiquidation(ProfitableLiquidation), @@ -23,6 +25,18 @@ pub enum SpecificAction { LiquidationCheck, } +#[derive(Debug, Clone, PartialOrd, PartialEq)] +pub struct AddLiquidity { + pub tokens: Vec
, + pub amounts: Vec, +} + +impl From for SpecificAction { + fn from(src: AddLiquidity) -> Self { + SpecificAction::AddLiquidity(src) + } +} + impl SpecificAction { pub fn deposit(&self) -> Option<&Deposit> { match self { @@ -80,6 +94,13 @@ impl SpecificAction { _ => None, } } + + pub fn add_liquidity(&self) -> Option<&AddLiquidity> { + match self { + SpecificAction::AddLiquidity(inner) => Some(inner), + _ => None, + } + } } #[derive(Clone, PartialOrd, PartialEq)] diff --git a/src/types/classification.rs b/src/types/classification.rs index 93219dc..e920257 100644 --- a/src/types/classification.rs +++ b/src/types/classification.rs @@ -1,6 +1,5 @@ use crate::{addresses::lookup, is_subtrace, types::actions::SpecificAction}; use ethers::types::Call; -use rustc_hex::ToHex; use std::fmt; #[derive(Clone, PartialEq)] @@ -92,21 +91,21 @@ impl Classification { v } - pub fn to_action(&self) -> Option<&SpecificAction> { + pub fn as_action(&self) -> Option<&SpecificAction> { match self { Classification::Known(ref inner) => Some(&inner.action), _ => None, } } - pub fn to_action_mut(&mut self) -> Option<&mut SpecificAction> { + pub fn as_action_mut(&mut self) -> Option<&mut SpecificAction> { match self { Classification::Known(ref mut inner) => Some(&mut inner.action), _ => None, } } - pub fn to_call(&self) -> Option<&CallTrace> { + pub fn as_call(&self) -> Option<&CallTrace> { match self { Classification::Unknown(ref inner) => Some(&inner), _ => None, @@ -127,7 +126,7 @@ impl fmt::Debug for Classification { .field("to", &lookup(call.to)) .field("value", &call.value) .field("gas", &call.gas) - .field("input", &call.input.as_ref().to_hex::()) + .field("input", &hex::encode(&call.input)) .field("call_type", &call.call_type) .field("trace", trace_address) .finish(), diff --git a/src/types/inspection.rs b/src/types/inspection.rs index d8ea22d..712e2c4 100644 --- a/src/types/inspection.rs +++ b/src/types/inspection.rs @@ -6,9 +6,9 @@ use crate::{ }, }; use ethers::types::{Action, Address, CallType, Trace, TxHash}; -use std::convert::TryFrom; +use std::{collections::HashSet, convert::TryFrom}; -#[derive(Debug, Clone, PartialEq)] +#[derive(Debug, Clone)] /// The result of an inspection of a trace along with its inspected subtraces pub struct Inspection { /// Success / failure @@ -20,8 +20,7 @@ pub struct Inspection { ///// Where /// All the involved protocols - // TODO: Should we tie this in each classified action? - pub protocols: Vec, + pub protocols: HashSet, // Who /// The sender of the transaction @@ -121,11 +120,11 @@ impl> TryFrom> for Inspection { // all unclassified calls actions: Vec::new(), // start off with empty protocols since everything is unclassified - protocols: Vec::new(), + protocols: HashSet::new(), from: call.from, contract: call.to, proxy_impl: None, - hash: trace.transaction_hash.unwrap_or(TxHash::zero()), + hash: trace.transaction_hash.unwrap_or_else(TxHash::zero), block_number: trace.block_number, }; @@ -148,7 +147,7 @@ impl> TryFrom> for Inspection { } if call.to == *DYDX && !inspection.protocols.contains(&Protocol::DyDx) { - inspection.protocols.push(Protocol::DyDx) + inspection.protocols.insert(Protocol::DyDx); } Some( diff --git a/src/types/mod.rs b/src/types/mod.rs index 493c6d0..1e9d83c 100644 --- a/src/types/mod.rs +++ b/src/types/mod.rs @@ -20,7 +20,7 @@ pub enum Status { Success, } -#[derive(Debug, Clone, Copy, PartialOrd, PartialEq, Eq, Ord)] +#[derive(Debug, Clone, Copy, PartialOrd, PartialEq, Eq, Ord, Hash)] /// The supported protocols pub enum Protocol { // Uniswap & Forks