From 37dbb86aa615ba1ab583946f084b0ce190975478 Mon Sep 17 00:00:00 2001 From: Ho Date: Thu, 21 Jul 2022 16:00:50 +0800 Subject: [PATCH] fix: add the mutation of coinbase address under clique mode (#126) fix clique coinbase issue --- miner/worker.go | 41 +- trie/zkproof/delete_trace.json | 44734 +++++++++++++++++++++++++++++++ trie/zkproof/writer.go | 2 +- trie/zkproof/writer_test.go | 11 + 4 files changed, 44772 insertions(+), 16 deletions(-) create mode 100644 trie/zkproof/delete_trace.json diff --git a/miner/worker.go b/miner/worker.go index 2c99e80eb5..8401d815d7 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -704,15 +704,26 @@ func (w *worker) makeCurrent(parent *types.Block, header *types.Header) error { } state.StartPrefetcher("miner") - // fetch coinbase's proof - proof, err := state.GetProof(header.Coinbase) - if err != nil { - log.Error("Proof for coinbase not available", "coinbase", header.Coinbase.String(), "error", err) - // but we still mark the proofs map with nil array - } - wrappedProof := make([]hexutil.Bytes, len(proof)) - for i, bt := range proof { - wrappedProof[i] = bt + proofs := make(map[string][]hexutil.Bytes) + // init proof with coinbase's proof + for _, coinbase := range []common.Address{w.coinbase, header.Coinbase} { + if coinbase == (common.Address{}) { + continue + } + + key := coinbase.String() + if _, exist := proofs[key]; !exist { + proof, err := state.GetProof(coinbase) + if err != nil { + log.Error("Proof for coinbase not available", "coinbase", coinbase, "error", err) + // but we still mark the proofs map with nil array + } + wrappedProof := make([]hexutil.Bytes, len(proof)) + for i, bt := range proof { + wrappedProof[i] = bt + } + proofs[key] = wrappedProof + } } env := &environment{ @@ -722,7 +733,7 @@ func (w *worker) makeCurrent(parent *types.Block, header *types.Header) error { family: mapset.NewSet(), uncles: mapset.NewSet(), header: header, - proofs: map[string][]hexutil.Bytes{header.Coinbase.String(): wrappedProof}, + proofs: proofs, storageProofs: make(map[string]map[string][]hexutil.Bytes), } // when 08 is processed ancestors contain 07 (quick block) @@ -842,12 +853,12 @@ func (w *worker) commitTransaction(tx *types.Transaction, coinbase common.Addres } // collect affected account after tx being applied - for _, acc := range []*common.Address{&from, to} { + for acc := range map[common.Address]bool{from: true, (*to): true, w.coinbase: true} { after = append(after, &types.AccountWrapper{ - Address: *acc, - Nonce: w.current.state.GetNonce(*acc), - Balance: (*hexutil.Big)(w.current.state.GetBalance(*acc)), - CodeHash: w.current.state.GetCodeHash(*acc), + Address: acc, + Nonce: w.current.state.GetNonce(acc), + Balance: (*hexutil.Big)(w.current.state.GetBalance(acc)), + CodeHash: w.current.state.GetCodeHash(acc), }) } diff --git a/trie/zkproof/delete_trace.json b/trie/zkproof/delete_trace.json new file mode 100644 index 0000000000..1d0a0098a8 --- /dev/null +++ b/trie/zkproof/delete_trace.json @@ -0,0 +1,44734 @@ +{ + "blockTrace": { + "number": "0x74", + "hash": "0x995bedf5bfb601afe76fca8bc42220d44f92f4d693706676c26c015be93e63b2", + "gasLimit": 7527660, + "difficulty": "0x2", + "baseFee": "0x1365", + "coinbase": { + "address": "0x0000000000000000000000000000000000000000", + "nonce": 0, + "balance": "0x0", + "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "time": 1658365662, + "transactions": [ + { + "type": 2, + "nonce": 112, + "gas": 3023192, + "gasPrice": "0x5968478b", + "from": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "to": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "chainId": "0xcf55", + "value": "0x0", + "data": "0x40c10f190000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571000000000000000000000000000000000000000000000000000001821e4b97d6", + "isCreate": false, + "v": "0x1", + "r": "0x4ca41c5126c388f4c7135660f2c06a54220bafc559097120038554dc6932e994", + "s": "0x591452807a290f3b9bed977baffb9ebacc1214381c3dff776ec5bd2710bb274c" + }, + { + "type": 2, + "nonce": 113, + "gas": 3024600, + "gasPrice": "0x5968478b", + "from": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "to": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "chainId": "0xcf55", + "value": "0x0", + "data": "0x23b872dd0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5000000000000000000000000000000000000000000000000000001821e4b97d6", + "isCreate": false, + "v": "0x1", + "r": "0x3b2f21e311dedd4c314efa5dd17328f812024bb72951ddc963abbec5ec6cbd1b", + "s": "0x6db3405bd11a0f5669609e970c779f32e6c6054b8b0c579a5d032bce466ec486" + }, + { + "type": 2, + "nonce": 14, + "gas": 3021784, + "gasPrice": "0x59685b4a", + "from": "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "to": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "chainId": "0xcf55", + "value": "0x0", + "data": "0x42966c68000000000000000000000000000000000000000000000000000001821e4b97d6", + "isCreate": false, + "v": "0x1", + "r": "0xed9db7f4dbe6d9c44587403cbf5d84fa73c807dbd245c90882854e34cee83819", + "s": "0x2f89ec84d97d082091674677669ca5a02b457867473fd699b44f0fdcde3ad89b" + } + ] + }, + "storageTrace": { + "rootBefore": "0x153f9ae7171140f98e7783183be33d84f58102ac4cc2f9af72215fb46dc38c17", + "rootAfter": "0x217e31dfb3102a602d23bfc6f2f134b05c51d6d0f0a86abc100cce0d5dbdccbd", + "proofs": { + "0x4cb1aB63aF5D8931Ce09673EbD8ae2ce16fD6571": [ + "0x003d4e24355756265585f139a469e6551627286f79a8db9ecdd2f293d555d1d8156e8cc3d26d602af5d3e15227227e87b2b59a66bd7c73ddfa8457b8cbc671ea28", + "0x00603e21ebf8347fef548726e5b087928ff28bbce516e97d10cfdbd3f965439909b08632d91acddee72b83ce5b028b52aeaeccf2e1a89f53fc0446ab443b617812", + "0x0016eab1722eeb0a7a94c49ec32419c7de863b891eca29598b10d668669a9806090af33831cde25ce42d7879de7da54788412e217d4631c9f17c7e9309898d6915", + "0x007b8467bb883f68c9741fdd26d34d095b9727139c5f91243a8e571086cbdfe50fb9b5450548241673c5c6b77730f2613b5943165d08931ff3da9b45c3742ddb0f", + "0x00504d00f97691e95b26869f3a3a00e500927037cb4c71afcd1c18d1cc5e78b62d5853f78346fc3c128a64874141784f78f6c4e9102e02b9a206f5df548b48491c", + "0x0078c7b59d789c294f21339f0a872b81a418d6b24273fe959dc00126520917970d45a8373e7697cde86d00fecdbcd53ff42b08c15fd123d69364451ccf89dcfd1a", + "0x000000000000000000000000000000000000000000000000000000000000000000f6cae2163871d052569d0fa2ea7e575a1e1c541cc862dc74a9803ab3a2878805", + "0x005c4f84a26d7c13aea5d1eda2f5f793a21a5f6fbe6bf33afc60a714d84a2e5c1ba72c67edca1db779b38140aaee9baf382c96315f0884909da4a4a7480f3ab82d", + "0x017581e431a68d0fa641e14a7d29a6c2b150db6da1d13f59dee6f7f492a0bebd290404000000000000000000000000000000000000000000000000000000000000000000700056bc75e2d630ffffffffffffffffffffffffffffffffffffb14f658c270a4ec5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0x5847653F3c2E05aef6838550513fDA1A8528DCb3": [ + "0x003d4e24355756265585f139a469e6551627286f79a8db9ecdd2f293d555d1d8156e8cc3d26d602af5d3e15227227e87b2b59a66bd7c73ddfa8457b8cbc671ea28", + "0x00c6512e5f7a009bab7916fddbecc230de912849a0a13f03639ebbd49c3f42282ae7cb143fc0ec716ddcf502a4a91b3c420cf89e1a58c75c63c1a296b9748a872d", + "0x00376a69cbc9b2f52110fbf410e68369eb05ca5441d575594a816cd9b88f676f17b3eda526502208e66c787b8bd64c93ed963e4a3d5bf7e20cca24fce95a236e10", + "0x00a268c40f0bf2a86c539831ce19fdcc119577a520d4edc49be7e17b80611af6249e50de909d1fbf300487684aa2c9090f81926168fb6bdd393ac16e58e9e0ca0f", + "0x001c4388adb0f6e79ab3acb88c8295d0fd3eb428a6ba9fbf4f949a29680ab250225d2858031b288feae98f07ae5bff5b1e14fd6b1dc465dd3526b6d40e23b1330d", + "0x008ff66054000959fa56cdeaa64cd9563a60e47f7c1e6b9ad77a119c3c2151df0afa3a968241bccd7fac6f3bb66ce910d3dd41ac58c30ddfe5bc587c3d24a52709", + "0x00a043b85cbde7deac32a7012ecf06c76fbf0e26562daec4b9e49c3e9e7e5f8413c57ecdf95fe0b5e9d18979570d8c50faf6ea6b410fb9619040e555b3b8aa7a14", + "0x0138a7456d0b467b2e9a007b93494ee23cef1a22928d112201ee54f33d259df40804040000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000009772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf027694212f58ec318f2de89e8f78d0ce20b6c9308728608acec1057daf8c3beb100", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xec9C8B21a9f8e5Eb22373eDf7D0860Df0b98EBa5": [ + "0x003d4e24355756265585f139a469e6551627286f79a8db9ecdd2f293d555d1d8156e8cc3d26d602af5d3e15227227e87b2b59a66bd7c73ddfa8457b8cbc671ea28", + "0x00c6512e5f7a009bab7916fddbecc230de912849a0a13f03639ebbd49c3f42282ae7cb143fc0ec716ddcf502a4a91b3c420cf89e1a58c75c63c1a296b9748a872d", + "0x00376a69cbc9b2f52110fbf410e68369eb05ca5441d575594a816cd9b88f676f17b3eda526502208e66c787b8bd64c93ed963e4a3d5bf7e20cca24fce95a236e10", + "0x00a268c40f0bf2a86c539831ce19fdcc119577a520d4edc49be7e17b80611af6249e50de909d1fbf300487684aa2c9090f81926168fb6bdd393ac16e58e9e0ca0f", + "0x001c4388adb0f6e79ab3acb88c8295d0fd3eb428a6ba9fbf4f949a29680ab250225d2858031b288feae98f07ae5bff5b1e14fd6b1dc465dd3526b6d40e23b1330d", + "0x008ff66054000959fa56cdeaa64cd9563a60e47f7c1e6b9ad77a119c3c2151df0afa3a968241bccd7fac6f3bb66ce910d3dd41ac58c30ddfe5bc587c3d24a52709", + "0x00a043b85cbde7deac32a7012ecf06c76fbf0e26562daec4b9e49c3e9e7e5f8413c57ecdf95fe0b5e9d18979570d8c50faf6ea6b410fb9619040e555b3b8aa7a14", + "0x000000000000000000000000000000000000000000000000000000000000000000535a086a5bdb885426dec301b9add9bc1683e8bda4a8baed99b3722f94c5c80b", + "0x00b032e14074ef7471e3812867a9cd40a34ebc715856c7d8f8cf92d968b2ceb415f8cbfde5ebfbef80a336d018e09d8bc80a4810d1e4cc0a0491ebda3471061920", + "0x01f8266d5345762716cb8d5697288e17210b587580f49cabc83b1d7214e193d90204040000000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000003d590f7cba0f3dc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470000000000000000000000000000000000000000000000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + }, + "storageProofs": { + "0x5847653F3c2E05aef6838550513fDA1A8528DCb3": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": [ + "0x00ad4ed85b07982c911365eb647b5b1c19ba3036b5d5d00b9a930bf1668aeda412f085cc41141012fb6a4c1169c86361b0be0d6ece313a29b0076ad09e1e125d25", + "0x004fef56c3c35d66b3e929867dad69579f9a8dd66ac4ee6154cc9aeb053002d60898d7719a52a588f7ef170583ca6f3485092ffd38768c781a5175e74d4d673001", + "0x006fb5aeb3da70522314a8a41429237b1b28827b4b9ada7085f55b36b9544a53206fa0ce482a11f4caef33207a8dd92637fe72adcbdf0ed78bc847c45666c00217", + "0x01236a1c45f5bbe1d82fe050186038c5f58fffe8eb68f2c1c0e621595751e3fe1f010100000000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd657100", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": [ + "0x00ad4ed85b07982c911365eb647b5b1c19ba3036b5d5d00b9a930bf1668aeda412f085cc41141012fb6a4c1169c86361b0be0d6ece313a29b0076ad09e1e125d25", + "0x00ebcf69eec5fc365b94b80cdb33c1bf070e08aebbeb9411dd65bb606087d55818117ecedf3cd6564e4066070ce95e2bb410aae5ace43dcf7016efd7c4c4003c1e", + "0x00318274b321f3829d1a738bac294198f6b069f67a2bdb742c67cf51f5e0670e06e08fc7b115e79c307838a13796aab4f6b889c129b8014b2faece4841d47c140a", + "0x007c17201e66c1949dda696daca0ef916309790712d873302e6d3fbfd8a37dd3293f1eefda56d0e3b867f6f039ce0fb2200fc32750e499aa2cde616f8b1d65301d", + "0x0091192d539e0db3f79df2ad9b0e65ddd464778e3a535e283f7e0eba68b8b8710dca9b7f3453502b2a3db1f439a34960a225c9d3e3de38913bcb008fd0a579be0f", + "0x00407e088eb3497aa8c352466761a32bea6f293b8d363164a45ca91eb629bbed023965b83e0fb3c7b5908c0c986dfbfcc47f31c75778f539dfb74001598ef6a41e", + "0x01024bf643b1070d640e8e0a71057748118421d732eab2484bb0fd88cde7b0cf1001010000000000000000000000000000000000000000000000000000000000000000000000", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": [ + "0x00ad4ed85b07982c911365eb647b5b1c19ba3036b5d5d00b9a930bf1668aeda412f085cc41141012fb6a4c1169c86361b0be0d6ece313a29b0076ad09e1e125d25", + "0x00ebcf69eec5fc365b94b80cdb33c1bf070e08aebbeb9411dd65bb606087d55818117ecedf3cd6564e4066070ce95e2bb410aae5ace43dcf7016efd7c4c4003c1e", + "0x00318274b321f3829d1a738bac294198f6b069f67a2bdb742c67cf51f5e0670e06e08fc7b115e79c307838a13796aab4f6b889c129b8014b2faece4841d47c140a", + "0x000000000000000000000000000000000000000000000000000000000000000000bfe49bc4ac20539da22c266170d57da5b9b4b40f8da39e35af298656dec26127", + "0x008fea28790f62f249604813687e3dc0009b41eadf37655e5d923358d942a6372492e0a3e8db7c8c37355fe7e6e6eb4231bd1e5bb54cce695fca6d6bddb8ebd60e", + "0x016eb87f08d1e98c8f550733d56067dcb1360401bad3f8a70db2dc41bc6fc2a61001010000000000000000000000000000000000000000000000000000000000000000000300", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ], + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": [ + "0x00ad4ed85b07982c911365eb647b5b1c19ba3036b5d5d00b9a930bf1668aeda412f085cc41141012fb6a4c1169c86361b0be0d6ece313a29b0076ad09e1e125d25", + "0x00ebcf69eec5fc365b94b80cdb33c1bf070e08aebbeb9411dd65bb606087d55818117ecedf3cd6564e4066070ce95e2bb410aae5ace43dcf7016efd7c4c4003c1e", + "0x0036b38dcdac3a98c67c5bfc28ccdf9c6623595fd75e7fb8eeb2c2f03ca3a5612029774de3d4f8d05bec2205451924440aa86b5cf073c87c9cb0b4893658a26727", + "0x00eadcd8a29ee09fb7069bd5333cca296fe396f0c1091f85b5a43510377ffde61fa347491e6f56ae44163423f22243c2b39d27bce30baaebe9db652007e2324325", + "0x013c486aff184b37f3a3c8c47818d557995f55f239ee33938aa009a4b6b9bbbd2701010000000000000000000000000000000000000000000000000000000000000000000600", + "0x5448495320495320534f4d45204d4147494320425954455320464f5220534d54206d3172525867503278704449" + ] + } + } + }, + "executionResults": [ + { + "gas": 52232, + "failed": false, + "from": { + "address": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "nonce": 112, + "balance": "0x56bc75e2d630ffffffffffffffffffffffffffffffffffffb14f658c270a4e", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + }, + "to": { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0" + }, + "accountAfter": [ + { + "address": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "nonce": 113, + "balance": "0x56bc75e2d630ffffffffffffffffffffffffffffffffffffb14f657cb1f326", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + }, + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0" + } + ], + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "byteCode": "0x608060405234801561001057600080fd5b50600436106101215760003560e01c80636352211e116100ad578063a144819411610071578063a144819414610318578063a22cb46514610334578063b88d4fde14610350578063c87b56dd1461036c578063e985e9c51461039c57610121565b80636352211e146102605780636c0360eb1461029057806370a08231146102ae5780638832e6e3146102de57806395d89b41146102fa57610121565b806323b872dd116100f457806323b872dd146101c057806340c10f19146101dc57806342842e0e146101f857806342966c68146102145780634f558e791461023057610121565b806301ffc9a71461012657806306fdde0314610156578063081812fc14610174578063095ea7b3146101a4575b600080fd5b610140600480360381019061013b9190611b65565b6103cc565b60405161014d9190611ebc565b60405180910390f35b61015e6104ae565b60405161016b9190611ed7565b60405180910390f35b61018e60048036038101906101899190611bb7565b610540565b60405161019b9190611e55565b60405180910390f35b6101be60048036038101906101b99190611ac2565b610586565b005b6101da60048036038101906101d591906119bc565b61069e565b005b6101f660048036038101906101f19190611ac2565b6106fe565b005b610212600480360381019061020d91906119bc565b61070c565b005b61022e60048036038101906102299190611bb7565b61072c565b005b61024a60048036038101906102459190611bb7565b610738565b6040516102579190611ebc565b60405180910390f35b61027a60048036038101906102759190611bb7565b61074a565b6040516102879190611e55565b60405180910390f35b6102986107fc565b6040516102a59190611ed7565b60405180910390f35b6102c860048036038101906102c39190611957565b61080b565b6040516102d59190612059565b60405180910390f35b6102f860048036038101906102f39190611afe565b6108c3565b005b6103026108d3565b60405161030f9190611ed7565b60405180910390f35b610332600480360381019061032d9190611ac2565b610965565b005b61034e60048036038101906103499190611a86565b610973565b005b61036a60048036038101906103659190611a0b565b610989565b005b61038660048036038101906103819190611bb7565b6109eb565b6040516103939190611ed7565b60405180910390f35b6103b660048036038101906103b19190611980565b610a53565b6040516103c39190611ebc565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061049757507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806104a757506104a682610ae7565b5b9050919050565b6060600080546104bd9061227e565b80601f01602080910402602001604051908101604052809291908181526020018280546104e99061227e565b80156105365780601f1061050b57610100808354040283529160200191610536565b820191906000526020600020905b81548152906001019060200180831161051957829003601f168201915b5050505050905090565b600061054b82610b51565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006105918261074a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610602576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105f990612019565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610621610b9c565b73ffffffffffffffffffffffffffffffffffffffff161480610650575061064f8161064a610b9c565b610a53565b5b61068f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161068690611fb9565b60405180910390fd5b6106998383610ba4565b505050565b6106af6106a9610b9c565b82610c5d565b6106ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e590612039565b60405180910390fd5b6106f9838383610cf2565b505050565b6107088282610f59565b5050565b61072783838360405180602001604052806000815250610989565b505050565b61073581611133565b50565b600061074382611250565b9050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156107f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107ea90611ff9565b60405180910390fd5b80915050919050565b60606108066112bc565b905090565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561087c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087390611f99565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6108ce8383836112d3565b505050565b6060600180546108e29061227e565b80601f016020809104026020016040519081016040528092919081815260200182805461090e9061227e565b801561095b5780601f106109305761010080835404028352916020019161095b565b820191906000526020600020905b81548152906001019060200180831161093e57829003601f168201915b5050505050905090565b61096f828261132e565b5050565b61098561097e610b9c565b838361134c565b5050565b61099a610994610b9c565b83610c5d565b6109d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d090612039565b60405180910390fd5b6109e5848484846114b9565b50505050565b60606109f682610b51565b6000610a006112bc565b90506000815111610a205760405180602001604052806000815250610a4b565b80610a2a84611515565b604051602001610a3b929190611e31565b6040516020818303038152906040525b915050919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b610b5a81611250565b610b99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9090611ff9565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16610c178361074a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080610c698361074a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480610cab5750610caa8185610a53565b5b80610ce957508373ffffffffffffffffffffffffffffffffffffffff16610cd184610540565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16610d128261074a565b73ffffffffffffffffffffffffffffffffffffffff1614610d68576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5f90611f19565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610dd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcf90611f59565b60405180910390fd5b610de38383836116c2565b610dee600082610ba4565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e3e9190612194565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e95919061210d565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4610f548383836116c7565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610fc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fc090611fd9565b60405180910390fd5b610fd281611250565b15611012576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100990611f39565b60405180910390fd5b61101e600083836116c2565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461106e919061210d565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461112f600083836116c7565b5050565b600061113e8261074a565b905061114c816000846116c2565b611157600083610ba4565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111a79190612194565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461124c816000846116c7565b5050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b606060405180602001604052806000815250905090565b6112dd8383610f59565b6112ea60008484846116cc565b611329576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132090611ef9565b60405180910390fd5b505050565b6113488282604051806020016040528060008152506112d3565b5050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156113bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113b290611f79565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114ac9190611ebc565b60405180910390a3505050565b6114c4848484610cf2565b6114d0848484846116cc565b61150f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150690611ef9565b60405180910390fd5b50505050565b6060600082141561155d576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506116bd565b600082905060005b6000821461158f578080611578906122e1565b915050600a826115889190612163565b9150611565565b60008167ffffffffffffffff8111156115d1577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156116035781602001600182028036833780820191505090505b5090505b600085146116b65760018261161c9190612194565b9150600a8561162b919061232a565b6030611637919061210d565b60f81b818381518110611673577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856116af9190612163565b9450611607565b8093505050505b919050565b505050565b505050565b60006116ed8473ffffffffffffffffffffffffffffffffffffffff16611863565b15611856578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611716610b9c565b8786866040518563ffffffff1660e01b81526004016117389493929190611e70565b602060405180830381600087803b15801561175257600080fd5b505af192505050801561178357506040513d601f19601f820116820180604052508101906117809190611b8e565b60015b611806573d80600081146117b3576040519150601f19603f3d011682016040523d82523d6000602084013e6117b8565b606091505b506000815114156117fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117f590611ef9565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161491505061185b565b600190505b949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600061189961189484612099565b612074565b9050828152602081018484840111156118b157600080fd5b6118bc84828561223c565b509392505050565b6000813590506118d3816126f5565b92915050565b6000813590506118e88161270c565b92915050565b6000813590506118fd81612723565b92915050565b60008151905061191281612723565b92915050565b600082601f83011261192957600080fd5b8135611939848260208601611886565b91505092915050565b6000813590506119518161273a565b92915050565b60006020828403121561196957600080fd5b6000611977848285016118c4565b91505092915050565b6000806040838503121561199357600080fd5b60006119a1858286016118c4565b92505060206119b2858286016118c4565b9150509250929050565b6000806000606084860312156119d157600080fd5b60006119df868287016118c4565b93505060206119f0868287016118c4565b9250506040611a0186828701611942565b9150509250925092565b60008060008060808587031215611a2157600080fd5b6000611a2f878288016118c4565b9450506020611a40878288016118c4565b9350506040611a5187828801611942565b925050606085013567ffffffffffffffff811115611a6e57600080fd5b611a7a87828801611918565b91505092959194509250565b60008060408385031215611a9957600080fd5b6000611aa7858286016118c4565b9250506020611ab8858286016118d9565b9150509250929050565b60008060408385031215611ad557600080fd5b6000611ae3858286016118c4565b9250506020611af485828601611942565b9150509250929050565b600080600060608486031215611b1357600080fd5b6000611b21868287016118c4565b9350506020611b3286828701611942565b925050604084013567ffffffffffffffff811115611b4f57600080fd5b611b5b86828701611918565b9150509250925092565b600060208284031215611b7757600080fd5b6000611b85848285016118ee565b91505092915050565b600060208284031215611ba057600080fd5b6000611bae84828501611903565b91505092915050565b600060208284031215611bc957600080fd5b6000611bd784828501611942565b91505092915050565b611be9816121c8565b82525050565b611bf8816121da565b82525050565b6000611c09826120ca565b611c1381856120e0565b9350611c2381856020860161224b565b611c2c81612417565b840191505092915050565b6000611c42826120d5565b611c4c81856120f1565b9350611c5c81856020860161224b565b611c6581612417565b840191505092915050565b6000611c7b826120d5565b611c858185612102565b9350611c9581856020860161224b565b80840191505092915050565b6000611cae6032836120f1565b9150611cb982612428565b604082019050919050565b6000611cd16025836120f1565b9150611cdc82612477565b604082019050919050565b6000611cf4601c836120f1565b9150611cff826124c6565b602082019050919050565b6000611d176024836120f1565b9150611d22826124ef565b604082019050919050565b6000611d3a6019836120f1565b9150611d458261253e565b602082019050919050565b6000611d5d6029836120f1565b9150611d6882612567565b604082019050919050565b6000611d80603e836120f1565b9150611d8b826125b6565b604082019050919050565b6000611da36020836120f1565b9150611dae82612605565b602082019050919050565b6000611dc66018836120f1565b9150611dd18261262e565b602082019050919050565b6000611de96021836120f1565b9150611df482612657565b604082019050919050565b6000611e0c602e836120f1565b9150611e17826126a6565b604082019050919050565b611e2b81612232565b82525050565b6000611e3d8285611c70565b9150611e498284611c70565b91508190509392505050565b6000602082019050611e6a6000830184611be0565b92915050565b6000608082019050611e856000830187611be0565b611e926020830186611be0565b611e9f6040830185611e22565b8181036060830152611eb18184611bfe565b905095945050505050565b6000602082019050611ed16000830184611bef565b92915050565b60006020820190508181036000830152611ef18184611c37565b905092915050565b60006020820190508181036000830152611f1281611ca1565b9050919050565b60006020820190508181036000830152611f3281611cc4565b9050919050565b60006020820190508181036000830152611f5281611ce7565b9050919050565b60006020820190508181036000830152611f7281611d0a565b9050919050565b60006020820190508181036000830152611f9281611d2d565b9050919050565b60006020820190508181036000830152611fb281611d50565b9050919050565b60006020820190508181036000830152611fd281611d73565b9050919050565b60006020820190508181036000830152611ff281611d96565b9050919050565b6000602082019050818103600083015261201281611db9565b9050919050565b6000602082019050818103600083015261203281611ddc565b9050919050565b6000602082019050818103600083015261205281611dff565b9050919050565b600060208201905061206e6000830184611e22565b92915050565b600061207e61208f565b905061208a82826122b0565b919050565b6000604051905090565b600067ffffffffffffffff8211156120b4576120b36123e8565b5b6120bd82612417565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061211882612232565b915061212383612232565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156121585761215761235b565b5b828201905092915050565b600061216e82612232565b915061217983612232565b9250826121895761218861238a565b5b828204905092915050565b600061219f82612232565b91506121aa83612232565b9250828210156121bd576121bc61235b565b5b828203905092915050565b60006121d382612212565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561226957808201518184015260208101905061224e565b83811115612278576000848401525b50505050565b6000600282049050600182168061229657607f821691505b602082108114156122aa576122a96123b9565b5b50919050565b6122b982612417565b810181811067ffffffffffffffff821117156122d8576122d76123e8565b5b80604052505050565b60006122ec82612232565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561231f5761231e61235b565b5b600182019050919050565b600061233582612232565b915061234083612232565b9250826123505761234f61238a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206e6f7220617070726f76656420666f7220616c6c0000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206e6f7220617070726f766564000000000000000000000000000000000000602082015250565b6126fe816121c8565b811461270957600080fd5b50565b612715816121da565b811461272057600080fd5b50565b61272c816121e6565b811461273757600080fd5b50565b61274381612232565b811461274e57600080fd5b5056fea2646970667358221220b04fb774a210bcf8c5fbbd9f8e17d5f060a98a461e2e22287843d6ed763478aa64736f6c63430008040033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 3001560, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 3001557, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 3001554, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 3001542, + "gasCost": 2, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6, + "op": "DUP1", + "gas": 3001540, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 3001537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 3001534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 3001531, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 3001521, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 3001520, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 18, + "op": "PUSH1", + "gas": 3001518, + "gasCost": 3, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 20, + "op": "CALLDATASIZE", + "gas": 3001515, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 21, + "op": "LT", + "gas": 3001513, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 3001510, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 25, + "op": "JUMPI", + "gas": 3001507, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x121" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 26, + "op": "PUSH1", + "gas": 3001497, + "gasCost": 3, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 28, + "op": "CALLDATALOAD", + "gas": 3001494, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 29, + "op": "PUSH1", + "gas": 3001491, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f190000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 31, + "op": "SHR", + "gas": 3001488, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f190000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce", + "0xe0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 32, + "op": "DUP1", + "gas": 3001485, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 33, + "op": "PUSH4", + "gas": 3001482, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 38, + "op": "GT", + "gas": 3001479, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19", + "0x6352211e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 39, + "op": "PUSH2", + "gas": 3001476, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 42, + "op": "JUMPI", + "gas": 3001473, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1", + "0xad" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 173, + "op": "JUMPDEST", + "gas": 3001463, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 174, + "op": "DUP1", + "gas": 3001462, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 175, + "op": "PUSH4", + "gas": 3001459, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 180, + "op": "GT", + "gas": 3001456, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 181, + "op": "PUSH2", + "gas": 3001453, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 184, + "op": "JUMPI", + "gas": 3001450, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x0", + "0xf4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 185, + "op": "DUP1", + "gas": 3001440, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 186, + "op": "PUSH4", + "gas": 3001437, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 191, + "op": "EQ", + "gas": 3001434, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 192, + "op": "PUSH2", + "gas": 3001431, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 195, + "op": "JUMPI", + "gas": 3001428, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x0", + "0x1c0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 196, + "op": "DUP1", + "gas": 3001418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 197, + "op": "PUSH4", + "gas": 3001415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 202, + "op": "EQ", + "gas": 3001412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x40c10f19", + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 203, + "op": "PUSH2", + "gas": 3001409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 206, + "op": "JUMPI", + "gas": 3001406, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1", + "0x1dc" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 476, + "op": "JUMPDEST", + "gas": 3001396, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 477, + "op": "PUSH2", + "gas": 3001395, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 480, + "op": "PUSH1", + "gas": 3001392, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 482, + "op": "DUP1", + "gas": 3001389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 483, + "op": "CALLDATASIZE", + "gas": 3001386, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 484, + "op": "SUB", + "gas": 3001384, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4", + "0x4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 485, + "op": "DUP2", + "gas": 3001381, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 486, + "op": "ADD", + "gas": 3001378, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4", + "0x40", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 487, + "op": "SWAP1", + "gas": 3001375, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 488, + "op": "PUSH2", + "gas": 3001372, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 491, + "op": "SWAP2", + "gas": 3001369, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x44", + "0x4", + "0x1f1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 492, + "op": "SWAP1", + "gas": 3001366, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 493, + "op": "PUSH2", + "gas": 3001363, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 496, + "op": "JUMP", + "gas": 3001360, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x1ac2" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6850, + "op": "JUMPDEST", + "gas": 3001352, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6851, + "op": "PUSH1", + "gas": 3001351, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6853, + "op": "DUP1", + "gas": 3001348, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6854, + "op": "PUSH1", + "gas": 3001345, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6856, + "op": "DUP4", + "gas": 3001342, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6857, + "op": "DUP6", + "gas": 3001339, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x40", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6858, + "op": "SUB", + "gas": 3001336, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x40", + "0x4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6859, + "op": "SLT", + "gas": 3001333, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x40", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6860, + "op": "ISZERO", + "gas": 3001330, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6861, + "op": "PUSH2", + "gas": 3001327, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6864, + "op": "JUMPI", + "gas": 3001324, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x1", + "0x1ad5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6869, + "op": "JUMPDEST", + "gas": 3001314, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6870, + "op": "PUSH1", + "gas": 3001313, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6872, + "op": "PUSH2", + "gas": 3001310, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6875, + "op": "DUP6", + "gas": 3001307, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6876, + "op": "DUP3", + "gas": 3001304, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6877, + "op": "DUP7", + "gas": 3001301, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6878, + "op": "ADD", + "gas": 3001298, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6879, + "op": "PUSH2", + "gas": 3001295, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6882, + "op": "JUMP", + "gas": 3001292, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x18c4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6340, + "op": "JUMPDEST", + "gas": 3001284, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6341, + "op": "PUSH1", + "gas": 3001283, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6343, + "op": "DUP2", + "gas": 3001280, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6344, + "op": "CALLDATALOAD", + "gas": 3001277, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6345, + "op": "SWAP1", + "gas": 3001274, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6346, + "op": "POP", + "gas": 3001271, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6347, + "op": "PUSH2", + "gas": 3001269, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6350, + "op": "DUP2", + "gas": 3001266, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6351, + "op": "PUSH2", + "gas": 3001263, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6354, + "op": "JUMP", + "gas": 3001260, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26f5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9973, + "op": "JUMPDEST", + "gas": 3001252, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9974, + "op": "PUSH2", + "gas": 3001251, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9977, + "op": "DUP2", + "gas": 3001248, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9978, + "op": "PUSH2", + "gas": 3001245, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9981, + "op": "JUMP", + "gas": 3001242, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21c8" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8648, + "op": "JUMPDEST", + "gas": 3001234, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8649, + "op": "PUSH1", + "gas": 3001233, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8651, + "op": "PUSH2", + "gas": 3001230, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8654, + "op": "DUP3", + "gas": 3001227, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8655, + "op": "PUSH2", + "gas": 3001224, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8658, + "op": "JUMP", + "gas": 3001221, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2212" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8722, + "op": "JUMPDEST", + "gas": 3001213, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8723, + "op": "PUSH1", + "gas": 3001212, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8725, + "op": "PUSH20", + "gas": 3001209, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8746, + "op": "DUP3", + "gas": 3001206, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8747, + "op": "AND", + "gas": 3001203, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8748, + "op": "SWAP1", + "gas": 3001200, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8749, + "op": "POP", + "gas": 3001197, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8750, + "op": "SWAP2", + "gas": 3001195, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8751, + "op": "SWAP1", + "gas": 3001192, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8752, + "op": "POP", + "gas": 3001189, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8753, + "op": "JUMP", + "gas": 3001187, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8659, + "op": "JUMPDEST", + "gas": 3001179, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8660, + "op": "SWAP1", + "gas": 3001178, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8661, + "op": "POP", + "gas": 3001175, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8662, + "op": "SWAP2", + "gas": 3001173, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8663, + "op": "SWAP1", + "gas": 3001170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8664, + "op": "POP", + "gas": 3001167, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8665, + "op": "JUMP", + "gas": 3001165, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9982, + "op": "JUMPDEST", + "gas": 3001157, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9983, + "op": "DUP2", + "gas": 3001156, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9984, + "op": "EQ", + "gas": 3001153, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9985, + "op": "PUSH2", + "gas": 3001150, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9988, + "op": "JUMPI", + "gas": 3001147, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x2709" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9993, + "op": "JUMPDEST", + "gas": 3001137, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9994, + "op": "POP", + "gas": 3001136, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9995, + "op": "JUMP", + "gas": 3001134, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6355, + "op": "JUMPDEST", + "gas": 3001126, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6356, + "op": "SWAP3", + "gas": 3001125, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1ae3", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6357, + "op": "SWAP2", + "gas": 3001122, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x44", + "0x4", + "0x1ae3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6358, + "op": "POP", + "gas": 3001119, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1ae3", + "0x4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6359, + "op": "POP", + "gas": 3001117, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1ae3", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6360, + "op": "JUMP", + "gas": 3001115, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1ae3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6883, + "op": "JUMPDEST", + "gas": 3001107, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6884, + "op": "SWAP3", + "gas": 3001106, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6885, + "op": "POP", + "gas": 3001103, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6886, + "op": "POP", + "gas": 3001101, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6887, + "op": "PUSH1", + "gas": 3001099, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6889, + "op": "PUSH2", + "gas": 3001096, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6892, + "op": "DUP6", + "gas": 3001093, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6893, + "op": "DUP3", + "gas": 3001090, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6894, + "op": "DUP7", + "gas": 3001087, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6895, + "op": "ADD", + "gas": 3001084, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x20", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6896, + "op": "PUSH2", + "gas": 3001081, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6899, + "op": "JUMP", + "gas": 3001078, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1942" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6466, + "op": "JUMPDEST", + "gas": 3001070, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6467, + "op": "PUSH1", + "gas": 3001069, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6469, + "op": "DUP2", + "gas": 3001066, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6470, + "op": "CALLDATALOAD", + "gas": 3001063, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x0", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6471, + "op": "SWAP1", + "gas": 3001060, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6472, + "op": "POP", + "gas": 3001057, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6473, + "op": "PUSH2", + "gas": 3001055, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6476, + "op": "DUP2", + "gas": 3001052, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6477, + "op": "PUSH2", + "gas": 3001049, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6480, + "op": "JUMP", + "gas": 3001046, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x273a" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10042, + "op": "JUMPDEST", + "gas": 3001038, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10043, + "op": "PUSH2", + "gas": 3001037, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10046, + "op": "DUP2", + "gas": 3001034, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10047, + "op": "PUSH2", + "gas": 3001031, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10050, + "op": "JUMP", + "gas": 3001028, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x2232" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 3001020, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 3001019, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 3001016, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 3001013, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 3001010, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 3001008, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 3001005, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 3001002, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 3001000, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10051, + "op": "JUMPDEST", + "gas": 3000992, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10052, + "op": "DUP2", + "gas": 3000991, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10053, + "op": "EQ", + "gas": 3000988, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10054, + "op": "PUSH2", + "gas": 3000985, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10057, + "op": "JUMPI", + "gas": 3000982, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1", + "0x274e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10062, + "op": "JUMPDEST", + "gas": 3000972, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10063, + "op": "POP", + "gas": 3000971, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10064, + "op": "JUMP", + "gas": 3000969, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6", + "0x1951" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6481, + "op": "JUMPDEST", + "gas": 3000961, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6482, + "op": "SWAP3", + "gas": 3000960, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1af4", + "0x44", + "0x24", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6483, + "op": "SWAP2", + "gas": 3000957, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1821e4b97d6", + "0x44", + "0x24", + "0x1af4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6484, + "op": "POP", + "gas": 3000954, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1821e4b97d6", + "0x1af4", + "0x24", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6485, + "op": "POP", + "gas": 3000952, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1821e4b97d6", + "0x1af4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6486, + "op": "JUMP", + "gas": 3000950, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1821e4b97d6", + "0x1af4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6900, + "op": "JUMPDEST", + "gas": 3000942, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6901, + "op": "SWAP2", + "gas": 3000941, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x20", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6902, + "op": "POP", + "gas": 3000938, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x20", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6903, + "op": "POP", + "gas": 3000936, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6904, + "op": "SWAP3", + "gas": 3000934, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x44", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6905, + "op": "POP", + "gas": 3000931, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x1821e4b97d6", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6906, + "op": "SWAP3", + "gas": 3000929, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x1f1", + "0x1821e4b97d6", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6907, + "op": "SWAP1", + "gas": 3000926, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4", + "0x1f1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6908, + "op": "POP", + "gas": 3000923, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1f1", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6909, + "op": "JUMP", + "gas": 3000921, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1f1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 497, + "op": "JUMPDEST", + "gas": 3000913, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 498, + "op": "PUSH2", + "gas": 3000912, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 501, + "op": "JUMP", + "gas": 3000909, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x6fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1790, + "op": "JUMPDEST", + "gas": 3000901, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1791, + "op": "PUSH2", + "gas": 3000900, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1794, + "op": "DUP3", + "gas": 3000897, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1795, + "op": "DUP3", + "gas": 3000894, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1796, + "op": "PUSH2", + "gas": 3000891, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1799, + "op": "JUMP", + "gas": 3000888, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xf59" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3929, + "op": "JUMPDEST", + "gas": 3000880, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3930, + "op": "PUSH1", + "gas": 3000879, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3932, + "op": "PUSH20", + "gas": 3000876, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3953, + "op": "AND", + "gas": 3000873, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3954, + "op": "DUP3", + "gas": 3000870, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3955, + "op": "PUSH20", + "gas": 3000867, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3976, + "op": "AND", + "gas": 3000864, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3977, + "op": "EQ", + "gas": 3000861, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3978, + "op": "ISZERO", + "gas": 3000858, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3979, + "op": "PUSH2", + "gas": 3000855, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3982, + "op": "JUMPI", + "gas": 3000852, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xfc9" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4041, + "op": "JUMPDEST", + "gas": 3000842, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4042, + "op": "PUSH2", + "gas": 3000841, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4045, + "op": "DUP2", + "gas": 3000838, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4046, + "op": "PUSH2", + "gas": 3000835, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4049, + "op": "JUMP", + "gas": 3000832, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x1250" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4688, + "op": "JUMPDEST", + "gas": 3000824, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4689, + "op": "PUSH1", + "gas": 3000823, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4691, + "op": "DUP1", + "gas": 3000820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4692, + "op": "PUSH20", + "gas": 3000817, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4713, + "op": "AND", + "gas": 3000814, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4714, + "op": "PUSH1", + "gas": 3000811, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4716, + "op": "PUSH1", + "gas": 3000808, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4718, + "op": "DUP5", + "gas": 3000805, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4719, + "op": "DUP2", + "gas": 3000802, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4720, + "op": "MSTORE", + "gas": 3000799, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4721, + "op": "PUSH1", + "gas": 3000796, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4723, + "op": "ADD", + "gas": 3000793, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4724, + "op": "SWAP1", + "gas": 3000790, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4725, + "op": "DUP2", + "gas": 3000787, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4726, + "op": "MSTORE", + "gas": 3000784, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4727, + "op": "PUSH1", + "gas": 3000781, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4729, + "op": "ADD", + "gas": 3000778, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4730, + "op": "PUSH1", + "gas": 3000775, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4732, + "op": "SHA3", + "gas": 3000772, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4733, + "op": "PUSH1", + "gas": 3000730, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4735, + "op": "SWAP1", + "gas": 3000727, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4736, + "op": "SLOAD", + "gas": 3000724, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 4737, + "op": "SWAP1", + "gas": 2998624, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4738, + "op": "PUSH2", + "gas": 2998621, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4741, + "op": "EXP", + "gas": 2998618, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4742, + "op": "SWAP1", + "gas": 2998608, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4743, + "op": "DIV", + "gas": 2998605, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4744, + "op": "PUSH20", + "gas": 2998600, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4765, + "op": "AND", + "gas": 2998597, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4766, + "op": "PUSH20", + "gas": 2998594, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4787, + "op": "AND", + "gas": 2998591, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4788, + "op": "EQ", + "gas": 2998588, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4789, + "op": "ISZERO", + "gas": 2998585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4790, + "op": "SWAP1", + "gas": 2998582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4791, + "op": "POP", + "gas": 2998579, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4792, + "op": "SWAP2", + "gas": 2998577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xfd2", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4793, + "op": "SWAP1", + "gas": 2998574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x1821e4b97d6", + "0xfd2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4794, + "op": "POP", + "gas": 2998571, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0xfd2", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4795, + "op": "JUMP", + "gas": 2998569, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0xfd2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4050, + "op": "JUMPDEST", + "gas": 2998561, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4051, + "op": "ISZERO", + "gas": 2998560, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4052, + "op": "PUSH2", + "gas": 2998557, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4055, + "op": "JUMPI", + "gas": 2998554, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x1012" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4114, + "op": "JUMPDEST", + "gas": 2998544, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4115, + "op": "PUSH2", + "gas": 2998543, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4118, + "op": "PUSH1", + "gas": 2998540, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4120, + "op": "DUP4", + "gas": 2998537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4121, + "op": "DUP4", + "gas": 2998534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4122, + "op": "PUSH2", + "gas": 2998531, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4125, + "op": "JUMP", + "gas": 2998528, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x16c2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5826, + "op": "JUMPDEST", + "gas": 2998520, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5827, + "op": "POP", + "gas": 2998519, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5828, + "op": "POP", + "gas": 2998517, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5829, + "op": "POP", + "gas": 2998515, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5830, + "op": "JUMP", + "gas": 2998513, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x101e" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4126, + "op": "JUMPDEST", + "gas": 2998505, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4127, + "op": "PUSH1", + "gas": 2998504, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4129, + "op": "PUSH1", + "gas": 2998501, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4131, + "op": "PUSH1", + "gas": 2998498, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4133, + "op": "DUP5", + "gas": 2998495, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4134, + "op": "PUSH20", + "gas": 2998492, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4155, + "op": "AND", + "gas": 2998489, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4156, + "op": "PUSH20", + "gas": 2998486, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4177, + "op": "AND", + "gas": 2998483, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4178, + "op": "DUP2", + "gas": 2998480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4179, + "op": "MSTORE", + "gas": 2998477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4180, + "op": "PUSH1", + "gas": 2998474, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4182, + "op": "ADD", + "gas": 2998471, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4183, + "op": "SWAP1", + "gas": 2998468, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4184, + "op": "DUP2", + "gas": 2998465, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4185, + "op": "MSTORE", + "gas": 2998462, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x3", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4186, + "op": "PUSH1", + "gas": 2998459, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4188, + "op": "ADD", + "gas": 2998456, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4189, + "op": "PUSH1", + "gas": 2998453, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x40" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4191, + "op": "SHA3", + "gas": 2998450, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x40", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4192, + "op": "PUSH1", + "gas": 2998408, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4194, + "op": "DUP3", + "gas": 2998405, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4195, + "op": "DUP3", + "gas": 2998402, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4196, + "op": "SLOAD", + "gas": 2998399, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000003" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "value": "0x0000000000000000000000000000000000000000000000000000000000000003" + } + } + ] + } + }, + { + "pc": 4197, + "op": "PUSH2", + "gas": 2996299, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4200, + "op": "SWAP2", + "gas": 2996296, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1", + "0x3", + "0x106e" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4201, + "op": "SWAP1", + "gas": 2996293, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x3", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4202, + "op": "PUSH2", + "gas": 2996290, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4205, + "op": "JUMP", + "gas": 2996287, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x210d" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8461, + "op": "JUMPDEST", + "gas": 2996279, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8462, + "op": "PUSH1", + "gas": 2996278, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8464, + "op": "PUSH2", + "gas": 2996275, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8467, + "op": "DUP3", + "gas": 2996272, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8468, + "op": "PUSH2", + "gas": 2996269, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8471, + "op": "JUMP", + "gas": 2996266, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3", + "0x2232" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2996258, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2996257, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2996254, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2996251, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2996248, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2996246, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2118", + "0x3", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2996243, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x3", + "0x3", + "0x2118" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2996240, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x3", + "0x2118", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2996238, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x3", + "0x2118" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8472, + "op": "JUMPDEST", + "gas": 2996230, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8473, + "op": "SWAP2", + "gas": 2996229, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8474, + "op": "POP", + "gas": 2996226, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8475, + "op": "PUSH2", + "gas": 2996224, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8478, + "op": "DUP4", + "gas": 2996221, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8479, + "op": "PUSH2", + "gas": 2996218, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8482, + "op": "JUMP", + "gas": 2996215, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1", + "0x2232" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2996207, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2996206, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2996203, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2996200, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2996197, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1", + "0x1", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2996195, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x2123", + "0x1", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2996192, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1", + "0x1", + "0x2123" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2996189, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1", + "0x2123", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2996187, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1", + "0x2123" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8483, + "op": "JUMPDEST", + "gas": 2996179, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8484, + "op": "SWAP3", + "gas": 2996178, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8485, + "op": "POP", + "gas": 2996175, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8486, + "op": "DUP3", + "gas": 2996173, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8487, + "op": "PUSH32", + "gas": 2996170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8520, + "op": "SUB", + "gas": 2996167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8521, + "op": "DUP3", + "gas": 2996164, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8522, + "op": "GT", + "gas": 2996161, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8523, + "op": "ISZERO", + "gas": 2996158, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8524, + "op": "PUSH2", + "gas": 2996155, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8527, + "op": "JUMPI", + "gas": 2996152, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1", + "0x2158" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8536, + "op": "JUMPDEST", + "gas": 2996142, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8537, + "op": "DUP3", + "gas": 2996141, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8538, + "op": "DUP3", + "gas": 2996138, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8539, + "op": "ADD", + "gas": 2996135, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x1", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8540, + "op": "SWAP1", + "gas": 2996132, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8541, + "op": "POP", + "gas": 2996129, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8542, + "op": "SWAP3", + "gas": 2996127, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x106e", + "0x1", + "0x3", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8543, + "op": "SWAP2", + "gas": 2996124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x4", + "0x1", + "0x3", + "0x106e" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8544, + "op": "POP", + "gas": 2996121, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x4", + "0x106e", + "0x3", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8545, + "op": "POP", + "gas": 2996119, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x4", + "0x106e", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8546, + "op": "JUMP", + "gas": 2996117, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x4", + "0x106e" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4206, + "op": "JUMPDEST", + "gas": 2996109, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4207, + "op": "SWAP3", + "gas": 2996108, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4208, + "op": "POP", + "gas": 2996105, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4209, + "op": "POP", + "gas": 2996103, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4210, + "op": "DUP2", + "gas": 2996101, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4211, + "op": "SWAP1", + "gas": 2996098, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4212, + "op": "SSTORE", + "gas": 2996095, + "gasCost": 2900, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4", + "0x4", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000004" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "value": "0x0000000000000000000000000000000000000000000000000000000000000003" + } + } + ] + } + }, + { + "pc": 4213, + "op": "POP", + "gas": 2993195, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4214, + "op": "DUP2", + "gas": 2993193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4215, + "op": "PUSH1", + "gas": 2993190, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4217, + "op": "PUSH1", + "gas": 2993187, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4219, + "op": "DUP4", + "gas": 2993184, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4220, + "op": "DUP2", + "gas": 2993181, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4221, + "op": "MSTORE", + "gas": 2993178, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4222, + "op": "PUSH1", + "gas": 2993175, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4224, + "op": "ADD", + "gas": 2993172, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4225, + "op": "SWAP1", + "gas": 2993169, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4226, + "op": "DUP2", + "gas": 2993166, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4227, + "op": "MSTORE", + "gas": 2993163, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4228, + "op": "PUSH1", + "gas": 2993160, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4230, + "op": "ADD", + "gas": 2993157, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4231, + "op": "PUSH1", + "gas": 2993154, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4233, + "op": "SHA3", + "gas": 2993151, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4234, + "op": "PUSH1", + "gas": 2993109, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4236, + "op": "PUSH2", + "gas": 2993106, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4239, + "op": "EXP", + "gas": 2993103, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4240, + "op": "DUP2", + "gas": 2993093, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4241, + "op": "SLOAD", + "gas": 2993090, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000004" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 4242, + "op": "DUP2", + "gas": 2992990, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4243, + "op": "PUSH20", + "gas": 2992987, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4264, + "op": "MUL", + "gas": 2992984, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4265, + "op": "NOT", + "gas": 2992979, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4266, + "op": "AND", + "gas": 2992976, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4267, + "op": "SWAP1", + "gas": 2992973, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4268, + "op": "DUP4", + "gas": 2992970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4269, + "op": "PUSH20", + "gas": 2992967, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4290, + "op": "AND", + "gas": 2992964, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4291, + "op": "MUL", + "gas": 2992961, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4292, + "op": "OR", + "gas": 2992956, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4293, + "op": "SWAP1", + "gas": 2992953, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4294, + "op": "SSTORE", + "gas": 2992950, + "gasCost": 20000, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000004" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 4295, + "op": "POP", + "gas": 2972950, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4296, + "op": "DUP1", + "gas": 2972948, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4297, + "op": "DUP3", + "gas": 2972945, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4298, + "op": "PUSH20", + "gas": 2972942, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4319, + "op": "AND", + "gas": 2972939, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4320, + "op": "PUSH1", + "gas": 2972936, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4322, + "op": "PUSH20", + "gas": 2972933, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4343, + "op": "AND", + "gas": 2972930, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4344, + "op": "PUSH32", + "gas": 2972927, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4377, + "op": "PUSH1", + "gas": 2972924, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4379, + "op": "MLOAD", + "gas": 2972921, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4380, + "op": "PUSH1", + "gas": 2972918, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4382, + "op": "MLOAD", + "gas": 2972915, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4383, + "op": "DUP1", + "gas": 2972912, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4384, + "op": "SWAP2", + "gas": 2972909, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4385, + "op": "SUB", + "gas": 2972906, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4386, + "op": "SWAP1", + "gas": 2972903, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4387, + "op": "LOG4", + "gas": 2972900, + "gasCost": 1875, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x0", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4388, + "op": "PUSH2", + "gas": 2971025, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4391, + "op": "PUSH1", + "gas": 2971022, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4393, + "op": "DUP4", + "gas": 2971019, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4394, + "op": "DUP4", + "gas": 2971016, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4395, + "op": "PUSH2", + "gas": 2971013, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4398, + "op": "JUMP", + "gas": 2971010, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x16c7" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5831, + "op": "JUMPDEST", + "gas": 2971002, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5832, + "op": "POP", + "gas": 2971001, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5833, + "op": "POP", + "gas": 2970999, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5834, + "op": "POP", + "gas": 2970997, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5835, + "op": "JUMP", + "gas": 2970995, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x112f" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4399, + "op": "JUMPDEST", + "gas": 2970987, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4400, + "op": "POP", + "gas": 2970986, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4401, + "op": "POP", + "gas": 2970984, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4402, + "op": "JUMP", + "gas": 2970982, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x708" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1800, + "op": "JUMPDEST", + "gas": 2970974, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1801, + "op": "POP", + "gas": 2970973, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1802, + "op": "POP", + "gas": 2970971, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1803, + "op": "JUMP", + "gas": 2970969, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x40c10f19", + "0x1f6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 502, + "op": "JUMPDEST", + "gas": 2970961, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 503, + "op": "STOP", + "gas": 2970960, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x40c10f19" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + } + ] + }, + { + "gas": 46134, + "failed": false, + "from": { + "address": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "nonce": 113, + "balance": "0x56bc75e2d630ffffffffffffffffffffffffffffffffffffb14f657cb1f326", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + }, + "to": { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0" + }, + "accountAfter": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0" + }, + { + "address": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "nonce": 114, + "balance": "0x56bc75e2d630ffffffffffffffffffffffffffffffffffffb14f656f0ad7d8", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + } + ], + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "byteCode": "0x608060405234801561001057600080fd5b50600436106101215760003560e01c80636352211e116100ad578063a144819411610071578063a144819414610318578063a22cb46514610334578063b88d4fde14610350578063c87b56dd1461036c578063e985e9c51461039c57610121565b80636352211e146102605780636c0360eb1461029057806370a08231146102ae5780638832e6e3146102de57806395d89b41146102fa57610121565b806323b872dd116100f457806323b872dd146101c057806340c10f19146101dc57806342842e0e146101f857806342966c68146102145780634f558e791461023057610121565b806301ffc9a71461012657806306fdde0314610156578063081812fc14610174578063095ea7b3146101a4575b600080fd5b610140600480360381019061013b9190611b65565b6103cc565b60405161014d9190611ebc565b60405180910390f35b61015e6104ae565b60405161016b9190611ed7565b60405180910390f35b61018e60048036038101906101899190611bb7565b610540565b60405161019b9190611e55565b60405180910390f35b6101be60048036038101906101b99190611ac2565b610586565b005b6101da60048036038101906101d591906119bc565b61069e565b005b6101f660048036038101906101f19190611ac2565b6106fe565b005b610212600480360381019061020d91906119bc565b61070c565b005b61022e60048036038101906102299190611bb7565b61072c565b005b61024a60048036038101906102459190611bb7565b610738565b6040516102579190611ebc565b60405180910390f35b61027a60048036038101906102759190611bb7565b61074a565b6040516102879190611e55565b60405180910390f35b6102986107fc565b6040516102a59190611ed7565b60405180910390f35b6102c860048036038101906102c39190611957565b61080b565b6040516102d59190612059565b60405180910390f35b6102f860048036038101906102f39190611afe565b6108c3565b005b6103026108d3565b60405161030f9190611ed7565b60405180910390f35b610332600480360381019061032d9190611ac2565b610965565b005b61034e60048036038101906103499190611a86565b610973565b005b61036a60048036038101906103659190611a0b565b610989565b005b61038660048036038101906103819190611bb7565b6109eb565b6040516103939190611ed7565b60405180910390f35b6103b660048036038101906103b19190611980565b610a53565b6040516103c39190611ebc565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061049757507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806104a757506104a682610ae7565b5b9050919050565b6060600080546104bd9061227e565b80601f01602080910402602001604051908101604052809291908181526020018280546104e99061227e565b80156105365780601f1061050b57610100808354040283529160200191610536565b820191906000526020600020905b81548152906001019060200180831161051957829003601f168201915b5050505050905090565b600061054b82610b51565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006105918261074a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610602576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105f990612019565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610621610b9c565b73ffffffffffffffffffffffffffffffffffffffff161480610650575061064f8161064a610b9c565b610a53565b5b61068f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161068690611fb9565b60405180910390fd5b6106998383610ba4565b505050565b6106af6106a9610b9c565b82610c5d565b6106ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e590612039565b60405180910390fd5b6106f9838383610cf2565b505050565b6107088282610f59565b5050565b61072783838360405180602001604052806000815250610989565b505050565b61073581611133565b50565b600061074382611250565b9050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156107f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107ea90611ff9565b60405180910390fd5b80915050919050565b60606108066112bc565b905090565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561087c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087390611f99565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6108ce8383836112d3565b505050565b6060600180546108e29061227e565b80601f016020809104026020016040519081016040528092919081815260200182805461090e9061227e565b801561095b5780601f106109305761010080835404028352916020019161095b565b820191906000526020600020905b81548152906001019060200180831161093e57829003601f168201915b5050505050905090565b61096f828261132e565b5050565b61098561097e610b9c565b838361134c565b5050565b61099a610994610b9c565b83610c5d565b6109d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d090612039565b60405180910390fd5b6109e5848484846114b9565b50505050565b60606109f682610b51565b6000610a006112bc565b90506000815111610a205760405180602001604052806000815250610a4b565b80610a2a84611515565b604051602001610a3b929190611e31565b6040516020818303038152906040525b915050919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b610b5a81611250565b610b99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9090611ff9565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16610c178361074a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080610c698361074a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480610cab5750610caa8185610a53565b5b80610ce957508373ffffffffffffffffffffffffffffffffffffffff16610cd184610540565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16610d128261074a565b73ffffffffffffffffffffffffffffffffffffffff1614610d68576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5f90611f19565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610dd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcf90611f59565b60405180910390fd5b610de38383836116c2565b610dee600082610ba4565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e3e9190612194565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e95919061210d565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4610f548383836116c7565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610fc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fc090611fd9565b60405180910390fd5b610fd281611250565b15611012576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100990611f39565b60405180910390fd5b61101e600083836116c2565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461106e919061210d565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461112f600083836116c7565b5050565b600061113e8261074a565b905061114c816000846116c2565b611157600083610ba4565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111a79190612194565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461124c816000846116c7565b5050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b606060405180602001604052806000815250905090565b6112dd8383610f59565b6112ea60008484846116cc565b611329576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132090611ef9565b60405180910390fd5b505050565b6113488282604051806020016040528060008152506112d3565b5050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156113bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113b290611f79565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114ac9190611ebc565b60405180910390a3505050565b6114c4848484610cf2565b6114d0848484846116cc565b61150f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150690611ef9565b60405180910390fd5b50505050565b6060600082141561155d576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506116bd565b600082905060005b6000821461158f578080611578906122e1565b915050600a826115889190612163565b9150611565565b60008167ffffffffffffffff8111156115d1577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156116035781602001600182028036833780820191505090505b5090505b600085146116b65760018261161c9190612194565b9150600a8561162b919061232a565b6030611637919061210d565b60f81b818381518110611673577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856116af9190612163565b9450611607565b8093505050505b919050565b505050565b505050565b60006116ed8473ffffffffffffffffffffffffffffffffffffffff16611863565b15611856578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611716610b9c565b8786866040518563ffffffff1660e01b81526004016117389493929190611e70565b602060405180830381600087803b15801561175257600080fd5b505af192505050801561178357506040513d601f19601f820116820180604052508101906117809190611b8e565b60015b611806573d80600081146117b3576040519150601f19603f3d011682016040523d82523d6000602084013e6117b8565b606091505b506000815114156117fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117f590611ef9565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161491505061185b565b600190505b949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600061189961189484612099565b612074565b9050828152602081018484840111156118b157600080fd5b6118bc84828561223c565b509392505050565b6000813590506118d3816126f5565b92915050565b6000813590506118e88161270c565b92915050565b6000813590506118fd81612723565b92915050565b60008151905061191281612723565b92915050565b600082601f83011261192957600080fd5b8135611939848260208601611886565b91505092915050565b6000813590506119518161273a565b92915050565b60006020828403121561196957600080fd5b6000611977848285016118c4565b91505092915050565b6000806040838503121561199357600080fd5b60006119a1858286016118c4565b92505060206119b2858286016118c4565b9150509250929050565b6000806000606084860312156119d157600080fd5b60006119df868287016118c4565b93505060206119f0868287016118c4565b9250506040611a0186828701611942565b9150509250925092565b60008060008060808587031215611a2157600080fd5b6000611a2f878288016118c4565b9450506020611a40878288016118c4565b9350506040611a5187828801611942565b925050606085013567ffffffffffffffff811115611a6e57600080fd5b611a7a87828801611918565b91505092959194509250565b60008060408385031215611a9957600080fd5b6000611aa7858286016118c4565b9250506020611ab8858286016118d9565b9150509250929050565b60008060408385031215611ad557600080fd5b6000611ae3858286016118c4565b9250506020611af485828601611942565b9150509250929050565b600080600060608486031215611b1357600080fd5b6000611b21868287016118c4565b9350506020611b3286828701611942565b925050604084013567ffffffffffffffff811115611b4f57600080fd5b611b5b86828701611918565b9150509250925092565b600060208284031215611b7757600080fd5b6000611b85848285016118ee565b91505092915050565b600060208284031215611ba057600080fd5b6000611bae84828501611903565b91505092915050565b600060208284031215611bc957600080fd5b6000611bd784828501611942565b91505092915050565b611be9816121c8565b82525050565b611bf8816121da565b82525050565b6000611c09826120ca565b611c1381856120e0565b9350611c2381856020860161224b565b611c2c81612417565b840191505092915050565b6000611c42826120d5565b611c4c81856120f1565b9350611c5c81856020860161224b565b611c6581612417565b840191505092915050565b6000611c7b826120d5565b611c858185612102565b9350611c9581856020860161224b565b80840191505092915050565b6000611cae6032836120f1565b9150611cb982612428565b604082019050919050565b6000611cd16025836120f1565b9150611cdc82612477565b604082019050919050565b6000611cf4601c836120f1565b9150611cff826124c6565b602082019050919050565b6000611d176024836120f1565b9150611d22826124ef565b604082019050919050565b6000611d3a6019836120f1565b9150611d458261253e565b602082019050919050565b6000611d5d6029836120f1565b9150611d6882612567565b604082019050919050565b6000611d80603e836120f1565b9150611d8b826125b6565b604082019050919050565b6000611da36020836120f1565b9150611dae82612605565b602082019050919050565b6000611dc66018836120f1565b9150611dd18261262e565b602082019050919050565b6000611de96021836120f1565b9150611df482612657565b604082019050919050565b6000611e0c602e836120f1565b9150611e17826126a6565b604082019050919050565b611e2b81612232565b82525050565b6000611e3d8285611c70565b9150611e498284611c70565b91508190509392505050565b6000602082019050611e6a6000830184611be0565b92915050565b6000608082019050611e856000830187611be0565b611e926020830186611be0565b611e9f6040830185611e22565b8181036060830152611eb18184611bfe565b905095945050505050565b6000602082019050611ed16000830184611bef565b92915050565b60006020820190508181036000830152611ef18184611c37565b905092915050565b60006020820190508181036000830152611f1281611ca1565b9050919050565b60006020820190508181036000830152611f3281611cc4565b9050919050565b60006020820190508181036000830152611f5281611ce7565b9050919050565b60006020820190508181036000830152611f7281611d0a565b9050919050565b60006020820190508181036000830152611f9281611d2d565b9050919050565b60006020820190508181036000830152611fb281611d50565b9050919050565b60006020820190508181036000830152611fd281611d73565b9050919050565b60006020820190508181036000830152611ff281611d96565b9050919050565b6000602082019050818103600083015261201281611db9565b9050919050565b6000602082019050818103600083015261203281611ddc565b9050919050565b6000602082019050818103600083015261205281611dff565b9050919050565b600060208201905061206e6000830184611e22565b92915050565b600061207e61208f565b905061208a82826122b0565b919050565b6000604051905090565b600067ffffffffffffffff8211156120b4576120b36123e8565b5b6120bd82612417565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061211882612232565b915061212383612232565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156121585761215761235b565b5b828201905092915050565b600061216e82612232565b915061217983612232565b9250826121895761218861238a565b5b828204905092915050565b600061219f82612232565b91506121aa83612232565b9250828210156121bd576121bc61235b565b5b828203905092915050565b60006121d382612212565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561226957808201518184015260208101905061224e565b83811115612278576000848401525b50505050565b6000600282049050600182168061229657607f821691505b602082108114156122aa576122a96123b9565b5b50919050565b6122b982612417565b810181811067ffffffffffffffff821117156122d8576122d76123e8565b5b80604052505050565b60006122ec82612232565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561231f5761231e61235b565b5b600182019050919050565b600061233582612232565b915061234083612232565b9250826123505761234f61238a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206e6f7220617070726f76656420666f7220616c6c0000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206e6f7220617070726f766564000000000000000000000000000000000000602082015250565b6126fe816121c8565b811461270957600080fd5b50565b612715816121da565b811461272057600080fd5b50565b61272c816121e6565b811461273757600080fd5b50565b61274381612232565b811461274e57600080fd5b5056fea2646970667358221220b04fb774a210bcf8c5fbbd9f8e17d5f060a98a461e2e22287843d6ed763478aa64736f6c63430008040033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 3002600, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 3002597, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 3002594, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 3002582, + "gasCost": 2, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6, + "op": "DUP1", + "gas": 3002580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 3002577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 3002574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 3002571, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 3002561, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 3002560, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 18, + "op": "PUSH1", + "gas": 3002558, + "gasCost": 3, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 20, + "op": "CALLDATASIZE", + "gas": 3002555, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 21, + "op": "LT", + "gas": 3002553, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 3002550, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 25, + "op": "JUMPI", + "gas": 3002547, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x121" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 26, + "op": "PUSH1", + "gas": 3002537, + "gasCost": 3, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 28, + "op": "CALLDATALOAD", + "gas": 3002534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 29, + "op": "PUSH1", + "gas": 3002531, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 31, + "op": "SHR", + "gas": 3002528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce", + "0xe0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 32, + "op": "DUP1", + "gas": 3002525, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 33, + "op": "PUSH4", + "gas": 3002522, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 38, + "op": "GT", + "gas": 3002519, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x23b872dd", + "0x6352211e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 39, + "op": "PUSH2", + "gas": 3002516, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 42, + "op": "JUMPI", + "gas": 3002513, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1", + "0xad" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 173, + "op": "JUMPDEST", + "gas": 3002503, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 174, + "op": "DUP1", + "gas": 3002502, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 175, + "op": "PUSH4", + "gas": 3002499, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 180, + "op": "GT", + "gas": 3002496, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x23b872dd", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 181, + "op": "PUSH2", + "gas": 3002493, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 184, + "op": "JUMPI", + "gas": 3002490, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x0", + "0xf4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 185, + "op": "DUP1", + "gas": 3002480, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 186, + "op": "PUSH4", + "gas": 3002477, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 191, + "op": "EQ", + "gas": 3002474, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x23b872dd", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 192, + "op": "PUSH2", + "gas": 3002471, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 195, + "op": "JUMPI", + "gas": 3002468, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1", + "0x1c0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 448, + "op": "JUMPDEST", + "gas": 3002458, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 449, + "op": "PUSH2", + "gas": 3002457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 452, + "op": "PUSH1", + "gas": 3002454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 454, + "op": "DUP1", + "gas": 3002451, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 455, + "op": "CALLDATASIZE", + "gas": 3002448, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 456, + "op": "SUB", + "gas": 3002446, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4", + "0x4", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 457, + "op": "DUP2", + "gas": 3002443, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4", + "0x60" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 458, + "op": "ADD", + "gas": 3002440, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4", + "0x60", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 459, + "op": "SWAP1", + "gas": 3002437, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 460, + "op": "PUSH2", + "gas": 3002434, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 463, + "op": "SWAP2", + "gas": 3002431, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x64", + "0x4", + "0x1d5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 464, + "op": "SWAP1", + "gas": 3002428, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x4", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 465, + "op": "PUSH2", + "gas": 3002425, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 468, + "op": "JUMP", + "gas": 3002422, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x19bc" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6588, + "op": "JUMPDEST", + "gas": 3002414, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6589, + "op": "PUSH1", + "gas": 3002413, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6591, + "op": "DUP1", + "gas": 3002410, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6592, + "op": "PUSH1", + "gas": 3002407, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6594, + "op": "PUSH1", + "gas": 3002404, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6596, + "op": "DUP5", + "gas": 3002401, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x60" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6597, + "op": "DUP7", + "gas": 3002398, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x60", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6598, + "op": "SUB", + "gas": 3002395, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x60", + "0x4", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6599, + "op": "SLT", + "gas": 3002392, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x60", + "0x60" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6600, + "op": "ISZERO", + "gas": 3002389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6601, + "op": "PUSH2", + "gas": 3002386, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6604, + "op": "JUMPI", + "gas": 3002383, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x1", + "0x19d1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6609, + "op": "JUMPDEST", + "gas": 3002373, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6610, + "op": "PUSH1", + "gas": 3002372, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6612, + "op": "PUSH2", + "gas": 3002369, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6615, + "op": "DUP7", + "gas": 3002366, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6616, + "op": "DUP3", + "gas": 3002363, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6617, + "op": "DUP8", + "gas": 3002360, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6618, + "op": "ADD", + "gas": 3002357, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6619, + "op": "PUSH2", + "gas": 3002354, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6622, + "op": "JUMP", + "gas": 3002351, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x18c4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6340, + "op": "JUMPDEST", + "gas": 3002343, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6341, + "op": "PUSH1", + "gas": 3002342, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6343, + "op": "DUP2", + "gas": 3002339, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6344, + "op": "CALLDATALOAD", + "gas": 3002336, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6345, + "op": "SWAP1", + "gas": 3002333, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6346, + "op": "POP", + "gas": 3002330, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6347, + "op": "PUSH2", + "gas": 3002328, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6350, + "op": "DUP2", + "gas": 3002325, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6351, + "op": "PUSH2", + "gas": 3002322, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6354, + "op": "JUMP", + "gas": 3002319, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26f5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9973, + "op": "JUMPDEST", + "gas": 3002311, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9974, + "op": "PUSH2", + "gas": 3002310, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9977, + "op": "DUP2", + "gas": 3002307, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9978, + "op": "PUSH2", + "gas": 3002304, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9981, + "op": "JUMP", + "gas": 3002301, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21c8" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8648, + "op": "JUMPDEST", + "gas": 3002293, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8649, + "op": "PUSH1", + "gas": 3002292, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8651, + "op": "PUSH2", + "gas": 3002289, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8654, + "op": "DUP3", + "gas": 3002286, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8655, + "op": "PUSH2", + "gas": 3002283, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8658, + "op": "JUMP", + "gas": 3002280, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x2212" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8722, + "op": "JUMPDEST", + "gas": 3002272, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8723, + "op": "PUSH1", + "gas": 3002271, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8725, + "op": "PUSH20", + "gas": 3002268, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8746, + "op": "DUP3", + "gas": 3002265, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8747, + "op": "AND", + "gas": 3002262, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8748, + "op": "SWAP1", + "gas": 3002259, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8749, + "op": "POP", + "gas": 3002256, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8750, + "op": "SWAP2", + "gas": 3002254, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8751, + "op": "SWAP1", + "gas": 3002251, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8752, + "op": "POP", + "gas": 3002248, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8753, + "op": "JUMP", + "gas": 3002246, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8659, + "op": "JUMPDEST", + "gas": 3002238, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8660, + "op": "SWAP1", + "gas": 3002237, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8661, + "op": "POP", + "gas": 3002234, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8662, + "op": "SWAP2", + "gas": 3002232, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8663, + "op": "SWAP1", + "gas": 3002229, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8664, + "op": "POP", + "gas": 3002226, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8665, + "op": "JUMP", + "gas": 3002224, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9982, + "op": "JUMPDEST", + "gas": 3002216, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9983, + "op": "DUP2", + "gas": 3002215, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9984, + "op": "EQ", + "gas": 3002212, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9985, + "op": "PUSH2", + "gas": 3002209, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9988, + "op": "JUMPI", + "gas": 3002206, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x2709" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9993, + "op": "JUMPDEST", + "gas": 3002196, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9994, + "op": "POP", + "gas": 3002195, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9995, + "op": "JUMP", + "gas": 3002193, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x18d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6355, + "op": "JUMPDEST", + "gas": 3002185, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6356, + "op": "SWAP3", + "gas": 3002184, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x19df", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6357, + "op": "SWAP2", + "gas": 3002181, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x64", + "0x4", + "0x19df" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6358, + "op": "POP", + "gas": 3002178, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x19df", + "0x4", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6359, + "op": "POP", + "gas": 3002176, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x19df", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6360, + "op": "JUMP", + "gas": 3002174, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x19df" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6623, + "op": "JUMPDEST", + "gas": 3002166, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6624, + "op": "SWAP4", + "gas": 3002165, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6625, + "op": "POP", + "gas": 3002162, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6626, + "op": "POP", + "gas": 3002160, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6627, + "op": "PUSH1", + "gas": 3002158, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6629, + "op": "PUSH2", + "gas": 3002155, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6632, + "op": "DUP7", + "gas": 3002152, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6633, + "op": "DUP3", + "gas": 3002149, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6634, + "op": "DUP8", + "gas": 3002146, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6635, + "op": "ADD", + "gas": 3002143, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x20", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6636, + "op": "PUSH2", + "gas": 3002140, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6639, + "op": "JUMP", + "gas": 3002137, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0x18c4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6340, + "op": "JUMPDEST", + "gas": 3002129, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6341, + "op": "PUSH1", + "gas": 3002128, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6343, + "op": "DUP2", + "gas": 3002125, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6344, + "op": "CALLDATALOAD", + "gas": 3002122, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0x0", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6345, + "op": "SWAP1", + "gas": 3002119, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6346, + "op": "POP", + "gas": 3002116, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6347, + "op": "PUSH2", + "gas": 3002114, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6350, + "op": "DUP2", + "gas": 3002111, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6351, + "op": "PUSH2", + "gas": 3002108, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6354, + "op": "JUMP", + "gas": 3002105, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26f5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9973, + "op": "JUMPDEST", + "gas": 3002097, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9974, + "op": "PUSH2", + "gas": 3002096, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9977, + "op": "DUP2", + "gas": 3002093, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9978, + "op": "PUSH2", + "gas": 3002090, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9981, + "op": "JUMP", + "gas": 3002087, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x21c8" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8648, + "op": "JUMPDEST", + "gas": 3002079, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8649, + "op": "PUSH1", + "gas": 3002078, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8651, + "op": "PUSH2", + "gas": 3002075, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8654, + "op": "DUP3", + "gas": 3002072, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8655, + "op": "PUSH2", + "gas": 3002069, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8658, + "op": "JUMP", + "gas": 3002066, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2212" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8722, + "op": "JUMPDEST", + "gas": 3002058, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8723, + "op": "PUSH1", + "gas": 3002057, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8725, + "op": "PUSH20", + "gas": 3002054, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8746, + "op": "DUP3", + "gas": 3002051, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8747, + "op": "AND", + "gas": 3002048, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8748, + "op": "SWAP1", + "gas": 3002045, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8749, + "op": "POP", + "gas": 3002042, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8750, + "op": "SWAP2", + "gas": 3002040, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8751, + "op": "SWAP1", + "gas": 3002037, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8752, + "op": "POP", + "gas": 3002034, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x21d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8753, + "op": "JUMP", + "gas": 3002032, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x21d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8659, + "op": "JUMPDEST", + "gas": 3002024, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8660, + "op": "SWAP1", + "gas": 3002023, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8661, + "op": "POP", + "gas": 3002020, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8662, + "op": "SWAP2", + "gas": 3002018, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8663, + "op": "SWAP1", + "gas": 3002015, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8664, + "op": "POP", + "gas": 3002012, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8665, + "op": "JUMP", + "gas": 3002010, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x26fe" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9982, + "op": "JUMPDEST", + "gas": 3002002, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9983, + "op": "DUP2", + "gas": 3002001, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9984, + "op": "EQ", + "gas": 3001998, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9985, + "op": "PUSH2", + "gas": 3001995, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9988, + "op": "JUMPI", + "gas": 3001992, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x2709" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9993, + "op": "JUMPDEST", + "gas": 3001982, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9994, + "op": "POP", + "gas": 3001981, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 9995, + "op": "JUMP", + "gas": 3001979, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x18d3" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6355, + "op": "JUMPDEST", + "gas": 3001971, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6356, + "op": "SWAP3", + "gas": 3001970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0x19f0", + "0x64", + "0x24", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6357, + "op": "SWAP2", + "gas": 3001967, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x64", + "0x24", + "0x19f0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6358, + "op": "POP", + "gas": 3001964, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x19f0", + "0x24", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6359, + "op": "POP", + "gas": 3001962, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x19f0", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6360, + "op": "JUMP", + "gas": 3001960, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x19f0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6640, + "op": "JUMPDEST", + "gas": 3001952, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6641, + "op": "SWAP3", + "gas": 3001951, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x0", + "0x20", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6642, + "op": "POP", + "gas": 3001948, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x20", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6643, + "op": "POP", + "gas": 3001946, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6644, + "op": "PUSH1", + "gas": 3001944, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6646, + "op": "PUSH2", + "gas": 3001941, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6649, + "op": "DUP7", + "gas": 3001938, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6650, + "op": "DUP3", + "gas": 3001935, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6651, + "op": "DUP8", + "gas": 3001932, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6652, + "op": "ADD", + "gas": 3001929, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x40", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6653, + "op": "PUSH2", + "gas": 3001926, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6656, + "op": "JUMP", + "gas": 3001923, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1942" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6466, + "op": "JUMPDEST", + "gas": 3001915, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6467, + "op": "PUSH1", + "gas": 3001914, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6469, + "op": "DUP2", + "gas": 3001911, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6470, + "op": "CALLDATALOAD", + "gas": 3001908, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x0", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6471, + "op": "SWAP1", + "gas": 3001905, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6472, + "op": "POP", + "gas": 3001902, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6473, + "op": "PUSH2", + "gas": 3001900, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6476, + "op": "DUP2", + "gas": 3001897, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6477, + "op": "PUSH2", + "gas": 3001894, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6480, + "op": "JUMP", + "gas": 3001891, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x273a" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10042, + "op": "JUMPDEST", + "gas": 3001883, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10043, + "op": "PUSH2", + "gas": 3001882, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10046, + "op": "DUP2", + "gas": 3001879, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10047, + "op": "PUSH2", + "gas": 3001876, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10050, + "op": "JUMP", + "gas": 3001873, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x2232" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 3001865, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 3001864, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 3001861, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 3001858, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 3001855, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 3001853, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 3001850, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 3001847, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 3001845, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10051, + "op": "JUMPDEST", + "gas": 3001837, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10052, + "op": "DUP2", + "gas": 3001836, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10053, + "op": "EQ", + "gas": 3001833, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10054, + "op": "PUSH2", + "gas": 3001830, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10057, + "op": "JUMPI", + "gas": 3001827, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1", + "0x274e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10062, + "op": "JUMPDEST", + "gas": 3001817, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10063, + "op": "POP", + "gas": 3001816, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10064, + "op": "JUMP", + "gas": 3001814, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6", + "0x1951" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6481, + "op": "JUMPDEST", + "gas": 3001806, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6482, + "op": "SWAP3", + "gas": 3001805, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1a01", + "0x64", + "0x44", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6483, + "op": "SWAP2", + "gas": 3001802, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1821e4b97d6", + "0x64", + "0x44", + "0x1a01" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6484, + "op": "POP", + "gas": 3001799, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1821e4b97d6", + "0x1a01", + "0x44", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6485, + "op": "POP", + "gas": 3001797, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1821e4b97d6", + "0x1a01", + "0x44" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6486, + "op": "JUMP", + "gas": 3001795, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1821e4b97d6", + "0x1a01" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6657, + "op": "JUMPDEST", + "gas": 3001787, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6658, + "op": "SWAP2", + "gas": 3001786, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x40", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6659, + "op": "POP", + "gas": 3001783, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x40", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6660, + "op": "POP", + "gas": 3001781, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6661, + "op": "SWAP3", + "gas": 3001779, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x4", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6662, + "op": "POP", + "gas": 3001776, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6663, + "op": "SWAP3", + "gas": 3001774, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0x64", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6664, + "op": "POP", + "gas": 3001771, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x64" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6665, + "op": "SWAP3", + "gas": 3001769, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x1d5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6666, + "op": "JUMP", + "gas": 3001766, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1d5" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 469, + "op": "JUMPDEST", + "gas": 3001758, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 470, + "op": "PUSH2", + "gas": 3001757, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 473, + "op": "JUMP", + "gas": 3001754, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x69e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1694, + "op": "JUMPDEST", + "gas": 3001746, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1695, + "op": "PUSH2", + "gas": 3001745, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1698, + "op": "PUSH2", + "gas": 3001742, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1701, + "op": "PUSH2", + "gas": 3001739, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1704, + "op": "JUMP", + "gas": 3001736, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9", + "0xb9c" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2972, + "op": "JUMPDEST", + "gas": 3001728, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2973, + "op": "PUSH1", + "gas": 3001727, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2975, + "op": "CALLER", + "gas": 3001724, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2976, + "op": "SWAP1", + "gas": 3001722, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2977, + "op": "POP", + "gas": 3001719, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2978, + "op": "SWAP1", + "gas": 3001717, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x6a9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2979, + "op": "JUMP", + "gas": 3001714, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x6a9" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1705, + "op": "JUMPDEST", + "gas": 3001706, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1706, + "op": "DUP3", + "gas": 3001705, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1707, + "op": "PUSH2", + "gas": 3001702, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1710, + "op": "JUMP", + "gas": 3001699, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xc5d" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3165, + "op": "JUMPDEST", + "gas": 3001691, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3166, + "op": "PUSH1", + "gas": 3001690, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3168, + "op": "DUP1", + "gas": 3001687, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3169, + "op": "PUSH2", + "gas": 3001684, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3172, + "op": "DUP4", + "gas": 3001681, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3173, + "op": "PUSH2", + "gas": 3001678, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3176, + "op": "JUMP", + "gas": 3001675, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x74a" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1866, + "op": "JUMPDEST", + "gas": 3001667, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1867, + "op": "PUSH1", + "gas": 3001666, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1869, + "op": "DUP1", + "gas": 3001663, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1870, + "op": "PUSH1", + "gas": 3001660, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1872, + "op": "PUSH1", + "gas": 3001657, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1874, + "op": "DUP5", + "gas": 3001654, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1875, + "op": "DUP2", + "gas": 3001651, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1876, + "op": "MSTORE", + "gas": 3001648, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1877, + "op": "PUSH1", + "gas": 3001645, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1879, + "op": "ADD", + "gas": 3001642, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1880, + "op": "SWAP1", + "gas": 3001639, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1881, + "op": "DUP2", + "gas": 3001636, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1882, + "op": "MSTORE", + "gas": 3001633, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1883, + "op": "PUSH1", + "gas": 3001630, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1885, + "op": "ADD", + "gas": 3001627, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1886, + "op": "PUSH1", + "gas": 3001624, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1888, + "op": "SHA3", + "gas": 3001621, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1889, + "op": "PUSH1", + "gas": 3001579, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1891, + "op": "SWAP1", + "gas": 3001576, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1892, + "op": "SLOAD", + "gas": 3001573, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + } + } + ] + } + }, + { + "pc": 1893, + "op": "SWAP1", + "gas": 2999473, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1894, + "op": "PUSH2", + "gas": 2999470, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1897, + "op": "EXP", + "gas": 2999467, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1898, + "op": "SWAP1", + "gas": 2999457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1899, + "op": "DIV", + "gas": 2999454, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1900, + "op": "PUSH20", + "gas": 2999449, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1921, + "op": "AND", + "gas": 2999446, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1922, + "op": "SWAP1", + "gas": 2999443, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1923, + "op": "POP", + "gas": 2999440, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1924, + "op": "PUSH1", + "gas": 2999438, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1926, + "op": "PUSH20", + "gas": 2999435, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1947, + "op": "AND", + "gas": 2999432, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1948, + "op": "DUP2", + "gas": 2999429, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1949, + "op": "PUSH20", + "gas": 2999426, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1970, + "op": "AND", + "gas": 2999423, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1971, + "op": "EQ", + "gas": 2999420, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1972, + "op": "ISZERO", + "gas": 2999417, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1973, + "op": "PUSH2", + "gas": 2999414, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1976, + "op": "JUMPI", + "gas": 2999411, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x7f3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2035, + "op": "JUMPDEST", + "gas": 2999401, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2036, + "op": "DUP1", + "gas": 2999400, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2037, + "op": "SWAP2", + "gas": 2999397, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2038, + "op": "POP", + "gas": 2999394, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2039, + "op": "POP", + "gas": 2999392, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2040, + "op": "SWAP2", + "gas": 2999390, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xc69", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2041, + "op": "SWAP1", + "gas": 2999387, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xc69" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2042, + "op": "POP", + "gas": 2999384, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xc69", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2043, + "op": "JUMP", + "gas": 2999382, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xc69" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3177, + "op": "JUMPDEST", + "gas": 2999374, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3178, + "op": "SWAP1", + "gas": 2999373, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3179, + "op": "POP", + "gas": 2999370, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3180, + "op": "DUP1", + "gas": 2999368, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3181, + "op": "PUSH20", + "gas": 2999365, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3202, + "op": "AND", + "gas": 2999362, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3203, + "op": "DUP5", + "gas": 2999359, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3204, + "op": "PUSH20", + "gas": 2999356, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3225, + "op": "AND", + "gas": 2999353, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3226, + "op": "EQ", + "gas": 2999350, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3227, + "op": "DUP1", + "gas": 2999347, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3228, + "op": "PUSH2", + "gas": 2999344, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3231, + "op": "JUMPI", + "gas": 2999341, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x1", + "0xcab" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3243, + "op": "JUMPDEST", + "gas": 2999331, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3244, + "op": "DUP1", + "gas": 2999330, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3245, + "op": "PUSH2", + "gas": 2999327, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3248, + "op": "JUMPI", + "gas": 2999324, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x1", + "0xce9" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3305, + "op": "JUMPDEST", + "gas": 2999314, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3306, + "op": "SWAP2", + "gas": 2999313, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3307, + "op": "POP", + "gas": 2999310, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3308, + "op": "POP", + "gas": 2999308, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3309, + "op": "SWAP3", + "gas": 2999306, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6af", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3310, + "op": "SWAP2", + "gas": 2999303, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0x6af" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3311, + "op": "POP", + "gas": 2999300, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x6af", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3312, + "op": "POP", + "gas": 2999298, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x6af", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3313, + "op": "JUMP", + "gas": 2999296, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x6af" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1711, + "op": "JUMPDEST", + "gas": 2999288, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1712, + "op": "PUSH2", + "gas": 2999287, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1715, + "op": "JUMPI", + "gas": 2999284, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x6ee" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1774, + "op": "JUMPDEST", + "gas": 2999274, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1775, + "op": "PUSH2", + "gas": 2999273, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1778, + "op": "DUP4", + "gas": 2999270, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1779, + "op": "DUP4", + "gas": 2999267, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1780, + "op": "DUP4", + "gas": 2999264, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1781, + "op": "PUSH2", + "gas": 2999261, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1784, + "op": "JUMP", + "gas": 2999258, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xcf2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3314, + "op": "JUMPDEST", + "gas": 2999250, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3315, + "op": "DUP3", + "gas": 2999249, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3316, + "op": "PUSH20", + "gas": 2999246, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3337, + "op": "AND", + "gas": 2999243, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3338, + "op": "PUSH2", + "gas": 2999240, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3341, + "op": "DUP3", + "gas": 2999237, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3342, + "op": "PUSH2", + "gas": 2999234, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3345, + "op": "JUMP", + "gas": 2999231, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x74a" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1866, + "op": "JUMPDEST", + "gas": 2999223, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1867, + "op": "PUSH1", + "gas": 2999222, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1869, + "op": "DUP1", + "gas": 2999219, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1870, + "op": "PUSH1", + "gas": 2999216, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1872, + "op": "PUSH1", + "gas": 2999213, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1874, + "op": "DUP5", + "gas": 2999210, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1875, + "op": "DUP2", + "gas": 2999207, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1876, + "op": "MSTORE", + "gas": 2999204, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1877, + "op": "PUSH1", + "gas": 2999201, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1879, + "op": "ADD", + "gas": 2999198, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1880, + "op": "SWAP1", + "gas": 2999195, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1881, + "op": "DUP2", + "gas": 2999192, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1882, + "op": "MSTORE", + "gas": 2999189, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1883, + "op": "PUSH1", + "gas": 2999186, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1885, + "op": "ADD", + "gas": 2999183, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1886, + "op": "PUSH1", + "gas": 2999180, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1888, + "op": "SHA3", + "gas": 2999177, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1889, + "op": "PUSH1", + "gas": 2999135, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1891, + "op": "SWAP1", + "gas": 2999132, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1892, + "op": "SLOAD", + "gas": 2999129, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + } + } + ] + } + }, + { + "pc": 1893, + "op": "SWAP1", + "gas": 2999029, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1894, + "op": "PUSH2", + "gas": 2999026, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1897, + "op": "EXP", + "gas": 2999023, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1898, + "op": "SWAP1", + "gas": 2999013, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1899, + "op": "DIV", + "gas": 2999010, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1900, + "op": "PUSH20", + "gas": 2999005, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1921, + "op": "AND", + "gas": 2999002, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1922, + "op": "SWAP1", + "gas": 2998999, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1923, + "op": "POP", + "gas": 2998996, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1924, + "op": "PUSH1", + "gas": 2998994, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1926, + "op": "PUSH20", + "gas": 2998991, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1947, + "op": "AND", + "gas": 2998988, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1948, + "op": "DUP2", + "gas": 2998985, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1949, + "op": "PUSH20", + "gas": 2998982, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1970, + "op": "AND", + "gas": 2998979, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1971, + "op": "EQ", + "gas": 2998976, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1972, + "op": "ISZERO", + "gas": 2998973, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1973, + "op": "PUSH2", + "gas": 2998970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1976, + "op": "JUMPI", + "gas": 2998967, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x7f3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2035, + "op": "JUMPDEST", + "gas": 2998957, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2036, + "op": "DUP1", + "gas": 2998956, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2037, + "op": "SWAP2", + "gas": 2998953, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2038, + "op": "POP", + "gas": 2998950, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2039, + "op": "POP", + "gas": 2998948, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2040, + "op": "SWAP2", + "gas": 2998946, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2041, + "op": "SWAP1", + "gas": 2998943, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xd12" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2042, + "op": "POP", + "gas": 2998940, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2043, + "op": "JUMP", + "gas": 2998938, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xd12" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3346, + "op": "JUMPDEST", + "gas": 2998930, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3347, + "op": "PUSH20", + "gas": 2998929, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3368, + "op": "AND", + "gas": 2998926, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3369, + "op": "EQ", + "gas": 2998923, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3370, + "op": "PUSH2", + "gas": 2998920, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3373, + "op": "JUMPI", + "gas": 2998917, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xd68" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3432, + "op": "JUMPDEST", + "gas": 2998907, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3433, + "op": "PUSH1", + "gas": 2998906, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3435, + "op": "PUSH20", + "gas": 2998903, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3456, + "op": "AND", + "gas": 2998900, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3457, + "op": "DUP3", + "gas": 2998897, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3458, + "op": "PUSH20", + "gas": 2998894, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3479, + "op": "AND", + "gas": 2998891, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3480, + "op": "EQ", + "gas": 2998888, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3481, + "op": "ISZERO", + "gas": 2998885, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3482, + "op": "PUSH2", + "gas": 2998882, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3485, + "op": "JUMPI", + "gas": 2998879, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xdd8" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3544, + "op": "JUMPDEST", + "gas": 2998869, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3545, + "op": "PUSH2", + "gas": 2998868, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3548, + "op": "DUP4", + "gas": 2998865, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3549, + "op": "DUP4", + "gas": 2998862, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3550, + "op": "DUP4", + "gas": 2998859, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3551, + "op": "PUSH2", + "gas": 2998856, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3554, + "op": "JUMP", + "gas": 2998853, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x16c2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5826, + "op": "JUMPDEST", + "gas": 2998845, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5827, + "op": "POP", + "gas": 2998844, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5828, + "op": "POP", + "gas": 2998842, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5829, + "op": "POP", + "gas": 2998840, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5830, + "op": "JUMP", + "gas": 2998838, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xde3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3555, + "op": "JUMPDEST", + "gas": 2998830, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3556, + "op": "PUSH2", + "gas": 2998829, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3559, + "op": "PUSH1", + "gas": 2998826, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3561, + "op": "DUP3", + "gas": 2998823, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3562, + "op": "PUSH2", + "gas": 2998820, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3565, + "op": "JUMP", + "gas": 2998817, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0xba4" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2980, + "op": "JUMPDEST", + "gas": 2998809, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2981, + "op": "DUP2", + "gas": 2998808, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2982, + "op": "PUSH1", + "gas": 2998805, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2984, + "op": "PUSH1", + "gas": 2998802, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2986, + "op": "DUP4", + "gas": 2998799, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2987, + "op": "DUP2", + "gas": 2998796, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2988, + "op": "MSTORE", + "gas": 2998793, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2989, + "op": "PUSH1", + "gas": 2998790, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2991, + "op": "ADD", + "gas": 2998787, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2992, + "op": "SWAP1", + "gas": 2998784, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2993, + "op": "DUP2", + "gas": 2998781, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20", + "0x4" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2994, + "op": "MSTORE", + "gas": 2998778, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20", + "0x4", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2995, + "op": "PUSH1", + "gas": 2998775, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2997, + "op": "ADD", + "gas": 2998772, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2998, + "op": "PUSH1", + "gas": 2998769, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3000, + "op": "SHA3", + "gas": 2998766, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3001, + "op": "PUSH1", + "gas": 2998724, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3003, + "op": "PUSH2", + "gas": 2998721, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3006, + "op": "EXP", + "gas": 2998718, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3007, + "op": "DUP2", + "gas": 2998708, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3008, + "op": "SLOAD", + "gas": 2998705, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 3009, + "op": "DUP2", + "gas": 2996605, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3010, + "op": "PUSH20", + "gas": 2996602, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3031, + "op": "MUL", + "gas": 2996599, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3032, + "op": "NOT", + "gas": 2996594, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3033, + "op": "AND", + "gas": 2996591, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3034, + "op": "SWAP1", + "gas": 2996588, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3035, + "op": "DUP4", + "gas": 2996585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3036, + "op": "PUSH20", + "gas": 2996582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3057, + "op": "AND", + "gas": 2996579, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3058, + "op": "MUL", + "gas": 2996576, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3059, + "op": "OR", + "gas": 2996571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3060, + "op": "SWAP1", + "gas": 2996568, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3061, + "op": "SSTORE", + "gas": 2996565, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 3062, + "op": "POP", + "gas": 2996465, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3063, + "op": "DUP1", + "gas": 2996463, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3064, + "op": "DUP3", + "gas": 2996460, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3065, + "op": "PUSH20", + "gas": 2996457, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3086, + "op": "AND", + "gas": 2996454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3087, + "op": "PUSH2", + "gas": 2996451, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3090, + "op": "DUP4", + "gas": 2996448, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3091, + "op": "PUSH2", + "gas": 2996445, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3094, + "op": "JUMP", + "gas": 2996442, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x74a" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1866, + "op": "JUMPDEST", + "gas": 2996434, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1867, + "op": "PUSH1", + "gas": 2996433, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1869, + "op": "DUP1", + "gas": 2996430, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1870, + "op": "PUSH1", + "gas": 2996427, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1872, + "op": "PUSH1", + "gas": 2996424, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1874, + "op": "DUP5", + "gas": 2996421, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1875, + "op": "DUP2", + "gas": 2996418, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1876, + "op": "MSTORE", + "gas": 2996415, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1877, + "op": "PUSH1", + "gas": 2996412, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1879, + "op": "ADD", + "gas": 2996409, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1880, + "op": "SWAP1", + "gas": 2996406, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1881, + "op": "DUP2", + "gas": 2996403, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1882, + "op": "MSTORE", + "gas": 2996400, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1883, + "op": "PUSH1", + "gas": 2996397, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1885, + "op": "ADD", + "gas": 2996394, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1886, + "op": "PUSH1", + "gas": 2996391, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1888, + "op": "SHA3", + "gas": 2996388, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1889, + "op": "PUSH1", + "gas": 2996346, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1891, + "op": "SWAP1", + "gas": 2996343, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1892, + "op": "SLOAD", + "gas": 2996340, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + } + } + ] + } + }, + { + "pc": 1893, + "op": "SWAP1", + "gas": 2996240, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1894, + "op": "PUSH2", + "gas": 2996237, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1897, + "op": "EXP", + "gas": 2996234, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1898, + "op": "SWAP1", + "gas": 2996224, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1899, + "op": "DIV", + "gas": 2996221, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1900, + "op": "PUSH20", + "gas": 2996216, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1921, + "op": "AND", + "gas": 2996213, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1922, + "op": "SWAP1", + "gas": 2996210, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1923, + "op": "POP", + "gas": 2996207, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1924, + "op": "PUSH1", + "gas": 2996205, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1926, + "op": "PUSH20", + "gas": 2996202, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1947, + "op": "AND", + "gas": 2996199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1948, + "op": "DUP2", + "gas": 2996196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1949, + "op": "PUSH20", + "gas": 2996193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1970, + "op": "AND", + "gas": 2996190, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1971, + "op": "EQ", + "gas": 2996187, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1972, + "op": "ISZERO", + "gas": 2996184, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1973, + "op": "PUSH2", + "gas": 2996181, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1976, + "op": "JUMPI", + "gas": 2996178, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0x7f3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2035, + "op": "JUMPDEST", + "gas": 2996168, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2036, + "op": "DUP1", + "gas": 2996167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2037, + "op": "SWAP2", + "gas": 2996164, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2038, + "op": "POP", + "gas": 2996161, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2039, + "op": "POP", + "gas": 2996159, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2040, + "op": "SWAP2", + "gas": 2996157, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2041, + "op": "SWAP1", + "gas": 2996154, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1821e4b97d6", + "0xc17" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2042, + "op": "POP", + "gas": 2996151, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2043, + "op": "JUMP", + "gas": 2996149, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xc17" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3095, + "op": "JUMPDEST", + "gas": 2996141, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3096, + "op": "PUSH20", + "gas": 2996140, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3117, + "op": "AND", + "gas": 2996137, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3118, + "op": "PUSH32", + "gas": 2996134, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3151, + "op": "PUSH1", + "gas": 2996131, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3153, + "op": "MLOAD", + "gas": 2996128, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3154, + "op": "PUSH1", + "gas": 2996125, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3156, + "op": "MLOAD", + "gas": 2996122, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3157, + "op": "DUP1", + "gas": 2996119, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3158, + "op": "SWAP2", + "gas": 2996116, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3159, + "op": "SUB", + "gas": 2996113, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3160, + "op": "SWAP1", + "gas": 2996110, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3161, + "op": "LOG4", + "gas": 2996107, + "gasCost": 1875, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x0", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3162, + "op": "POP", + "gas": 2994232, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3163, + "op": "POP", + "gas": 2994230, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3164, + "op": "JUMP", + "gas": 2994228, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xdee" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3566, + "op": "JUMPDEST", + "gas": 2994220, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3567, + "op": "PUSH1", + "gas": 2994219, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3569, + "op": "PUSH1", + "gas": 2994216, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3571, + "op": "PUSH1", + "gas": 2994213, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3573, + "op": "DUP6", + "gas": 2994210, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3574, + "op": "PUSH20", + "gas": 2994207, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3595, + "op": "AND", + "gas": 2994204, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3596, + "op": "PUSH20", + "gas": 2994201, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3617, + "op": "AND", + "gas": 2994198, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3618, + "op": "DUP2", + "gas": 2994195, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3619, + "op": "MSTORE", + "gas": 2994192, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3620, + "op": "PUSH1", + "gas": 2994189, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3622, + "op": "ADD", + "gas": 2994186, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3623, + "op": "SWAP1", + "gas": 2994183, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3624, + "op": "DUP2", + "gas": 2994180, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3625, + "op": "MSTORE", + "gas": 2994177, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x3", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3626, + "op": "PUSH1", + "gas": 2994174, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3628, + "op": "ADD", + "gas": 2994171, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x20" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3629, + "op": "PUSH1", + "gas": 2994168, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x40" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3631, + "op": "SHA3", + "gas": 2994165, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x40", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3632, + "op": "PUSH1", + "gas": 2994123, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3634, + "op": "DUP3", + "gas": 2994120, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3635, + "op": "DUP3", + "gas": 2994117, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3636, + "op": "SLOAD", + "gas": 2994114, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000004" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "value": "0x0000000000000000000000000000000000000000000000000000000000000004" + } + } + ] + } + }, + { + "pc": 3637, + "op": "PUSH2", + "gas": 2992014, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3640, + "op": "SWAP2", + "gas": 2992011, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1", + "0x4", + "0xe3e" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3641, + "op": "SWAP1", + "gas": 2992008, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x4", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3642, + "op": "PUSH2", + "gas": 2992005, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3645, + "op": "JUMP", + "gas": 2992002, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x2194" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8596, + "op": "JUMPDEST", + "gas": 2991994, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8597, + "op": "PUSH1", + "gas": 2991993, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8599, + "op": "PUSH2", + "gas": 2991990, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8602, + "op": "DUP3", + "gas": 2991987, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8603, + "op": "PUSH2", + "gas": 2991984, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8606, + "op": "JUMP", + "gas": 2991981, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4", + "0x2232" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2991973, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2991972, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2991969, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2991966, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2991963, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2991961, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x219f", + "0x4", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2991958, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x4", + "0x4", + "0x219f" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2991955, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x4", + "0x219f", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2991953, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x4", + "0x219f" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8607, + "op": "JUMPDEST", + "gas": 2991945, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8608, + "op": "SWAP2", + "gas": 2991944, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8609, + "op": "POP", + "gas": 2991941, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8610, + "op": "PUSH2", + "gas": 2991939, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8613, + "op": "DUP4", + "gas": 2991936, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8614, + "op": "PUSH2", + "gas": 2991933, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8617, + "op": "JUMP", + "gas": 2991930, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1", + "0x2232" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2991922, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2991921, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2991918, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2991915, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2991912, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1", + "0x1", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2991910, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x21aa", + "0x1", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2991907, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1", + "0x1", + "0x21aa" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2991904, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1", + "0x21aa", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2991902, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1", + "0x21aa" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8618, + "op": "JUMPDEST", + "gas": 2991894, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8619, + "op": "SWAP3", + "gas": 2991893, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8620, + "op": "POP", + "gas": 2991890, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8621, + "op": "DUP3", + "gas": 2991888, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8622, + "op": "DUP3", + "gas": 2991885, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8623, + "op": "LT", + "gas": 2991882, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8624, + "op": "ISZERO", + "gas": 2991879, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8625, + "op": "PUSH2", + "gas": 2991876, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8628, + "op": "JUMPI", + "gas": 2991873, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1", + "0x21bd" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8637, + "op": "JUMPDEST", + "gas": 2991863, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8638, + "op": "DUP3", + "gas": 2991862, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8639, + "op": "DUP3", + "gas": 2991859, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8640, + "op": "SUB", + "gas": 2991856, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x1", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8641, + "op": "SWAP1", + "gas": 2991853, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8642, + "op": "POP", + "gas": 2991850, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8643, + "op": "SWAP3", + "gas": 2991848, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0xe3e", + "0x1", + "0x4", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8644, + "op": "SWAP2", + "gas": 2991845, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x3", + "0x1", + "0x4", + "0xe3e" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8645, + "op": "POP", + "gas": 2991842, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x3", + "0xe3e", + "0x4", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8646, + "op": "POP", + "gas": 2991840, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x3", + "0xe3e", + "0x4" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8647, + "op": "JUMP", + "gas": 2991838, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x3", + "0xe3e" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3646, + "op": "JUMPDEST", + "gas": 2991830, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3647, + "op": "SWAP3", + "gas": 2991829, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3648, + "op": "POP", + "gas": 2991826, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x3", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3649, + "op": "POP", + "gas": 2991824, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x3", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3650, + "op": "DUP2", + "gas": 2991822, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x3", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3651, + "op": "SWAP1", + "gas": 2991819, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x3", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3652, + "op": "SSTORE", + "gas": 2991816, + "gasCost": 2900, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x3", + "0x3", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000003" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce", + "value": "0x0000000000000000000000000000000000000000000000000000000000000004" + } + } + ] + } + }, + { + "pc": 3653, + "op": "POP", + "gas": 2988916, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3654, + "op": "PUSH1", + "gas": 2988914, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3656, + "op": "PUSH1", + "gas": 2988911, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3658, + "op": "PUSH1", + "gas": 2988908, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3660, + "op": "DUP5", + "gas": 2988905, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3661, + "op": "PUSH20", + "gas": 2988902, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3682, + "op": "AND", + "gas": 2988899, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3683, + "op": "PUSH20", + "gas": 2988896, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3704, + "op": "AND", + "gas": 2988893, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3705, + "op": "DUP2", + "gas": 2988890, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3706, + "op": "MSTORE", + "gas": 2988887, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3707, + "op": "PUSH1", + "gas": 2988884, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3709, + "op": "ADD", + "gas": 2988881, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3710, + "op": "SWAP1", + "gas": 2988878, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x3", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3711, + "op": "DUP2", + "gas": 2988875, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x3" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3712, + "op": "MSTORE", + "gas": 2988872, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x3", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3713, + "op": "PUSH1", + "gas": 2988869, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3715, + "op": "ADD", + "gas": 2988866, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3716, + "op": "PUSH1", + "gas": 2988863, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x40" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3718, + "op": "SHA3", + "gas": 2988860, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3719, + "op": "PUSH1", + "gas": 2988818, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3721, + "op": "DUP3", + "gas": 2988815, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3722, + "op": "DUP3", + "gas": 2988812, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3723, + "op": "SLOAD", + "gas": 2988809, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000003", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000006" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "value": "0x0000000000000000000000000000000000000000000000000000000000000006" + } + } + ] + } + }, + { + "pc": 3724, + "op": "PUSH2", + "gas": 2986709, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3727, + "op": "SWAP2", + "gas": 2986706, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1", + "0x6", + "0xe95" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3728, + "op": "SWAP1", + "gas": 2986703, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x6", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3729, + "op": "PUSH2", + "gas": 2986700, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3732, + "op": "JUMP", + "gas": 2986697, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x210d" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8461, + "op": "JUMPDEST", + "gas": 2986689, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8462, + "op": "PUSH1", + "gas": 2986688, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8464, + "op": "PUSH2", + "gas": 2986685, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8467, + "op": "DUP3", + "gas": 2986682, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8468, + "op": "PUSH2", + "gas": 2986679, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8471, + "op": "JUMP", + "gas": 2986676, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6", + "0x2232" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2986668, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2986667, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2986664, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2986661, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2986658, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2986656, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2118", + "0x6", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2986653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x6", + "0x6", + "0x2118" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2986650, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x6", + "0x2118", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2986648, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x6", + "0x2118" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8472, + "op": "JUMPDEST", + "gas": 2986640, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8473, + "op": "SWAP2", + "gas": 2986639, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8474, + "op": "POP", + "gas": 2986636, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8475, + "op": "PUSH2", + "gas": 2986634, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8478, + "op": "DUP4", + "gas": 2986631, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8479, + "op": "PUSH2", + "gas": 2986628, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8482, + "op": "JUMP", + "gas": 2986625, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1", + "0x2232" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2986617, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2986616, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2986613, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2986610, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2986607, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2986605, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x2123", + "0x1", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2986602, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1", + "0x1", + "0x2123" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2986599, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1", + "0x2123", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2986597, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1", + "0x2123" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8483, + "op": "JUMPDEST", + "gas": 2986589, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8484, + "op": "SWAP3", + "gas": 2986588, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8485, + "op": "POP", + "gas": 2986585, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8486, + "op": "DUP3", + "gas": 2986583, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8487, + "op": "PUSH32", + "gas": 2986580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8520, + "op": "SUB", + "gas": 2986577, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8521, + "op": "DUP3", + "gas": 2986574, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8522, + "op": "GT", + "gas": 2986571, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8523, + "op": "ISZERO", + "gas": 2986568, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8524, + "op": "PUSH2", + "gas": 2986565, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8527, + "op": "JUMPI", + "gas": 2986562, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1", + "0x2158" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8536, + "op": "JUMPDEST", + "gas": 2986552, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8537, + "op": "DUP3", + "gas": 2986551, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8538, + "op": "DUP3", + "gas": 2986548, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8539, + "op": "ADD", + "gas": 2986545, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x1", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8540, + "op": "SWAP1", + "gas": 2986542, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8541, + "op": "POP", + "gas": 2986539, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8542, + "op": "SWAP3", + "gas": 2986537, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0xe95", + "0x1", + "0x6", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8543, + "op": "SWAP2", + "gas": 2986534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x7", + "0x1", + "0x6", + "0xe95" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8544, + "op": "POP", + "gas": 2986531, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x7", + "0xe95", + "0x6", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8545, + "op": "POP", + "gas": 2986529, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x7", + "0xe95", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8546, + "op": "JUMP", + "gas": 2986527, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x7", + "0xe95" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3733, + "op": "JUMPDEST", + "gas": 2986519, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3734, + "op": "SWAP3", + "gas": 2986518, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3735, + "op": "POP", + "gas": 2986515, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x7", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3736, + "op": "POP", + "gas": 2986513, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x7", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3737, + "op": "DUP2", + "gas": 2986511, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x7", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3738, + "op": "SWAP1", + "gas": 2986508, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x7", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3739, + "op": "SSTORE", + "gas": 2986505, + "gasCost": 2900, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x7", + "0x7", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000003", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000007" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "value": "0x0000000000000000000000000000000000000000000000000000000000000006" + } + } + ] + } + }, + { + "pc": 3740, + "op": "POP", + "gas": 2983605, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3741, + "op": "DUP2", + "gas": 2983603, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3742, + "op": "PUSH1", + "gas": 2983600, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3744, + "op": "PUSH1", + "gas": 2983597, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3746, + "op": "DUP4", + "gas": 2983594, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3747, + "op": "DUP2", + "gas": 2983591, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3748, + "op": "MSTORE", + "gas": 2983588, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3749, + "op": "PUSH1", + "gas": 2983585, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3751, + "op": "ADD", + "gas": 2983582, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3752, + "op": "SWAP1", + "gas": 2983579, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3753, + "op": "DUP2", + "gas": 2983576, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3754, + "op": "MSTORE", + "gas": 2983573, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3755, + "op": "PUSH1", + "gas": 2983570, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3757, + "op": "ADD", + "gas": 2983567, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3758, + "op": "PUSH1", + "gas": 2983564, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3760, + "op": "SHA3", + "gas": 2983561, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3761, + "op": "PUSH1", + "gas": 2983519, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3763, + "op": "PUSH2", + "gas": 2983516, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3766, + "op": "EXP", + "gas": 2983513, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3767, + "op": "DUP2", + "gas": 2983503, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3768, + "op": "SLOAD", + "gas": 2983500, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000003", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000007" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + } + } + ] + } + }, + { + "pc": 3769, + "op": "DUP2", + "gas": 2983400, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3770, + "op": "PUSH20", + "gas": 2983397, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3791, + "op": "MUL", + "gas": 2983394, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3792, + "op": "NOT", + "gas": 2983389, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3793, + "op": "AND", + "gas": 2983386, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3794, + "op": "SWAP1", + "gas": 2983383, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3795, + "op": "DUP4", + "gas": 2983380, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3796, + "op": "PUSH20", + "gas": 2983377, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3817, + "op": "AND", + "gas": 2983374, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3818, + "op": "MUL", + "gas": 2983371, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x1", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3819, + "op": "OR", + "gas": 2983366, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3820, + "op": "SWAP1", + "gas": 2983363, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3821, + "op": "SSTORE", + "gas": 2983360, + "gasCost": 2900, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xc453201c12de7137fd0d343953c15b71777bdb6a1bb6bc7f9bf917e7c9150cce": "0x0000000000000000000000000000000000000000000000000000000000000003", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000007" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x0000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + } + } + ] + } + }, + { + "pc": 3822, + "op": "POP", + "gas": 2980460, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3823, + "op": "DUP1", + "gas": 2980458, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3824, + "op": "DUP3", + "gas": 2980455, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3825, + "op": "PUSH20", + "gas": 2980452, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3846, + "op": "AND", + "gas": 2980449, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3847, + "op": "DUP5", + "gas": 2980446, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3848, + "op": "PUSH20", + "gas": 2980443, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3869, + "op": "AND", + "gas": 2980440, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3870, + "op": "PUSH32", + "gas": 2980437, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3903, + "op": "PUSH1", + "gas": 2980434, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3905, + "op": "MLOAD", + "gas": 2980431, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3906, + "op": "PUSH1", + "gas": 2980428, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3908, + "op": "MLOAD", + "gas": 2980425, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3909, + "op": "DUP1", + "gas": 2980422, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3910, + "op": "SWAP2", + "gas": 2980419, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3911, + "op": "SUB", + "gas": 2980416, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3912, + "op": "SWAP1", + "gas": 2980413, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3913, + "op": "LOG4", + "gas": 2980410, + "gasCost": 1875, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x0", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3914, + "op": "PUSH2", + "gas": 2978535, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3917, + "op": "DUP4", + "gas": 2978532, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3918, + "op": "DUP4", + "gas": 2978529, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3919, + "op": "DUP4", + "gas": 2978526, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3920, + "op": "PUSH2", + "gas": 2978523, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3923, + "op": "JUMP", + "gas": 2978520, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x16c7" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5831, + "op": "JUMPDEST", + "gas": 2978512, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5832, + "op": "POP", + "gas": 2978511, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5833, + "op": "POP", + "gas": 2978509, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5834, + "op": "POP", + "gas": 2978507, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5835, + "op": "JUMP", + "gas": 2978505, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xf54" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3924, + "op": "JUMPDEST", + "gas": 2978497, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3925, + "op": "POP", + "gas": 2978496, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3926, + "op": "POP", + "gas": 2978494, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3927, + "op": "POP", + "gas": 2978492, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3928, + "op": "JUMP", + "gas": 2978490, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x6f9" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1785, + "op": "JUMPDEST", + "gas": 2978482, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1786, + "op": "POP", + "gas": 2978481, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1787, + "op": "POP", + "gas": 2978479, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1788, + "op": "POP", + "gas": 2978477, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da", + "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1789, + "op": "JUMP", + "gas": 2978475, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x23b872dd", + "0x1da" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 474, + "op": "JUMPDEST", + "gas": 2978467, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 475, + "op": "STOP", + "gas": 2978466, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x23b872dd" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + } + ] + }, + { + "gas": 34345, + "failed": false, + "from": { + "address": "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "nonce": 14, + "balance": "0x3d590f7cba0f3d", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + }, + "to": { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0" + }, + "accountAfter": [ + { + "address": "0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571", + "nonce": 114, + "balance": "0x56bc75e2d630ffffffffffffffffffffffffffffffffffffb17e4049545ed8", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + }, + { + "address": "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "nonce": 15, + "balance": "0x3d2a3498468f10", + "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" + }, + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0" + } + ], + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "byteCode": "0x608060405234801561001057600080fd5b50600436106101215760003560e01c80636352211e116100ad578063a144819411610071578063a144819414610318578063a22cb46514610334578063b88d4fde14610350578063c87b56dd1461036c578063e985e9c51461039c57610121565b80636352211e146102605780636c0360eb1461029057806370a08231146102ae5780638832e6e3146102de57806395d89b41146102fa57610121565b806323b872dd116100f457806323b872dd146101c057806340c10f19146101dc57806342842e0e146101f857806342966c68146102145780634f558e791461023057610121565b806301ffc9a71461012657806306fdde0314610156578063081812fc14610174578063095ea7b3146101a4575b600080fd5b610140600480360381019061013b9190611b65565b6103cc565b60405161014d9190611ebc565b60405180910390f35b61015e6104ae565b60405161016b9190611ed7565b60405180910390f35b61018e60048036038101906101899190611bb7565b610540565b60405161019b9190611e55565b60405180910390f35b6101be60048036038101906101b99190611ac2565b610586565b005b6101da60048036038101906101d591906119bc565b61069e565b005b6101f660048036038101906101f19190611ac2565b6106fe565b005b610212600480360381019061020d91906119bc565b61070c565b005b61022e60048036038101906102299190611bb7565b61072c565b005b61024a60048036038101906102459190611bb7565b610738565b6040516102579190611ebc565b60405180910390f35b61027a60048036038101906102759190611bb7565b61074a565b6040516102879190611e55565b60405180910390f35b6102986107fc565b6040516102a59190611ed7565b60405180910390f35b6102c860048036038101906102c39190611957565b61080b565b6040516102d59190612059565b60405180910390f35b6102f860048036038101906102f39190611afe565b6108c3565b005b6103026108d3565b60405161030f9190611ed7565b60405180910390f35b610332600480360381019061032d9190611ac2565b610965565b005b61034e60048036038101906103499190611a86565b610973565b005b61036a60048036038101906103659190611a0b565b610989565b005b61038660048036038101906103819190611bb7565b6109eb565b6040516103939190611ed7565b60405180910390f35b6103b660048036038101906103b19190611980565b610a53565b6040516103c39190611ebc565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061049757507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806104a757506104a682610ae7565b5b9050919050565b6060600080546104bd9061227e565b80601f01602080910402602001604051908101604052809291908181526020018280546104e99061227e565b80156105365780601f1061050b57610100808354040283529160200191610536565b820191906000526020600020905b81548152906001019060200180831161051957829003601f168201915b5050505050905090565b600061054b82610b51565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006105918261074a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610602576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105f990612019565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610621610b9c565b73ffffffffffffffffffffffffffffffffffffffff161480610650575061064f8161064a610b9c565b610a53565b5b61068f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161068690611fb9565b60405180910390fd5b6106998383610ba4565b505050565b6106af6106a9610b9c565b82610c5d565b6106ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e590612039565b60405180910390fd5b6106f9838383610cf2565b505050565b6107088282610f59565b5050565b61072783838360405180602001604052806000815250610989565b505050565b61073581611133565b50565b600061074382611250565b9050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156107f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107ea90611ff9565b60405180910390fd5b80915050919050565b60606108066112bc565b905090565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561087c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087390611f99565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6108ce8383836112d3565b505050565b6060600180546108e29061227e565b80601f016020809104026020016040519081016040528092919081815260200182805461090e9061227e565b801561095b5780601f106109305761010080835404028352916020019161095b565b820191906000526020600020905b81548152906001019060200180831161093e57829003601f168201915b5050505050905090565b61096f828261132e565b5050565b61098561097e610b9c565b838361134c565b5050565b61099a610994610b9c565b83610c5d565b6109d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d090612039565b60405180910390fd5b6109e5848484846114b9565b50505050565b60606109f682610b51565b6000610a006112bc565b90506000815111610a205760405180602001604052806000815250610a4b565b80610a2a84611515565b604051602001610a3b929190611e31565b6040516020818303038152906040525b915050919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b610b5a81611250565b610b99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9090611ff9565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16610c178361074a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080610c698361074a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480610cab5750610caa8185610a53565b5b80610ce957508373ffffffffffffffffffffffffffffffffffffffff16610cd184610540565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16610d128261074a565b73ffffffffffffffffffffffffffffffffffffffff1614610d68576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5f90611f19565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610dd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcf90611f59565b60405180910390fd5b610de38383836116c2565b610dee600082610ba4565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e3e9190612194565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610e95919061210d565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4610f548383836116c7565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610fc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fc090611fd9565b60405180910390fd5b610fd281611250565b15611012576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100990611f39565b60405180910390fd5b61101e600083836116c2565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461106e919061210d565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461112f600083836116c7565b5050565b600061113e8261074a565b905061114c816000846116c2565b611157600083610ba4565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111a79190612194565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461124c816000846116c7565b5050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b606060405180602001604052806000815250905090565b6112dd8383610f59565b6112ea60008484846116cc565b611329576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132090611ef9565b60405180910390fd5b505050565b6113488282604051806020016040528060008152506112d3565b5050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156113bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113b290611f79565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114ac9190611ebc565b60405180910390a3505050565b6114c4848484610cf2565b6114d0848484846116cc565b61150f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150690611ef9565b60405180910390fd5b50505050565b6060600082141561155d576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506116bd565b600082905060005b6000821461158f578080611578906122e1565b915050600a826115889190612163565b9150611565565b60008167ffffffffffffffff8111156115d1577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156116035781602001600182028036833780820191505090505b5090505b600085146116b65760018261161c9190612194565b9150600a8561162b919061232a565b6030611637919061210d565b60f81b818381518110611673577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856116af9190612163565b9450611607565b8093505050505b919050565b505050565b505050565b60006116ed8473ffffffffffffffffffffffffffffffffffffffff16611863565b15611856578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611716610b9c565b8786866040518563ffffffff1660e01b81526004016117389493929190611e70565b602060405180830381600087803b15801561175257600080fd5b505af192505050801561178357506040513d601f19601f820116820180604052508101906117809190611b8e565b60015b611806573d80600081146117b3576040519150601f19603f3d011682016040523d82523d6000602084013e6117b8565b606091505b506000815114156117fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117f590611ef9565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161491505061185b565b600190505b949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600061189961189484612099565b612074565b9050828152602081018484840111156118b157600080fd5b6118bc84828561223c565b509392505050565b6000813590506118d3816126f5565b92915050565b6000813590506118e88161270c565b92915050565b6000813590506118fd81612723565b92915050565b60008151905061191281612723565b92915050565b600082601f83011261192957600080fd5b8135611939848260208601611886565b91505092915050565b6000813590506119518161273a565b92915050565b60006020828403121561196957600080fd5b6000611977848285016118c4565b91505092915050565b6000806040838503121561199357600080fd5b60006119a1858286016118c4565b92505060206119b2858286016118c4565b9150509250929050565b6000806000606084860312156119d157600080fd5b60006119df868287016118c4565b93505060206119f0868287016118c4565b9250506040611a0186828701611942565b9150509250925092565b60008060008060808587031215611a2157600080fd5b6000611a2f878288016118c4565b9450506020611a40878288016118c4565b9350506040611a5187828801611942565b925050606085013567ffffffffffffffff811115611a6e57600080fd5b611a7a87828801611918565b91505092959194509250565b60008060408385031215611a9957600080fd5b6000611aa7858286016118c4565b9250506020611ab8858286016118d9565b9150509250929050565b60008060408385031215611ad557600080fd5b6000611ae3858286016118c4565b9250506020611af485828601611942565b9150509250929050565b600080600060608486031215611b1357600080fd5b6000611b21868287016118c4565b9350506020611b3286828701611942565b925050604084013567ffffffffffffffff811115611b4f57600080fd5b611b5b86828701611918565b9150509250925092565b600060208284031215611b7757600080fd5b6000611b85848285016118ee565b91505092915050565b600060208284031215611ba057600080fd5b6000611bae84828501611903565b91505092915050565b600060208284031215611bc957600080fd5b6000611bd784828501611942565b91505092915050565b611be9816121c8565b82525050565b611bf8816121da565b82525050565b6000611c09826120ca565b611c1381856120e0565b9350611c2381856020860161224b565b611c2c81612417565b840191505092915050565b6000611c42826120d5565b611c4c81856120f1565b9350611c5c81856020860161224b565b611c6581612417565b840191505092915050565b6000611c7b826120d5565b611c858185612102565b9350611c9581856020860161224b565b80840191505092915050565b6000611cae6032836120f1565b9150611cb982612428565b604082019050919050565b6000611cd16025836120f1565b9150611cdc82612477565b604082019050919050565b6000611cf4601c836120f1565b9150611cff826124c6565b602082019050919050565b6000611d176024836120f1565b9150611d22826124ef565b604082019050919050565b6000611d3a6019836120f1565b9150611d458261253e565b602082019050919050565b6000611d5d6029836120f1565b9150611d6882612567565b604082019050919050565b6000611d80603e836120f1565b9150611d8b826125b6565b604082019050919050565b6000611da36020836120f1565b9150611dae82612605565b602082019050919050565b6000611dc66018836120f1565b9150611dd18261262e565b602082019050919050565b6000611de96021836120f1565b9150611df482612657565b604082019050919050565b6000611e0c602e836120f1565b9150611e17826126a6565b604082019050919050565b611e2b81612232565b82525050565b6000611e3d8285611c70565b9150611e498284611c70565b91508190509392505050565b6000602082019050611e6a6000830184611be0565b92915050565b6000608082019050611e856000830187611be0565b611e926020830186611be0565b611e9f6040830185611e22565b8181036060830152611eb18184611bfe565b905095945050505050565b6000602082019050611ed16000830184611bef565b92915050565b60006020820190508181036000830152611ef18184611c37565b905092915050565b60006020820190508181036000830152611f1281611ca1565b9050919050565b60006020820190508181036000830152611f3281611cc4565b9050919050565b60006020820190508181036000830152611f5281611ce7565b9050919050565b60006020820190508181036000830152611f7281611d0a565b9050919050565b60006020820190508181036000830152611f9281611d2d565b9050919050565b60006020820190508181036000830152611fb281611d50565b9050919050565b60006020820190508181036000830152611fd281611d73565b9050919050565b60006020820190508181036000830152611ff281611d96565b9050919050565b6000602082019050818103600083015261201281611db9565b9050919050565b6000602082019050818103600083015261203281611ddc565b9050919050565b6000602082019050818103600083015261205281611dff565b9050919050565b600060208201905061206e6000830184611e22565b92915050565b600061207e61208f565b905061208a82826122b0565b919050565b6000604051905090565b600067ffffffffffffffff8211156120b4576120b36123e8565b5b6120bd82612417565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061211882612232565b915061212383612232565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156121585761215761235b565b5b828201905092915050565b600061216e82612232565b915061217983612232565b9250826121895761218861238a565b5b828204905092915050565b600061219f82612232565b91506121aa83612232565b9250828210156121bd576121bc61235b565b5b828203905092915050565b60006121d382612212565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561226957808201518184015260208101905061224e565b83811115612278576000848401525b50505050565b6000600282049050600182168061229657607f821691505b602082108114156122aa576122a96123b9565b5b50919050565b6122b982612417565b810181811067ffffffffffffffff821117156122d8576122d76123e8565b5b80604052505050565b60006122ec82612232565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561231f5761231e61235b565b5b600182019050919050565b600061233582612232565b915061234083612232565b9250826123505761234f61238a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206e6f7220617070726f76656420666f7220616c6c0000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206e6f7220617070726f766564000000000000000000000000000000000000602082015250565b6126fe816121c8565b811461270957600080fd5b50565b612715816121da565b811461272057600080fd5b50565b61272c816121e6565b811461273757600080fd5b50565b61274381612232565b811461274e57600080fd5b5056fea2646970667358221220b04fb774a210bcf8c5fbbd9f8e17d5f060a98a461e2e22287843d6ed763478aa64736f6c63430008040033", + "structLogs": [ + { + "pc": 0, + "op": "PUSH1", + "gas": 3000520, + "gasCost": 3, + "depth": 1 + }, + { + "pc": 2, + "op": "PUSH1", + "gas": 3000517, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x80" + ] + }, + { + "pc": 4, + "op": "MSTORE", + "gas": 3000514, + "gasCost": 12, + "depth": 1, + "stack": [ + "0x80", + "0x40" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000" + ] + }, + { + "pc": 5, + "op": "CALLVALUE", + "gas": 3000502, + "gasCost": 2, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6, + "op": "DUP1", + "gas": 3000500, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7, + "op": "ISZERO", + "gas": 3000497, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8, + "op": "PUSH2", + "gas": 3000494, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 11, + "op": "JUMPI", + "gas": 3000491, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x1", + "0x10" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 16, + "op": "JUMPDEST", + "gas": 3000481, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 17, + "op": "POP", + "gas": 3000480, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 18, + "op": "PUSH1", + "gas": 3000478, + "gasCost": 3, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 20, + "op": "CALLDATASIZE", + "gas": 3000475, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 21, + "op": "LT", + "gas": 3000473, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 22, + "op": "PUSH2", + "gas": 3000470, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 25, + "op": "JUMPI", + "gas": 3000467, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x0", + "0x121" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 26, + "op": "PUSH1", + "gas": 3000457, + "gasCost": 3, + "depth": 1, + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 28, + "op": "CALLDATALOAD", + "gas": 3000454, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 29, + "op": "PUSH1", + "gas": 3000451, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c6800000000000000000000000000000000000000000000000000000182" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 31, + "op": "SHR", + "gas": 3000448, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c6800000000000000000000000000000000000000000000000000000182", + "0xe0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 32, + "op": "DUP1", + "gas": 3000445, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 33, + "op": "PUSH4", + "gas": 3000442, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 38, + "op": "GT", + "gas": 3000439, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68", + "0x6352211e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 39, + "op": "PUSH2", + "gas": 3000436, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 42, + "op": "JUMPI", + "gas": 3000433, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x1", + "0xad" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 173, + "op": "JUMPDEST", + "gas": 3000423, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 174, + "op": "DUP1", + "gas": 3000422, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 175, + "op": "PUSH4", + "gas": 3000419, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 180, + "op": "GT", + "gas": 3000416, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 181, + "op": "PUSH2", + "gas": 3000413, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 184, + "op": "JUMPI", + "gas": 3000410, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0", + "0xf4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 185, + "op": "DUP1", + "gas": 3000400, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 186, + "op": "PUSH4", + "gas": 3000397, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 191, + "op": "EQ", + "gas": 3000394, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68", + "0x23b872dd" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 192, + "op": "PUSH2", + "gas": 3000391, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 195, + "op": "JUMPI", + "gas": 3000388, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0", + "0x1c0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 196, + "op": "DUP1", + "gas": 3000378, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 197, + "op": "PUSH4", + "gas": 3000375, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 202, + "op": "EQ", + "gas": 3000372, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68", + "0x40c10f19" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 203, + "op": "PUSH2", + "gas": 3000369, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 206, + "op": "JUMPI", + "gas": 3000366, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0", + "0x1dc" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 207, + "op": "DUP1", + "gas": 3000356, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 208, + "op": "PUSH4", + "gas": 3000353, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 213, + "op": "EQ", + "gas": 3000350, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68", + "0x42842e0e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 214, + "op": "PUSH2", + "gas": 3000347, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 217, + "op": "JUMPI", + "gas": 3000344, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x0", + "0x1f8" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 218, + "op": "DUP1", + "gas": 3000334, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 219, + "op": "PUSH4", + "gas": 3000331, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 224, + "op": "EQ", + "gas": 3000328, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x42966c68", + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 225, + "op": "PUSH2", + "gas": 3000325, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 228, + "op": "JUMPI", + "gas": 3000322, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x1", + "0x214" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 532, + "op": "JUMPDEST", + "gas": 3000312, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 533, + "op": "PUSH2", + "gas": 3000311, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 536, + "op": "PUSH1", + "gas": 3000308, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 538, + "op": "DUP1", + "gas": 3000305, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 539, + "op": "CALLDATASIZE", + "gas": 3000302, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x4", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 540, + "op": "SUB", + "gas": 3000300, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x4", + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 541, + "op": "DUP2", + "gas": 3000297, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x4", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 542, + "op": "ADD", + "gas": 3000294, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x4", + "0x20", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 543, + "op": "SWAP1", + "gas": 3000291, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 544, + "op": "PUSH2", + "gas": 3000288, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 547, + "op": "SWAP2", + "gas": 3000285, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x24", + "0x4", + "0x229" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 548, + "op": "SWAP1", + "gas": 3000282, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 549, + "op": "PUSH2", + "gas": 3000279, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 552, + "op": "JUMP", + "gas": 3000276, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x1bb7" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7095, + "op": "JUMPDEST", + "gas": 3000268, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7096, + "op": "PUSH1", + "gas": 3000267, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7098, + "op": "PUSH1", + "gas": 3000264, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7100, + "op": "DUP3", + "gas": 3000261, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7101, + "op": "DUP5", + "gas": 3000258, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x20", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7102, + "op": "SUB", + "gas": 3000255, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x20", + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7103, + "op": "SLT", + "gas": 3000252, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7104, + "op": "ISZERO", + "gas": 3000249, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7105, + "op": "PUSH2", + "gas": 3000246, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7108, + "op": "JUMPI", + "gas": 3000243, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x1", + "0x1bc9" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7113, + "op": "JUMPDEST", + "gas": 3000233, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7114, + "op": "PUSH1", + "gas": 3000232, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7116, + "op": "PUSH2", + "gas": 3000229, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7119, + "op": "DUP5", + "gas": 3000226, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7120, + "op": "DUP3", + "gas": 3000223, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7121, + "op": "DUP6", + "gas": 3000220, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7122, + "op": "ADD", + "gas": 3000217, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7123, + "op": "PUSH2", + "gas": 3000214, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7126, + "op": "JUMP", + "gas": 3000211, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1942" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6466, + "op": "JUMPDEST", + "gas": 3000203, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6467, + "op": "PUSH1", + "gas": 3000202, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6469, + "op": "DUP2", + "gas": 3000199, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6470, + "op": "CALLDATALOAD", + "gas": 3000196, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x0", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6471, + "op": "SWAP1", + "gas": 3000193, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6472, + "op": "POP", + "gas": 3000190, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6473, + "op": "PUSH2", + "gas": 3000188, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6476, + "op": "DUP2", + "gas": 3000185, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6477, + "op": "PUSH2", + "gas": 3000182, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6480, + "op": "JUMP", + "gas": 3000179, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x273a" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10042, + "op": "JUMPDEST", + "gas": 3000171, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10043, + "op": "PUSH2", + "gas": 3000170, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10046, + "op": "DUP2", + "gas": 3000167, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10047, + "op": "PUSH2", + "gas": 3000164, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10050, + "op": "JUMP", + "gas": 3000161, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x2232" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 3000153, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 3000152, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 3000149, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 3000146, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 3000143, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 3000141, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 3000138, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 3000135, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 3000133, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x2743" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10051, + "op": "JUMPDEST", + "gas": 3000125, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10052, + "op": "DUP2", + "gas": 3000124, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10053, + "op": "EQ", + "gas": 3000121, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10054, + "op": "PUSH2", + "gas": 3000118, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10057, + "op": "JUMPI", + "gas": 3000115, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6", + "0x1", + "0x274e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10062, + "op": "JUMPDEST", + "gas": 3000105, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10063, + "op": "POP", + "gas": 3000104, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 10064, + "op": "JUMP", + "gas": 3000102, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x1951" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6481, + "op": "JUMPDEST", + "gas": 3000094, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6482, + "op": "SWAP3", + "gas": 3000093, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1bd7", + "0x24", + "0x4", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6483, + "op": "SWAP2", + "gas": 3000090, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1821e4b97d6", + "0x24", + "0x4", + "0x1bd7" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6484, + "op": "POP", + "gas": 3000087, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1821e4b97d6", + "0x1bd7", + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6485, + "op": "POP", + "gas": 3000085, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1821e4b97d6", + "0x1bd7", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 6486, + "op": "JUMP", + "gas": 3000083, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1821e4b97d6", + "0x1bd7" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7127, + "op": "JUMPDEST", + "gas": 3000075, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7128, + "op": "SWAP2", + "gas": 3000074, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x0", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7129, + "op": "POP", + "gas": 3000071, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7130, + "op": "POP", + "gas": 3000069, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7131, + "op": "SWAP3", + "gas": 3000067, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x229", + "0x24", + "0x4", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7132, + "op": "SWAP2", + "gas": 3000064, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x24", + "0x4", + "0x229" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7133, + "op": "POP", + "gas": 3000061, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x229", + "0x4", + "0x24" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7134, + "op": "POP", + "gas": 3000059, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x229", + "0x4" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 7135, + "op": "JUMP", + "gas": 3000057, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x229" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 553, + "op": "JUMPDEST", + "gas": 3000049, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 554, + "op": "PUSH2", + "gas": 3000048, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 557, + "op": "JUMP", + "gas": 3000045, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x72c" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1836, + "op": "JUMPDEST", + "gas": 3000037, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1837, + "op": "PUSH2", + "gas": 3000036, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1840, + "op": "DUP2", + "gas": 3000033, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1841, + "op": "PUSH2", + "gas": 3000030, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1844, + "op": "JUMP", + "gas": 3000027, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x1133" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4403, + "op": "JUMPDEST", + "gas": 3000019, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4404, + "op": "PUSH1", + "gas": 3000018, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4406, + "op": "PUSH2", + "gas": 3000015, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4409, + "op": "DUP3", + "gas": 3000012, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4410, + "op": "PUSH2", + "gas": 3000009, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4413, + "op": "JUMP", + "gas": 3000006, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x74a" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1866, + "op": "JUMPDEST", + "gas": 2999998, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1867, + "op": "PUSH1", + "gas": 2999997, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1869, + "op": "DUP1", + "gas": 2999994, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1870, + "op": "PUSH1", + "gas": 2999991, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1872, + "op": "PUSH1", + "gas": 2999988, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1874, + "op": "DUP5", + "gas": 2999985, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1875, + "op": "DUP2", + "gas": 2999982, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1876, + "op": "MSTORE", + "gas": 2999979, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1877, + "op": "PUSH1", + "gas": 2999976, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1879, + "op": "ADD", + "gas": 2999973, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1880, + "op": "SWAP1", + "gas": 2999970, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1881, + "op": "DUP2", + "gas": 2999967, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1882, + "op": "MSTORE", + "gas": 2999964, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000000", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1883, + "op": "PUSH1", + "gas": 2999961, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1885, + "op": "ADD", + "gas": 2999958, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1886, + "op": "PUSH1", + "gas": 2999955, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1888, + "op": "SHA3", + "gas": 2999952, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1889, + "op": "PUSH1", + "gas": 2999910, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1891, + "op": "SWAP1", + "gas": 2999907, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1892, + "op": "SLOAD", + "gas": 2999904, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + } + } + ] + } + }, + { + "pc": 1893, + "op": "SWAP1", + "gas": 2997804, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1894, + "op": "PUSH2", + "gas": 2997801, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1897, + "op": "EXP", + "gas": 2997798, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1898, + "op": "SWAP1", + "gas": 2997788, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1899, + "op": "DIV", + "gas": 2997785, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x1", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1900, + "op": "PUSH20", + "gas": 2997780, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1921, + "op": "AND", + "gas": 2997777, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1922, + "op": "SWAP1", + "gas": 2997774, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1923, + "op": "POP", + "gas": 2997771, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1924, + "op": "PUSH1", + "gas": 2997769, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1926, + "op": "PUSH20", + "gas": 2997766, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1947, + "op": "AND", + "gas": 2997763, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1948, + "op": "DUP2", + "gas": 2997760, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1949, + "op": "PUSH20", + "gas": 2997757, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1970, + "op": "AND", + "gas": 2997754, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1971, + "op": "EQ", + "gas": 2997751, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1972, + "op": "ISZERO", + "gas": 2997748, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1973, + "op": "PUSH2", + "gas": 2997745, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1976, + "op": "JUMPI", + "gas": 2997742, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x7f3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2035, + "op": "JUMPDEST", + "gas": 2997732, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2036, + "op": "DUP1", + "gas": 2997731, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2037, + "op": "SWAP2", + "gas": 2997728, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2038, + "op": "POP", + "gas": 2997725, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2039, + "op": "POP", + "gas": 2997723, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2040, + "op": "SWAP2", + "gas": 2997721, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0x113e", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2041, + "op": "SWAP1", + "gas": 2997718, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x113e" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2042, + "op": "POP", + "gas": 2997715, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x113e", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2043, + "op": "JUMP", + "gas": 2997713, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x113e" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4414, + "op": "JUMPDEST", + "gas": 2997705, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4415, + "op": "SWAP1", + "gas": 2997704, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4416, + "op": "POP", + "gas": 2997701, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4417, + "op": "PUSH2", + "gas": 2997699, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4420, + "op": "DUP2", + "gas": 2997696, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4421, + "op": "PUSH1", + "gas": 2997693, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4423, + "op": "DUP5", + "gas": 2997690, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4424, + "op": "PUSH2", + "gas": 2997687, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4427, + "op": "JUMP", + "gas": 2997684, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6", + "0x16c2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5826, + "op": "JUMPDEST", + "gas": 2997676, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5827, + "op": "POP", + "gas": 2997675, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5828, + "op": "POP", + "gas": 2997673, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5829, + "op": "POP", + "gas": 2997671, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 5830, + "op": "JUMP", + "gas": 2997669, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x114c" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4428, + "op": "JUMPDEST", + "gas": 2997661, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4429, + "op": "PUSH2", + "gas": 2997660, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4432, + "op": "PUSH1", + "gas": 2997657, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4434, + "op": "DUP4", + "gas": 2997654, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4435, + "op": "PUSH2", + "gas": 2997651, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4438, + "op": "JUMP", + "gas": 2997648, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0xba4" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2980, + "op": "JUMPDEST", + "gas": 2997640, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2981, + "op": "DUP2", + "gas": 2997639, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2982, + "op": "PUSH1", + "gas": 2997636, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2984, + "op": "PUSH1", + "gas": 2997633, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2986, + "op": "DUP4", + "gas": 2997630, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2987, + "op": "DUP2", + "gas": 2997627, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2988, + "op": "MSTORE", + "gas": 2997624, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2989, + "op": "PUSH1", + "gas": 2997621, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2991, + "op": "ADD", + "gas": 2997618, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2992, + "op": "SWAP1", + "gas": 2997615, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x4", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2993, + "op": "DUP2", + "gas": 2997612, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20", + "0x4" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2994, + "op": "MSTORE", + "gas": 2997609, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20", + "0x4", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2995, + "op": "PUSH1", + "gas": 2997606, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2997, + "op": "ADD", + "gas": 2997603, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2998, + "op": "PUSH1", + "gas": 2997600, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3000, + "op": "SHA3", + "gas": 2997597, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3001, + "op": "PUSH1", + "gas": 2997555, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3003, + "op": "PUSH2", + "gas": 2997552, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3006, + "op": "EXP", + "gas": 2997549, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3007, + "op": "DUP2", + "gas": 2997539, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3008, + "op": "SLOAD", + "gas": 2997536, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 3009, + "op": "DUP2", + "gas": 2995436, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3010, + "op": "PUSH20", + "gas": 2995433, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3031, + "op": "MUL", + "gas": 2995430, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3032, + "op": "NOT", + "gas": 2995425, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3033, + "op": "AND", + "gas": 2995422, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3034, + "op": "SWAP1", + "gas": 2995419, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3035, + "op": "DUP4", + "gas": 2995416, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3036, + "op": "PUSH20", + "gas": 2995413, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3057, + "op": "AND", + "gas": 2995410, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3058, + "op": "MUL", + "gas": 2995407, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3059, + "op": "OR", + "gas": 2995402, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3060, + "op": "SWAP1", + "gas": 2995399, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3061, + "op": "SSTORE", + "gas": 2995396, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d", + "value": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + } + ] + } + }, + { + "pc": 3062, + "op": "POP", + "gas": 2995296, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3063, + "op": "DUP1", + "gas": 2995294, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3064, + "op": "DUP3", + "gas": 2995291, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3065, + "op": "PUSH20", + "gas": 2995288, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3086, + "op": "AND", + "gas": 2995285, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3087, + "op": "PUSH2", + "gas": 2995282, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3090, + "op": "DUP4", + "gas": 2995279, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3091, + "op": "PUSH2", + "gas": 2995276, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3094, + "op": "JUMP", + "gas": 2995273, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x74a" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1866, + "op": "JUMPDEST", + "gas": 2995265, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1867, + "op": "PUSH1", + "gas": 2995264, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1869, + "op": "DUP1", + "gas": 2995261, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1870, + "op": "PUSH1", + "gas": 2995258, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1872, + "op": "PUSH1", + "gas": 2995255, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1874, + "op": "DUP5", + "gas": 2995252, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1875, + "op": "DUP2", + "gas": 2995249, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1876, + "op": "MSTORE", + "gas": 2995246, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1877, + "op": "PUSH1", + "gas": 2995243, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1879, + "op": "ADD", + "gas": 2995240, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1880, + "op": "SWAP1", + "gas": 2995237, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1881, + "op": "DUP2", + "gas": 2995234, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1882, + "op": "MSTORE", + "gas": 2995231, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000004", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1883, + "op": "PUSH1", + "gas": 2995228, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1885, + "op": "ADD", + "gas": 2995225, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1886, + "op": "PUSH1", + "gas": 2995222, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1888, + "op": "SHA3", + "gas": 2995219, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1889, + "op": "PUSH1", + "gas": 2995177, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1891, + "op": "SWAP1", + "gas": 2995174, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1892, + "op": "SLOAD", + "gas": 2995171, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + } + } + ] + } + }, + { + "pc": 1893, + "op": "SWAP1", + "gas": 2995071, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1894, + "op": "PUSH2", + "gas": 2995068, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1897, + "op": "EXP", + "gas": 2995065, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1898, + "op": "SWAP1", + "gas": 2995055, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1899, + "op": "DIV", + "gas": 2995052, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0x1", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1900, + "op": "PUSH20", + "gas": 2995047, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1921, + "op": "AND", + "gas": 2995044, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1922, + "op": "SWAP1", + "gas": 2995041, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1923, + "op": "POP", + "gas": 2995038, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1924, + "op": "PUSH1", + "gas": 2995036, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1926, + "op": "PUSH20", + "gas": 2995033, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1947, + "op": "AND", + "gas": 2995030, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1948, + "op": "DUP2", + "gas": 2995027, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1949, + "op": "PUSH20", + "gas": 2995024, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1970, + "op": "AND", + "gas": 2995021, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1971, + "op": "EQ", + "gas": 2995018, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1972, + "op": "ISZERO", + "gas": 2995015, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1973, + "op": "PUSH2", + "gas": 2995012, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 1976, + "op": "JUMPI", + "gas": 2995009, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x7f3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2035, + "op": "JUMPDEST", + "gas": 2994999, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2036, + "op": "DUP1", + "gas": 2994998, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2037, + "op": "SWAP2", + "gas": 2994995, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2038, + "op": "POP", + "gas": 2994992, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2039, + "op": "POP", + "gas": 2994990, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2040, + "op": "SWAP2", + "gas": 2994988, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xc17", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2041, + "op": "SWAP1", + "gas": 2994985, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0xc17" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2042, + "op": "POP", + "gas": 2994982, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xc17", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 2043, + "op": "JUMP", + "gas": 2994980, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xc17" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3095, + "op": "JUMPDEST", + "gas": 2994972, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3096, + "op": "PUSH20", + "gas": 2994971, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3117, + "op": "AND", + "gas": 2994968, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3118, + "op": "PUSH32", + "gas": 2994965, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3151, + "op": "PUSH1", + "gas": 2994962, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3153, + "op": "MLOAD", + "gas": 2994959, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3154, + "op": "PUSH1", + "gas": 2994956, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3156, + "op": "MLOAD", + "gas": 2994953, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3157, + "op": "DUP1", + "gas": 2994950, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3158, + "op": "SWAP2", + "gas": 2994947, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3159, + "op": "SUB", + "gas": 2994944, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3160, + "op": "SWAP1", + "gas": 2994941, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x80", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3161, + "op": "LOG4", + "gas": 2994938, + "gasCost": 1875, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "0x0", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3162, + "op": "POP", + "gas": 2993063, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3163, + "op": "POP", + "gas": 2993061, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 3164, + "op": "JUMP", + "gas": 2993059, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1157" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4439, + "op": "JUMPDEST", + "gas": 2993051, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4440, + "op": "PUSH1", + "gas": 2993050, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4442, + "op": "PUSH1", + "gas": 2993047, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4444, + "op": "PUSH1", + "gas": 2993044, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4446, + "op": "DUP4", + "gas": 2993041, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4447, + "op": "PUSH20", + "gas": 2993038, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4468, + "op": "AND", + "gas": 2993035, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4469, + "op": "PUSH20", + "gas": 2993032, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4490, + "op": "AND", + "gas": 2993029, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4491, + "op": "DUP2", + "gas": 2993026, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4492, + "op": "MSTORE", + "gas": 2993023, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4493, + "op": "PUSH1", + "gas": 2993020, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4495, + "op": "ADD", + "gas": 2993017, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4496, + "op": "SWAP1", + "gas": 2993014, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x3", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4497, + "op": "DUP2", + "gas": 2993011, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x20", + "0x3" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4498, + "op": "MSTORE", + "gas": 2993008, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x20", + "0x3", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4499, + "op": "PUSH1", + "gas": 2993005, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4501, + "op": "ADD", + "gas": 2993002, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4502, + "op": "PUSH1", + "gas": 2992999, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x40" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4504, + "op": "SHA3", + "gas": 2992996, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4505, + "op": "PUSH1", + "gas": 2992954, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4507, + "op": "DUP3", + "gas": 2992951, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4508, + "op": "DUP3", + "gas": 2992948, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4509, + "op": "SLOAD", + "gas": 2992945, + "gasCost": 2100, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000007" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "value": "0x0000000000000000000000000000000000000000000000000000000000000007" + } + } + ] + } + }, + { + "pc": 4510, + "op": "PUSH2", + "gas": 2990845, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4513, + "op": "SWAP2", + "gas": 2990842, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1", + "0x7", + "0x11a7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4514, + "op": "SWAP1", + "gas": 2990839, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x7", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4515, + "op": "PUSH2", + "gas": 2990836, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4518, + "op": "JUMP", + "gas": 2990833, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x2194" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8596, + "op": "JUMPDEST", + "gas": 2990825, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8597, + "op": "PUSH1", + "gas": 2990824, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8599, + "op": "PUSH2", + "gas": 2990821, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8602, + "op": "DUP3", + "gas": 2990818, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8603, + "op": "PUSH2", + "gas": 2990815, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8606, + "op": "JUMP", + "gas": 2990812, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7", + "0x2232" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2990804, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2990803, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2990800, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2990797, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2990794, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2990792, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x219f", + "0x7", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2990789, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x7", + "0x7", + "0x219f" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2990786, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x7", + "0x219f", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2990784, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x7", + "0x219f" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8607, + "op": "JUMPDEST", + "gas": 2990776, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8608, + "op": "SWAP2", + "gas": 2990775, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8609, + "op": "POP", + "gas": 2990772, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8610, + "op": "PUSH2", + "gas": 2990770, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8613, + "op": "DUP4", + "gas": 2990767, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8614, + "op": "PUSH2", + "gas": 2990764, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8617, + "op": "JUMP", + "gas": 2990761, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1", + "0x2232" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8754, + "op": "JUMPDEST", + "gas": 2990753, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8755, + "op": "PUSH1", + "gas": 2990752, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8757, + "op": "DUP2", + "gas": 2990749, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8758, + "op": "SWAP1", + "gas": 2990746, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8759, + "op": "POP", + "gas": 2990743, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1", + "0x1", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8760, + "op": "SWAP2", + "gas": 2990741, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x21aa", + "0x1", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8761, + "op": "SWAP1", + "gas": 2990738, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1", + "0x1", + "0x21aa" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8762, + "op": "POP", + "gas": 2990735, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1", + "0x21aa", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8763, + "op": "JUMP", + "gas": 2990733, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1", + "0x21aa" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8618, + "op": "JUMPDEST", + "gas": 2990725, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8619, + "op": "SWAP3", + "gas": 2990724, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8620, + "op": "POP", + "gas": 2990721, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8621, + "op": "DUP3", + "gas": 2990719, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8622, + "op": "DUP3", + "gas": 2990716, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8623, + "op": "LT", + "gas": 2990713, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8624, + "op": "ISZERO", + "gas": 2990710, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8625, + "op": "PUSH2", + "gas": 2990707, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8628, + "op": "JUMPI", + "gas": 2990704, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1", + "0x21bd" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8637, + "op": "JUMPDEST", + "gas": 2990694, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8638, + "op": "DUP3", + "gas": 2990693, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8639, + "op": "DUP3", + "gas": 2990690, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8640, + "op": "SUB", + "gas": 2990687, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x1", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8641, + "op": "SWAP1", + "gas": 2990684, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8642, + "op": "POP", + "gas": 2990681, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8643, + "op": "SWAP3", + "gas": 2990679, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x11a7", + "0x1", + "0x7", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8644, + "op": "SWAP2", + "gas": 2990676, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x6", + "0x1", + "0x7", + "0x11a7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8645, + "op": "POP", + "gas": 2990673, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x6", + "0x11a7", + "0x7", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8646, + "op": "POP", + "gas": 2990671, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x6", + "0x11a7", + "0x7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 8647, + "op": "JUMP", + "gas": 2990669, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x6", + "0x11a7" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4519, + "op": "JUMPDEST", + "gas": 2990661, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4520, + "op": "SWAP3", + "gas": 2990660, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4521, + "op": "POP", + "gas": 2990657, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x6", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0", + "0x1" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4522, + "op": "POP", + "gas": 2990655, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x6", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4523, + "op": "DUP2", + "gas": 2990653, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x6", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4524, + "op": "SWAP1", + "gas": 2990650, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x6", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4525, + "op": "SSTORE", + "gas": 2990647, + "gasCost": 2900, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x6", + "0x6", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000006" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df", + "value": "0x0000000000000000000000000000000000000000000000000000000000000007" + } + } + ] + } + }, + { + "pc": 4526, + "op": "POP", + "gas": 2987747, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4527, + "op": "PUSH1", + "gas": 2987745, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4529, + "op": "PUSH1", + "gas": 2987742, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4531, + "op": "DUP4", + "gas": 2987739, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4532, + "op": "DUP2", + "gas": 2987736, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4533, + "op": "MSTORE", + "gas": 2987733, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4534, + "op": "PUSH1", + "gas": 2987730, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4536, + "op": "ADD", + "gas": 2987727, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x0", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4537, + "op": "SWAP1", + "gas": 2987724, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4538, + "op": "DUP2", + "gas": 2987721, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20", + "0x2" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4539, + "op": "MSTORE", + "gas": 2987718, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20", + "0x2", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000003", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4540, + "op": "PUSH1", + "gas": 2987715, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4542, + "op": "ADD", + "gas": 2987712, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x20", + "0x20" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4543, + "op": "PUSH1", + "gas": 2987709, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4545, + "op": "SHA3", + "gas": 2987706, + "gasCost": 42, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x40", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4546, + "op": "PUSH1", + "gas": 2987664, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4548, + "op": "PUSH2", + "gas": 2987661, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4551, + "op": "EXP", + "gas": 2987658, + "gasCost": 10, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0", + "0x100" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4552, + "op": "DUP2", + "gas": 2987648, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4553, + "op": "SLOAD", + "gas": 2987645, + "gasCost": 100, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000006" + }, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + } + } + ] + } + }, + { + "pc": 4554, + "op": "SWAP1", + "gas": 2987545, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x1", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4555, + "op": "PUSH20", + "gas": 2987542, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4576, + "op": "MUL", + "gas": 2987539, + "gasCost": 5, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4577, + "op": "NOT", + "gas": 2987534, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4578, + "op": "AND", + "gas": 2987531, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffff0000000000000000000000000000000000000000" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4579, + "op": "SWAP1", + "gas": 2987528, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ] + }, + { + "pc": 4580, + "op": "SSTORE", + "gas": 2987525, + "gasCost": 2900, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "storage": { + "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xa5fe1795ba21fb40f3bbfeafa51fa5cdc4a157f3ff388bbab3251269b2084c6d": "0x0000000000000000000000000000000000000000000000000000000000000000", + "0xf51e4fa789f4e467dec421881a0c622e942721801dfa8b90a2dbf830a67f48df": "0x0000000000000000000000000000000000000000000000000000000000000006" + }, + "refund": 4800, + "extraData": { + "proofList": [ + { + "address": "0x5847653f3c2e05aef6838550513fda1a8528dcb3", + "nonce": 1, + "balance": "0x0", + "codeHash": "0x9772386adf211243e408babcc6954a63410e2d2b7eb665442221c5d5fcc7ccf0", + "storage": { + "key": "0x94e54a518d3c6f57d74f2c55b0483a8949b24c8947e1167ff82edf88b68212e6", + "value": "0x000000000000000000000000ec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + } + } + ] + } + }, + { + "pc": 4581, + "op": "DUP2", + "gas": 2984625, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4582, + "op": "PUSH1", + "gas": 2984622, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4584, + "op": "PUSH20", + "gas": 2984619, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4605, + "op": "AND", + "gas": 2984616, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4606, + "op": "DUP3", + "gas": 2984613, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4607, + "op": "PUSH20", + "gas": 2984610, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4628, + "op": "AND", + "gas": 2984607, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xffffffffffffffffffffffffffffffffffffffff" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4629, + "op": "PUSH32", + "gas": 2984604, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4662, + "op": "PUSH1", + "gas": 2984601, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4664, + "op": "MLOAD", + "gas": 2984598, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4665, + "op": "PUSH1", + "gas": 2984595, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4667, + "op": "MLOAD", + "gas": 2984592, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x40" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4668, + "op": "DUP1", + "gas": 2984589, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4669, + "op": "SWAP2", + "gas": 2984586, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4670, + "op": "SUB", + "gas": 2984583, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x80", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4671, + "op": "SWAP1", + "gas": 2984580, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x80", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4672, + "op": "LOG4", + "gas": 2984577, + "gasCost": 1875, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x1821e4b97d6", + "0x0", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x0", + "0x80" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4673, + "op": "PUSH2", + "gas": 2982702, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4676, + "op": "DUP2", + "gas": 2982699, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4677, + "op": "PUSH1", + "gas": 2982696, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4679, + "op": "DUP5", + "gas": 2982693, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4680, + "op": "PUSH2", + "gas": 2982690, + "gasCost": 3, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4683, + "op": "JUMP", + "gas": 2982687, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6", + "0x16c7" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 5831, + "op": "JUMPDEST", + "gas": 2982679, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 5832, + "op": "POP", + "gas": 2982678, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 5833, + "op": "POP", + "gas": 2982676, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x0" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 5834, + "op": "POP", + "gas": 2982674, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 5835, + "op": "JUMP", + "gas": 2982672, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5", + "0x124c" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4684, + "op": "JUMPDEST", + "gas": 2982664, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4685, + "op": "POP", + "gas": 2982663, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6", + "0xec9c8b21a9f8e5eb22373edf7d0860df0b98eba5" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4686, + "op": "POP", + "gas": 2982661, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 4687, + "op": "JUMP", + "gas": 2982659, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6", + "0x735" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 1845, + "op": "JUMPDEST", + "gas": 2982651, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 1846, + "op": "POP", + "gas": 2982650, + "gasCost": 2, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e", + "0x1821e4b97d6" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 1847, + "op": "JUMP", + "gas": 2982648, + "gasCost": 8, + "depth": 1, + "stack": [ + "0x42966c68", + "0x22e" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 558, + "op": "JUMPDEST", + "gas": 2982640, + "gasCost": 1, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + }, + { + "pc": 559, + "op": "STOP", + "gas": 2982639, + "gasCost": 0, + "depth": 1, + "stack": [ + "0x42966c68" + ], + "memory": [ + "000000000000000000000000000000000000000000000000000001821e4b97d6", + "0000000000000000000000000000000000000000000000000000000000000002", + "0000000000000000000000000000000000000000000000000000000000000080" + ], + "refund": 4800 + } + ] + } + ] +} \ No newline at end of file diff --git a/trie/zkproof/writer.go b/trie/zkproof/writer.go index dd1a0f14d3..0ebdb81619 100644 --- a/trie/zkproof/writer.go +++ b/trie/zkproof/writer.go @@ -357,7 +357,7 @@ func (w *zktrieProofWriter) traceAccountUpdate(addr common.Address, updateAccDat var proof proofList if err := w.tracingZktrie.Prove(addr.Bytes32(), 0, &proof); err != nil { - return nil, fmt.Errorf("prove BEFORE state fail: %s", err) + return nil, fmt.Errorf("prove BEFORE state for <%x> fail: %s", addr.Bytes(), err) } decodeProofForMPTPath(proof, out.AccountPath[0]) diff --git a/trie/zkproof/writer_test.go b/trie/zkproof/writer_test.go index 00b9eca55f..c06c525fd5 100644 --- a/trie/zkproof/writer_test.go +++ b/trie/zkproof/writer_test.go @@ -171,6 +171,17 @@ func TestFailedCallTx(t *testing.T) { } +//notice: now only work with OP_ORDER=2 +func TestDeleteTx(t *testing.T) { + trace := loadStaff(t, "delete_trace.json") + traces, err := HandleBlockResult(trace) + outObj, _ := json.Marshal(traces) + t.Log(string(outObj)) + if err != nil { + t.Fatal(err) + } +} + func TestMutipleTx(t *testing.T) { trace := loadStaff(t, "multi_txs.json") traces, err := HandleBlockResult(trace)