From 99d83f69e8de6fbb7d03194646a9121cb874ca61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Nowosielski?= Date: Tue, 21 May 2024 13:27:38 +0200 Subject: [PATCH] removing Integration - work in progress --- adapters/sn2core/sn2core_test.go | 136 +- clients/feeder/feeder_test.go | 219 +- ...de0a097fa76743cd30696f714a491a454bad5.json | 6934 ++- ...1ce9eec631653597e68645e13780061b2136c.json | 1423 +- ...477f05e39cb4900fd5ea0156d1721dbb6c59b.json | 1078 +- .../integration/state_update/283428.json | 65 +- .../integration/state_update/283746.json | 60 +- ...caafb7005d5f41c9ab260276d5bdc49726279.json | 121 +- ...9c0e2a9e50d95858aa41463f46386dca489fd.json | 52 +- ...81a880746649b9aee7e0d842bf3f52378f9f8.json | 40 +- ...238d145920afeb32f94e3a1e234d21e1e9292.json | 2129 + ...7cf0dafc8c188f80c3450615944a469428f7f.json | 188 +- ...0a0674ef533cce5a1f6c44ba9e60d804ecad2.json | 5057 +++ ...7e8231c3e0959f0a1d37222204f2f7712010e.json | 7282 ++-- ...238d145920afeb32f94e3a1e234d21e1e9292.json | 9161 ++++ ...0a0674ef533cce5a1f6c44ba9e60d804ecad2.json | 28558 +++++++++++++ .../testdata/mainnet/public_key/pk.json | 1 + .../testdata/mainnet/signature/19199.json | 12 +- .../state_update_with_block/19199.json | 34859 ++++++++++++++++ .../mainnet/state_update_with_block/7320.json | 12393 ++++++ .../state_update_with_block/latest.json | 368 + ...50c17e868a28f46cdef28f88521067f21e943.json | 1016 + ...08bd1a347a2a8a7d58bef1276db4f06fdf2f6.json | 188 + ...49cf14a1dcb9431673896290c9543e051240e.json | 59 + ...4b5a6530f5ee1dc1bfd3cc83cb3f519d6530a.json | 464 + .../testdata/sepolia/state_update/18.json | 82 + .../testdata/sepolia/state_update/6500.json | 54 + .../testdata/sepolia/state_update/7.json | 83 + ...5f2a025ae4ebeb35ba4ac88572abd23c5623f.json | 39 + ...5217954985792f12b9181cf938ec341046491.json | 36 + ...540a27f8d5712febbaf13fe8d8aeaf4ac9164.json | 41 + core/class_test.go | 30 +- docs/docs/example_config.md | 2 +- .../version-0.11.0/example_config.md | 2 +- .../version-0.6.0/example_config.md | 2 +- .../version-0.6.1/example_config.md | 2 +- .../version-0.6.2/example_config.md | 2 +- .../version-0.6.3/example_config.md | 2 +- .../version-0.7.0/example_config.md | 2 +- .../version-0.8.0/example_config.md | 2 +- .../version-0.9.1/example_config.md | 2 +- .../version-0.9.2/example_config.md | 2 +- .../version-0.9.3/example_config.md | 2 +- p2p/p2p_test.go | 8 +- p2p/starknet/starknet_test.go | 909 - starknetdata/feeder/feeder_test.go | 16 +- sync/sync_test.go | 6 +- vm/vm_test.go | 6 +- 48 files changed, 108293 insertions(+), 4902 deletions(-) create mode 100644 clients/feeder/testdata/mainnet/class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json create mode 100644 clients/feeder/testdata/mainnet/class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json create mode 100644 clients/feeder/testdata/mainnet/compiled_class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json create mode 100644 clients/feeder/testdata/mainnet/compiled_class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json create mode 100644 clients/feeder/testdata/mainnet/public_key/pk.json create mode 100644 clients/feeder/testdata/mainnet/state_update_with_block/19199.json create mode 100644 clients/feeder/testdata/mainnet/state_update_with_block/7320.json create mode 100644 clients/feeder/testdata/mainnet/state_update_with_block/latest.json create mode 100644 clients/feeder/testdata/mainnet/traces/0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943.json create mode 100644 clients/feeder/testdata/mainnet/traces/0x4e1f77f39545afe866ac151ac908bd1a347a2a8a7d58bef1276db4f06fdf2f6.json create mode 100644 clients/feeder/testdata/mainnet/transaction/0x34e02ab97e273f9a4a9b616fe549cf14a1dcb9431673896290c9543e051240e.json create mode 100644 clients/feeder/testdata/sepolia/class/0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a.json create mode 100644 clients/feeder/testdata/sepolia/state_update/18.json create mode 100644 clients/feeder/testdata/sepolia/state_update/6500.json create mode 100644 clients/feeder/testdata/sepolia/state_update/7.json create mode 100644 clients/feeder/testdata/sepolia/transaction/0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f.json create mode 100644 clients/feeder/testdata/sepolia/transaction/0x1dde7d379485cceb9ec0a5aacc5217954985792f12b9181cf938ec341046491.json create mode 100644 clients/feeder/testdata/sepolia/transaction/0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164.json delete mode 100644 p2p/starknet/starknet_test.go diff --git a/adapters/sn2core/sn2core_test.go b/adapters/sn2core/sn2core_test.go index c9d7b618aa..ba313d4c46 100644 --- a/adapters/sn2core/sn2core_test.go +++ b/adapters/sn2core/sn2core_test.go @@ -38,30 +38,31 @@ func TestAdaptBlock(t *testing.T) { gasPriceWEI: utils.HexToFelt(t, "0x27ad16775"), }, { - number: 304740, - protocolVersion: "0.12.1", - network: utils.Integration, + number: 4850, + protocolVersion: "0.12.3", + network: utils.Sepolia, sig: &starknet.Signature{ Signature: []*felt.Felt{utils.HexToFelt(t, "0x44"), utils.HexToFelt(t, "0x37")}, }, - gasPriceWEI: utils.HexToFelt(t, "0x3bb2acbc"), + gasPriceWEI: utils.HexToFelt(t, "0x80197ea0"), + gasPriceSTRK: utils.HexToFelt(t, "0x0"), }, { - number: 319132, - network: utils.Integration, - protocolVersion: "0.13.0", + number: 56377, + network: utils.Sepolia, + protocolVersion: "0.13.1", sig: &starknet.Signature{ Signature: []*felt.Felt{ utils.HexToFelt(t, "0x71a9b2cd8a8a6a4ca284dcddcdefc6c4fd20b92c1b201bd9836e4ce376fad16"), utils.HexToFelt(t, "0x6bef4745194c9447fdc8dd3aec4fc738ab0a560b0d2c7bf62fbf58aef3abfc5"), }, }, - gasPriceWEI: utils.HexToFelt(t, "0x3b9aca08"), - gasPriceSTRK: utils.HexToFelt(t, "0x2540be400"), + gasPriceWEI: utils.HexToFelt(t, "0x4a817c800"), + gasPriceSTRK: utils.HexToFelt(t, "0x1d1a94a20000"), }, { - number: 330363, - network: utils.Integration, + number: 16350, + network: utils.SepoliaIntegration, protocolVersion: "0.13.1", sig: &starknet.Signature{ Signature: []*felt.Felt{ @@ -69,10 +70,10 @@ func TestAdaptBlock(t *testing.T) { utils.HexToFelt(t, "0x343e605de3957e664746ba8ef82f2b0f9d53cda3d75dcb078290b8edd010165"), }, }, - gasPriceWEI: utils.HexToFelt(t, "0x3b9aca0a"), - gasPriceSTRK: utils.HexToFelt(t, "0x2b6fdb70"), - l1DAGasPriceWEI: utils.HexToFelt(t, "0x5265a14ef"), - l1DAGasPriceFRI: utils.HexToFelt(t, "0x3c0c00c87"), + gasPriceWEI: utils.HexToFelt(t, "0x3b9aca10"), + gasPriceSTRK: utils.HexToFelt(t, "0x17882b6aa74"), + l1DAGasPriceWEI: utils.HexToFelt(t, "0x716a8f6dd"), + l1DAGasPriceFRI: utils.HexToFelt(t, "0x2cc6d7f596e1"), }, } @@ -184,30 +185,30 @@ func TestStateUpdate(t *testing.T) { } t.Run("v0.11.0 state update", func(t *testing.T) { - integClient := feeder.NewTestClient(t, &utils.Integration) + integClient := feeder.NewTestClient(t, &utils.Sepolia) t.Run("declared Cairo0 classes", func(t *testing.T) { - feederUpdate, err := integClient.StateUpdate(ctx, "283746") + feederUpdate, err := integClient.StateUpdate(ctx, "18") require.NoError(t, err) update, err := sn2core.AdaptStateUpdate(feederUpdate) require.NoError(t, err) - assert.NotEmpty(t, update.StateDiff.DeclaredV0Classes) - assert.Empty(t, update.StateDiff.DeclaredV1Classes) + assert.Empty(t, update.StateDiff.DeclaredV0Classes) + assert.NotEmpty(t, update.StateDiff.DeclaredV1Classes) assert.Empty(t, update.StateDiff.ReplacedClasses) }) t.Run("declared Cairo1 classes", func(t *testing.T) { - feederUpdate, err := integClient.StateUpdate(ctx, "283364") + feederUpdate, err := integClient.StateUpdate(ctx, "7") require.NoError(t, err) update, err := sn2core.AdaptStateUpdate(feederUpdate) require.NoError(t, err) - assert.Empty(t, update.StateDiff.DeclaredV0Classes) + assert.NotEmpty(t, update.StateDiff.DeclaredV0Classes) assert.NotEmpty(t, update.StateDiff.DeclaredV1Classes) assert.Empty(t, update.StateDiff.ReplacedClasses) }) t.Run("replaced classes", func(t *testing.T) { - feederUpdate, err := integClient.StateUpdate(ctx, "283428") + feederUpdate, err := integClient.StateUpdate(ctx, "6500") require.NoError(t, err) update, err := sn2core.AdaptStateUpdate(feederUpdate) require.NoError(t, err) @@ -263,13 +264,12 @@ func TestClassV0(t *testing.T) { } func TestTransaction(t *testing.T) { - clientGoerli := feeder.NewTestClient(t, &utils.Goerli) clientMainnet := feeder.NewTestClient(t, &utils.Mainnet) ctx := context.Background() t.Run("invoke transaction", func(t *testing.T) { - hash := utils.HexToFelt(t, "0x7e3a229febf47c6edfd96582d9476dd91a58a5ba3df4553ae448a14a2f132d9") - response, err := clientGoerli.Transaction(ctx, hash) + hash := utils.HexToFelt(t, "0x6c40890743aa220b10e5ee68cef694c5c23cc2defd0dbdf5546e687f9982ab1") + response, err := clientMainnet.Transaction(ctx, hash) require.NoError(t, err) responseTx := response.Transaction @@ -290,8 +290,8 @@ func TestTransaction(t *testing.T) { }) t.Run("deploy transaction", func(t *testing.T) { - hash := utils.HexToFelt(t, "0x15b51c2f4880b1e7492d30ada7254fc59c09adde636f37eb08cdadbd9dabebb") - response, err := clientGoerli.Transaction(ctx, hash) + hash := utils.HexToFelt(t, "0x6d3e06989ee2245139cd677f59b4da7f360a27b2b614a4eb088fdf5862d23ee") + response, err := clientMainnet.Transaction(ctx, hash) require.NoError(t, err) responseTx := response.Transaction @@ -333,8 +333,8 @@ func TestTransaction(t *testing.T) { }) t.Run("declare transaction", func(t *testing.T) { - hash := utils.HexToFelt(t, "0x6eab8252abfc9bbfd72c8d592dde4018d07ce467c5ce922519d7142fcab203f") - response, err := clientGoerli.Transaction(ctx, hash) + hash := utils.HexToFelt(t, "0x222f8902d1eeea76fa2642a90e2411bfd71cffb299b3a299029e1937fab3fe4") + response, err := clientMainnet.Transaction(ctx, hash) require.NoError(t, err) responseTx := response.Transaction @@ -375,25 +375,25 @@ func TestTransaction(t *testing.T) { } func TestTransactionV3(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Sepolia) ctx := context.Background() tests := map[string]core.Transaction{ - // https://external.integration.starknet.io/feeder_gateway/get_transaction?transactionHash=0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd "invoke": &core.InvokeTransaction{ - TransactionHash: utils.HexToFelt(t, "0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd"), + TransactionHash: utils.HexToFelt(t, "0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164"), Version: new(core.TransactionVersion).SetUint64(3), TransactionSignature: []*felt.Felt{ - utils.HexToFelt(t, "0x71a9b2cd8a8a6a4ca284dcddcdefc6c4fd20b92c1b201bd9836e4ce376fad16"), - utils.HexToFelt(t, "0x6bef4745194c9447fdc8dd3aec4fc738ab0a560b0d2c7bf62fbf58aef3abfc5"), + utils.HexToFelt(t, "0x01"), + utils.HexToFelt(t, "0x4235b7a9cad6024cbb3296325e23b2a03d34a95c3ee3d5c10e2b6076c257d77"), + utils.HexToFelt(t, "0x439de4b0c238f624c14c2619aa9d190c6c1d17f6556af09f1697cfe74f192fc"), }, - Nonce: utils.HexToFelt(t, "0xe97"), + Nonce: utils.HexToFelt(t, "0x8"), NonceDAMode: core.DAModeL1, FeeDAMode: core.DAModeL1, ResourceBounds: map[core.Resource]core.ResourceBounds{ core.ResourceL1Gas: { - MaxAmount: utils.HexToUint64(t, "0x186a0"), - MaxPricePerUnit: utils.HexToFelt(t, "0x5af3107a4000"), + MaxAmount: utils.HexToUint64(t, "0xa0"), + MaxPricePerUnit: utils.HexToFelt(t, "0xe91444530acc"), }, core.ResourceL2Gas: { MaxAmount: 0, @@ -402,41 +402,29 @@ func TestTransactionV3(t *testing.T) { }, Tip: 0, PaymasterData: []*felt.Felt{}, - SenderAddress: utils.HexToFelt(t, "0x3f6f3bc663aedc5285d6013cc3ffcbc4341d86ab488b8b68d297f8258793c41"), + SenderAddress: utils.HexToFelt(t, "0x6247aaebf5d2ff56c35cce1585bf255963d94dd413a95020606d523c8c7f696"), CallData: []*felt.Felt{ - utils.HexToFelt(t, "0x2"), - utils.HexToFelt(t, "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684"), - utils.HexToFelt(t, "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c"), - utils.HexToFelt(t, "0x0"), - utils.HexToFelt(t, "0x4"), - utils.HexToFelt(t, "0x4c312760dfd17a954cdd09e76aa9f149f806d88ec3e402ffaf5c4926f568a42"), - utils.HexToFelt(t, "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf"), - utils.HexToFelt(t, "0x4"), - utils.HexToFelt(t, "0x1"), - utils.HexToFelt(t, "0x5"), - utils.HexToFelt(t, "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684"), - utils.HexToFelt(t, "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf"), utils.HexToFelt(t, "0x1"), - utils.HexToFelt(t, "0x7fe4fd616c7fece1244b3616bb516562e230be8c9f29668b46ce0369d5ca829"), - utils.HexToFelt(t, "0x287acddb27a2f9ba7f2612d72788dc96a5b30e401fc1e8072250940e024a587"), + utils.HexToFelt(t, "0x19c92fa87f4d5e3be25c3dd6a284f30282a07e87cd782f5fd387b82c8142017"), + utils.HexToFelt(t, "0x3059098e39fbb607bc96a8075eb4d17197c3a6c797c166470997571e6fa5b17"), + utils.HexToFelt(t, "0x0"), }, AccountDeploymentData: []*felt.Felt{}, }, - // https://external.integration.starknet.io/feeder_gateway/get_transaction?transactionHash=0x41d1f5206ef58a443e7d3d1ca073171ec25fa75313394318fc83a074a6631c3 "declare": &core.DeclareTransaction{ - TransactionHash: utils.HexToFelt(t, "0x41d1f5206ef58a443e7d3d1ca073171ec25fa75313394318fc83a074a6631c3"), + TransactionHash: utils.HexToFelt(t, "0x1dde7d379485cceb9ec0a5aacc5217954985792f12b9181cf938ec341046491"), Version: new(core.TransactionVersion).SetUint64(3), TransactionSignature: []*felt.Felt{ - utils.HexToFelt(t, "0x29a49dff154fede73dd7b5ca5a0beadf40b4b069f3a850cd8428e54dc809ccc"), - utils.HexToFelt(t, "0x429d142a17223b4f2acde0f5ecb9ad453e188b245003c86fab5c109bad58fc3"), + utils.HexToFelt(t, "0x5be36745b03aaeb76712c68869f944f7c711f9e734763b8d0b4e5b834408ea4"), + utils.HexToFelt(t, "0x66c9dba8bb26ada30cf3a393a6c26bfd3a40538f19b3b4bfb57c7507962ae79"), }, - Nonce: utils.HexToFelt(t, "0x1"), + Nonce: utils.HexToFelt(t, "0x3"), NonceDAMode: core.DAModeL1, FeeDAMode: core.DAModeL1, ResourceBounds: map[core.Resource]core.ResourceBounds{ core.ResourceL1Gas: { - MaxAmount: utils.HexToUint64(t, "0x186a0"), - MaxPricePerUnit: utils.HexToFelt(t, "0x2540be400"), + MaxAmount: utils.HexToUint64(t, "0x1f40"), + MaxPricePerUnit: utils.HexToFelt(t, "0x5af3107a4000"), }, core.ResourceL2Gas: { MaxAmount: 0, @@ -445,21 +433,21 @@ func TestTransactionV3(t *testing.T) { }, Tip: 0, PaymasterData: []*felt.Felt{}, - SenderAddress: utils.HexToFelt(t, "0x2fab82e4aef1d8664874e1f194951856d48463c3e6bf9a8c68e234a629a6f50"), - ClassHash: utils.HexToFelt(t, "0x5ae9d09292a50ed48c5930904c880dab56e85b825022a7d689cfc9e65e01ee7"), - CompiledClassHash: utils.HexToFelt(t, "0x1add56d64bebf8140f3b8a38bdf102b7874437f0c861ab4ca7526ec33b4d0f8"), + SenderAddress: utils.HexToFelt(t, "0x6aac79bb6c90e1e41c33cd20c67c0281c4a95f01b4e15ad0c3b53fcc6010cf8"), + ClassHash: utils.HexToFelt(t, "0x2404dffbfe2910bd921f5935e628c01e457629fc779420a03b7e5e507212f36"), + CompiledClassHash: utils.HexToFelt(t, "0x5047109bf7eb550c5e6b0c37714f6e0db4bb8b5b227869e0797ecfc39240aa7"), AccountDeploymentData: []*felt.Felt{}, }, - // https://external.integration.starknet.io/feeder_gateway/get_transaction?transactionHash=0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0 "deploy account": &core.DeployAccountTransaction{ DeployTransaction: core.DeployTransaction{ - TransactionHash: utils.HexToFelt(t, "0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0"), + TransactionHash: utils.HexToFelt(t, "0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f"), Version: new(core.TransactionVersion).SetUint64(3), - ContractAddress: utils.HexToFelt(t, "0x2fab82e4aef1d8664874e1f194951856d48463c3e6bf9a8c68e234a629a6f50"), - ContractAddressSalt: new(felt.Felt), - ClassHash: utils.HexToFelt(t, "0x2338634f11772ea342365abd5be9d9dc8a6f44f159ad782fdebd3db5d969738"), + ContractAddress: utils.HexToFelt(t, "0x7ac1f9f2dde09f938e7ace23009160bf4b2f48a69363983abc1f6d51cb39e37"), + ContractAddressSalt: utils.HexToFelt(t, "0x202674c5f7f0ee6ea3248496afccc6e27f77fd5634628d07c5710f8a4fbf1a2"), + ClassHash: utils.HexToFelt(t, "0x29927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b"), ConstructorCallData: []*felt.Felt{ - utils.HexToFelt(t, "0x5cd65f3d7daea6c63939d659b8473ea0c5cd81576035a4d34e52fb06840196c"), + utils.HexToFelt(t, "0x202674c5f7f0ee6ea3248496afccc6e27f77fd5634628d07c5710f8a4fbf1a2"), + utils.HexToFelt(t, "0x0"), }, }, Nonce: new(felt.Felt), @@ -467,8 +455,8 @@ func TestTransactionV3(t *testing.T) { FeeDAMode: core.DAModeL1, ResourceBounds: map[core.Resource]core.ResourceBounds{ core.ResourceL1Gas: { - MaxAmount: utils.HexToUint64(t, "0x186a0"), - MaxPricePerUnit: utils.HexToFelt(t, "0x5af3107a4000"), + MaxAmount: utils.HexToUint64(t, "0x1b52"), + MaxPricePerUnit: utils.HexToFelt(t, "0x15416c61bfea"), }, core.ResourceL2Gas: { MaxAmount: 0, @@ -476,8 +464,8 @@ func TestTransactionV3(t *testing.T) { }, }, TransactionSignature: []*felt.Felt{ - utils.HexToFelt(t, "0x6d756e754793d828c6c1a89c13f7ec70dbd8837dfeea5028a673b80e0d6b4ec"), - utils.HexToFelt(t, "0x4daebba599f860daee8f6e100601d98873052e1c61530c630cc4375c6bd48e3"), + utils.HexToFelt(t, "0x79ec88c0f655e07f49a66bc6d4d9e696cf578addf6a0538f81dc3b47ca66c64"), + utils.HexToFelt(t, "0x78d3f2549f6f5b8533730a0f4f76c4277bc1b358f805d7cf66414289ce0a46d"), }, Tip: 0, PaymasterData: []*felt.Felt{}, @@ -496,9 +484,9 @@ func TestTransactionV3(t *testing.T) { } func TestClassV1(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) - classHash := utils.HexToFelt(t, "0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5") + classHash := utils.HexToFelt(t, "0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2") feederClass, err := client.ClassDefinition(context.Background(), classHash) require.NoError(t, err) diff --git a/clients/feeder/feeder_test.go b/clients/feeder/feeder_test.go index 82d7a8c972..c8027c34dc 100644 --- a/clients/feeder/feeder_test.go +++ b/clients/feeder/feeder_test.go @@ -40,9 +40,9 @@ func TestDeclareTransactionUnmarshal(t *testing.T) { assert.Equal(t, "0x6c0189aaa56bfcb2a3e97198d04bd7a9750a4354b88f4e5edf57cf4d966ddda", (*declareTx.Signature)[1].String()) }) - t.Run("v0.3", func(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) - txnHash := utils.HexToFelt(t, "0x41d1f5206ef58a443e7d3d1ca073171ec25fa75313394318fc83a074a6631c3") + t.Run("v0.1", func(t *testing.T) { + client := feeder.NewTestClient(t, &utils.Mainnet) + txnHash := utils.HexToFelt(t, "0x1b4d9f09276629d496af1af8ff00173c11ff146affacb1b5c858d7aa89001ae") status, err := client.Transaction(context.Background(), txnHash) require.NoError(t, err) @@ -99,25 +99,26 @@ func TestInvokeTransactionUnmarshal(t *testing.T) { }) t.Run("v0.3", func(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) - txnHash := utils.HexToFelt(t, "0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd") + client := feeder.NewTestClient(t, &utils.Sepolia) + txnHash := utils.HexToFelt(t, "0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164") status, err := client.Transaction(context.Background(), txnHash) require.NoError(t, err) require.Equal(t, &starknet.Transaction{ - Hash: utils.HexToFelt(t, "0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd"), + Hash: utils.HexToFelt(t, "0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164"), Version: new(felt.Felt).SetUint64(3), Signature: &[]*felt.Felt{ - utils.HexToFelt(t, "0x71a9b2cd8a8a6a4ca284dcddcdefc6c4fd20b92c1b201bd9836e4ce376fad16"), - utils.HexToFelt(t, "0x6bef4745194c9447fdc8dd3aec4fc738ab0a560b0d2c7bf62fbf58aef3abfc5"), + utils.HexToFelt(t, "0x1"), + utils.HexToFelt(t, "0x4235b7a9cad6024cbb3296325e23b2a03d34a95c3ee3d5c10e2b6076c257d77"), + utils.HexToFelt(t, "0x439de4b0c238f624c14c2619aa9d190c6c1d17f6556af09f1697cfe74f192fc"), }, - Nonce: utils.HexToFelt(t, "0xe97"), + Nonce: utils.HexToFelt(t, "0x8"), NonceDAMode: utils.Ptr(starknet.DAModeL1), FeeDAMode: utils.Ptr(starknet.DAModeL1), ResourceBounds: &map[starknet.Resource]starknet.ResourceBounds{ starknet.ResourceL1Gas: { - MaxAmount: utils.HexToFelt(t, "0x186a0"), - MaxPricePerUnit: utils.HexToFelt(t, "0x5af3107a4000"), + MaxAmount: utils.HexToFelt(t, "0xa0"), + MaxPricePerUnit: utils.HexToFelt(t, "0xe91444530acc"), }, starknet.ResourceL2Gas: { MaxAmount: new(felt.Felt), @@ -126,23 +127,12 @@ func TestInvokeTransactionUnmarshal(t *testing.T) { }, Tip: new(felt.Felt), PaymasterData: &[]*felt.Felt{}, - SenderAddress: utils.HexToFelt(t, "0x3f6f3bc663aedc5285d6013cc3ffcbc4341d86ab488b8b68d297f8258793c41"), + SenderAddress: utils.HexToFelt(t, "0x6247aaebf5d2ff56c35cce1585bf255963d94dd413a95020606d523c8c7f696"), CallData: &[]*felt.Felt{ - utils.HexToFelt(t, "0x2"), - utils.HexToFelt(t, "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684"), - utils.HexToFelt(t, "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c"), - utils.HexToFelt(t, "0x0"), - utils.HexToFelt(t, "0x4"), - utils.HexToFelt(t, "0x4c312760dfd17a954cdd09e76aa9f149f806d88ec3e402ffaf5c4926f568a42"), - utils.HexToFelt(t, "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf"), - utils.HexToFelt(t, "0x4"), - utils.HexToFelt(t, "0x1"), - utils.HexToFelt(t, "0x5"), - utils.HexToFelt(t, "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684"), - utils.HexToFelt(t, "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf"), utils.HexToFelt(t, "0x1"), - utils.HexToFelt(t, "0x7fe4fd616c7fece1244b3616bb516562e230be8c9f29668b46ce0369d5ca829"), - utils.HexToFelt(t, "0x287acddb27a2f9ba7f2612d72788dc96a5b30e401fc1e8072250940e024a587"), + utils.HexToFelt(t, "0x19c92fa87f4d5e3be25c3dd6a284f30282a07e87cd782f5fd387b82c8142017"), + utils.HexToFelt(t, "0x3059098e39fbb607bc96a8075eb4d17197c3a6c797c166470997571e6fa5b17"), + utils.HexToFelt(t, "0x0"), }, AccountDeploymentData: &[]*felt.Felt{}, Type: starknet.TxnInvoke, @@ -152,24 +142,26 @@ func TestInvokeTransactionUnmarshal(t *testing.T) { //nolint:dupl func TestDeployTransactionUnmarshal(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Mainnet) + t.Run("pre-v0.3", func(t *testing.T) { + client := feeder.NewTestClient(t, &utils.Mainnet) - txnHash := utils.HexToFelt(t, "0x6d3e06989ee2245139cd677f59b4da7f360a27b2b614a4eb088fdf5862d23ee") - status, err := client.Transaction(context.Background(), txnHash) - require.NoError(t, err) + txnHash := utils.HexToFelt(t, "0x6d3e06989ee2245139cd677f59b4da7f360a27b2b614a4eb088fdf5862d23ee") + status, err := client.Transaction(context.Background(), txnHash) + require.NoError(t, err) - deployTx := status.Transaction - assert.Equal(t, "0x6d3e06989ee2245139cd677f59b4da7f360a27b2b614a4eb088fdf5862d23ee", deployTx.Hash.String()) - assert.Equal(t, "0x0", deployTx.Version.String()) - assert.Equal(t, "0x7cc55b21de4b7d6d7389df3b27de950924ac976d263ac8d71022d0b18155fc", deployTx.ContractAddress.String()) - assert.Equal(t, "0x614b9e0c3cb7a8f4ed73b673eba239c41a172859bf129c4b269c4b8057e21d8", deployTx.ContractAddressSalt.String()) - assert.Equal(t, "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", deployTx.ClassHash.String()) - assert.Equal(t, 4, len(*deployTx.ConstructorCallData)) - assert.Equal(t, "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", (*deployTx.ConstructorCallData)[0].String()) - assert.Equal(t, "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", (*deployTx.ConstructorCallData)[1].String()) - assert.Equal(t, "0x1", (*deployTx.ConstructorCallData)[2].String()) - assert.Equal(t, "0x614b9e0c3cb7a8f4ed73b673eba239c41a172859bf129c4b269c4b8057e21d8", (*deployTx.ConstructorCallData)[3].String()) - assert.Equal(t, starknet.TxnDeploy, deployTx.Type) + deployTx := status.Transaction + assert.Equal(t, "0x6d3e06989ee2245139cd677f59b4da7f360a27b2b614a4eb088fdf5862d23ee", deployTx.Hash.String()) + assert.Equal(t, "0x0", deployTx.Version.String()) + assert.Equal(t, "0x7cc55b21de4b7d6d7389df3b27de950924ac976d263ac8d71022d0b18155fc", deployTx.ContractAddress.String()) + assert.Equal(t, "0x614b9e0c3cb7a8f4ed73b673eba239c41a172859bf129c4b269c4b8057e21d8", deployTx.ContractAddressSalt.String()) + assert.Equal(t, "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", deployTx.ClassHash.String()) + assert.Equal(t, 4, len(*deployTx.ConstructorCallData)) + assert.Equal(t, "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", (*deployTx.ConstructorCallData)[0].String()) + assert.Equal(t, "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", (*deployTx.ConstructorCallData)[1].String()) + assert.Equal(t, "0x1", (*deployTx.ConstructorCallData)[2].String()) + assert.Equal(t, "0x614b9e0c3cb7a8f4ed73b673eba239c41a172859bf129c4b269c4b8057e21d8", (*deployTx.ConstructorCallData)[3].String()) + assert.Equal(t, starknet.TxnDeploy, deployTx.Type) + }) } func TestDeployAccountTransactionUnmarshal(t *testing.T) { @@ -202,26 +194,26 @@ func TestDeployAccountTransactionUnmarshal(t *testing.T) { }) t.Run("v0.3", func(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) - txnHash := utils.HexToFelt(t, "0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0") + client := feeder.NewTestClient(t, &utils.Sepolia) + txnHash := utils.HexToFelt(t, "0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f") status, err := client.Transaction(context.Background(), txnHash) require.NoError(t, err) require.Equal(t, &starknet.Transaction{ - Hash: utils.HexToFelt(t, "0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0"), + Hash: utils.HexToFelt(t, "0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f"), Version: utils.HexToFelt(t, "0x3"), - ClassHash: utils.HexToFelt(t, "0x2338634f11772ea342365abd5be9d9dc8a6f44f159ad782fdebd3db5d969738"), + ClassHash: utils.HexToFelt(t, "0x29927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b"), Signature: &[]*felt.Felt{ - utils.HexToFelt(t, "0x6d756e754793d828c6c1a89c13f7ec70dbd8837dfeea5028a673b80e0d6b4ec"), - utils.HexToFelt(t, "0x4daebba599f860daee8f6e100601d98873052e1c61530c630cc4375c6bd48e3"), + utils.HexToFelt(t, "0x79ec88c0f655e07f49a66bc6d4d9e696cf578addf6a0538f81dc3b47ca66c64"), + utils.HexToFelt(t, "0x78d3f2549f6f5b8533730a0f4f76c4277bc1b358f805d7cf66414289ce0a46d"), }, Nonce: new(felt.Felt), NonceDAMode: utils.Ptr(starknet.DAModeL1), FeeDAMode: utils.Ptr(starknet.DAModeL1), ResourceBounds: &map[starknet.Resource]starknet.ResourceBounds{ starknet.ResourceL1Gas: { - MaxAmount: utils.HexToFelt(t, "0x186a0"), - MaxPricePerUnit: utils.HexToFelt(t, "0x5af3107a4000"), + MaxAmount: utils.HexToFelt(t, "0x1b52"), + MaxPricePerUnit: utils.HexToFelt(t, "0x15416c61bfea"), }, starknet.ResourceL2Gas: { MaxAmount: new(felt.Felt), @@ -230,10 +222,11 @@ func TestDeployAccountTransactionUnmarshal(t *testing.T) { }, Tip: new(felt.Felt), PaymasterData: &[]*felt.Felt{}, - SenderAddress: utils.HexToFelt(t, "0x2fab82e4aef1d8664874e1f194951856d48463c3e6bf9a8c68e234a629a6f50"), - ContractAddressSalt: new(felt.Felt), + SenderAddress: utils.HexToFelt(t, "0x7ac1f9f2dde09f938e7ace23009160bf4b2f48a69363983abc1f6d51cb39e37"), + ContractAddressSalt: utils.HexToFelt(t, "0x202674c5f7f0ee6ea3248496afccc6e27f77fd5634628d07c5710f8a4fbf1a2"), ConstructorCallData: &[]*felt.Felt{ - utils.HexToFelt(t, "0x5cd65f3d7daea6c63939d659b8473ea0c5cd81576035a4d34e52fb06840196c"), + utils.HexToFelt(t, "0x202674c5f7f0ee6ea3248496afccc6e27f77fd5634628d07c5710f8a4fbf1a2"), + utils.HexToFelt(t, "0x0"), }, Type: starknet.TxnDeployAccount, }, status.Transaction) @@ -299,39 +292,39 @@ func TestBlockWithSequencerAddressUnmarshal(t *testing.T) { assert.Equal(t, "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", block.SequencerAddress.String()) } -func TestBlockHeaderV013Unmarshal(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) - block, err := client.Block(context.Background(), "319132") +func TestBlockHeaderV0123Unmarshal(t *testing.T) { + client := feeder.NewTestClient(t, &utils.Sepolia) + block, err := client.Block(context.Background(), "4850") require.NoError(t, err) - require.Equal(t, utils.HexToFelt(t, "0x50e864db6b81ce69fbeb70e6a7284ee2febbb9a2e707415de7adab83525e9cd"), block.Hash) - require.Equal(t, utils.HexToFelt(t, "0x39dfc381180356734085e2d70b640e153c241c7f65936cacbdff9fad84bbc0c"), block.ParentHash) - require.Equal(t, uint64(319132), block.Number) - require.Equal(t, utils.HexToFelt(t, "0x2a6b9a8b60e1de80dc50e6b704b415a38e8fd03d82244cec92cbff0821a8975"), block.StateRoot) - require.Equal(t, "ACCEPTED_ON_L2", block.Status) - require.Equal(t, utils.HexToFelt(t, "0x3b9aca08"), block.GasPriceETH()) - require.Equal(t, utils.HexToFelt(t, "0x2540be400"), block.GasPriceSTRK()) - require.Equal(t, uint64(1700075354), block.Timestamp) + require.Equal(t, utils.HexToFelt(t, "0x410dfca0f99545e62aef946e228329ce3a906f6785f5e6f97389f30ad1c1088"), block.Hash) + require.Equal(t, utils.HexToFelt(t, "0x61d60ea141cd3677a36da9ac7bdc5b4535b76bf9c5e6dd0bddfb04036b460c6"), block.ParentHash) + require.Equal(t, uint64(4850), block.Number) + require.Equal(t, utils.HexToFelt(t, "0x42f9257e7075f9cffffcfbda7dd7b318ee3474436b6a7d17ad152c45e8738ce"), block.StateRoot) + require.Equal(t, "ACCEPTED_ON_L1", block.Status) + require.Equal(t, utils.HexToFelt(t, "0x80197ea0"), block.GasPriceETH()) + require.Equal(t, utils.HexToFelt(t, "0x0"), block.GasPriceSTRK()) + require.Equal(t, uint64(1702188621), block.Timestamp) require.Equal(t, utils.HexToFelt(t, "0x1176a1bd84444c89232ec27754698e5d2e7e1a7f1539f12027f28b23ec9f3d8"), block.SequencerAddress) - require.Equal(t, "0.13.0", block.Version) + require.Equal(t, "0.12.3", block.Version) } func TestBlockHeaderV0131Unmarshal(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) - block, err := client.Block(context.Background(), "330363") + client := feeder.NewTestClient(t, &utils.Sepolia) + block, err := client.Block(context.Background(), "56377") require.NoError(t, err) - require.Equal(t, utils.HexToFelt(t, "0x8ab8117e952f95efd96de0bc66dc6f13fe68dfda14b95fe1972759dee283a8"), block.Hash) - require.Equal(t, utils.HexToFelt(t, "0x13367121d0b7e34a9b10c8a5a1c269811cd9afc3ce680c88888f1a22d2f017a"), block.TransactionCommitment) - require.Equal(t, utils.HexToFelt(t, "0x1090dd2ab2aa22bd5fc5a59d3b1394d54461bb2a80156c4b2c2622d2c474ca2"), block.EventCommitment) - require.Equal(t, utils.HexToFelt(t, "0x3b9aca0a"), block.GasPriceETH()) - require.Equal(t, utils.HexToFelt(t, "0x2b6fdb70"), block.GasPriceSTRK()) - require.Equal(t, utils.HexToFelt(t, "0x5265a14ef"), block.L1DataGasPrice.PriceInWei) - require.Equal(t, utils.HexToFelt(t, "0x3c0c00c87"), block.L1DataGasPrice.PriceInFri) + require.Equal(t, utils.HexToFelt(t, "0x609e8ffabfdca05b5a2e7c1bd99fc95a757e7b4ef9186aeb1f301f3741458ce"), block.Hash) + require.Equal(t, utils.HexToFelt(t, "0x5e3ae2b28d867474a618d81f120e193a6e1e01e4cd1c95139706ce0bca35a88"), block.TransactionCommitment) + require.Equal(t, utils.HexToFelt(t, "0x505188f7acc80cd76b56832b86dd94638de937aecb5fa408f51abc5ec8fad8e"), block.EventCommitment) + require.Equal(t, utils.HexToFelt(t, "0x4a817c800"), block.GasPriceETH()) + require.Equal(t, utils.HexToFelt(t, "0x1d1a94a20000"), block.GasPriceSTRK()) + require.Equal(t, utils.HexToFelt(t, "0x6b85dda55"), block.L1DataGasPrice.PriceInWei) + require.Equal(t, utils.HexToFelt(t, "0x2dfb78bf913d"), block.L1DataGasPrice.PriceInFri) require.Equal(t, starknet.Blob, block.L1DAMode) require.Equal(t, "0.13.1", block.Version) require.Equal(t, uint64(0), block.Receipts[0].ExecutionResources.DataAvailability.L1Gas) - require.Equal(t, uint64(128), block.Receipts[0].ExecutionResources.DataAvailability.L1DataGas) + require.Equal(t, uint64(0x380), block.Receipts[0].ExecutionResources.DataAvailability.L1DataGas) } func TestClassV0Unmarshal(t *testing.T) { @@ -353,25 +346,25 @@ func TestClassV0Unmarshal(t *testing.T) { } func TestClassV1Unmarshal(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Sepolia) - hash := utils.HexToFelt(t, "0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c") + hash := utils.HexToFelt(t, "0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a") class, err := client.ClassDefinition(context.Background(), hash) require.NoError(t, err) assert.NotNil(t, class.V1) assert.Nil(t, class.V0) - assert.Equal(t, 6626, len(class.V1.Program)) - assert.Equal(t, 704, len(class.V1.Abi)) + assert.Equal(t, 440, len(class.V1.Program)) + assert.Equal(t, 686, len(class.V1.Abi)) assert.Equal(t, "0.1.0", class.V1.Version) assert.Equal(t, 0, len(class.V1.EntryPoints.Constructor)) assert.Equal(t, 0, len(class.V1.EntryPoints.L1Handler)) selectors := []string{ - "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658", - "0x1fc3f77ebc090777f567969ad9823cf6334ab888acb385ca72668ec5adbde80", - "0x3d778356014c91effae9863ee4a8c2663d8fa2e9f0c4145c1e01f5435ced0be", + "0x10b7e63d3ca05c9baffd985d3e1c3858d4dbf0759f066be0eaddc5d71c2cab5", + "0x3370263ab53343580e77063a719a5865004caff7f367ec136a6cdd34b6786ca", + "0x3147e009aa1d3b7827f0cf9ce80b10dd02b119d549eb0a2627600662354eba", } assert.Equal(t, len(selectors), len(class.V1.EntryPoints.External)) @@ -422,22 +415,22 @@ func TestStateUpdate(t *testing.T) { }) t.Run("v0.11.0 state update", func(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Sepolia) t.Run("declared Cairo0 classes", func(t *testing.T) { - update, err := client.StateUpdate(context.Background(), "283746") + update, err := client.StateUpdate(context.Background(), "7") require.NoError(t, err) assert.NotEmpty(t, update.StateDiff.OldDeclaredContracts) }) t.Run("declared Cairo1 classes", func(t *testing.T) { - update, err := client.StateUpdate(context.Background(), "283364") + update, err := client.StateUpdate(context.Background(), "7") require.NoError(t, err) assert.NotEmpty(t, update.StateDiff.DeclaredClasses) }) t.Run("replaced classes", func(t *testing.T) { - update, err := client.StateUpdate(context.Background(), "283428") + update, err := client.StateUpdate(context.Background(), "6500") require.NoError(t, err) assert.NotEmpty(t, update.StateDiff.ReplacedClasses) }) @@ -551,48 +544,48 @@ func TestBackoffFailure(t *testing.T) { } func TestCompiledClassDefinition(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) - classHash := utils.HexToFelt(t, "0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5") + classHash := utils.HexToFelt(t, "0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292") class, err := client.CompiledClassDefinition(context.Background(), classHash) require.NoError(t, err) - assert.Equal(t, "1.0.0", class.CompilerVersion) + assert.Equal(t, "1.1.0", class.CompilerVersion) assert.Equal(t, "0x800000000000011000000000000000000000000000000000000000000000001", class.Prime) - assert.Equal(t, 3900, len(class.Bytecode)) - assert.Equal(t, 10, len(class.EntryPoints.External)) + assert.Equal(t, 4809, len(class.Bytecode)) + assert.Equal(t, 13, len(class.EntryPoints.External)) assert.Equal(t, 1, len(class.EntryPoints.External[9].Builtins)) assert.Equal(t, "range_check", class.EntryPoints.External[9].Builtins[0]) - assert.Equal(t, "0x3604cea1cdb094a73a31144f14a3e5861613c008e1e879939ebc4827d10cd50", class.EntryPoints.External[9].Selector.String()) + assert.Equal(t, "0x2913ee03e5e3308c41e308bd391ea4faac9b9cb5062c76a6b3ab4f65397e106", class.EntryPoints.External[9].Selector.String()) } func TestTransactionStatusRevertError(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) - txnHash := utils.HexToFelt(t, "0x19abec18bbacec23c2eee160c70190a48e4b41dd5ff98ad8f247f9393559998") + txnHash := utils.HexToFelt(t, "0x34e02ab97e273f9a4a9b616fe549cf14a1dcb9431673896290c9543e051240e") status, err := client.Transaction(context.Background(), txnHash) require.NoError(t, err) require.NotEmpty(t, status.RevertError) } func TestPublicKey(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) actualPublicKey, err := client.PublicKey(context.Background()) assert.NoError(t, err) - assert.Equal(t, "0x507b38d81561baa02f718dae46c371ba9f72fc5f0e9535ca94559dfb776115b", actualPublicKey.String()) + assert.Equal(t, "0x593f20d1558136cb71c25e28993f33e5d69843cf2e6bde5c3c1edff0dead93b", actualPublicKey.String()) } func TestSignature(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) t.Run("Test normal case", func(t *testing.T) { - actualSignature, err := client.Signature(context.Background(), strconv.Itoa(214584)) + actualSignature, err := client.Signature(context.Background(), strconv.Itoa(19199)) assert.NoError(t, err) assert.Equal(t, 2, len(actualSignature.Signature)) - assert.Equal(t, "0x351c1b3fdd944ec8a787085b386ae9adddc5e4e839525b0cdfa8fac7419fe16", actualSignature.Signature[0].String()) - assert.Equal(t, "0x63507ca773169dd5cf5c27036c69b7676b9c1c60538d1d91811e7cd7a5c0b64", actualSignature.Signature[1].String()) - assert.Equal(t, "0x5decb56a6651b829e01d8700235e7d99880bac258fd97fac4e30a3e5f1993f0", actualSignature.SignatureInput.BlockHash.String()) - assert.Equal(t, "0x4253056094397f30399b01aa6a9eb44e59f8298545c26f5f746d86940b6cab8", actualSignature.SignatureInput.StateDiffCommitment.String()) + assert.Equal(t, "0xba322e5df3fbebb28f61395a8e8103d224a8dc60a17668d90a806fc12ce04b", actualSignature.Signature[0].String()) + assert.Equal(t, "0x521f3894198aa13e668682279e58cb525ed4c0d80a58ec1ad1c11b8ea2701b8", actualSignature.Signature[1].String()) + assert.Equal(t, "0x41811b69473f26503e0375806ee97d05951ccc7840e3d2bbe14ffb2522e5be1", actualSignature.SignatureInput.BlockHash.String()) + assert.Equal(t, "0x5b063f2921d0a3eb38e77d71d9dba14972f27f787df8056e06dca2242b6de1d", actualSignature.SignatureInput.StateDiffCommitment.String()) }) t.Run("Test on unexisting block", func(t *testing.T) { actualSignature, err := client.Signature(context.Background(), strconv.Itoa(10000000000)) @@ -607,16 +600,16 @@ func TestSignature(t *testing.T) { } func TestStateUpdateWithBlock(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) t.Run("Test normal case", func(t *testing.T) { actualStateUpdate, err := client.StateUpdateWithBlock(context.Background(), strconv.Itoa(0)) assert.NoError(t, err) - assert.Equal(t, "0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279", actualStateUpdate.Block.Hash.String()) + assert.Equal(t, "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943", actualStateUpdate.Block.Hash.String()) assert.Equal(t, "0x0", actualStateUpdate.Block.ParentHash.String()) - assert.Equal(t, "0x1f386a54db7796872829c9168cdc567980daad382daa4df3b71641a2551e833", actualStateUpdate.Block.StateRoot.String()) - assert.Equal(t, "0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279", actualStateUpdate.StateUpdate.BlockHash.String()) - assert.Equal(t, "0x1f386a54db7796872829c9168cdc567980daad382daa4df3b71641a2551e833", actualStateUpdate.StateUpdate.NewRoot.String()) + assert.Equal(t, "0x21870ba80540e7831fb21c591ee93481f5ae1bb71ff85a86ddd465be4eddee6", actualStateUpdate.Block.StateRoot.String()) + assert.Equal(t, "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943", actualStateUpdate.StateUpdate.BlockHash.String()) + assert.Equal(t, "0x21870ba80540e7831fb21c591ee93481f5ae1bb71ff85a86ddd465be4eddee6", actualStateUpdate.StateUpdate.NewRoot.String()) assert.Equal(t, "0x0", actualStateUpdate.StateUpdate.OldRoot.String()) assert.Empty(t, actualStateUpdate.StateUpdate.StateDiff.Nonces) assert.Empty(t, actualStateUpdate.StateUpdate.StateDiff.DeclaredClasses) @@ -634,24 +627,24 @@ func TestStateUpdateWithBlock(t *testing.T) { } func TestBlockTrace(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) t.Run("old block", func(t *testing.T) { - trace, err := client.BlockTrace(context.Background(), "0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279") + trace, err := client.BlockTrace(context.Background(), "0x4e1f77f39545afe866ac151ac908bd1a347a2a8a7d58bef1276db4f06fdf2f6") require.NoError(t, err) - require.Len(t, trace.Traces, 4) + require.Len(t, trace.Traces, 6) }) t.Run("newer block", func(t *testing.T) { - trace, err := client.BlockTrace(context.Background(), "0xe3828bd9154ab385e2cbb95b3b650365fb3c6a4321660d98ce8b0a9194f9a3") + trace, err := client.BlockTrace(context.Background(), "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943") require.NoError(t, err) - require.Len(t, trace.Traces, 2) + require.Len(t, trace.Traces, 18) }) } func TestEventListener(t *testing.T) { isCalled := false - client := feeder.NewTestClient(t, &utils.Integration).WithListener(&feeder.SelectiveListener{ + client := feeder.NewTestClient(t, &utils.Mainnet).WithListener(&feeder.SelectiveListener{ OnResponseCb: func(urlPath string, status int, _ time.Duration) { isCalled = true require.Equal(t, 200, status) diff --git a/clients/feeder/testdata/integration/compiled_class/0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5.json b/clients/feeder/testdata/integration/compiled_class/0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5.json index 01863c2719..68ea4ca197 100644 --- a/clients/feeder/testdata/integration/compiled_class/0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5.json +++ b/clients/feeder/testdata/integration/compiled_class/0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5.json @@ -1 +1,6933 @@ -{"compiler_version": "1.0.0", "hints": [[2, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x280"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [60, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x7210"}, "rhs": {"Deref": {"register": "FP", "offset": 4}}, "dst": {"register": "AP", "offset": 0}}}]], [83, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [111, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [129, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [143, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [157, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [171, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [185, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [202, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x0"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [246, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x3b6a"}, "rhs": {"Deref": {"register": "FP", "offset": 2}}, "dst": {"register": "AP", "offset": 0}}}]], [267, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [290, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [308, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [322, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [336, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [353, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x0"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [404, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x3912"}, "rhs": {"Deref": {"register": "FP", "offset": 3}}, "dst": {"register": "AP", "offset": 0}}}]], [426, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [444, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [462, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [476, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [490, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [504, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [521, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x4d80"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [635, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x9966"}, "rhs": {"Deref": {"register": "FP", "offset": 12}}, "dst": {"register": "AP", "offset": 0}}}]], [666, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [684, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [702, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [716, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [730, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [744, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [758, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [772, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [786, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [800, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [814, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [828, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [842, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [856, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [870, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [887, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x1630"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [947, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x3584"}, "rhs": {"Deref": {"register": "FP", "offset": 5}}, "dst": {"register": "AP", "offset": 0}}}]], [971, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [989, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1007, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1021, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1043, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1065, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1082, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x7da"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [1138, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x33f4"}, "rhs": {"Deref": {"register": "FP", "offset": 4}}, "dst": {"register": "AP", "offset": 0}}}]], [1161, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1179, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1197, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1211, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1233, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1247, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1264, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x113a"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [1327, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x564a"}, "rhs": {"Deref": {"register": "FP", "offset": 5}}, "dst": {"register": "AP", "offset": 0}}}]], [1351, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1369, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1387, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1401, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1415, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1437, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1451, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1468, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x1978"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [1531, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x34bc"}, "rhs": {"Deref": {"register": "FP", "offset": 5}}, "dst": {"register": "AP", "offset": 0}}}]], [1555, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1573, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1591, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1605, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1627, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1641, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1655, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1672, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x1978"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [1735, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x34bc"}, "rhs": {"Deref": {"register": "FP", "offset": 5}}, "dst": {"register": "AP", "offset": 0}}}]], [1759, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1777, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1795, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1809, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1831, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1845, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1859, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1876, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x0"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [1927, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0xb54"}, "rhs": {"Deref": {"register": "FP", "offset": 3}}, "dst": {"register": "AP", "offset": 0}}}]], [1947, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1970, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [1988, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2002, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2016, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2030, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2047, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x280"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [2105, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x64"}, "rhs": {"Deref": {"register": "FP", "offset": 4}}, "dst": {"register": "AP", "offset": 0}}}]], [2122, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2133, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2151, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2165, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2179, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2193, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2207, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2314, [{"TestLessThan": {"lhs": {"Deref": {"register": "FP", "offset": -3}}, "rhs": {"Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00"}, "dst": {"register": "AP", "offset": 5}}}]], [2318, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 4}}, "scalar": {"Immediate": "0x110000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [2329, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 4}}, "scalar": {"Immediate": "0x8000000000000000000000000000000"}, "max_x": {"Immediate": "0xfffffffffffffffffffffffffffffffe"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [2355, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -4}}}}]], [2396, [{"TestLessThan": {"lhs": {"Deref": {"register": "FP", "offset": -4}}, "rhs": {"Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00"}, "dst": {"register": "AP", "offset": 5}}}]], [2400, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 4}}, "scalar": {"Immediate": "0x110000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [2411, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 4}}, "scalar": {"Immediate": "0x8000000000000000000000000000000"}, "max_x": {"Immediate": "0xfffffffffffffffffffffffffffffffe"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [2438, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -5}}}}]], [2908, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [2969, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -7}}}}]], [3019, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -6}}}}]], [3094, [{"TestLessThan": {"lhs": {"Deref": {"register": "AP", "offset": -1}}, "rhs": {"Immediate": "0x800000000000000000000000000000000000000000000000000000000000000"}, "dst": {"register": "AP", "offset": 4}}}]], [3098, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 3}}, "scalar": {"Immediate": "0x110000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [3108, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": -2}}, "scalar": {"Immediate": "0x8000000000000000000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -1}, "y": {"register": "AP", "offset": 0}}}]], [3155, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -7}}}}]], [3200, [{"TestLessThan": {"lhs": {"Deref": {"register": "AP", "offset": -1}}, "rhs": {"Immediate": "0x800000000000000000000000000000000000000000000000000000000000000"}, "dst": {"register": "AP", "offset": 4}}}]], [3204, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 3}}, "scalar": {"Immediate": "0x110000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [3214, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": -2}}, "scalar": {"Immediate": "0x8000000000000000000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -1}, "y": {"register": "AP", "offset": 0}}}]], [3261, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -7}}}}]], [3338, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -3}}}}]], [3388, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -4}}}}]], [3460, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -3}}}}]], [3513, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [3523, [{"TestLessThan": {"lhs": {"Deref": {"register": "FP", "offset": -3}}, "rhs": {"Deref": {"register": "AP", "offset": -1}}, "dst": {"register": "AP", "offset": 0}}}]], [3543, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [3556, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x12a2"}, "rhs": {"Deref": {"register": "FP", "offset": -8}}, "dst": {"register": "AP", "offset": 0}}}]], [3637, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [3659, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [3664, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [3697, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -6}}}}]], [3812, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x10ae"}, "rhs": {"Deref": {"register": "FP", "offset": -7}}, "dst": {"register": "AP", "offset": 0}}}]], [3886, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]]], "pythonic_hints": [[2, ["memory[ap + 0] = 640 <= memory[fp + -6]"]], [60, ["memory[ap + 0] = 29200 <= memory[fp + 4]"]], [83, ["memory[ap + 0] = segments.add()"]], [111, ["memory[ap + 0] = segments.add()"]], [129, ["memory[ap + 0] = segments.add()"]], [143, ["memory[ap + 0] = segments.add()"]], [157, ["memory[ap + 0] = segments.add()"]], [171, ["memory[ap + 0] = segments.add()"]], [185, ["memory[ap + 0] = segments.add()"]], [202, ["memory[ap + 0] = 0 <= memory[fp + -6]"]], [246, ["memory[ap + 0] = 15210 <= memory[fp + 2]"]], [267, ["memory[ap + 0] = segments.add()"]], [290, ["memory[ap + 0] = segments.add()"]], [308, ["memory[ap + 0] = segments.add()"]], [322, ["memory[ap + 0] = segments.add()"]], [336, ["memory[ap + 0] = segments.add()"]], [353, ["memory[ap + 0] = 0 <= memory[fp + -6]"]], [404, ["memory[ap + 0] = 14610 <= memory[fp + 3]"]], [426, ["memory[ap + 0] = segments.add()"]], [444, ["memory[ap + 0] = segments.add()"]], [462, ["memory[ap + 0] = segments.add()"]], [476, ["memory[ap + 0] = segments.add()"]], [490, ["memory[ap + 0] = segments.add()"]], [504, ["memory[ap + 0] = segments.add()"]], [521, ["memory[ap + 0] = 19840 <= memory[fp + -6]"]], [635, ["memory[ap + 0] = 39270 <= memory[fp + 12]"]], [666, ["memory[ap + 0] = segments.add()"]], [684, ["memory[ap + 0] = segments.add()"]], [702, ["memory[ap + 0] = segments.add()"]], [716, ["memory[ap + 0] = segments.add()"]], [730, ["memory[ap + 0] = segments.add()"]], [744, ["memory[ap + 0] = segments.add()"]], [758, ["memory[ap + 0] = segments.add()"]], [772, ["memory[ap + 0] = segments.add()"]], [786, ["memory[ap + 0] = segments.add()"]], [800, ["memory[ap + 0] = segments.add()"]], [814, ["memory[ap + 0] = segments.add()"]], [828, ["memory[ap + 0] = segments.add()"]], [842, ["memory[ap + 0] = segments.add()"]], [856, ["memory[ap + 0] = segments.add()"]], [870, ["memory[ap + 0] = segments.add()"]], [887, ["memory[ap + 0] = 5680 <= memory[fp + -6]"]], [947, ["memory[ap + 0] = 13700 <= memory[fp + 5]"]], [971, ["memory[ap + 0] = segments.add()"]], [989, ["memory[ap + 0] = segments.add()"]], [1007, ["memory[ap + 0] = segments.add()"]], [1021, ["memory[ap + 0] = segments.add()"]], [1043, ["memory[ap + 0] = segments.add()"]], [1065, ["memory[ap + 0] = segments.add()"]], [1082, ["memory[ap + 0] = 2010 <= memory[fp + -6]"]], [1138, ["memory[ap + 0] = 13300 <= memory[fp + 4]"]], [1161, ["memory[ap + 0] = segments.add()"]], [1179, ["memory[ap + 0] = segments.add()"]], [1197, ["memory[ap + 0] = segments.add()"]], [1211, ["memory[ap + 0] = segments.add()"]], [1233, ["memory[ap + 0] = segments.add()"]], [1247, ["memory[ap + 0] = segments.add()"]], [1264, ["memory[ap + 0] = 4410 <= memory[fp + -6]"]], [1327, ["memory[ap + 0] = 22090 <= memory[fp + 5]"]], [1351, ["memory[ap + 0] = segments.add()"]], [1369, ["memory[ap + 0] = segments.add()"]], [1387, ["memory[ap + 0] = segments.add()"]], [1401, ["memory[ap + 0] = segments.add()"]], [1415, ["memory[ap + 0] = segments.add()"]], [1437, ["memory[ap + 0] = segments.add()"]], [1451, ["memory[ap + 0] = segments.add()"]], [1468, ["memory[ap + 0] = 6520 <= memory[fp + -6]"]], [1531, ["memory[ap + 0] = 13500 <= memory[fp + 5]"]], [1555, ["memory[ap + 0] = segments.add()"]], [1573, ["memory[ap + 0] = segments.add()"]], [1591, ["memory[ap + 0] = segments.add()"]], [1605, ["memory[ap + 0] = segments.add()"]], [1627, ["memory[ap + 0] = segments.add()"]], [1641, ["memory[ap + 0] = segments.add()"]], [1655, ["memory[ap + 0] = segments.add()"]], [1672, ["memory[ap + 0] = 6520 <= memory[fp + -6]"]], [1735, ["memory[ap + 0] = 13500 <= memory[fp + 5]"]], [1759, ["memory[ap + 0] = segments.add()"]], [1777, ["memory[ap + 0] = segments.add()"]], [1795, ["memory[ap + 0] = segments.add()"]], [1809, ["memory[ap + 0] = segments.add()"]], [1831, ["memory[ap + 0] = segments.add()"]], [1845, ["memory[ap + 0] = segments.add()"]], [1859, ["memory[ap + 0] = segments.add()"]], [1876, ["memory[ap + 0] = 0 <= memory[fp + -6]"]], [1927, ["memory[ap + 0] = 2900 <= memory[fp + 3]"]], [1947, ["memory[ap + 0] = segments.add()"]], [1970, ["memory[ap + 0] = segments.add()"]], [1988, ["memory[ap + 0] = segments.add()"]], [2002, ["memory[ap + 0] = segments.add()"]], [2016, ["memory[ap + 0] = segments.add()"]], [2030, ["memory[ap + 0] = segments.add()"]], [2047, ["memory[ap + 0] = 640 <= memory[fp + -6]"]], [2105, ["memory[ap + 0] = 100 <= memory[fp + 4]"]], [2122, ["memory[ap + 0] = segments.add()"]], [2133, ["memory[ap + 0] = segments.add()"]], [2151, ["memory[ap + 0] = segments.add()"]], [2165, ["memory[ap + 0] = segments.add()"]], [2179, ["memory[ap + 0] = segments.add()"]], [2193, ["memory[ap + 0] = segments.add()"]], [2207, ["memory[ap + 0] = segments.add()"]], [2314, ["memory[ap + 5] = memory[fp + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285300992"]], [2318, ["\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [2329, ["\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [2355, ["syscall_handler.syscall(syscall_ptr=memory[fp + -4])"]], [2396, ["memory[ap + 5] = memory[fp + -4] < 3618502788666131106986593281521497120414687020801267626233049500247285300992"]], [2400, ["\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [2411, ["\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [2438, ["syscall_handler.syscall(syscall_ptr=memory[fp + -5])"]], [2908, ["memory[ap + 0] = segments.add()"]], [2969, ["syscall_handler.syscall(syscall_ptr=memory[fp + -7])"]], [3019, ["syscall_handler.syscall(syscall_ptr=memory[fp + -6])"]], [3094, ["memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248"]], [3098, ["\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [3108, ["\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n"]], [3155, ["syscall_handler.syscall(syscall_ptr=memory[fp + -7])"]], [3200, ["memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248"]], [3204, ["\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [3214, ["\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n"]], [3261, ["syscall_handler.syscall(syscall_ptr=memory[fp + -7])"]], [3338, ["syscall_handler.syscall(syscall_ptr=memory[fp + -3])"]], [3388, ["syscall_handler.syscall(syscall_ptr=memory[fp + -4])"]], [3460, ["syscall_handler.syscall(syscall_ptr=memory[fp + -3])"]], [3513, ["memory[ap + 0] = segments.add()"]], [3523, ["memory[ap + 0] = memory[fp + -3] < memory[ap + -1]"]], [3543, ["memory[ap + 0] = segments.add()"]], [3556, ["memory[ap + 0] = 4770 <= memory[fp + -8]"]], [3637, ["memory[ap + 0] = segments.add()"]], [3659, ["memory[ap + 0] = segments.add()"]], [3664, ["memory[ap + 0] = segments.add()"]], [3697, ["syscall_handler.syscall(syscall_ptr=memory[fp + -6])"]], [3812, ["memory[ap + 0] = 4270 <= memory[fp + -7]"]], [3886, ["memory[ap + 0] = segments.add()"]]], "prime": "0x800000000000011000000000000000000000000000000000000000000000001", "bytecode": ["0x40780017fff7fff", "0x5", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xfffffffffffffffffffffffffffffd80", "0x400280007ff97fff", "0x10780017fff7fff", "0xb2", "0x4825800180007ffa", "0x280", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x8a0", "0x482680017ff98000", "0x1", "0x40137fed7fff8004", "0x40137fff7fff8003", "0x20680017fff7ffd", "0x97", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x896", "0x40137fed7fff8002", "0x20680017fff7ffe", "0x82", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x88f", "0x40137fee7fff8001", "0x20680017fff7ffe", "0x6d", "0x48307ffc80007ffd", "0x40137ffe7fff8000", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x49", "0x1104800180018000", "0xf05", "0x482480017fff8000", "0xf04", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008004", "0x7210", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080037fff", "0x10780017fff7fff", "0x2c", "0x4825800180008004", "0x7210", "0x4002800080037fff", "0x48127fff7fff8000", "0x480a7ffb7fff8000", "0x480a80027fff8000", "0x480a80017fff8000", "0x480a80007fff8000", "0x1104800180018000", "0x890", "0x4826800180038000", "0x1", "0x20680017fff7ffc", "0x16", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x48127ffa7fff8000", "0x1104800180018000", "0x8ab", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x48127ff47fff8000", "0x1104800180018000", "0x8a6", "0x48127ff07fff8000", "0x48127fea7fff8000", "0x48127fea7fff8000", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127fff7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180038000", "0x1", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x889", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x3", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0x100000000000000000000000000000000", "0x400280007ff97fff", "0x10780017fff7fff", "0x81", "0x4825800180007ffa", "0x0", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x7d8", "0x482680017ff98000", "0x1", "0x40137fed7fff8002", "0x40137fff7fff8001", "0x20680017fff7ffd", "0x66", "0x48307ffb80007ffc", "0x40137ffd7fff8000", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x42", "0x1104800180018000", "0xe4b", "0x482480017fff8000", "0xe4a", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008002", "0x3b6a", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080017fff", "0x10780017fff7fff", "0x25", "0x4825800180008002", "0x3b6a", "0x4002800080017fff", "0x4826800180018000", "0x1", "0x48127ffe7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x1104800180018000", "0x803", "0x20680017fff7ffd", "0x11", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x7f3", "0x48127ff27fff8000", "0x48127ff27fff8000", "0x48127ff27fff8000", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180018000", "0x1", "0x480a80027fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x7d6", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80017fff8000", "0x480a80027fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80017fff8000", "0x480a80027fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x4", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0x100000000000000000000000000000000", "0x400280007ff97fff", "0x10780017fff7fff", "0x92", "0x4825800180007ffa", "0x0", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x741", "0x482680017ff98000", "0x1", "0x40137fed7fff8003", "0x40137fff7fff8002", "0x20680017fff7ffd", "0x77", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x737", "0x40137fed7fff8001", "0x20680017fff7ffe", "0x62", "0x48307ffc80007ffd", "0x40137ffe7fff8000", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x3e", "0x1104800180018000", "0xdad", "0x482480017fff8000", "0xdac", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008003", "0x3912", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080027fff", "0x10780017fff7fff", "0x21", "0x4825800180008003", "0x3912", "0x4002800080027fff", "0x4826800180028000", "0x1", "0x48127ffe7fff8000", "0x480a7ffb7fff8000", "0x480a80017fff8000", "0x480a80007fff8000", "0x1104800180018000", "0x7b6", "0x20680017fff7ffd", "0xc", "0x40780017fff7fff", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180028000", "0x1", "0x480a80037fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x73c", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80027fff8000", "0x480a80037fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80027fff8000", "0x480a80037fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80027fff8000", "0x480a80037fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0xd", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffb280", "0x400280007ff97fff", "0x10780017fff7fff", "0x158", "0x4825800180007ffa", "0x4d80", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x699", "0x482680017ff98000", "0x1", "0x40137fed7fff800c", "0x40137fff7fff800b", "0x20680017fff7ffd", "0x13d", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x68f", "0x40137fed7fff800a", "0x20680017fff7ffe", "0x128", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x688", "0x40137fee7fff8009", "0x20680017fff7ffe", "0x113", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x681", "0x40137fee7fff8008", "0x20680017fff7ffe", "0xfe", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x67a", "0x40137fee7fff8007", "0x20680017fff7ffe", "0xe9", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x673", "0x40137fee7fff8006", "0x20680017fff7ffe", "0xd4", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x66c", "0x40137fee7fff8005", "0x20680017fff7ffe", "0xbf", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x665", "0x40137fee7fff8004", "0x20680017fff7ffe", "0xaa", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x65e", "0x40137fee7fff8003", "0x20680017fff7ffe", "0x95", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x657", "0x40137fee7fff8002", "0x20680017fff7ffe", "0x80", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x650", "0x40137fee7fff8001", "0x20680017fff7ffe", "0x6b", "0x48307ffc80007ffd", "0x40137ffe7fff8000", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x47", "0x1104800180018000", "0xcc6", "0x482480017fff8000", "0xcc5", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x482580018000800c", "0x9966", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x40028000800b7fff", "0x10780017fff7fff", "0x2a", "0x482580018000800c", "0x9966", "0x40028000800b7fff", "0x48268001800b8000", "0x1", "0x48127ffe7fff8000", "0x480a7ffb7fff8000", "0x480a800a7fff8000", "0x480a80097fff8000", "0x480a80087fff8000", "0x480a80077fff8000", "0x480a80067fff8000", "0x480a80057fff8000", "0x480a80047fff8000", "0x480a80037fff8000", "0x480a80027fff8000", "0x480a80017fff8000", "0x480a80007fff8000", "0x1104800180018000", "0x71b", "0x20680017fff7ffd", "0xc", "0x40780017fff7fff", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x48268001800b8000", "0x1", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x64c", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a800b7fff8000", "0x480a800c7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x6", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffe9d0", "0x400280007ff97fff", "0x10780017fff7fff", "0xad", "0x4825800180007ffa", "0x1630", "0x400280007ff97fff", "0x482680017ff98000", "0x1", "0x48127ffe7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x7b0", "0x20680017fff7ffa", "0x99", "0x20680017fff7ffd", "0x89", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x40137ffa7fff8000", "0x40137ffb7fff8001", "0x1104800180018000", "0x7a4", "0x40137ff87fff8004", "0x40137ff97fff8005", "0x20680017fff7ffa", "0x75", "0x20680017fff7ffd", "0x65", "0x48307ffb80007ffc", "0x40137ffd7fff8002", "0x40137ffe7fff8003", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x40", "0x1104800180018000", "0xb8e", "0x482480017fff8000", "0xb8d", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008005", "0x3584", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080047fff", "0x10780017fff7fff", "0x23", "0x4825800180008005", "0x3584", "0x4002800080047fff", "0x48127fff7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a80027fff8000", "0x480a80037fff8000", "0x1104800180018000", "0x7c8", "0x4826800180048000", "0x1", "0x20680017fff7ffc", "0xc", "0x40780017fff7fff", "0x1", "0x48127ffe7fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127fff7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180048000", "0x1", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x51b", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x5", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xfffffffffffffffffffffffffffff826", "0x400280007ff97fff", "0x10780017fff7fff", "0xa0", "0x4825800180007ffa", "0x7da", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x468", "0x482680017ff98000", "0x1", "0x20680017fff7ffd", "0x87", "0x48127fff7fff8000", "0x48127fec7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x40137ffa7fff8000", "0x1104800180018000", "0x6e5", "0x40137ff87fff8003", "0x40137ff97fff8004", "0x20680017fff7ffa", "0x74", "0x20680017fff7ffd", "0x64", "0x48307ffb80007ffc", "0x40137ffd7fff8001", "0x40137ffe7fff8002", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x3f", "0x1104800180018000", "0xacf", "0x482480017fff8000", "0xace", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008004", "0x33f4", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080037fff", "0x10780017fff7fff", "0x22", "0x4825800180008004", "0x33f4", "0x4002800080037fff", "0x48127fff7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a80027fff8000", "0x1104800180018000", "0x73f", "0x4826800180038000", "0x1", "0x20680017fff7ffc", "0xc", "0x40780017fff7fff", "0x1", "0x48127ffe7fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127fff7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180038000", "0x1", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x45d", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127ffd7fff8000", "0x48127fea7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x6", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffeec6", "0x400280007ff97fff", "0x10780017fff7fff", "0xb6", "0x4825800180007ffa", "0x113a", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x3b2", "0x482680017ff98000", "0x1", "0x20680017fff7ffd", "0x9d", "0x48127fff7fff8000", "0x48127fec7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x40137ffa7fff8000", "0x1104800180018000", "0x62f", "0x40137ff87fff8004", "0x40137ff97fff8005", "0x20680017fff7ffa", "0x8a", "0x20680017fff7ffd", "0x7a", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x39d", "0x40137fed7fff8002", "0x40137fee7fff8003", "0x20680017fff7ffe", "0x64", "0x48307ffc80007ffd", "0x40137ffe7fff8001", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x40", "0x1104800180018000", "0xa12", "0x482480017fff8000", "0xa11", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008005", "0x564a", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080047fff", "0x10780017fff7fff", "0x23", "0x4825800180008005", "0x564a", "0x4002800080047fff", "0x4826800180048000", "0x1", "0x48127ffe7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x480a80027fff8000", "0x480a80037fff8000", "0x480a80017fff8000", "0x1104800180018000", "0x6b1", "0x20680017fff7ffd", "0xc", "0x40780017fff7fff", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180048000", "0x1", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x39f", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127ffd7fff8000", "0x48127fea7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x6", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffe688", "0x400280007ff97fff", "0x10780017fff7fff", "0xb6", "0x4825800180007ffa", "0x1978", "0x400280007ff97fff", "0x482680017ff98000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x646", "0x20680017fff7ffe", "0x9d", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x2de", "0x40137fee7fff8000", "0x20680017fff7ffe", "0x88", "0x48127fea7fff8000", "0x48127fcc7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x40137ffb7fff8001", "0x1104800180018000", "0x55c", "0x40137ff87fff8004", "0x40137ff97fff8005", "0x20680017fff7ffa", "0x75", "0x20680017fff7ffd", "0x65", "0x48307ffb80007ffc", "0x40137ffd7fff8002", "0x40137ffe7fff8003", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x40", "0x1104800180018000", "0x946", "0x482480017fff8000", "0x945", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008005", "0x34bc", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080047fff", "0x10780017fff7fff", "0x23", "0x4825800180008005", "0x34bc", "0x4002800080047fff", "0x48127fff7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a80027fff8000", "0x480a80037fff8000", "0x1104800180018000", "0x63c", "0x4826800180048000", "0x1", "0x20680017fff7ffc", "0xc", "0x40780017fff7fff", "0x1", "0x48127ffe7fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127fff7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180048000", "0x1", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x2d3", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127fe87fff8000", "0x48127fca7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127ff97fff8000", "0x48127fdb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x6", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffe688", "0x400280007ff97fff", "0x10780017fff7fff", "0xb6", "0x4825800180007ffa", "0x1978", "0x400280007ff97fff", "0x482680017ff98000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x5e4", "0x20680017fff7ffe", "0x9d", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x212", "0x40137fee7fff8000", "0x20680017fff7ffe", "0x88", "0x48127fea7fff8000", "0x48127fcc7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x40137ffb7fff8001", "0x1104800180018000", "0x490", "0x40137ff87fff8004", "0x40137ff97fff8005", "0x20680017fff7ffa", "0x75", "0x20680017fff7ffd", "0x65", "0x48307ffb80007ffc", "0x40137ffd7fff8002", "0x40137ffe7fff8003", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x40", "0x1104800180018000", "0x87a", "0x482480017fff8000", "0x879", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008005", "0x34bc", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080047fff", "0x10780017fff7fff", "0x23", "0x4825800180008005", "0x34bc", "0x4002800080047fff", "0x48127fff7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a80027fff8000", "0x480a80037fff8000", "0x1104800180018000", "0x5da", "0x4826800180048000", "0x1", "0x20680017fff7ffc", "0xc", "0x40780017fff7fff", "0x1", "0x48127ffe7fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127fff7fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180048000", "0x1", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x207", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a80047fff8000", "0x480a80057fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127fe87fff8000", "0x48127fca7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x48127ff97fff8000", "0x48127fdb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x4", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0x100000000000000000000000000000000", "0x400280007ff97fff", "0x10780017fff7fff", "0x95", "0x4825800180007ffa", "0x0", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x14e", "0x482680017ff98000", "0x1", "0x40137fed7fff8003", "0x40137fff7fff8002", "0x20680017fff7ffd", "0x7a", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x144", "0x40137fed7fff8000", "0x20680017fff7ffe", "0x65", "0x48307ffc80007ffd", "0x40137ffe7fff8001", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x41", "0x1104800180018000", "0x7ba", "0x482480017fff8000", "0x7b9", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008003", "0xb54", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080027fff", "0x10780017fff7fff", "0x24", "0x4825800180008003", "0xb54", "0x4002800080027fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x1104800180018000", "0x54f", "0x4826800180028000", "0x1", "0x20680017fff7ffc", "0x11", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x163", "0x48127ff77fff8000", "0x48127fe37fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127fff7fff8000", "0x48127feb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180028000", "0x1", "0x480a80037fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0x146", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80027fff8000", "0x480a80037fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80027fff8000", "0x480a80037fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80027fff8000", "0x480a80037fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x5", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xfffffffffffffffffffffffffffffd80", "0x400280007ff97fff", "0x10780017fff7fff", "0x9b", "0x4825800180007ffa", "0x280", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0xa3", "0x482680017ff98000", "0x1", "0x40137fed7fff8004", "0x40137fff7fff8003", "0x20680017fff7ffd", "0x80", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x99", "0x40137fed7fff8000", "0x20680017fff7ffe", "0x6b", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x92", "0x40137fee7fff8001", "0x20680017fff7ffe", "0x56", "0x48307ffc80007ffd", "0x40137ffe7fff8002", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x32", "0x1104800180018000", "0x708", "0x482480017fff8000", "0x707", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008004", "0x64", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080037fff", "0x10780017fff7fff", "0x15", "0x4825800180008004", "0x64", "0x4002800080037fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a80027fff8000", "0x1104800180018000", "0x4b7", "0x40780017fff7fff", "0x1", "0x4826800180038000", "0x1", "0x48127ff87fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180038000", "0x1", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x1104800180018000", "0xa3", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80037fff8000", "0x480a80047fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x48297ffc80007ffd", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482680017ffc8000", "0x1", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x0", "0x480a7ffc7fff8000", "0x10780017fff7fff", "0x8", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x20680017fff7ffc", "0x7", "0x480680017fff8000", "0x0", "0x480080007ffc8000", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x8", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x480680017fff8000", "0x0", "0x48127ffc7fff8000", "0x208b7fff7fff7ffe", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x1104800180018000", "0x421", "0x20680017fff7ffd", "0x19", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x482480017ffd8000", "0x1", "0x1104800180018000", "0x44a", "0x20680017fff7ffd", "0xa", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x0", "0x480a7ffb7fff8000", "0x482480017fe38000", "0x1", "0x208b7fff7fff7ffe", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x18", "0x48127fe37fff8000", "0x48127fe37fff8000", "0x480680017fff8000", "0x1", "0x48127fe37fff8000", "0x48127fe37fff8000", "0x208b7fff7fff7ffe", "0x400380007ffc7ffd", "0x480a7ffb7fff8000", "0x482680017ffc8000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0xa0680017fff8005", "0xe", "0x4825800180057ffd", "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "0x484480017ffe8000", "0x110000000000000000", "0x48307ffe7fff8003", "0x480280007ffa7ffc", "0x480280017ffa7ffc", "0x482480017ffb7ffd", "0xffffffffffffffeefffffffffffffeff", "0x400280027ffa7ffc", "0x10780017fff7fff", "0x11", "0x480a7ffd7fff8005", "0x484480017ffe8000", "0x8000000000000000000000000000000", "0x48307ffe7fff8003", "0x480280007ffa7ffd", "0x482480017ffc7ffe", "0xf0000000000000000000000000000100", "0x480280017ffa7ffd", "0x400280027ffa7ff9", "0x402480017ffd7ff9", "0xffffffffffffffffffffffffffffffff", "0x20680017fff7ffd", "0x4", "0x402780017fff7fff", "0x1", "0x480680017fff8000", "0x0", "0x482480017ffe8000", "0x0", "0x482680017ffa8000", "0x3", "0x480680017fff8000", "0x53746f7261676552656164", "0x400280007ffc7fff", "0x400380017ffc7ffb", "0x400280027ffc7ffc", "0x400280037ffc7ffd", "0x480280057ffc8000", "0x20680017fff7fff", "0xc", "0x480280047ffc8000", "0x482680017ffc8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480280067ffc8000", "0x10780017fff7fff", "0x9", "0x480280047ffc8000", "0x482680017ffc8000", "0x8", "0x480680017fff8000", "0x1", "0x480280067ffc8000", "0x480280077ffc8000", "0x1104800180018000", "0x41e", "0x20680017fff7ffd", "0xb", "0x48127ff37fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ff37fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0xa0680017fff8005", "0xe", "0x4825800180057ffc", "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "0x484480017ffe8000", "0x110000000000000000", "0x48307ffe7fff8003", "0x480280007ff97ffc", "0x480280017ff97ffc", "0x482480017ffb7ffd", "0xffffffffffffffeefffffffffffffeff", "0x400280027ff97ffc", "0x10780017fff7fff", "0x11", "0x480a7ffc7fff8005", "0x484480017ffe8000", "0x8000000000000000000000000000000", "0x48307ffe7fff8003", "0x480280007ff97ffd", "0x482480017ffc7ffe", "0xf0000000000000000000000000000100", "0x480280017ff97ffd", "0x400280027ff97ff9", "0x402480017ffd7ff9", "0xffffffffffffffffffffffffffffffff", "0x20680017fff7ffd", "0x4", "0x402780017fff7fff", "0x1", "0x480680017fff8000", "0x0", "0x482480017ffe8000", "0x0", "0x482680017ff98000", "0x3", "0x480680017fff8000", "0x53746f726167655772697465", "0x400280007ffb7fff", "0x400380017ffb7ffa", "0x400280027ffb7ffc", "0x400280037ffb7ffd", "0x400380047ffb7ffd", "0x480280067ffb8000", "0x20680017fff7fff", "0xd", "0x480280057ffb8000", "0x482680017ffb8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280057ffb8000", "0x482680017ffb8000", "0x9", "0x480680017fff8000", "0x1", "0x480280077ffb8000", "0x480280087ffb8000", "0x1104800180018000", "0x3d7", "0x20680017fff7ffd", "0xc", "0x48127ff37fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff37fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x480a7ff17fff8000", "0x480a7ff27fff8000", "0x1104800180018000", "0x3cd", "0x20680017fff7ffd", "0x177", "0x480080007fff8000", "0x480080007fff8000", "0x48287ff380007fff", "0x480080047ffc8000", "0x480080017ffb8000", "0x480080027ffa8000", "0x480080037ff98000", "0x480080027ff98000", "0x480080017ff88000", "0x20680017fff7ff9", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x3e1", "0x20680017fff7ffd", "0x156", "0x48287ff480007ff5", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x3d2", "0x20680017fff7ffd", "0x13d", "0x48287ff580007fe9", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x3c3", "0x20680017fff7ffd", "0x124", "0x480080007fdb8000", "0x48287ff680007fff", "0x480080077fd98000", "0x480080017fd88000", "0x480080027fd78000", "0x480080037fd68000", "0x480080047fd58000", "0x480080057fd48000", "0x480080067fd38000", "0x20680017fff7ff8", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x3ac", "0x20680017fff7ffd", "0x103", "0x48287ff780007ff0", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x39d", "0x20680017fff7ffd", "0xea", "0x48287ff880007fe6", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x38e", "0x20680017fff7ffd", "0xd1", "0x48307fdc80007fdd", "0x4824800180007fff", "0x1", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x37b", "0x20680017fff7ffd", "0xb4", "0x480a7ff07fff8000", "0x48127fcf7fff8000", "0x48127fcf7fff8000", "0x480680017fff8000", "0x0", "0x1104800180018000", "0x389", "0x20680017fff7ffd", "0xa1", "0x480080007fff8000", "0x48307fff80007fc2", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x362", "0x20680017fff7ffd", "0x87", "0x48287ff980007fb8", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x353", "0x20680017fff7ffd", "0x6e", "0x48287ffa80007fa7", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x344", "0x20680017fff7ffd", "0x55", "0x48287ffb80007f76", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x335", "0x20680017fff7ffd", "0x3c", "0x48287ffc80007f6c", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x326", "0x20680017fff7ffd", "0x23", "0x48287ffd80007f5e", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x554e4558504543544544204552524f52", "0x1104800180018000", "0x317", "0x20680017fff7ffd", "0xc", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0xb", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fef7fff8000", "0x48127fef7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x16", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fe47fff8000", "0x48127fe47fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x21", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fd97fff8000", "0x48127fd97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x2c", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fce7fff8000", "0x48127fce7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x37", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fc37fff8000", "0x48127fc37fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x43", "0x48127fb97fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fb77fff8000", "0x48127fb77fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x52", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127fa87fff8000", "0x48127fa87fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x5e", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f9c7fff8000", "0x48127f9c7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x69", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f917fff8000", "0x48127f917fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x74", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f867fff8000", "0x48127f867fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x87", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f737fff8000", "0x48127f737fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x92", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f687fff8000", "0x48127f687fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x9d", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f5d7fff8000", "0x48127f5d7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0xb0", "0x480a7ff07fff8000", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x480680017fff8000", "0x1", "0x48127f4a7fff8000", "0x48127f4a7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x2", "0x48297ffc80007ffd", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482680017ffc8000", "0x1", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x0", "0x480a7ffc7fff8000", "0x10780017fff7fff", "0x8", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x40137ffe7fff8000", "0x40137fff7fff8001", "0x20680017fff7ffc", "0x7", "0x480680017fff8000", "0x0", "0x480080007ffc8000", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x26", "0x40780017fff7fff", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480a80007fff8000", "0x480a80017fff8000", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x48127ff87fff8000", "0x1104800180018000", "0x27f", "0x20680017fff7ffa", "0xc", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x208b7fff7fff7ffe", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x208b7fff7fff7ffe", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x0", "0x480a80007fff8000", "0x480a80017fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x456d69744576656e74", "0x400280007ff97fff", "0x400380017ff97ff8", "0x400280027ff97ffb", "0x400280037ff97ffc", "0x400280047ff97ffd", "0x400280057ff97ffe", "0x480280077ff98000", "0x20680017fff7fff", "0xd", "0x480280067ff98000", "0x482680017ff98000", "0x8", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280067ff98000", "0x482680017ff98000", "0xa", "0x480680017fff8000", "0x1", "0x480280087ff98000", "0x480280097ff98000", "0x1104800180018000", "0x1c4", "0x20680017fff7ffd", "0xb", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x53656e644d657373616765546f4c31", "0x400280007ffa7fff", "0x400380017ffa7ff9", "0x400380027ffa7ffb", "0x400280037ffa7ffd", "0x400280047ffa7ffe", "0x480280067ffa8000", "0x20680017fff7fff", "0xd", "0x480280057ffa8000", "0x482680017ffa8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280057ffa8000", "0x482680017ffa8000", "0x9", "0x480680017fff8000", "0x1", "0x480280077ffa8000", "0x480280087ffa8000", "0x1104800180018000", "0x192", "0x20680017fff7ffd", "0xb", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480a7ff77fff8000", "0x480a7ff87fff8000", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x1104800180018000", "0x24f", "0x20680017fff7ffd", "0xc", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc9d", "0x20680017fff7ffe", "0x2b", "0xa0680017fff8004", "0xe", "0x4824800180047ffe", "0x800000000000000000000000000000000000000000000000000000000000000", "0x484480017ffe8000", "0x110000000000000000", "0x48307ffe7fff8002", "0x480280007ffb7ffc", "0x480280017ffb7ffc", "0x402480017ffb7ffd", "0xffffffffffffffeeffffffffffffffff", "0x400280027ffb7ffd", "0x10780017fff7fff", "0x14", "0x484480017fff8001", "0x8000000000000000000000000000000", "0x48307fff80007ffd", "0x480280007ffb7ffd", "0x480280017ffb7ffd", "0x402480017ffc7ffe", "0xf8000000000000000000000000000000", "0x400280027ffb7ffe", "0x40780017fff7fff", "0x1", "0x482680017ffb8000", "0x3", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x0", "0x48127ff57fff8000", "0x208b7fff7fff7ffe", "0x482680017ffb8000", "0x3", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x6", "0x480a7ffb7fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x43616c6c436f6e7472616374", "0x400280007ff97fff", "0x400380017ff97ff8", "0x400380027ff97ffa", "0x400380037ff97ffb", "0x400280047ff97ffd", "0x400280057ff97ffe", "0x480280077ff98000", "0x20680017fff7fff", "0xb", "0x480280067ff98000", "0x482680017ff98000", "0xa", "0x480680017fff8000", "0x0", "0x480280087ff98000", "0x480280097ff98000", "0x10780017fff7fff", "0x9", "0x480280067ff98000", "0x482680017ff98000", "0xa", "0x480680017fff8000", "0x1", "0x480280087ff98000", "0x480280097ff98000", "0x1104800180018000", "0x23e", "0x20680017fff7ffd", "0xb", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc33", "0x20680017fff7ffe", "0x2b", "0xa0680017fff8004", "0xe", "0x4824800180047ffe", "0x800000000000000000000000000000000000000000000000000000000000000", "0x484480017ffe8000", "0x110000000000000000", "0x48307ffe7fff8002", "0x480280007ffb7ffc", "0x480280017ffb7ffc", "0x402480017ffb7ffd", "0xffffffffffffffeeffffffffffffffff", "0x400280027ffb7ffd", "0x10780017fff7fff", "0x14", "0x484480017fff8001", "0x8000000000000000000000000000000", "0x48307fff80007ffd", "0x480280007ffb7ffd", "0x480280017ffb7ffd", "0x402480017ffc7ffe", "0xf8000000000000000000000000000000", "0x400280027ffb7ffe", "0x40780017fff7fff", "0x1", "0x482680017ffb8000", "0x3", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x0", "0x48127ff57fff8000", "0x208b7fff7fff7ffe", "0x482680017ffb8000", "0x3", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x6", "0x480a7ffb7fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x4c69627261727943616c6c", "0x400280007ff97fff", "0x400380017ff97ff8", "0x400380027ff97ffa", "0x400380037ff97ffb", "0x400280047ff97ffd", "0x400280057ff97ffe", "0x480280077ff98000", "0x20680017fff7fff", "0xb", "0x480280067ff98000", "0x482680017ff98000", "0xa", "0x480680017fff8000", "0x0", "0x480280087ff98000", "0x480280097ff98000", "0x10780017fff7fff", "0x9", "0x480280067ff98000", "0x482680017ff98000", "0xa", "0x480680017fff8000", "0x1", "0x480280087ff98000", "0x480280097ff98000", "0x1104800180018000", "0x1d4", "0x20680017fff7ffd", "0xb", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x48297ffd80007ffc", "0x20680017fff7fff", "0x6", "0x480680017fff8000", "0x1", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x7820213d2079", "0x1104800180018000", "0xbc", "0x20680017fff7ffd", "0x9", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x73756363657373", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x48127ffd7fff8000", "0x48127ffd7fff8000", "0x208b7fff7fff7ffe", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", "0x480680017fff8000", "0x53746f7261676552656164", "0x400280007ffd7fff", "0x400380017ffd7ffc", "0x400280027ffd7ffd", "0x400280037ffd7ffe", "0x480280057ffd8000", "0x20680017fff7fff", "0xc", "0x480280047ffd8000", "0x482680017ffd8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480280067ffd8000", "0x10780017fff7fff", "0x9", "0x480280047ffd8000", "0x482680017ffd8000", "0x8", "0x480680017fff8000", "0x1", "0x480280067ffd8000", "0x480280077ffd8000", "0x1104800180018000", "0x47", "0x20680017fff7ffd", "0xa", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", "0x480680017fff8000", "0x53746f726167655772697465", "0x400280007ffc7fff", "0x400380017ffc7ffb", "0x400280027ffc7ffd", "0x400280037ffc7ffe", "0x400380047ffc7ffd", "0x480280067ffc8000", "0x20680017fff7fff", "0xd", "0x480280057ffc8000", "0x482680017ffc8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280057ffc8000", "0x482680017ffc8000", "0x9", "0x480680017fff8000", "0x1", "0x480280077ffc8000", "0x480280087ffc8000", "0x1104800180018000", "0x21", "0x20680017fff7ffd", "0xb", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x8", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x9", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x476574457865637574696f6e496e666f", "0x400280007ffd7fff", "0x400380017ffd7ffc", "0x480280037ffd8000", "0x20680017fff7fff", "0xc", "0x480280027ffd8000", "0x482680017ffd8000", "0x5", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480280047ffd8000", "0x10780017fff7fff", "0x9", "0x480280027ffd8000", "0x482680017ffd8000", "0x6", "0x480680017fff8000", "0x1", "0x480280047ffd8000", "0x480280057ffd8000", "0x1104800180018000", "0x118", "0x20680017fff7ffd", "0xa", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x48287ffc80007fff", "0x20680017fff7fff", "0xb", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x400180007fff7ffd", "0x480680017fff8000", "0x1", "0x48127ffe7fff8000", "0x482480017ffd8000", "0x1", "0x208b7fff7fff7ffe", "0x48297ffb80007ffc", "0xa0680017fff8000", "0x6", "0x48317ffe80007ffd", "0x400280007ffa7fff", "0x10780017fff7fff", "0x10", "0x482680017ffd8000", "0x1", "0x48307fff80007ffd", "0x400280007ffa7fff", "0x40780017fff7fff", "0x1", "0x482680017ffa8000", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x482a7ffd7ffb8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e646578206f7574206f6620626f756e6473", "0x400080007ffe7fff", "0x482680017ffa8000", "0x1", "0x480680017fff8000", "0x1", "0x48127ffc7fff8000", "0x482480017ffb8000", "0x1", "0x208b7fff7fff7ffe", "0xa0680017fff8000", "0x7", "0x482680017ff88000", "0xffffffffffffffffffffffffffffed5e", "0x400280007ff77fff", "0x10780017fff7fff", "0x4c", "0x4825800180007ff8", "0x12a2", "0x400280007ff77fff", "0x482680017ff78000", "0x1", "0x20780017fff7ffd", "0xd", "0x48127fff7fff8000", "0x48127ffd7fff8000", "0x480680017fff8000", "0x0", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x480680017fff8000", "0x0", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x208b7fff7fff7ffe", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffab0", "0x20680017fff7ffe", "0x27", "0x400280007ffc7fff", "0x48127fee7fff8000", "0x48127fec7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480a7ffb7fff8000", "0x482680017ffc8000", "0x1", "0x4825800180007ffd", "0x1", "0x1104800180018000", "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", "0x20680017fff7ffa", "0xc", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x208b7fff7fff7ffe", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x208b7fff7fff7ffe", "0x48127fee7fff8000", "0x48127fec7fff8000", "0x480680017fff8000", "0x0", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff78000", "0x1", "0x480a7ff87fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ff87fff8000", "0x482480017ff78000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x3", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x15bd0500dc9d7e69ab9577f73a8d753e8761bed10f25ba0f124254dc4edb8b4", "0x400080007ffe7fff", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x480a7ffb7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffaaf", "0x480a7ff87fff8000", "0x480a7ff97fff8000", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x40137ff07fff8000", "0x402580017ff08001", "0x1", "0x1104800180018000", "0x5d", "0x40137ffb7fff8002", "0x20680017fff7ffd", "0x39", "0x480a80007fff8000", "0x480a80017fff8000", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x480680017fff8000", "0x456d69744576656e74", "0x400280007ffa7fff", "0x400280017ffa7ff7", "0x400280027ffa7ffb", "0x400280037ffa7ffc", "0x400280047ffa7ffd", "0x400280057ffa7ffe", "0x480280077ffa8000", "0x20680017fff7fff", "0xd", "0x480280067ffa8000", "0x482680017ffa8000", "0x8", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280067ffa8000", "0x482680017ffa8000", "0xa", "0x480680017fff8000", "0x1", "0x480280087ffa8000", "0x480280097ffa8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeed", "0x20680017fff7ffd", "0xc", "0x480a80027fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a80027fff8000", "0x48127ff57fff8000", "0x48127ff57fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x480a80027fff8000", "0x48127ffb7fff8000", "0x480a7ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x7", "0x480680017fff8000", "0x0", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x8", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x48297ffc80007ffd", "0x1104800180018000", "0x1a", "0x480a7ff87fff8000", "0x480a7ff97fff8000", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x1a", "0x20680017fff7ffd", "0x9", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa27", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x2", "0xa0680017fff8000", "0x7", "0x482680017ff98000", "0xffffffffffffffffffffffffffffef52", "0x400280007ff87fff", "0x10780017fff7fff", "0x45", "0x4825800180007ff9", "0x10ae", "0x400280007ff87fff", "0x482680017ff88000", "0x1", "0x40137ffe7fff8001", "0x40137fff7fff8000", "0x48297ffc80007ffd", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482680017ffc8000", "0x1", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x0", "0x480280007ffc8000", "0x10780017fff7fff", "0x8", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x1e", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x48127ffd7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9fa", "0x480a80007fff8000", "0x480a80017fff8000", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x48127ff17fff8000", "0x48127ff17fff8000", "0x1104800180018000", "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd1", "0x20680017fff7ffd", "0x8", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x10780017fff7fff", "0xd", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff88000", "0x1", "0x480a7ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x482480017ffa8000", "0x1", "0x208b7fff7fff7ffe"], "entry_points_by_type": {"EXTERNAL": [{"builtins": ["range_check"], "selector": "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658", "offset": 0}, {"builtins": ["range_check"], "selector": "0x3c118a68e16e12e97ed25cb4901c12f4d3162818669cc44c391d8049924c14", "offset": 519}, {"builtins": ["range_check"], "selector": "0x5562b3e932b4d139366854d5a2e578382e6a3b6572ac9943d55e7efbe43d00", "offset": 1874}, {"builtins": ["range_check"], "selector": "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", "offset": 200}, {"builtins": ["range_check"], "selector": "0x27a4a7332e590dd789019a6d125ff2aacd358e453090978cbf81f0d85e4c045", "offset": 351}, {"builtins": ["range_check"], "selector": "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c", "offset": 1466}, {"builtins": ["range_check"], "selector": "0x2913ee03e5e3308c41e308bd391ea4faac9b9cb5062c76a6b3ab4f65397e106", "offset": 885}, {"builtins": ["range_check"], "selector": "0x2d7cf5d5a324a320f9f37804b1615a533fde487400b41af80f13f7ac5581325", "offset": 1080}, {"builtins": ["range_check"], "selector": "0x31aafc75f498fdfa7528880ad27246b4c15af4954f96228c9a132b328de1c92", "offset": 1262}, {"builtins": ["range_check"], "selector": "0x3604cea1cdb094a73a31144f14a3e5861613c008e1e879939ebc4827d10cd50", "offset": 1670}], "L1_HANDLER": [], "CONSTRUCTOR": [{"builtins": ["range_check"], "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", "offset": 2045}]}} \ No newline at end of file +{ + "compiler_version": "1.0.0", + "hints": [ + [ + 2, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x280" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 60, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x7210" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 4 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 83, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 111, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 129, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 143, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 157, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 171, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 185, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 202, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 246, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x3b6a" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 2 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 267, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 290, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 308, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 322, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 336, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 353, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 404, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x3912" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 3 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 426, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 444, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 462, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 476, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 490, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 504, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 521, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x4d80" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 635, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x9966" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 12 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 666, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 684, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 702, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 716, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 730, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 744, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 758, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 772, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 786, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 800, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 814, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 828, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 842, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 856, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 870, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 887, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1630" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 947, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x3584" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 5 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 971, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 989, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1007, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1021, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1043, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1065, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1082, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x7da" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1138, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x33f4" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 4 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1161, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1179, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1197, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1211, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1233, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1247, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1264, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x113a" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1327, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x564a" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 5 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1351, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1369, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1387, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1401, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1415, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1437, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1451, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1468, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1978" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1531, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x34bc" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 5 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1555, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1573, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1591, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1605, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1627, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1641, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1655, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1672, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1978" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1735, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x34bc" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 5 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1759, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1777, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1795, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1809, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1831, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1845, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1859, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1876, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1927, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xb54" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 3 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1947, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1970, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1988, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2002, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2016, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2030, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2047, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x280" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2105, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x64" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": 4 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2122, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2133, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2151, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2165, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2179, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2193, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2207, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2314, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "FP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 2318, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2329, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2355, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 2396, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "FP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 2400, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2411, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2438, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 2908, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2969, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 3019, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 3094, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3098, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 3108, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3155, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 3200, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3204, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 3214, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3261, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 3338, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -3 + } + } + } + } + ] + ], + [ + 3388, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 3460, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -3 + } + } + } + } + ] + ], + [ + 3513, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3523, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "FP", + "offset": -3 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3543, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3556, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x12a2" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -8 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3637, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3659, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3664, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3697, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 3812, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x10ae" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3886, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ] + ], + "pythonic_hints": [ + [ + 2, + [ + "memory[ap + 0] = 640 <= memory[fp + -6]" + ] + ], + [ + 60, + [ + "memory[ap + 0] = 29200 <= memory[fp + 4]" + ] + ], + [ + 83, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 111, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 129, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 143, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 157, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 171, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 185, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 202, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 246, + [ + "memory[ap + 0] = 15210 <= memory[fp + 2]" + ] + ], + [ + 267, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 290, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 308, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 322, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 336, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 353, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 404, + [ + "memory[ap + 0] = 14610 <= memory[fp + 3]" + ] + ], + [ + 426, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 444, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 462, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 476, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 490, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 504, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 521, + [ + "memory[ap + 0] = 19840 <= memory[fp + -6]" + ] + ], + [ + 635, + [ + "memory[ap + 0] = 39270 <= memory[fp + 12]" + ] + ], + [ + 666, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 684, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 702, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 716, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 730, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 744, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 758, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 772, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 786, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 800, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 814, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 828, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 842, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 856, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 870, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 887, + [ + "memory[ap + 0] = 5680 <= memory[fp + -6]" + ] + ], + [ + 947, + [ + "memory[ap + 0] = 13700 <= memory[fp + 5]" + ] + ], + [ + 971, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 989, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1007, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1021, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1043, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1065, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1082, + [ + "memory[ap + 0] = 2010 <= memory[fp + -6]" + ] + ], + [ + 1138, + [ + "memory[ap + 0] = 13300 <= memory[fp + 4]" + ] + ], + [ + 1161, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1179, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1197, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1211, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1233, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1247, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1264, + [ + "memory[ap + 0] = 4410 <= memory[fp + -6]" + ] + ], + [ + 1327, + [ + "memory[ap + 0] = 22090 <= memory[fp + 5]" + ] + ], + [ + 1351, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1369, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1387, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1401, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1415, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1437, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1451, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1468, + [ + "memory[ap + 0] = 6520 <= memory[fp + -6]" + ] + ], + [ + 1531, + [ + "memory[ap + 0] = 13500 <= memory[fp + 5]" + ] + ], + [ + 1555, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1573, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1591, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1605, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1627, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1641, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1655, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1672, + [ + "memory[ap + 0] = 6520 <= memory[fp + -6]" + ] + ], + [ + 1735, + [ + "memory[ap + 0] = 13500 <= memory[fp + 5]" + ] + ], + [ + 1759, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1777, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1795, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1809, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1831, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1845, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1859, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1876, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1927, + [ + "memory[ap + 0] = 2900 <= memory[fp + 3]" + ] + ], + [ + 1947, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1970, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1988, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2002, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2016, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2030, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2047, + [ + "memory[ap + 0] = 640 <= memory[fp + -6]" + ] + ], + [ + 2105, + [ + "memory[ap + 0] = 100 <= memory[fp + 4]" + ] + ], + [ + 2122, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2133, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2151, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2165, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2179, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2193, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2207, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2314, + [ + "memory[ap + 5] = memory[fp + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 2318, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2329, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2355, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 2396, + [ + "memory[ap + 5] = memory[fp + -4] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 2400, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2411, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2438, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 2908, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2969, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 3019, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 3094, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 3098, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 3108, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 3155, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 3200, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 3204, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 3214, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 3261, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 3338, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -3])" + ] + ], + [ + 3388, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 3460, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -3])" + ] + ], + [ + 3513, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3523, + [ + "memory[ap + 0] = memory[fp + -3] < memory[ap + -1]" + ] + ], + [ + 3543, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3556, + [ + "memory[ap + 0] = 4770 <= memory[fp + -8]" + ] + ], + [ + 3637, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3659, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3664, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3697, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 3812, + [ + "memory[ap + 0] = 4270 <= memory[fp + -7]" + ] + ], + [ + 3886, + [ + "memory[ap + 0] = segments.add()" + ] + ] + ], + "prime": "0x800000000000011000000000000000000000000000000000000000000000001", + "bytecode": [ + "0x40780017fff7fff", + "0x5", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xfffffffffffffffffffffffffffffd80", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb2", + "0x4825800180007ffa", + "0x280", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x8a0", + "0x482680017ff98000", + "0x1", + "0x40137fed7fff8004", + "0x40137fff7fff8003", + "0x20680017fff7ffd", + "0x97", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x896", + "0x40137fed7fff8002", + "0x20680017fff7ffe", + "0x82", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x88f", + "0x40137fee7fff8001", + "0x20680017fff7ffe", + "0x6d", + "0x48307ffc80007ffd", + "0x40137ffe7fff8000", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x49", + "0x1104800180018000", + "0xf05", + "0x482480017fff8000", + "0xf04", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008004", + "0x7210", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080037fff", + "0x10780017fff7fff", + "0x2c", + "0x4825800180008004", + "0x7210", + "0x4002800080037fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80027fff8000", + "0x480a80017fff8000", + "0x480a80007fff8000", + "0x1104800180018000", + "0x890", + "0x4826800180038000", + "0x1", + "0x20680017fff7ffc", + "0x16", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0x8ab", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x48127ff47fff8000", + "0x1104800180018000", + "0x8a6", + "0x48127ff07fff8000", + "0x48127fea7fff8000", + "0x48127fea7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180038000", + "0x1", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x889", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x3", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x81", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x7d8", + "0x482680017ff98000", + "0x1", + "0x40137fed7fff8002", + "0x40137fff7fff8001", + "0x20680017fff7ffd", + "0x66", + "0x48307ffb80007ffc", + "0x40137ffd7fff8000", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x42", + "0x1104800180018000", + "0xe4b", + "0x482480017fff8000", + "0xe4a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008002", + "0x3b6a", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080017fff", + "0x10780017fff7fff", + "0x25", + "0x4825800180008002", + "0x3b6a", + "0x4002800080017fff", + "0x4826800180018000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x1104800180018000", + "0x803", + "0x20680017fff7ffd", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7f3", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180018000", + "0x1", + "0x480a80027fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x7d6", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x4", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x92", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x741", + "0x482680017ff98000", + "0x1", + "0x40137fed7fff8003", + "0x40137fff7fff8002", + "0x20680017fff7ffd", + "0x77", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x737", + "0x40137fed7fff8001", + "0x20680017fff7ffe", + "0x62", + "0x48307ffc80007ffd", + "0x40137ffe7fff8000", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x3e", + "0x1104800180018000", + "0xdad", + "0x482480017fff8000", + "0xdac", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008003", + "0x3912", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080027fff", + "0x10780017fff7fff", + "0x21", + "0x4825800180008003", + "0x3912", + "0x4002800080027fff", + "0x4826800180028000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x480a80017fff8000", + "0x480a80007fff8000", + "0x1104800180018000", + "0x7b6", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180028000", + "0x1", + "0x480a80037fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x73c", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xd", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffb280", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x158", + "0x4825800180007ffa", + "0x4d80", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x699", + "0x482680017ff98000", + "0x1", + "0x40137fed7fff800c", + "0x40137fff7fff800b", + "0x20680017fff7ffd", + "0x13d", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x68f", + "0x40137fed7fff800a", + "0x20680017fff7ffe", + "0x128", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x688", + "0x40137fee7fff8009", + "0x20680017fff7ffe", + "0x113", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x681", + "0x40137fee7fff8008", + "0x20680017fff7ffe", + "0xfe", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x67a", + "0x40137fee7fff8007", + "0x20680017fff7ffe", + "0xe9", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x673", + "0x40137fee7fff8006", + "0x20680017fff7ffe", + "0xd4", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x66c", + "0x40137fee7fff8005", + "0x20680017fff7ffe", + "0xbf", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x665", + "0x40137fee7fff8004", + "0x20680017fff7ffe", + "0xaa", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x65e", + "0x40137fee7fff8003", + "0x20680017fff7ffe", + "0x95", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x657", + "0x40137fee7fff8002", + "0x20680017fff7ffe", + "0x80", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x650", + "0x40137fee7fff8001", + "0x20680017fff7ffe", + "0x6b", + "0x48307ffc80007ffd", + "0x40137ffe7fff8000", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x47", + "0x1104800180018000", + "0xcc6", + "0x482480017fff8000", + "0xcc5", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x482580018000800c", + "0x9966", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x40028000800b7fff", + "0x10780017fff7fff", + "0x2a", + "0x482580018000800c", + "0x9966", + "0x40028000800b7fff", + "0x48268001800b8000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x480a800a7fff8000", + "0x480a80097fff8000", + "0x480a80087fff8000", + "0x480a80077fff8000", + "0x480a80067fff8000", + "0x480a80057fff8000", + "0x480a80047fff8000", + "0x480a80037fff8000", + "0x480a80027fff8000", + "0x480a80017fff8000", + "0x480a80007fff8000", + "0x1104800180018000", + "0x71b", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x48268001800b8000", + "0x1", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x64c", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a800b7fff8000", + "0x480a800c7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffe9d0", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xad", + "0x4825800180007ffa", + "0x1630", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x7b0", + "0x20680017fff7ffa", + "0x99", + "0x20680017fff7ffd", + "0x89", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x40137ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x7a4", + "0x40137ff87fff8004", + "0x40137ff97fff8005", + "0x20680017fff7ffa", + "0x75", + "0x20680017fff7ffd", + "0x65", + "0x48307ffb80007ffc", + "0x40137ffd7fff8002", + "0x40137ffe7fff8003", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0xb8e", + "0x482480017fff8000", + "0xb8d", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008005", + "0x3584", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080047fff", + "0x10780017fff7fff", + "0x23", + "0x4825800180008005", + "0x3584", + "0x4002800080047fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x1104800180018000", + "0x7c8", + "0x4826800180048000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180048000", + "0x1", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x51b", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x5", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xfffffffffffffffffffffffffffff826", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa0", + "0x4825800180007ffa", + "0x7da", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x468", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x87", + "0x48127fff7fff8000", + "0x48127fec7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x40137ffa7fff8000", + "0x1104800180018000", + "0x6e5", + "0x40137ff87fff8003", + "0x40137ff97fff8004", + "0x20680017fff7ffa", + "0x74", + "0x20680017fff7ffd", + "0x64", + "0x48307ffb80007ffc", + "0x40137ffd7fff8001", + "0x40137ffe7fff8002", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x3f", + "0x1104800180018000", + "0xacf", + "0x482480017fff8000", + "0xace", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008004", + "0x33f4", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080037fff", + "0x10780017fff7fff", + "0x22", + "0x4825800180008004", + "0x33f4", + "0x4002800080037fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x1104800180018000", + "0x73f", + "0x4826800180038000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180038000", + "0x1", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x45d", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffeec6", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb6", + "0x4825800180007ffa", + "0x113a", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x3b2", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x9d", + "0x48127fff7fff8000", + "0x48127fec7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x40137ffa7fff8000", + "0x1104800180018000", + "0x62f", + "0x40137ff87fff8004", + "0x40137ff97fff8005", + "0x20680017fff7ffa", + "0x8a", + "0x20680017fff7ffd", + "0x7a", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x39d", + "0x40137fed7fff8002", + "0x40137fee7fff8003", + "0x20680017fff7ffe", + "0x64", + "0x48307ffc80007ffd", + "0x40137ffe7fff8001", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0xa12", + "0x482480017fff8000", + "0xa11", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008005", + "0x564a", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080047fff", + "0x10780017fff7fff", + "0x23", + "0x4825800180008005", + "0x564a", + "0x4002800080047fff", + "0x4826800180048000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x480a80017fff8000", + "0x1104800180018000", + "0x6b1", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180048000", + "0x1", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x39f", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffe688", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb6", + "0x4825800180007ffa", + "0x1978", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x646", + "0x20680017fff7ffe", + "0x9d", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x2de", + "0x40137fee7fff8000", + "0x20680017fff7ffe", + "0x88", + "0x48127fea7fff8000", + "0x48127fcc7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x55c", + "0x40137ff87fff8004", + "0x40137ff97fff8005", + "0x20680017fff7ffa", + "0x75", + "0x20680017fff7ffd", + "0x65", + "0x48307ffb80007ffc", + "0x40137ffd7fff8002", + "0x40137ffe7fff8003", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0x946", + "0x482480017fff8000", + "0x945", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008005", + "0x34bc", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080047fff", + "0x10780017fff7fff", + "0x23", + "0x4825800180008005", + "0x34bc", + "0x4002800080047fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x1104800180018000", + "0x63c", + "0x4826800180048000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180048000", + "0x1", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x2d3", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe87fff8000", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127fdb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffe688", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb6", + "0x4825800180007ffa", + "0x1978", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x5e4", + "0x20680017fff7ffe", + "0x9d", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x212", + "0x40137fee7fff8000", + "0x20680017fff7ffe", + "0x88", + "0x48127fea7fff8000", + "0x48127fcc7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x490", + "0x40137ff87fff8004", + "0x40137ff97fff8005", + "0x20680017fff7ffa", + "0x75", + "0x20680017fff7ffd", + "0x65", + "0x48307ffb80007ffc", + "0x40137ffd7fff8002", + "0x40137ffe7fff8003", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0x87a", + "0x482480017fff8000", + "0x879", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008005", + "0x34bc", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080047fff", + "0x10780017fff7fff", + "0x23", + "0x4825800180008005", + "0x34bc", + "0x4002800080047fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x1104800180018000", + "0x5da", + "0x4826800180048000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180048000", + "0x1", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x207", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a80047fff8000", + "0x480a80057fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe87fff8000", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127fdb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x4", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x95", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x14e", + "0x482680017ff98000", + "0x1", + "0x40137fed7fff8003", + "0x40137fff7fff8002", + "0x20680017fff7ffd", + "0x7a", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x144", + "0x40137fed7fff8000", + "0x20680017fff7ffe", + "0x65", + "0x48307ffc80007ffd", + "0x40137ffe7fff8001", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x41", + "0x1104800180018000", + "0x7ba", + "0x482480017fff8000", + "0x7b9", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008003", + "0xb54", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080027fff", + "0x10780017fff7fff", + "0x24", + "0x4825800180008003", + "0xb54", + "0x4002800080027fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x1104800180018000", + "0x54f", + "0x4826800180028000", + "0x1", + "0x20680017fff7ffc", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x163", + "0x48127ff77fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180028000", + "0x1", + "0x480a80037fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x146", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x5", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xfffffffffffffffffffffffffffffd80", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x9b", + "0x4825800180007ffa", + "0x280", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xa3", + "0x482680017ff98000", + "0x1", + "0x40137fed7fff8004", + "0x40137fff7fff8003", + "0x20680017fff7ffd", + "0x80", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x99", + "0x40137fed7fff8000", + "0x20680017fff7ffe", + "0x6b", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x92", + "0x40137fee7fff8001", + "0x20680017fff7ffe", + "0x56", + "0x48307ffc80007ffd", + "0x40137ffe7fff8002", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x32", + "0x1104800180018000", + "0x708", + "0x482480017fff8000", + "0x707", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008004", + "0x64", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080037fff", + "0x10780017fff7fff", + "0x15", + "0x4825800180008004", + "0x64", + "0x4002800080037fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a80027fff8000", + "0x1104800180018000", + "0x4b7", + "0x40780017fff7fff", + "0x1", + "0x4826800180038000", + "0x1", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180038000", + "0x1", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0xa3", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x20680017fff7ffc", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480080007ffc8000", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x8", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0x421", + "0x20680017fff7ffd", + "0x19", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffd8000", + "0x1", + "0x1104800180018000", + "0x44a", + "0x20680017fff7ffd", + "0xa", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x482480017fe38000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x18", + "0x48127fe37fff8000", + "0x48127fe37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fe37fff8000", + "0x48127fe37fff8000", + "0x208b7fff7fff7ffe", + "0x400380007ffc7ffd", + "0x480a7ffb7fff8000", + "0x482680017ffc8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0xa0680017fff8005", + "0xe", + "0x4825800180057ffd", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ffa7ffc", + "0x480280017ffa7ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ffa7ffc", + "0x10780017fff7fff", + "0x11", + "0x480a7ffd7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ffa7ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ffa7ffd", + "0x400280027ffa7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017ffe8000", + "0x0", + "0x482680017ffa8000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffc", + "0x400280037ffc7ffd", + "0x480280057ffc8000", + "0x20680017fff7fff", + "0xc", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280067ffc8000", + "0x10780017fff7fff", + "0x9", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffc8000", + "0x480280077ffc8000", + "0x1104800180018000", + "0x41e", + "0x20680017fff7ffd", + "0xb", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0xa0680017fff8005", + "0xe", + "0x4825800180057ffc", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff97ffc", + "0x480280017ff97ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff97ffc", + "0x10780017fff7fff", + "0x11", + "0x480a7ffc7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff97ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff97ffd", + "0x400280027ff97ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017ffe8000", + "0x0", + "0x482680017ff98000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffb7fff", + "0x400380017ffb7ffa", + "0x400280027ffb7ffc", + "0x400280037ffb7ffd", + "0x400380047ffb7ffd", + "0x480280067ffb8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffb8000", + "0x480280087ffb8000", + "0x1104800180018000", + "0x3d7", + "0x20680017fff7ffd", + "0xc", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff17fff8000", + "0x480a7ff27fff8000", + "0x1104800180018000", + "0x3cd", + "0x20680017fff7ffd", + "0x177", + "0x480080007fff8000", + "0x480080007fff8000", + "0x48287ff380007fff", + "0x480080047ffc8000", + "0x480080017ffb8000", + "0x480080027ffa8000", + "0x480080037ff98000", + "0x480080027ff98000", + "0x480080017ff88000", + "0x20680017fff7ff9", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x3e1", + "0x20680017fff7ffd", + "0x156", + "0x48287ff480007ff5", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x3d2", + "0x20680017fff7ffd", + "0x13d", + "0x48287ff580007fe9", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x3c3", + "0x20680017fff7ffd", + "0x124", + "0x480080007fdb8000", + "0x48287ff680007fff", + "0x480080077fd98000", + "0x480080017fd88000", + "0x480080027fd78000", + "0x480080037fd68000", + "0x480080047fd58000", + "0x480080057fd48000", + "0x480080067fd38000", + "0x20680017fff7ff8", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x3ac", + "0x20680017fff7ffd", + "0x103", + "0x48287ff780007ff0", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x39d", + "0x20680017fff7ffd", + "0xea", + "0x48287ff880007fe6", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x38e", + "0x20680017fff7ffd", + "0xd1", + "0x48307fdc80007fdd", + "0x4824800180007fff", + "0x1", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x37b", + "0x20680017fff7ffd", + "0xb4", + "0x480a7ff07fff8000", + "0x48127fcf7fff8000", + "0x48127fcf7fff8000", + "0x480680017fff8000", + "0x0", + "0x1104800180018000", + "0x389", + "0x20680017fff7ffd", + "0xa1", + "0x480080007fff8000", + "0x48307fff80007fc2", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x362", + "0x20680017fff7ffd", + "0x87", + "0x48287ff980007fb8", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x353", + "0x20680017fff7ffd", + "0x6e", + "0x48287ffa80007fa7", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x344", + "0x20680017fff7ffd", + "0x55", + "0x48287ffb80007f76", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x335", + "0x20680017fff7ffd", + "0x3c", + "0x48287ffc80007f6c", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x326", + "0x20680017fff7ffd", + "0x23", + "0x48287ffd80007f5e", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x1104800180018000", + "0x317", + "0x20680017fff7ffd", + "0xc", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xb", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fef7fff8000", + "0x48127fef7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x16", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fe47fff8000", + "0x48127fe47fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x21", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fd97fff8000", + "0x48127fd97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2c", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fce7fff8000", + "0x48127fce7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x37", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x43", + "0x48127fb97fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fb77fff8000", + "0x48127fb77fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x52", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fa87fff8000", + "0x48127fa87fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x5e", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f9c7fff8000", + "0x48127f9c7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x69", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f917fff8000", + "0x48127f917fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x74", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f867fff8000", + "0x48127f867fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x87", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f737fff8000", + "0x48127f737fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x92", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f687fff8000", + "0x48127f687fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x9d", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f5d7fff8000", + "0x48127f5d7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xb0", + "0x480a7ff07fff8000", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f4a7fff8000", + "0x48127f4a7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x40137ffe7fff8000", + "0x40137fff7fff8001", + "0x20680017fff7ffc", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480080007ffc8000", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x26", + "0x40780017fff7fff", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x48127ff87fff8000", + "0x1104800180018000", + "0x27f", + "0x20680017fff7ffa", + "0xc", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x456d69744576656e74", + "0x400280007ff97fff", + "0x400380017ff97ff8", + "0x400280027ff97ffb", + "0x400280037ff97ffc", + "0x400280047ff97ffd", + "0x400280057ff97ffe", + "0x480280077ff98000", + "0x20680017fff7fff", + "0xd", + "0x480280067ff98000", + "0x482680017ff98000", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff98000", + "0x480280097ff98000", + "0x1104800180018000", + "0x1c4", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x53656e644d657373616765546f4c31", + "0x400280007ffa7fff", + "0x400380017ffa7ff9", + "0x400380027ffa7ffb", + "0x400280037ffa7ffd", + "0x400280047ffa7ffe", + "0x480280067ffa8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffa8000", + "0x482680017ffa8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffa8000", + "0x482680017ffa8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffa8000", + "0x480280087ffa8000", + "0x1104800180018000", + "0x192", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x1104800180018000", + "0x24f", + "0x20680017fff7ffd", + "0xc", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc9d", + "0x20680017fff7ffe", + "0x2b", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480280007ffb7ffc", + "0x480280017ffb7ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400280027ffb7ffd", + "0x10780017fff7fff", + "0x14", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480280007ffb7ffd", + "0x480280017ffb7ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400280027ffb7ffe", + "0x40780017fff7fff", + "0x1", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x208b7fff7fff7ffe", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0x480a7ffb7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400280007ff97fff", + "0x400380017ff97ff8", + "0x400380027ff97ffa", + "0x400380037ff97ffb", + "0x400280047ff97ffd", + "0x400280057ff97ffe", + "0x480280077ff98000", + "0x20680017fff7fff", + "0xb", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x0", + "0x480280087ff98000", + "0x480280097ff98000", + "0x10780017fff7fff", + "0x9", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff98000", + "0x480280097ff98000", + "0x1104800180018000", + "0x23e", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc33", + "0x20680017fff7ffe", + "0x2b", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480280007ffb7ffc", + "0x480280017ffb7ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400280027ffb7ffd", + "0x10780017fff7fff", + "0x14", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480280007ffb7ffd", + "0x480280017ffb7ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400280027ffb7ffe", + "0x40780017fff7fff", + "0x1", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x208b7fff7fff7ffe", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0x480a7ffb7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x4c69627261727943616c6c", + "0x400280007ff97fff", + "0x400380017ff97ff8", + "0x400380027ff97ffa", + "0x400380037ff97ffb", + "0x400280047ff97ffd", + "0x400280057ff97ffe", + "0x480280077ff98000", + "0x20680017fff7fff", + "0xb", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x0", + "0x480280087ff98000", + "0x480280097ff98000", + "0x10780017fff7fff", + "0x9", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff98000", + "0x480280097ff98000", + "0x1104800180018000", + "0x1d4", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffd80007ffc", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x7820213d2079", + "0x1104800180018000", + "0xbc", + "0x20680017fff7ffd", + "0x9", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x73756363657373", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffd7fff", + "0x400380017ffd7ffc", + "0x400280027ffd7ffd", + "0x400280037ffd7ffe", + "0x480280057ffd8000", + "0x20680017fff7fff", + "0xc", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280067ffd8000", + "0x10780017fff7fff", + "0x9", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffd8000", + "0x480280077ffd8000", + "0x1104800180018000", + "0x47", + "0x20680017fff7ffd", + "0xa", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffd", + "0x400280037ffc7ffe", + "0x400380047ffc7ffd", + "0x480280067ffc8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffc8000", + "0x480280087ffc8000", + "0x1104800180018000", + "0x21", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x9", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ffd7fff", + "0x400380017ffd7ffc", + "0x480280037ffd8000", + "0x20680017fff7fff", + "0xc", + "0x480280027ffd8000", + "0x482680017ffd8000", + "0x5", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280047ffd8000", + "0x10780017fff7fff", + "0x9", + "0x480280027ffd8000", + "0x482680017ffd8000", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480280047ffd8000", + "0x480280057ffd8000", + "0x1104800180018000", + "0x118", + "0x20680017fff7ffd", + "0xa", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x48287ffc80007fff", + "0x20680017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x400180007fff7ffd", + "0x480680017fff8000", + "0x1", + "0x48127ffe7fff8000", + "0x482480017ffd8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48297ffb80007ffc", + "0xa0680017fff8000", + "0x6", + "0x48317ffe80007ffd", + "0x400280007ffa7fff", + "0x10780017fff7fff", + "0x10", + "0x482680017ffd8000", + "0x1", + "0x48307fff80007ffd", + "0x400280007ffa7fff", + "0x40780017fff7fff", + "0x1", + "0x482680017ffa8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x482a7ffd7ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e646578206f7574206f6620626f756e6473", + "0x400080007ffe7fff", + "0x482680017ffa8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48127ffc7fff8000", + "0x482480017ffb8000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ff88000", + "0xffffffffffffffffffffffffffffed5e", + "0x400280007ff77fff", + "0x10780017fff7fff", + "0x4c", + "0x4825800180007ff8", + "0x12a2", + "0x400280007ff77fff", + "0x482680017ff78000", + "0x1", + "0x20780017fff7ffd", + "0xd", + "0x48127fff7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffab0", + "0x20680017fff7ffe", + "0x27", + "0x400280007ffc7fff", + "0x48127fee7fff8000", + "0x48127fec7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x482680017ffc8000", + "0x1", + "0x4825800180007ffd", + "0x1", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd8", + "0x20680017fff7ffa", + "0xc", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x48127fee7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff78000", + "0x1", + "0x480a7ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x482480017ff78000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x3", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x15bd0500dc9d7e69ab9577f73a8d753e8761bed10f25ba0f124254dc4edb8b4", + "0x400080007ffe7fff", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffaaf", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x40137ff07fff8000", + "0x402580017ff08001", + "0x1", + "0x1104800180018000", + "0x5d", + "0x40137ffb7fff8002", + "0x20680017fff7ffd", + "0x39", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x456d69744576656e74", + "0x400280007ffa7fff", + "0x400280017ffa7ff7", + "0x400280027ffa7ffb", + "0x400280037ffa7ffc", + "0x400280047ffa7ffd", + "0x400280057ffa7ffe", + "0x480280077ffa8000", + "0x20680017fff7fff", + "0xd", + "0x480280067ffa8000", + "0x482680017ffa8000", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280067ffa8000", + "0x482680017ffa8000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ffa8000", + "0x480280097ffa8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffeed", + "0x20680017fff7ffd", + "0xc", + "0x480a80027fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a80027fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480a80027fff8000", + "0x48127ffb7fff8000", + "0x480a7ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x48297ffc80007ffd", + "0x1104800180018000", + "0x1a", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x1a", + "0x20680017fff7ffd", + "0x9", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffa27", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0xa0680017fff8000", + "0x7", + "0x482680017ff98000", + "0xffffffffffffffffffffffffffffef52", + "0x400280007ff87fff", + "0x10780017fff7fff", + "0x45", + "0x4825800180007ff9", + "0x10ae", + "0x400280007ff87fff", + "0x482680017ff88000", + "0x1", + "0x40137ffe7fff8001", + "0x40137fff7fff8000", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x1e", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff9fa", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x48127ff17fff8000", + "0x48127ff17fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd1", + "0x20680017fff7ffd", + "0x8", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x10780017fff7fff", + "0xd", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff88000", + "0x1", + "0x480a7ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x208b7fff7fff7ffe" + ], + "entry_points_by_type": { + "EXTERNAL": [ + { + "builtins": [ + "range_check" + ], + "selector": "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658", + "offset": 0 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x3c118a68e16e12e97ed25cb4901c12f4d3162818669cc44c391d8049924c14", + "offset": 519 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x5562b3e932b4d139366854d5a2e578382e6a3b6572ac9943d55e7efbe43d00", + "offset": 1874 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", + "offset": 200 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x27a4a7332e590dd789019a6d125ff2aacd358e453090978cbf81f0d85e4c045", + "offset": 351 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c", + "offset": 1466 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x2913ee03e5e3308c41e308bd391ea4faac9b9cb5062c76a6b3ab4f65397e106", + "offset": 885 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x2d7cf5d5a324a320f9f37804b1615a533fde487400b41af80f13f7ac5581325", + "offset": 1080 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x31aafc75f498fdfa7528880ad27246b4c15af4954f96228c9a132b328de1c92", + "offset": 1262 + }, + { + "builtins": [ + "range_check" + ], + "selector": "0x3604cea1cdb094a73a31144f14a3e5861613c008e1e879939ebc4827d10cd50", + "offset": 1670 + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [ + { + "builtins": [ + "range_check" + ], + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "offset": 2045 + } + ] + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/integration/compiled_class/0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c.json b/clients/feeder/testdata/integration/compiled_class/0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c.json index bdb0c4060e..80e0312599 100644 --- a/clients/feeder/testdata/integration/compiled_class/0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c.json +++ b/clients/feeder/testdata/integration/compiled_class/0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c.json @@ -1 +1,1422 @@ -{"entry_points_by_type": {"EXTERNAL": [{"selector": "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658", "builtins": ["range_check"], "offset": "0x0"}, {"selector": "0x1fc3f77ebc090777f567969ad9823cf6334ab888acb385ca72668ec5adbde80", "builtins": ["range_check"], "offset": "0x108"}, {"selector": "0x3d778356014c91effae9863ee4a8c2663d8fa2e9f0c4145c1e01f5435ced0be", "builtins": ["range_check"], "offset": "0x180"}], "L1_HANDLER": [], "CONSTRUCTOR": []}, "program": {"prime": "0x800000000000011000000000000000000000000000000000000000000000001", "builtins": [], "data": ["0x40780017fff7fff", "0x5", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0x100000000000000000000000000000000", "0x400280007ff97fff", "0x10780017fff7fff", "0xa", "0x4825800180007ffa", "0x0", "0x400280007ff97fff", "0x482680017ff98000", "0x1", "0x48127ffe7fff8000", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40137ffe7fff8000", "0x40137fff7fff8001", "0x48297ffc80007ffd", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482680017ffc8000", "0x1", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x0", "0x480280007ffc8000", "0x10780017fff7fff", "0x8", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x5", "0x48127fff7fff8000", "0x10780017fff7fff", "0x10", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40137fff7fff8002", "0x48307ffb80007ffc", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482480017ffa8000", "0x1", "0x48127ffa7fff8000", "0x480680017fff8000", "0x0", "0x480080007ff78000", "0x10780017fff7fff", "0x8", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x5", "0x48127fff7fff8000", "0x10780017fff7fff", "0x10", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x40137fff7fff8003", "0x48307ffb80007ffc", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482480017ffa8000", "0x1", "0x48127ffa7fff8000", "0x480680017fff8000", "0x0", "0x480080007ff78000", "0x10780017fff7fff", "0x8", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x5", "0x48127fff7fff8000", "0x10780017fff7fff", "0x10", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x48307ffb80007ffc", "0x40137ffe7fff8004", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x13", "0x480a7ffb7fff8000", "0x1104800180018000", "0x179", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x1104800180018000", "0x333", "0x482480017fff8000", "0x332", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008001", "0x7724", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080007fff", "0x10780017fff7fff", "0xa", "0x4825800180008001", "0x7724", "0x4002800080007fff", "0x4826800180008000", "0x1", "0x48127ffe7fff8000", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180008000", "0x1", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x480a80027fff8000", "0x480a80037fff8000", "0x480a80047fff8000", "0x1104800180018000", "0x142", "0x20680017fff7ffd", "0x5", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xa", "0x48127fc07fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x48127ff87fff8000", "0x1104800180018000", "0x15d", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x48127ff57fff8000", "0x1104800180018000", "0x158", "0x48127fb07fff8000", "0x48127fe97fff8000", "0x48127fe97fff8000", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x2", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0x100000000000000000000000000000000", "0x400280007ff97fff", "0x10780017fff7fff", "0xa", "0x4825800180007ffa", "0x0", "0x400280007ff97fff", "0x482680017ff98000", "0x1", "0x48127ffe7fff8000", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x48297ffc80007ffd", "0x40137ffd7fff8000", "0x40137ffe7fff8001", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x13", "0x480a7ffb7fff8000", "0x1104800180018000", "0xe6", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x1104800180018000", "0x2a0", "0x482480017fff8000", "0x29f", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008001", "0x64", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080007fff", "0x10780017fff7fff", "0xa", "0x4825800180008001", "0x64", "0x4002800080007fff", "0x4826800180008000", "0x1", "0x48127ffe7fff8000", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180008000", "0x1", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x1104800180018000", "0xe7", "0x40780017fff7fff", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x3", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0x100000000000000000000000000000000", "0x400280007ff97fff", "0x10780017fff7fff", "0xa", "0x4825800180007ffa", "0x0", "0x400280007ff97fff", "0x482680017ff98000", "0x1", "0x48127ffe7fff8000", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x48127ffe7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0xb9", "0x40137fe17fff8001", "0x40137ffb7fff8000", "0x20680017fff7ffe", "0x5", "0x48127fff7fff8000", "0x10780017fff7fff", "0x10", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x48307ffb80007ffc", "0x40137ffe7fff8002", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x6", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x4", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x1", "0x48307ffe80007fff", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x13", "0x480a7ffb7fff8000", "0x1104800180018000", "0x55", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a80007fff8000", "0x480a80017fff8000", "0x48127ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x1104800180018000", "0x20f", "0x482480017fff8000", "0x20e", "0x480080007fff8000", "0xa0680017fff8000", "0x9", "0x4825800180008001", "0x5e2e", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x4002800080007fff", "0x10780017fff7fff", "0xa", "0x4825800180008001", "0x5e2e", "0x4002800080007fff", "0x4826800180008000", "0x1", "0x48127ffe7fff8000", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x4826800180008000", "0x1", "0x480a80017fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x482480017ff98000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x480a80027fff8000", "0x1104800180018000", "0x91", "0x20680017fff7ffd", "0x5", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xa", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x48127ffc7fff8000", "0x1104800180018000", "0x9d", "0x48127fea7fff8000", "0x48127fea7fff8000", "0x48127fea7fff8000", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x1104800180018000", "0x97", "0x20680017fff7ffd", "0x5", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xc", "0x40780017fff7fff", "0x19", "0x48127fe27fff8000", "0x48127fe27fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127fe17fff8000", "0x48127fe17fff8000", "0x208b7fff7fff7ffe", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x482480017ffd8000", "0x1", "0x1104800180018000", "0xb8", "0x20680017fff7ffd", "0x4", "0x10780017fff7fff", "0xa", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x0", "0x482480017fe38000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x400380007ffc7ffd", "0x480a7ffb7fff8000", "0x482680017ffc8000", "0x1", "0x208b7fff7fff7ffe", "0x208b7fff7fff7ffe", "0x48297ffc80007ffd", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482680017ffc8000", "0x1", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x0", "0x480280007ffc8000", "0x10780017fff7fff", "0x8", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x20680017fff7ffe", "0x5", "0x48127fff7fff8000", "0x10780017fff7fff", "0xc", "0x40780017fff7fff", "0xf", "0x480a7ffb7fff8000", "0x48127fec7fff8000", "0x48127fec7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x48127ffe7fff8000", "0x1104800180018000", "0xac", "0x20680017fff7ffe", "0x5", "0x48127fff7fff8000", "0x10780017fff7fff", "0xc", "0x40780017fff7fff", "0x1", "0x48127ffc7fff8000", "0x48127fec7fff8000", "0x48127fec7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ffc7fff8000", "0x48127fec7fff8000", "0x48127fec7fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x480680017fff8000", "0x11", "0x480a7ffd7fff8000", "0x1104800180018000", "0xb5", "0x20680017fff7ffd", "0x5", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xc", "0x40780017fff7fff", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9c", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", "0x480680017fff8000", "0x53746f7261676552656164", "0x400280007ffd7fff", "0x400380017ffd7ffc", "0x400280027ffd7ffd", "0x400280037ffd7ffe", "0x480280057ffd8000", "0x20680017fff7fff", "0xc", "0x480280047ffd8000", "0x482680017ffd8000", "0x7", "0x480680017fff8000", "0x0", "0x480280067ffd8000", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280047ffd8000", "0x482680017ffd8000", "0x8", "0x480680017fff8000", "0x1", "0x480280067ffd8000", "0x480280077ffd8000", "0x1104800180018000", "0xc9", "0x20680017fff7ffd", "0x5", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xb", "0x40780017fff7fff", "0x1", "0x48127ff47fff8000", "0x48127ff47fff8000", "0x480680017fff8000", "0x1", "0x48127ffa7fff8000", "0x48127ffa7fff8000", "0x208b7fff7fff7ffe", "0x48127ff47fff8000", "0x48127ff47fff8000", "0x480680017fff8000", "0x0", "0x48127ffc7fff8000", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", "0x480680017fff8000", "0x53746f726167655772697465", "0x400280007ffc7fff", "0x400380017ffc7ffb", "0x400280027ffc7ffd", "0x400280037ffc7ffe", "0x400380047ffc7ffd", "0x480280067ffc8000", "0x20680017fff7fff", "0xd", "0x480280057ffc8000", "0x482680017ffc8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280057ffc8000", "0x482680017ffc8000", "0x9", "0x480680017fff8000", "0x1", "0x480280077ffc8000", "0x480280087ffc8000", "0x1104800180018000", "0xa3", "0x20680017fff7ffd", "0x4", "0x10780017fff7fff", "0x9", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x1", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x208b7fff7fff7ffe", "0x48127ff67fff8000", "0x48127ff67fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0xa0680017fff8000", "0x16", "0x480280007ffc8003", "0x480280017ffc8003", "0x4844800180017ffe", "0x100000000000000000000000000000000", "0x483180017ffd7ffd", "0x482480017fff7ffd", "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", "0x20680017fff7ffc", "0x6", "0x402480017fff7ffd", "0xffffffffffffffffffffffffffffffff", "0x10780017fff7fff", "0x4", "0x402480017ffe7ffd", "0xf7ffffffffffffef0000000000000000", "0x400280027ffc7ffd", "0x20680017fff7ffe", "0xe", "0x402780017fff7fff", "0x1", "0x400380007ffc7ffd", "0x40780017fff7fff", "0x5", "0x482680017ffc8000", "0x1", "0x480680017fff8000", "0x0", "0x480a7ffd7fff8000", "0x10780017fff7fff", "0x8", "0x482680017ffc8000", "0x3", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x48127fff7fff8000", "0x48127ffe7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff61", "0x480680017fff8000", "0x43616c6c436f6e7472616374", "0x400280007ffb7fff", "0x400380017ffb7ffa", "0x400380027ffb7ffc", "0x400280037ffb7ffd", "0x400280047ffb7ffe", "0x480280067ffb8000", "0x20680017fff7fff", "0xb", "0x480280057ffb8000", "0x482680017ffb8000", "0x9", "0x480680017fff8000", "0x0", "0x480280077ffb8000", "0x480280087ffb8000", "0x10780017fff7fff", "0x9", "0x480280057ffb8000", "0x482680017ffb8000", "0x9", "0x480680017fff8000", "0x1", "0x480280077ffb8000", "0x480280087ffb8000", "0x1104800180018000", "0x55", "0x20680017fff7ffd", "0x6", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xc", "0x40780017fff7fff", "0x28", "0x480a7ff97fff8000", "0x48127fcb7fff8000", "0x48127fcb7fff8000", "0x480680017fff8000", "0x1", "0x48127fd27fff8000", "0x48127fd27fff8000", "0x208b7fff7fff7ffe", "0x480a7ff97fff8000", "0x48127ffd7fff8000", "0x48127ffd7fff8000", "0x1104800180018000", "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed4", "0x480680017fff8000", "0x52657475726e6564206461746120746f6f2073686f7274", "0x1104800180018000", "0x4e", "0x20680017fff7ffd", "0x5", "0x48127ffe7fff8000", "0x10780017fff7fff", "0xc", "0x40780017fff7fff", "0x1", "0x48127ff37fff8000", "0x48127fcb7fff8000", "0x48127fcb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x48127ff37fff8000", "0x48127fcb7fff8000", "0x48127fcb7fff8000", "0x480680017fff8000", "0x0", "0x48127ffb7fff8000", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x5", "0x480a7ffc7fff8000", "0x10780017fff7fff", "0x9", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x48127ffe7fff8000", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x4", "0x10780017fff7fff", "0x7", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x6", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x10780017fff7fff", "0x9", "0x40780017fff7fff", "0x2", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x48127ffd7fff8000", "0x48127ffd7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x5", "0x480a7ffc7fff8000", "0x10780017fff7fff", "0xb", "0x40780017fff7fff", "0x1", "0x400180007fff7ffd", "0x480680017fff8000", "0x1", "0x48127ffe7fff8000", "0x482480017ffd8000", "0x1", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x0", "0x48127ffe7fff8000", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe"], "compiler_version": "1.0.0", "hints": {"2": [{"code": "memory[ap + 0] = 0 <= memory[fp + -6]", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "17": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "58": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "97": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "136": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "174": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "193": [{"code": "memory[ap + 0] = 30500 <= memory[fp + 1]", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "210": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "244": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "266": [{"code": "memory[ap + 0] = 0 <= memory[fp + -6]", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "281": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "321": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "340": [{"code": "memory[ap + 0] = 100 <= memory[fp + 1]", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "357": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "374": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "386": [{"code": "memory[ap + 0] = 0 <= memory[fp + -6]", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "401": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "428": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "466": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "485": [{"code": "memory[ap + 0] = 24110 <= memory[fp + 1]", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "502": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "534": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "714": [{"code": "syscall_handler.syscall(syscall_ptr=memory[fp + -3])", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "769": [{"code": "syscall_handler.syscall(syscall_ptr=memory[fp + -4])", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "812": [{"code": "memory[ap + 0] = memory[fp + -3] < 340282366920938463463374607431768211456", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "814": [{"code": "(memory[ap + 3], memory[ap + 4]) = divmod(memory[fp + -3], 340282366920938463463374607431768211456)", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "851": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "865": [{"code": "syscall_handler.syscall(syscall_ptr=memory[fp + -5])", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}], "992": [{"code": "memory[ap + 0] = segments.add()", "flow_tracking_data": {"ap_tracking": {"group": 0, "offset": 0}, "reference_ids": {}}, "accessible_scopes": []}]}}} \ No newline at end of file +{ + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658", + "builtins": [ + "range_check" + ], + "offset": "0x0" + }, + { + "selector": "0x1fc3f77ebc090777f567969ad9823cf6334ab888acb385ca72668ec5adbde80", + "builtins": [ + "range_check" + ], + "offset": "0x108" + }, + { + "selector": "0x3d778356014c91effae9863ee4a8c2663d8fa2e9f0c4145c1e01f5435ced0be", + "builtins": [ + "range_check" + ], + "offset": "0x180" + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [] + }, + "program": { + "prime": "0x800000000000011000000000000000000000000000000000000000000000001", + "builtins": [], + "data": [ + "0x40780017fff7fff", + "0x5", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40137ffe7fff8000", + "0x40137fff7fff8001", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x5", + "0x48127fff7fff8000", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40137fff7fff8002", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ffa8000", + "0x1", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff78000", + "0x10780017fff7fff", + "0x8", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x5", + "0x48127fff7fff8000", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40137fff7fff8003", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ffa8000", + "0x1", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff78000", + "0x10780017fff7fff", + "0x8", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x5", + "0x48127fff7fff8000", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48307ffb80007ffc", + "0x40137ffe7fff8004", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x13", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x179", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x333", + "0x482480017fff8000", + "0x332", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008001", + "0x7724", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080007fff", + "0x10780017fff7fff", + "0xa", + "0x4825800180008001", + "0x7724", + "0x4002800080007fff", + "0x4826800180008000", + "0x1", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180008000", + "0x1", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a80027fff8000", + "0x480a80037fff8000", + "0x480a80047fff8000", + "0x1104800180018000", + "0x142", + "0x20680017fff7ffd", + "0x5", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xa", + "0x48127fc07fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x1104800180018000", + "0x15d", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x48127ff57fff8000", + "0x1104800180018000", + "0x158", + "0x48127fb07fff8000", + "0x48127fe97fff8000", + "0x48127fe97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x40137ffd7fff8000", + "0x40137ffe7fff8001", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x13", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0xe6", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2a0", + "0x482480017fff8000", + "0x29f", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008001", + "0x64", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080007fff", + "0x10780017fff7fff", + "0xa", + "0x4825800180008001", + "0x64", + "0x4002800080007fff", + "0x4826800180008000", + "0x1", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180008000", + "0x1", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0xe7", + "0x40780017fff7fff", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x3", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffe7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xb9", + "0x40137fe17fff8001", + "0x40137ffb7fff8000", + "0x20680017fff7ffe", + "0x5", + "0x48127fff7fff8000", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48307ffb80007ffc", + "0x40137ffe7fff8002", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x13", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x55", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x20f", + "0x482480017fff8000", + "0x20e", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180008001", + "0x5e2e", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x4002800080007fff", + "0x10780017fff7fff", + "0xa", + "0x4825800180008001", + "0x5e2e", + "0x4002800080007fff", + "0x4826800180008000", + "0x1", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x4826800180008000", + "0x1", + "0x480a80017fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a80027fff8000", + "0x1104800180018000", + "0x91", + "0x20680017fff7ffd", + "0x5", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xa", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x9d", + "0x48127fea7fff8000", + "0x48127fea7fff8000", + "0x48127fea7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0x97", + "0x20680017fff7ffd", + "0x5", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x19", + "0x48127fe27fff8000", + "0x48127fe27fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fe17fff8000", + "0x48127fe17fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x482480017ffd8000", + "0x1", + "0x1104800180018000", + "0xb8", + "0x20680017fff7ffd", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x482480017fe38000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x400380007ffc7ffd", + "0x480a7ffb7fff8000", + "0x482680017ffc8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x5", + "0x48127fff7fff8000", + "0x10780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0xf", + "0x480a7ffb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x48127ffe7fff8000", + "0x1104800180018000", + "0xac", + "0x20680017fff7ffe", + "0x5", + "0x48127fff7fff8000", + "0x10780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffc7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ffc7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480680017fff8000", + "0x11", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xb5", + "0x20680017fff7ffd", + "0x5", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff9c", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffd7fff", + "0x400380017ffd7ffc", + "0x400280027ffd7ffd", + "0x400280037ffd7ffe", + "0x480280057ffd8000", + "0x20680017fff7fff", + "0xc", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480280067ffd8000", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffd8000", + "0x480280077ffd8000", + "0x1104800180018000", + "0xc9", + "0x20680017fff7ffd", + "0x5", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffd", + "0x400280037ffc7ffe", + "0x400380047ffc7ffd", + "0x480280067ffc8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffc8000", + "0x480280087ffc8000", + "0x1104800180018000", + "0xa3", + "0x20680017fff7ffd", + "0x4", + "0x10780017fff7fff", + "0x9", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x16", + "0x480280007ffc8003", + "0x480280017ffc8003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483180017ffd7ffd", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400280027ffc7ffd", + "0x20680017fff7ffe", + "0xe", + "0x402780017fff7fff", + "0x1", + "0x400380007ffc7ffd", + "0x40780017fff7fff", + "0x5", + "0x482680017ffc8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480a7ffd7fff8000", + "0x10780017fff7fff", + "0x8", + "0x482680017ffc8000", + "0x3", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x48127fff7fff8000", + "0x48127ffe7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff61", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400280007ffb7fff", + "0x400380017ffb7ffa", + "0x400380027ffb7ffc", + "0x400280037ffb7ffd", + "0x400280047ffb7ffe", + "0x480280067ffb8000", + "0x20680017fff7fff", + "0xb", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x9", + "0x480680017fff8000", + "0x0", + "0x480280077ffb8000", + "0x480280087ffb8000", + "0x10780017fff7fff", + "0x9", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffb8000", + "0x480280087ffb8000", + "0x1104800180018000", + "0x55", + "0x20680017fff7ffd", + "0x6", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x28", + "0x480a7ff97fff8000", + "0x48127fcb7fff8000", + "0x48127fcb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fd27fff8000", + "0x48127fd27fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffed4", + "0x480680017fff8000", + "0x52657475726e6564206461746120746f6f2073686f7274", + "0x1104800180018000", + "0x4e", + "0x20680017fff7ffd", + "0x5", + "0x48127ffe7fff8000", + "0x10780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff37fff8000", + "0x48127fcb7fff8000", + "0x48127fcb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff37fff8000", + "0x48127fcb7fff8000", + "0x48127fcb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x5", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x4", + "0x10780017fff7fff", + "0x7", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x6", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x10780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x2", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x5", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1", + "0x400180007fff7ffd", + "0x480680017fff8000", + "0x1", + "0x48127ffe7fff8000", + "0x482480017ffd8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe" + ], + "compiler_version": "1.0.0", + "hints": { + "2": [ + { + "code": "memory[ap + 0] = 0 <= memory[fp + -6]", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "17": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "58": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "97": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "136": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "174": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "193": [ + { + "code": "memory[ap + 0] = 30500 <= memory[fp + 1]", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "210": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "244": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "266": [ + { + "code": "memory[ap + 0] = 0 <= memory[fp + -6]", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "281": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "321": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "340": [ + { + "code": "memory[ap + 0] = 100 <= memory[fp + 1]", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "357": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "374": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "386": [ + { + "code": "memory[ap + 0] = 0 <= memory[fp + -6]", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "401": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "428": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "466": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "485": [ + { + "code": "memory[ap + 0] = 24110 <= memory[fp + 1]", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "502": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "534": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "714": [ + { + "code": "syscall_handler.syscall(syscall_ptr=memory[fp + -3])", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "769": [ + { + "code": "syscall_handler.syscall(syscall_ptr=memory[fp + -4])", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "812": [ + { + "code": "memory[ap + 0] = memory[fp + -3] < 340282366920938463463374607431768211456", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "814": [ + { + "code": "(memory[ap + 3], memory[ap + 4]) = divmod(memory[fp + -3], 340282366920938463463374607431768211456)", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "851": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "865": [ + { + "code": "syscall_handler.syscall(syscall_ptr=memory[fp + -5])", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ], + "992": [ + { + "code": "memory[ap + 0] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "group": 0, + "offset": 0 + }, + "reference_ids": {} + }, + "accessible_scopes": [] + } + ] + } + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/integration/compiled_class/0xc6c634d10e2cc7b1db6b4403b477f05e39cb4900fd5ea0156d1721dbb6c59b.json b/clients/feeder/testdata/integration/compiled_class/0xc6c634d10e2cc7b1db6b4403b477f05e39cb4900fd5ea0156d1721dbb6c59b.json index b4889cb15c..cca42576e2 100644 --- a/clients/feeder/testdata/integration/compiled_class/0xc6c634d10e2cc7b1db6b4403b477f05e39cb4900fd5ea0156d1721dbb6c59b.json +++ b/clients/feeder/testdata/integration/compiled_class/0xc6c634d10e2cc7b1db6b4403b477f05e39cb4900fd5ea0156d1721dbb6c59b.json @@ -1 +1,1077 @@ -{"entry_points_by_type": {"EXTERNAL": [{"selector": "0x17c00f03de8b5bd58d2016b59d251c13056b989171c5852949903bc043bc27", "offset": 157, "builtins": ["pedersen", "range_check"]}, {"selector": "0x1d7377b4b2053672e38039a02d909f73c4e538c9fddbb7e97aadf700cb9a01a", "offset": 0, "builtins": ["pedersen", "range_check"]}], "L1_HANDLER": [], "CONSTRUCTOR": []}, "prime": "0x800000000000011000000000000000000000000000000000000000000000001", "bytecode": ["0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffc856", "0x400280007ff97fff", "0x10780017fff7fff", "0x88", "0x4825800180007ffa", "0x37aa", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x11d", "0x482680017ff98000", "0x1", "0x20680017fff7ffd", "0x6e", "0x48127ffb7fff8000", "0x48127ffb7fff8000", "0x1104800180018000", "0x115", "0x20680017fff7ffe", "0x59", "0x48307ffc80007ffd", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x48127feb7fff8000", "0x48127fda7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x1104800180018000", "0x214", "0x482480017fff8000", "0x213", "0x480080007fff8000", "0x480080007fff8000", "0x482480017fff8000", "0x0", "0xa0680017fff8000", "0x8", "0x48307ffe80007fd7", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x400080007fe57fff", "0x10780017fff7fff", "0x23", "0x48307ffe80007fd7", "0x400080007fe67fff", "0x482480017fe68000", "0x1", "0x48127ffe7fff8000", "0x480a7ff87fff8000", "0x480a7ffb7fff8000", "0x48127fe17fff8000", "0x48127ff07fff8000", "0x1104800180018000", "0x106", "0x20680017fff7ffd", "0xd", "0x40780017fff7fff", "0x1", "0x48127ffa7fff8000", "0x48127ff77fff8000", "0x48127ff77fff8000", "0x48127ff87fff8000", "0x480680017fff8000", "0x0", "0x48127ffa7fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x48127ffb7fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x482480017fe28000", "0x1", "0x48127fd17fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4661696c656420746f20646573657269616c697a6520706172616d202332", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x48127fed7fff8000", "0x48127fdc7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4661696c656420746f20646573657269616c697a6520706172616d202331", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x48127ffc7fff8000", "0x48127feb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0xa0680017fff8000", "0x7", "0x482680017ffa8000", "0xffffffffffffffffffffffffffffcdce", "0x400280007ff97fff", "0x10780017fff7fff", "0x77", "0x4825800180007ffa", "0x3232", "0x400280007ff97fff", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x80", "0x482680017ff98000", "0x1", "0x20680017fff7ffd", "0x5d", "0x48307ffb80007ffc", "0x4824800180007fff", "0x0", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0x11", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x48127ffa7fff8000", "0x48127fe97fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x1104800180018000", "0x17d", "0x482480017fff8000", "0x17c", "0x480080007fff8000", "0x480080007fff8000", "0x482480017fff8000", "0x0", "0xa0680017fff8000", "0x8", "0x48307ffe80007fe6", "0x482480017fff8000", "0x100000000000000000000000000000000", "0x400080007ff47fff", "0x10780017fff7fff", "0x27", "0x48307ffe80007fe6", "0x400080007ff57fff", "0x482480017ff58000", "0x1", "0x48127ffe7fff8000", "0x480a7ff87fff8000", "0x480a7ffb7fff8000", "0x48127ff07fff8000", "0x1104800180018000", "0x8e", "0x20680017fff7ffd", "0x12", "0x40780017fff7fff", "0x1", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x48127ffd7fff8000", "0x1104800180018000", "0xa1", "0x48127ff37fff8000", "0x48127ff07fff8000", "0x48127ff07fff8000", "0x48127ff17fff8000", "0x480680017fff8000", "0x0", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x48127ffb7fff8000", "0x48127ff87fff8000", "0x48127ff87fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x482480017ff18000", "0x1", "0x48127fe07fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4661696c656420746f20646573657269616c697a6520706172616d202331", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x48127ffc7fff8000", "0x48127feb7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x40780017fff7fff", "0x1", "0x480680017fff8000", "0x4f7574206f6620676173", "0x400080007ffe7fff", "0x480a7ff87fff8000", "0x482680017ff98000", "0x1", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x482480017ff88000", "0x1", "0x208b7fff7fff7ffe", "0x48297ffc80007ffd", "0x20680017fff7fff", "0x4", "0x10780017fff7fff", "0xa", "0x482680017ffc8000", "0x1", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x0", "0x480a7ffc7fff8000", "0x10780017fff7fff", "0x8", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x48127ffc7fff8000", "0x48127ffc7fff8000", "0x20680017fff7ffc", "0x8", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x480680017fff8000", "0x0", "0x480080007ffa8000", "0x208b7fff7fff7ffe", "0x48127ffe7fff8000", "0x48127ffe7fff8000", "0x480680017fff8000", "0x1", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480a7ff87fff8000", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x39", "0x20680017fff7ffd", "0xd", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x480a7ff97fff8000", "0x480a7ffa7fff8000", "0x480a7ffb7fff8000", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x57", "0x20680017fff7ffd", "0xc", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x400380007ffd7ffb", "0x480a7ffc7fff8000", "0x482680017ffd8000", "0x1", "0x208b7fff7fff7ffe", "0x480a7ff87fff8000", "0x480a7ffa7fff8000", "0x480a7ffc7fff8000", "0x1104800180018000", "0x70", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x53746f726167655772697465", "0x400280007ffb7fff", "0x400380017ffb7ff9", "0x400280027ffb7ffe", "0x400280037ffb7ffd", "0x400380047ffb7ffd", "0x480280067ffb8000", "0x20680017fff7fff", "0xd", "0x480280057ffb8000", "0x482680017ffb8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x10780017fff7fff", "0x9", "0x480280057ffb8000", "0x482680017ffb8000", "0x9", "0x480680017fff8000", "0x1", "0x480280077ffb8000", "0x480280087ffb8000", "0x1104800180018000", "0x78", "0x20680017fff7ffd", "0xd", "0x48127ff07fff8000", "0x48127ff57fff8000", "0x48127fef7fff8000", "0x48127ff47fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x48127ff07fff8000", "0x48127ff57fff8000", "0x48127fef7fff8000", "0x48127ff47fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x480a7ff97fff8000", "0x480a7ffb7fff8000", "0x480a7ffd7fff8000", "0x1104800180018000", "0x35", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x53746f7261676552656164", "0x400280007ffc7fff", "0x400380017ffc7ffa", "0x400280027ffc7ffe", "0x400280037ffc7ffd", "0x480280057ffc8000", "0x20680017fff7fff", "0xc", "0x480280047ffc8000", "0x482680017ffc8000", "0x7", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480280067ffc8000", "0x10780017fff7fff", "0x9", "0x480280047ffc8000", "0x482680017ffc8000", "0x8", "0x480680017fff8000", "0x1", "0x480280067ffc8000", "0x480280077ffc8000", "0x1104800180018000", "0x4d", "0x20680017fff7ffd", "0xc", "0x48127ff07fff8000", "0x48127ff57fff8000", "0x48127fef7fff8000", "0x48127ff47fff8000", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x48127ff07fff8000", "0x48127ff57fff8000", "0x48127fef7fff8000", "0x48127ff47fff8000", "0x480680017fff8000", "0x1", "0x48127ff97fff8000", "0x48127ff97fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x35fe13a5db37080bfbfae639e6c19be9719e0fbdd4db062eb83cceb4d85a7fe", "0x400280007ffc7fff", "0x400380017ffc7ffd", "0x480280027ffc8000", "0xa0680017fff8005", "0xe", "0x4824800180057ffe", "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "0x484480017ffe8000", "0x110000000000000000", "0x48307ffe7fff8003", "0x480280007ffb7ffc", "0x480280017ffb7ffc", "0x482480017ffb7ffd", "0xffffffffffffffeefffffffffffffeff", "0x400280027ffb7ffc", "0x10780017fff7fff", "0x11", "0x48127ffe7fff8005", "0x484480017ffe8000", "0x8000000000000000000000000000000", "0x48307ffe7fff8003", "0x480280007ffb7ffd", "0x482480017ffc7ffe", "0xf0000000000000000000000000000100", "0x480280017ffb7ffd", "0x400280027ffb7ff9", "0x402480017ffd7ff9", "0xffffffffffffffffffffffffffffffff", "0x20680017fff7ffd", "0x4", "0x402780017fff7fff", "0x1", "0x482680017ffb8000", "0x3", "0x482680017ffc8000", "0x3", "0x48127ffd7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x9", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x20780017fff7ffb", "0x8", "0x480680017fff8000", "0x0", "0x480680017fff8000", "0x0", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe", "0x480680017fff8000", "0x1", "0x480a7ffc7fff8000", "0x480a7ffd7fff8000", "0x208b7fff7fff7ffe"], "hints": [[0, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x37aa"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [31, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [54, [{"TestLessThanOrEqual": {"lhs": {"Deref": {"register": "AP", "offset": -1}}, "rhs": {"Deref": {"register": "AP", "offset": -40}}, "dst": {"register": "AP", "offset": 0}}}]], [75, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [95, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [111, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [126, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [141, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [157, [{"TestLessThanOrEqual": {"lhs": {"Immediate": "0x3232"}, "rhs": {"Deref": {"register": "FP", "offset": -6}}, "dst": {"register": "AP", "offset": 0}}}]], [182, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [205, [{"TestLessThanOrEqual": {"lhs": {"Deref": {"register": "AP", "offset": -1}}, "rhs": {"Deref": {"register": "AP", "offset": -25}}, "dst": {"register": "AP", "offset": 0}}}]], [225, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [250, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [266, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [281, [{"AllocSegment": {"dst": {"register": "AP", "offset": 0}}}]], [410, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -5}}}}]], [468, [{"SystemCall": {"system": {"Deref": {"register": "FP", "offset": -4}}}}]], [516, [{"TestLessThan": {"lhs": {"Deref": {"register": "AP", "offset": -1}}, "rhs": {"Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00"}, "dst": {"register": "AP", "offset": 5}}}]], [520, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 4}}, "scalar": {"Immediate": "0x110000000000000000"}, "max_x": {"Immediate": "0xffffffffffffffffffffffffffffffff"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]], [531, [{"LinearSplit": {"value": {"Deref": {"register": "AP", "offset": 4}}, "scalar": {"Immediate": "0x8000000000000000000000000000000"}, "max_x": {"Immediate": "0xfffffffffffffffffffffffffffffffe"}, "x": {"register": "AP", "offset": -2}, "y": {"register": "AP", "offset": -1}}}]]], "pythonic_hints": [[0, ["memory[ap + 0] = 14250 <= memory[fp + -6]"]], [31, ["memory[ap + 0] = segments.add()"]], [54, ["memory[ap + 0] = memory[ap + -1] <= memory[ap + -40]"]], [75, ["memory[ap + 0] = segments.add()"]], [95, ["memory[ap + 0] = segments.add()"]], [111, ["memory[ap + 0] = segments.add()"]], [126, ["memory[ap + 0] = segments.add()"]], [141, ["memory[ap + 0] = segments.add()"]], [157, ["memory[ap + 0] = 12850 <= memory[fp + -6]"]], [182, ["memory[ap + 0] = segments.add()"]], [205, ["memory[ap + 0] = memory[ap + -1] <= memory[ap + -25]"]], [225, ["memory[ap + 0] = segments.add()"]], [250, ["memory[ap + 0] = segments.add()"]], [266, ["memory[ap + 0] = segments.add()"]], [281, ["memory[ap + 0] = segments.add()"]], [410, ["syscall_handler.syscall(syscall_ptr=memory[fp + -5])"]], [468, ["syscall_handler.syscall(syscall_ptr=memory[fp + -4])"]], [516, ["memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992"]], [520, ["\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]], [531, ["\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n"]]], "compiler_version": "2.4.0"} \ No newline at end of file +{ + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0x17c00f03de8b5bd58d2016b59d251c13056b989171c5852949903bc043bc27", + "offset": 157, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x1d7377b4b2053672e38039a02d909f73c4e538c9fddbb7e97aadf700cb9a01a", + "offset": 0, + "builtins": [ + "pedersen", + "range_check" + ] + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [] + }, + "prime": "0x800000000000011000000000000000000000000000000000000000000000001", + "bytecode": [ + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffc856", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x88", + "0x4825800180007ffa", + "0x37aa", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x11d", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x6e", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x115", + "0x20680017fff7ffe", + "0x59", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127feb7fff8000", + "0x48127fda7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x214", + "0x482480017fff8000", + "0x213", + "0x480080007fff8000", + "0x480080007fff8000", + "0x482480017fff8000", + "0x0", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fd7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fe57fff", + "0x10780017fff7fff", + "0x23", + "0x48307ffe80007fd7", + "0x400080007fe67fff", + "0x482480017fe68000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fe17fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x106", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fe28000", + "0x1", + "0x48127fd17fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127fed7fff8000", + "0x48127fdc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffcdce", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x77", + "0x4825800180007ffa", + "0x3232", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x80", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x5d", + "0x48307ffb80007ffc", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffa7fff8000", + "0x48127fe97fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x17d", + "0x482480017fff8000", + "0x17c", + "0x480080007fff8000", + "0x480080007fff8000", + "0x482480017fff8000", + "0x0", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fe6", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff47fff", + "0x10780017fff7fff", + "0x27", + "0x48307ffe80007fe6", + "0x400080007ff57fff", + "0x482480017ff58000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x8e", + "0x20680017fff7ffd", + "0x12", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0xa1", + "0x48127ff37fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x48127ff17fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017ff18000", + "0x1", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x20680017fff7ffc", + "0x8", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ffa8000", + "0x208b7fff7fff7ffe", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x39", + "0x20680017fff7ffd", + "0xd", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x57", + "0x20680017fff7ffd", + "0xc", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x400380007ffd7ffb", + "0x480a7ffc7fff8000", + "0x482680017ffd8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ff87fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffc7fff8000", + "0x1104800180018000", + "0x70", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffb7fff", + "0x400380017ffb7ff9", + "0x400280027ffb7ffe", + "0x400280037ffb7ffd", + "0x400380047ffb7ffd", + "0x480280067ffb8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffb8000", + "0x480280087ffb8000", + "0x1104800180018000", + "0x78", + "0x20680017fff7ffd", + "0xd", + "0x48127ff07fff8000", + "0x48127ff57fff8000", + "0x48127fef7fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff07fff8000", + "0x48127ff57fff8000", + "0x48127fef7fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x35", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffc7fff", + "0x400380017ffc7ffa", + "0x400280027ffc7ffe", + "0x400280037ffc7ffd", + "0x480280057ffc8000", + "0x20680017fff7fff", + "0xc", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280067ffc8000", + "0x10780017fff7fff", + "0x9", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffc8000", + "0x480280077ffc8000", + "0x1104800180018000", + "0x4d", + "0x20680017fff7ffd", + "0xc", + "0x48127ff07fff8000", + "0x48127ff57fff8000", + "0x48127fef7fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff07fff8000", + "0x48127ff57fff8000", + "0x48127fef7fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x35fe13a5db37080bfbfae639e6c19be9719e0fbdd4db062eb83cceb4d85a7fe", + "0x400280007ffc7fff", + "0x400380017ffc7ffd", + "0x480280027ffc8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ffb7ffc", + "0x480280017ffb7ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ffb7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ffb7ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ffb7ffd", + "0x400280027ffb7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x482680017ffb8000", + "0x3", + "0x482680017ffc8000", + "0x3", + "0x48127ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x9", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe" + ], + "hints": [ + [ + 0, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x37aa" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 31, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 54, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -40 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 75, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 95, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 111, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 126, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 141, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 157, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x3232" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 182, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 205, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -25 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 225, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 250, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 266, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 281, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 410, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 468, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 516, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 520, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 531, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ] + ], + "pythonic_hints": [ + [ + 0, + [ + "memory[ap + 0] = 14250 <= memory[fp + -6]" + ] + ], + [ + 31, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 54, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -40]" + ] + ], + [ + 75, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 95, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 111, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 126, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 141, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 157, + [ + "memory[ap + 0] = 12850 <= memory[fp + -6]" + ] + ], + [ + 182, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 205, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -25]" + ] + ], + [ + 225, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 250, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 266, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 281, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 410, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 468, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 516, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 520, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 531, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ] + ], + "compiler_version": "2.4.0" +} \ No newline at end of file diff --git a/clients/feeder/testdata/integration/state_update/283428.json b/clients/feeder/testdata/integration/state_update/283428.json index 6b88f35bf9..b134507af4 100644 --- a/clients/feeder/testdata/integration/state_update/283428.json +++ b/clients/feeder/testdata/integration/state_update/283428.json @@ -1 +1,64 @@ -{"block_hash": "0x5240a154e7509e12ba018f6636f798b5ccaf598a37cd7f6656c9b2f6a7be8f2", "new_root": "0392ae48093a4dd94a56ddcef0c8d4ec3bfc8c851f5072cd63b8d9639de37519", "old_root": "04d4c1fb0a701114192497cc3e7d806b4ff85e4da3881009d8bcd13dfa1c50bc", "state_diff": {"storage_diffs": {"0x1b443033b49f49bf6c9e6b5d42c90f351b570f1293a4dffabe473177f775fd0": [{"key": "0x7af1306b5f7788d28d215c9f2ed88e8779455e01847029e93d2a67a3b7d40ca", "value": "0x341437f7acb16888e29c6238a14b08ea2dd50a07d7a70f4b55aa19d3515a2c8"}], "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [{"key": "0x28daa3ec7c0d0ae8a118585fdb12749aff646d13104d8807afa9910abd32b1e", "value": "0x15ce9032dcdb99e"}, {"key": "0x42328937f66f0427ca9e66a9b2b0e471a361ff0524b2676d4dc9546aff531a8", "value": "0x44fbcc3c5b6f42a"}, {"key": "0x48e3426cfff518cb97998a29da47874171880da2a5b5da4e1b91d6f91dd59ce", "value": "0x90f75a178ae1c8fe"}, {"key": "0x31bd9ebcad63b29b6ce51df0b9978b7f5b1c158b0ee90b6d44024f225603e28", "value": "0x7720a31ebba29a8"}], "0x217f9fcb87bed09544fb3efc1d66098955e8d988f8d5625209d9b1fdb970b78": [{"key": "0x33938fbef16fb5e6d406e509deca06b927e0a5ed01df2ac2e82055d6e1324fd", "value": "0x3bcae4803a6a2f0322c66930bb6edc94a1d7c7b9bdb7c205569fe5e3265f82f"}], "0x130b942e842911370ffec9b7de0d423f5d42521cccdf684248df9b337b26b56": [{"key": "0x5ab11db2891bfc85ef0b9e0943d0aed54dfa243f5dcd3423c9a28f8cd8bbda1", "value": "0x304043fd085646d477484784b7639930de8d00ab2395176122051160789e43"}]}, "nonces": {"0x51123238d8c35bd96cdbb0d27e949b5da10a609d50479267b0697b07cdb19fa": "0x6", "0x52125c1e043126c637d1436d9551ef6c4f6e3e36945676bbd716a56e3a41b7a": "0xd9", "0x733dead6027a46717d7e79be28bf059bb8f5b02db2854c742ff652392d94506": "0xe8"}, "deployed_contracts": [{"address": "0x130b942e842911370ffec9b7de0d423f5d42521cccdf684248df9b337b26b56", "class_hash": "0x4631b6b3fa31e140524b7d21ba784cea223e618bffe60b5bbdca44a8b45be04"}], "old_declared_contracts": [], "declared_classes": [], "replaced_classes": [{"address": "0x56b0efe9d91fcda0f341af928404056c5220ee0ccc66be15d20611a172dbd52", "class_hash": "0x2248aff260e5837317641ff4f861495dd71e78b9dae98a31113e569b336bd26"}]}} \ No newline at end of file +{ + "block_hash": "0x5240a154e7509e12ba018f6636f798b5ccaf598a37cd7f6656c9b2f6a7be8f2", + "new_root": "0392ae48093a4dd94a56ddcef0c8d4ec3bfc8c851f5072cd63b8d9639de37519", + "old_root": "04d4c1fb0a701114192497cc3e7d806b4ff85e4da3881009d8bcd13dfa1c50bc", + "state_diff": { + "storage_diffs": { + "0x1b443033b49f49bf6c9e6b5d42c90f351b570f1293a4dffabe473177f775fd0": [ + { + "key": "0x7af1306b5f7788d28d215c9f2ed88e8779455e01847029e93d2a67a3b7d40ca", + "value": "0x341437f7acb16888e29c6238a14b08ea2dd50a07d7a70f4b55aa19d3515a2c8" + } + ], + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0x28daa3ec7c0d0ae8a118585fdb12749aff646d13104d8807afa9910abd32b1e", + "value": "0x15ce9032dcdb99e" + }, + { + "key": "0x42328937f66f0427ca9e66a9b2b0e471a361ff0524b2676d4dc9546aff531a8", + "value": "0x44fbcc3c5b6f42a" + }, + { + "key": "0x48e3426cfff518cb97998a29da47874171880da2a5b5da4e1b91d6f91dd59ce", + "value": "0x90f75a178ae1c8fe" + }, + { + "key": "0x31bd9ebcad63b29b6ce51df0b9978b7f5b1c158b0ee90b6d44024f225603e28", + "value": "0x7720a31ebba29a8" + } + ], + "0x217f9fcb87bed09544fb3efc1d66098955e8d988f8d5625209d9b1fdb970b78": [ + { + "key": "0x33938fbef16fb5e6d406e509deca06b927e0a5ed01df2ac2e82055d6e1324fd", + "value": "0x3bcae4803a6a2f0322c66930bb6edc94a1d7c7b9bdb7c205569fe5e3265f82f" + } + ], + "0x130b942e842911370ffec9b7de0d423f5d42521cccdf684248df9b337b26b56": [ + { + "key": "0x5ab11db2891bfc85ef0b9e0943d0aed54dfa243f5dcd3423c9a28f8cd8bbda1", + "value": "0x304043fd085646d477484784b7639930de8d00ab2395176122051160789e43" + } + ] + }, + "nonces": { + "0x51123238d8c35bd96cdbb0d27e949b5da10a609d50479267b0697b07cdb19fa": "0x6", + "0x52125c1e043126c637d1436d9551ef6c4f6e3e36945676bbd716a56e3a41b7a": "0xd9", + "0x733dead6027a46717d7e79be28bf059bb8f5b02db2854c742ff652392d94506": "0xe8" + }, + "deployed_contracts": [ + { + "address": "0x130b942e842911370ffec9b7de0d423f5d42521cccdf684248df9b337b26b56", + "class_hash": "0x4631b6b3fa31e140524b7d21ba784cea223e618bffe60b5bbdca44a8b45be04" + } + ], + "old_declared_contracts": [], + "declared_classes": [], + "replaced_classes": [ + { + "address": "0x56b0efe9d91fcda0f341af928404056c5220ee0ccc66be15d20611a172dbd52", + "class_hash": "0x2248aff260e5837317641ff4f861495dd71e78b9dae98a31113e569b336bd26" + } + ] + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/integration/state_update/283746.json b/clients/feeder/testdata/integration/state_update/283746.json index 984e208846..07b4e9a3ce 100644 --- a/clients/feeder/testdata/integration/state_update/283746.json +++ b/clients/feeder/testdata/integration/state_update/283746.json @@ -1 +1,59 @@ -{"block_hash": "0x776458f180761732722e15d9b9d2b8bd02317412660b14b3ffca3aad66600f3", "new_root": "03903f5330262105e6df386b43c60a1653528d675721524a1d464a8608571a32", "old_root": "04638804b9a75c4fc9ee65c1a35c684da838e349b6334b5ed57ea4a77e7f5d94", "state_diff": {"storage_diffs": {"0x45f021681795c92293d302ecde95d4be964ba7b8b55e600a94faebf48c12eb1": [{"key": "0x1afc2bc697c8089b4ae90cdaa6a870908702734edbf856518cbcaa5464b5c0c", "value": "0x36e21494f68a8e9c7040e5b86008265365628d1500bebd75e39c6ec172686f9"}], "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [{"key": "0x42328937f66f0427ca9e66a9b2b0e471a361ff0524b2676d4dc9546aff531a8", "value": "0x11f5f7fe6fbb2e"}, {"key": "0x48e3426cfff518cb97998a29da47874171880da2a5b5da4e1b91d6f91dd59ce", "value": "0x9a1b45583915526e"}, {"key": "0x31bd9ebcad63b29b6ce51df0b9978b7f5b1c158b0ee90b6d44024f225603e28", "value": "0x2c555f2f3b7ba9b"}], "0x59dd45d306dae7e8505517a3fb4d09640da2152c8e5fd820b55a3214d351c3b": [{"key": "0x2b9ce4e35674d2215cdaa3e288646d0cf4e6347a74d6109ffe4a47f668e722", "value": "0x7ec7fbc79f235878c85815634f674c648ee9c963a4aff93aec0cfddcd917bce"}], "0x444d56f620cb732f33b267b27d8006e1de263d0b9ef98cbf926ccdf2648ce27": [{"key": "0x32c40ae468c8843a9bac12e76c97651f6d97429f036c6c7b96b66603bc0dfee", "value": "0x38db3dd9f6e1b8b7422f11e36f27474fd0987c8abc7d1b0ba6094fdaa514612"}, {"key": "0x7ff71b9dd30aec3c8fc8c5897f3a1181acb89ccd121bd6e642cbd109fbf9f65", "value": "0x3e4418d216c22d00721e75d015997d743e8b4b670620bde91a4ed7f627d4ff5"}, {"key": "0x7ff71b9dd30aec3c8fc8c5897f3a1181acb89ccd121bd6e642cbd109fbf9f66", "value": "0x42d40d3f9e2fd5e9644fc42767d2becba4970154bcb4429c5f47d63ef4245ad"}]}, "nonces": {"0x52125c1e043126c637d1436d9551ef6c4f6e3e36945676bbd716a56e3a41b7a": "0x4a8", "0x733dead6027a46717d7e79be28bf059bb8f5b02db2854c742ff652392d94506": "0x508"}, "deployed_contracts": [], "old_declared_contracts": ["0x4631b6b3fa31e140524b7d21ba784cea223e618bffe60b5bbdca44a8b45be04"], "declared_classes": [], "replaced_classes": []}} \ No newline at end of file +{ + "block_hash": "0x776458f180761732722e15d9b9d2b8bd02317412660b14b3ffca3aad66600f3", + "new_root": "03903f5330262105e6df386b43c60a1653528d675721524a1d464a8608571a32", + "old_root": "04638804b9a75c4fc9ee65c1a35c684da838e349b6334b5ed57ea4a77e7f5d94", + "state_diff": { + "storage_diffs": { + "0x45f021681795c92293d302ecde95d4be964ba7b8b55e600a94faebf48c12eb1": [ + { + "key": "0x1afc2bc697c8089b4ae90cdaa6a870908702734edbf856518cbcaa5464b5c0c", + "value": "0x36e21494f68a8e9c7040e5b86008265365628d1500bebd75e39c6ec172686f9" + } + ], + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0x42328937f66f0427ca9e66a9b2b0e471a361ff0524b2676d4dc9546aff531a8", + "value": "0x11f5f7fe6fbb2e" + }, + { + "key": "0x48e3426cfff518cb97998a29da47874171880da2a5b5da4e1b91d6f91dd59ce", + "value": "0x9a1b45583915526e" + }, + { + "key": "0x31bd9ebcad63b29b6ce51df0b9978b7f5b1c158b0ee90b6d44024f225603e28", + "value": "0x2c555f2f3b7ba9b" + } + ], + "0x59dd45d306dae7e8505517a3fb4d09640da2152c8e5fd820b55a3214d351c3b": [ + { + "key": "0x2b9ce4e35674d2215cdaa3e288646d0cf4e6347a74d6109ffe4a47f668e722", + "value": "0x7ec7fbc79f235878c85815634f674c648ee9c963a4aff93aec0cfddcd917bce" + } + ], + "0x444d56f620cb732f33b267b27d8006e1de263d0b9ef98cbf926ccdf2648ce27": [ + { + "key": "0x32c40ae468c8843a9bac12e76c97651f6d97429f036c6c7b96b66603bc0dfee", + "value": "0x38db3dd9f6e1b8b7422f11e36f27474fd0987c8abc7d1b0ba6094fdaa514612" + }, + { + "key": "0x7ff71b9dd30aec3c8fc8c5897f3a1181acb89ccd121bd6e642cbd109fbf9f65", + "value": "0x3e4418d216c22d00721e75d015997d743e8b4b670620bde91a4ed7f627d4ff5" + }, + { + "key": "0x7ff71b9dd30aec3c8fc8c5897f3a1181acb89ccd121bd6e642cbd109fbf9f66", + "value": "0x42d40d3f9e2fd5e9644fc42767d2becba4970154bcb4429c5f47d63ef4245ad" + } + ] + }, + "nonces": { + "0x52125c1e043126c637d1436d9551ef6c4f6e3e36945676bbd716a56e3a41b7a": "0x4a8", + "0x733dead6027a46717d7e79be28bf059bb8f5b02db2854c742ff652392d94506": "0x508" + }, + "deployed_contracts": [], + "old_declared_contracts": [ + "0x4631b6b3fa31e140524b7d21ba784cea223e618bffe60b5bbdca44a8b45be04" + ], + "declared_classes": [], + "replaced_classes": [] + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/integration/traces/0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279.json b/clients/feeder/testdata/integration/traces/0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279.json index 96e3a4442a..76850b8e61 100644 --- a/clients/feeder/testdata/integration/traces/0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279.json +++ b/clients/feeder/testdata/integration/traces/0x3ae41b0f023e53151b0c8ab8b9caafb7005d5f41c9ab260276d5bdc49726279.json @@ -1 +1,120 @@ -{"traces": [{"function_invocation": {"caller_address": "0x0", "contract_address": "0x7b196a359045d4d0c10f73bdf244a9e1205a615dbb754b8df40173364288534", "calldata": ["0x187d50a5cf3ebd6d4d6fa8e29e4cad0a237759c6416304a25c4ea792ed4bba4", "0x42f5af30d6693674296ad87301935d0c159036c3b24af4042ff0270913bf6c6"], "result": [], "execution_resources": {"n_steps": 29, "builtin_instance_counter": {"pedersen_builtin": 0, "range_check_builtin": 0, "bitwise_builtin": 0, "output_builtin": 0, "ecdsa_builtin": 0, "ec_op_builtin": 0}, "n_memory_holes": 0}, "internal_calls": [], "events": [], "messages": []}, "signature": [], "transaction_hash": "0x3fa1bff0c86f34b2eb32c26d12208b6bdb4a5f6a434ac1d4f0e2d1db71bd711"}, {"function_invocation": {"caller_address": "0x0", "contract_address": "0x64ed79a8ebe97485d3357bbfdf5f6bea0d9db3b5f1feb6e80d564a179122dc6", "calldata": ["0x5cedec15acd969b0fba39fec9e7d9bd4d0b33f100969ad3a4543039a6f696d4", "0xce9801d27b02543f4d88b60aa456860f94ee9f612fc56464abfbdeedc1ab72"], "result": [], "execution_resources": {"n_steps": 29, "builtin_instance_counter": {"pedersen_builtin": 0, "range_check_builtin": 0, "bitwise_builtin": 0, "output_builtin": 0, "ecdsa_builtin": 0, "ec_op_builtin": 0}, "n_memory_holes": 0}, "internal_calls": [], "events": [], "messages": []}, "signature": [], "transaction_hash": "0x154c02cc3165cceadaa32e7238a67061b3a1eac414138c4ebe1408f37fd93eb"}, {"function_invocation": {"caller_address": "0x0", "contract_address": "0x64ed79a8ebe97485d3357bbfdf5f6bea0d9db3b5f1feb6e80d564a179122dc6", "calldata": ["0x17d9c35a8b9a0d4512fa05eafec01c2758a7a5b7ec7b47408a24a4b33124d9b", "0x2", "0x7f800b5bf79637f8f83f47a8fc4d368b43695c781b22a899f11b5f2faba874a", "0x3a7a40d383612b0ad167aec8d90fb07e576e017d07948f63ac318b52511ae93"], "result": [], "execution_resources": {"n_steps": 165, "builtin_instance_counter": {"pedersen_builtin": 2, "range_check_builtin": 7, "bitwise_builtin": 0, "output_builtin": 0, "ecdsa_builtin": 0, "ec_op_builtin": 0}, "n_memory_holes": 22}, "internal_calls": [], "events": [], "messages": []}, "signature": [], "transaction_hash": "0x7893675c16da857b7c4229cda449e08a4fe13b07ca817e79d1db02e8a046047"}, {"function_invocation": {"caller_address": "0x0", "contract_address": "0x64ed79a8ebe97485d3357bbfdf5f6bea0d9db3b5f1feb6e80d564a179122dc6", "calldata": ["0x17d9c35a8b9a0d4512fa05eafec01c2758a7a5b7ec7b47408a24a4b33124d9b", "0x2", "0x7f800b5bf79637f8f83f47a8fc4d368b43695c781b22a899f11b5f2faba874a", "0xf140b304e9266c72f1054116dd06d9c1c8e981db7bf34e3c6da99640e9a7c8"], "result": [], "execution_resources": {"n_steps": 165, "builtin_instance_counter": {"pedersen_builtin": 2, "range_check_builtin": 7, "bitwise_builtin": 0, "output_builtin": 0, "ecdsa_builtin": 0, "ec_op_builtin": 0}, "n_memory_holes": 22}, "internal_calls": [], "events": [], "messages": []}, "signature": [], "transaction_hash": "0x4a277d67e3f42c4a343854081d1e2e9e425f1323255e4486d2badb37a1d8630"}]} \ No newline at end of file +{ + "traces": [ + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x7b196a359045d4d0c10f73bdf244a9e1205a615dbb754b8df40173364288534", + "calldata": [ + "0x187d50a5cf3ebd6d4d6fa8e29e4cad0a237759c6416304a25c4ea792ed4bba4", + "0x42f5af30d6693674296ad87301935d0c159036c3b24af4042ff0270913bf6c6" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x3fa1bff0c86f34b2eb32c26d12208b6bdb4a5f6a434ac1d4f0e2d1db71bd711" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x64ed79a8ebe97485d3357bbfdf5f6bea0d9db3b5f1feb6e80d564a179122dc6", + "calldata": [ + "0x5cedec15acd969b0fba39fec9e7d9bd4d0b33f100969ad3a4543039a6f696d4", + "0xce9801d27b02543f4d88b60aa456860f94ee9f612fc56464abfbdeedc1ab72" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x154c02cc3165cceadaa32e7238a67061b3a1eac414138c4ebe1408f37fd93eb" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x64ed79a8ebe97485d3357bbfdf5f6bea0d9db3b5f1feb6e80d564a179122dc6", + "calldata": [ + "0x17d9c35a8b9a0d4512fa05eafec01c2758a7a5b7ec7b47408a24a4b33124d9b", + "0x2", + "0x7f800b5bf79637f8f83f47a8fc4d368b43695c781b22a899f11b5f2faba874a", + "0x3a7a40d383612b0ad167aec8d90fb07e576e017d07948f63ac318b52511ae93" + ], + "result": [], + "execution_resources": { + "n_steps": 165, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 7, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 22 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x7893675c16da857b7c4229cda449e08a4fe13b07ca817e79d1db02e8a046047" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x64ed79a8ebe97485d3357bbfdf5f6bea0d9db3b5f1feb6e80d564a179122dc6", + "calldata": [ + "0x17d9c35a8b9a0d4512fa05eafec01c2758a7a5b7ec7b47408a24a4b33124d9b", + "0x2", + "0x7f800b5bf79637f8f83f47a8fc4d368b43695c781b22a899f11b5f2faba874a", + "0xf140b304e9266c72f1054116dd06d9c1c8e981db7bf34e3c6da99640e9a7c8" + ], + "result": [], + "execution_resources": { + "n_steps": 165, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 7, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 22 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x4a277d67e3f42c4a343854081d1e2e9e425f1323255e4486d2badb37a1d8630" + } + ] +} \ No newline at end of file diff --git a/clients/feeder/testdata/integration/transaction/0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd.json b/clients/feeder/testdata/integration/transaction/0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd.json index 001953595a..2cd7f20524 100644 --- a/clients/feeder/testdata/integration/transaction/0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd.json +++ b/clients/feeder/testdata/integration/transaction/0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd.json @@ -1 +1,51 @@ -{"execution_status": "SUCCEEDED", "finality_status": "ACCEPTED_ON_L1", "status": "ACCEPTED_ON_L1", "block_hash": "0x50e864db6b81ce69fbeb70e6a7284ee2febbb9a2e707415de7adab83525e9cd", "block_number": 319132, "transaction_index": 0, "transaction": {"transaction_hash": "0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd", "version": "0x3", "signature": ["0x71a9b2cd8a8a6a4ca284dcddcdefc6c4fd20b92c1b201bd9836e4ce376fad16", "0x6bef4745194c9447fdc8dd3aec4fc738ab0a560b0d2c7bf62fbf58aef3abfc5"], "nonce": "0xe97", "nonce_data_availability_mode": 0, "fee_data_availability_mode": 0, "resource_bounds": {"L1_GAS": {"max_amount": "0x186a0", "max_price_per_unit": "0x5af3107a4000"}, "L2_GAS": {"max_amount": "0x0", "max_price_per_unit": "0x0"}}, "tip": "0x0", "paymaster_data": [], "sender_address": "0x3f6f3bc663aedc5285d6013cc3ffcbc4341d86ab488b8b68d297f8258793c41", "calldata": ["0x2", "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684", "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c", "0x0", "0x4", "0x4c312760dfd17a954cdd09e76aa9f149f806d88ec3e402ffaf5c4926f568a42", "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", "0x4", "0x1", "0x5", "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684", "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", "0x1", "0x7fe4fd616c7fece1244b3616bb516562e230be8c9f29668b46ce0369d5ca829", "0x287acddb27a2f9ba7f2612d72788dc96a5b30e401fc1e8072250940e024a587"], "account_deployment_data": [], "type": "INVOKE_FUNCTION"}} +{ + "execution_status": "SUCCEEDED", + "finality_status": "ACCEPTED_ON_L1", + "status": "ACCEPTED_ON_L1", + "block_hash": "0x50e864db6b81ce69fbeb70e6a7284ee2febbb9a2e707415de7adab83525e9cd", + "block_number": 319132, + "transaction_index": 0, + "transaction": { + "transaction_hash": "0x49728601e0bb2f48ce506b0cbd9c0e2a9e50d95858aa41463f46386dca489fd", + "version": "0x3", + "signature": [ + "0x71a9b2cd8a8a6a4ca284dcddcdefc6c4fd20b92c1b201bd9836e4ce376fad16", + "0x6bef4745194c9447fdc8dd3aec4fc738ab0a560b0d2c7bf62fbf58aef3abfc5" + ], + "nonce": "0xe97", + "nonce_data_availability_mode": 0, + "fee_data_availability_mode": 0, + "resource_bounds": { + "L1_GAS": { + "max_amount": "0x186a0", + "max_price_per_unit": "0x5af3107a4000" + }, + "L2_GAS": { + "max_amount": "0x0", + "max_price_per_unit": "0x0" + } + }, + "tip": "0x0", + "paymaster_data": [], + "sender_address": "0x3f6f3bc663aedc5285d6013cc3ffcbc4341d86ab488b8b68d297f8258793c41", + "calldata": [ + "0x2", + "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684", + "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c", + "0x0", + "0x4", + "0x4c312760dfd17a954cdd09e76aa9f149f806d88ec3e402ffaf5c4926f568a42", + "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", + "0x4", + "0x1", + "0x5", + "0x450703c32370cf7ffff540b9352e7ee4ad583af143a361155f2b485c0c39684", + "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", + "0x1", + "0x7fe4fd616c7fece1244b3616bb516562e230be8c9f29668b46ce0369d5ca829", + "0x287acddb27a2f9ba7f2612d72788dc96a5b30e401fc1e8072250940e024a587" + ], + "account_deployment_data": [], + "type": "INVOKE_FUNCTION" + } +} diff --git a/clients/feeder/testdata/mainnet/class/0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8.json b/clients/feeder/testdata/mainnet/class/0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8.json index fced07344d..7af0fbc23d 100644 --- a/clients/feeder/testdata/mainnet/class/0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8.json +++ b/clients/feeder/testdata/mainnet/class/0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8.json @@ -2241,7 +2241,7 @@ "type": "const" }, "__main__.MyContract.XOR_COUNTERS_SELECTOR": { - "value": 2.110467368733643e+74, + "value": 211046736873364296151239729186038899848347343952293323847223056826502574523, "type": "const" }, "__main__.MyContract.alloc": { @@ -2479,7 +2479,7 @@ "type": "namespace" }, "__main__.TestContract.ADD_VALUE_SELECTOR": { - "value": 2.4411612835849817e+74, + "value": 244116128358498188146337218061232635775543270890529169229936851982759783745, "type": "const" }, "__main__.TestContract.Args": { @@ -2489,7 +2489,7 @@ "type": "struct" }, "__main__.TestContract.GET_VALUE_SELECTOR": { - "value": 1.0885146295340279e+75, + "value": 1088514629534027837943348492744869453336870381453867699032131389309368223152, "type": "const" }, "__main__.TestContract.ImplicitArgs": { @@ -2499,7 +2499,7 @@ "type": "struct" }, "__main__.TestContract.RECURSIVE_ADD_VALUE_SELECTOR": { - "value": 7.654053920263021e+74, + "value": 765405392026302060765493145401186690085677257617346482214524097030498511379, "type": "const" }, "__main__.TestContract.Return": { @@ -2509,7 +2509,7 @@ "type": "struct" }, "__main__.TestContract.SET_VALUE_SELECTOR": { - "value": 1.73780683489166e+75, + "value": 1737806834891659957988373423388711239891733974125793472992920296585311412419, "type": "const" }, "__main__.TestContract.SIZEOF_LOCALS": { @@ -2517,7 +2517,7 @@ "type": "const" }, "__main__.TestContract.TEST_CALL_WITH_ARRAY_SELECTOR": { - "value": 1.6915849605193468e+74, + "value": 169158496051934688234187956926971713028507353560320644280269082964139402353, "type": "const" }, "__main__.TestContract.add_value": { @@ -14017,7 +14017,7 @@ "type": "const" }, "starkware.cairo.common.bitwise.ALL_ONES": { - "value": -1.0671072950157357e+59, + "value": -106710729501573572985208420194530329073740042555888586719234, "type": "const" }, "starkware.cairo.common.bitwise.BitwiseBuiltin": { @@ -14427,7 +14427,7 @@ "type": "struct" }, "starkware.cairo.common.math.assert_250_bit.HIGH_BOUND": { - "value": 5.316911983139664e+36, + "value": 5316911983139663491615228241121378304, "type": "const" }, "starkware.cairo.common.math.assert_250_bit.ImplicitArgs": { @@ -14448,7 +14448,7 @@ "type": "struct" }, "starkware.cairo.common.math.assert_250_bit.SHIFT": { - "value": 3.402823669209385e+38, + "value": 340282366920938463463374607431768211456, "type": "const" }, "starkware.cairo.common.math.assert_250_bit.SIZEOF_LOCALS": { @@ -14456,7 +14456,7 @@ "type": "const" }, "starkware.cairo.common.math.assert_250_bit.UPPER_BOUND": { - "value": 1.8092513943330656e+75, + "value": 1809251394333065553493296640760748560207343510400633813116524750123642650624, "type": "const" }, "starkware.cairo.common.math.assert_250_bit.__temp1": { @@ -15296,7 +15296,7 @@ "type": "reference" }, "starkware.starknet.common.storage.ADDR_BOUND": { - "value": -1.0671072950157357e+59, + "value": -106710729501573572985208420194530329073740042555888586719489, "type": "const" }, "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { @@ -15520,7 +15520,7 @@ "type": "reference" }, "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "value": 2.0853273475220474e+28, + "value": 20853273475220472486191784820, "type": "const" }, "starkware.starknet.common.syscalls.CallContract": { @@ -15581,7 +15581,7 @@ "type": "struct" }, "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "value": 2.1167594061783206e+28, + "value": 21167594061783206823196716140, "type": "const" }, "starkware.starknet.common.syscalls.DictAccess": { @@ -15589,19 +15589,19 @@ "type": "alias" }, "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "value": 9.490196778139308e+37, + "value": 94901967781393078444254803017658102643, "type": "const" }, "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "value": 6.219495360805491e+42, + "value": 6219495360805491471215297013070624192820083, "type": "const" }, "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "value": 1.5921908335819916e+45, + "value": 1592190833581991703053805829594610833820054387, "type": "const" }, "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "value": 1.44808912865234e+33, + "value": 1448089128652340074717162277007973, "type": "const" }, "starkware.starknet.common.syscalls.GetCallerAddress": { @@ -15757,15 +15757,15 @@ "type": "struct" }, "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "value": 4.3301790876830345e+35, + "value": 433017908768303439907196859243777073, "type": "const" }, "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "value": 1.0089069337060175e+26, + "value": 100890693370601760042082660, "type": "const" }, "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "value": 2.582801750287405e+28, + "value": 25828017502874050592466629733, "type": "const" }, "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { diff --git a/clients/feeder/testdata/mainnet/class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json b/clients/feeder/testdata/mainnet/class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json new file mode 100644 index 0000000000..b1ebd3540e --- /dev/null +++ b/clients/feeder/testdata/mainnet/class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json @@ -0,0 +1,2129 @@ +{ + "sierra_program": [ + "0x1", + "0x1", + "0x0", + "0x1", + "0x1", + "0x0", + "0x2ca", + "0x136", + "0x41", + "0x52616e6765436865636b", + "0x0", + "0x4761734275696c74696e", + "0x66656c74323532", + "0x4172726179", + "0x1", + "0x2", + "0x536e617073686f74", + "0x3", + "0x537472756374", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x4", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x456e756d", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x6", + "0x753332", + "0x3288d594b9a45d15bb2fcb7903f06cdb06b27f0ba88186ec4cfaa98307cb972", + "0x4275696c74696e436f737473", + "0x53797374656d", + "0x33daf943223bed2569257928bf77b7a867260b1bbbeae68ac26882cd3a9d125", + "0xc", + "0x5", + "0x19b3b4955bdcfa379bfc5a4949111c4efdd79128f8676f4d0895419b22e2ad7", + "0xe", + "0x2f528e3c691e195fca674982b69c0dc4284f206c3ea4d680220e99b59315a92", + "0x10", + "0xd3a26a7712a33547a4a74e7594a446ca400cb36a0c2c307b92eff9ce82ff8", + "0x12", + "0x556e696e697469616c697a6564", + "0x17b6ecc31946835b0d9d92c2dd7a9c14f29af0371571ae74a1b228828b2242", + "0x15", + "0x262b845bbedf41820bc2b34dc2faff0bab3fa4d4d8a1bb282deca598d4a3627", + "0x16", + "0x436f6e747261637441646472657373", + "0x19", + "0x3d37ad6eafb32512d2dd95a2917f6bf14858de22c27a1114392429f2e5c15d7", + "0x436c61737348617368", + "0x1c", + "0x11771f2d3e7dc3ed5afe7eae405dfd127619490dec57ceaa021ac8bc2b9b315", + "0x5365676d656e744172656e61", + "0x2d7b9ba5597ffc180f5bbd030da76b84ecf1e4f1311043a0a15295f29ccc1b0", + "0x9", + "0x426f78", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0x21", + "0x53746f726167654261736541646472657373", + "0x7538", + "0x53746f7261676541646472657373", + "0x90d0203c41ad646d024845257a6eceb2f8b59b29ce7420dd518053d2edeedc", + "0x101dc0399934cc08fa0d6f6f2daead4e4a38cabeea1c743e1fc28d2d6e58e99", + "0x753634", + "0x3808c701a5d13e100ab11b6c02f91f752ecae7e420d21b56c90ec0a475cc7e5", + "0x28", + "0x29", + "0x75313238", + "0x8", + "0x2e655a7513158873ca2e5e659a9e175d23bf69a2325cdd0397ca3b8d864b967", + "0x2b", + "0x2c", + "0x19367431bdedfe09ea99eed9ade3de00f195dd97087ed511b8942ebb45dbc5a", + "0x2a", + "0x2d", + "0x2e", + "0x2f", + "0x26c97610bba318e7be7ed9746815afccc1b89e6a3174fbec5d5534288167ac7", + "0x30", + "0x4e6f6e5a65726f", + "0x107ac1be595c82e927dbf964feb2e59168314a4f142e387bb941abb5e699f5e", + "0x33", + "0x161ee0e6962e56453b5d68e09d1cabe5633858c1ba3a7e73fee8c70867eced0", + "0x46656c7432353244696374456e747279", + "0x36", + "0x46656c7432353244696374", + "0x537175617368656446656c7432353244696374", + "0x242ab892b168865613d6bf48e23e6f2bf6bd4155b5adb58517a5ceeef69ebb", + "0x3a", + "0x32962634b9c9d94e370eb0c8592a0b01adc8e5fd84f71d1f8b8c23cfb29ea6f", + "0x3c", + "0x2c7badf5cd070e89531ef781330a9554b04ce4ea21304b67a30ac3d43df84a2", + "0x1dd6d80faabe40b870e2bac9bae20133f8a150c977bf480085e39aaa4e0362a", + "0x3f", + "0x10d", + "0x7265766f6b655f61705f747261636b696e67", + "0x656e61626c655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x73746f72655f74656d70", + "0x66756e6374696f6e5f63616c6c", + "0x656e756d5f6d61746368", + "0x7", + "0x7374727563745f6465636f6e737472756374", + "0x61727261795f6c656e", + "0x7533325f636f6e7374", + "0x7533325f6571", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f696e6974", + "0x6a756d70", + "0x626f6f6c5f6e6f745f696d706c", + "0x64726f70", + "0x6765745f6275696c74696e5f636f737473", + "0xa", + "0x77697468647261775f6761735f616c6c", + "0x64697361626c655f61705f747261636b696e67", + "0xb", + "0xf", + "0xd", + "0x61727261795f6e6577", + "0x647570", + "0x736e617073686f745f74616b65", + "0x66656c743235325f636f6e7374", + "0x4f7574206f6620676173", + "0x61727261795f617070656e64", + "0x11", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x13", + "0x14", + "0x616c6c6f635f6c6f63616c", + "0x66696e616c697a655f6c6f63616c73", + "0x17", + "0x73746f72655f6c6f63616c", + "0x18", + "0x1b", + "0x1a", + "0x1e", + "0x1d", + "0x1f", + "0x20", + "0x22", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x756e626f78", + "0x72656e616d65", + "0x23", + "0x66656c743235325f616464", + "0x24", + "0xad292db4ff05a993c318438c1b6c8a8303266af2da151aa28ccece6726f1f1", + "0x75385f636f6e7374", + "0x2679d68052ccd03a53755ca9169677965fbd93e489df62f5f40d4f03c24f7a4", + "0x25", + "0x73746f726167655f726561645f73797363616c6c", + "0x26", + "0x73746f726167655f77726974655f73797363616c6c", + "0x27", + "0x31", + "0x7536345f746f5f66656c74323532", + "0x66656c743235325f737562", + "0x66656c743235325f69735f7a65726f", + "0x32", + "0x636f6e74726163745f616464726573735f746f5f66656c74323532", + "0x753132385f746f5f66656c74323532", + "0x34", + "0x554e4558504543544544204552524f52", + "0x656d69745f6576656e745f73797363616c6c", + "0x73656e645f6d6573736167655f746f5f6c315f73797363616c6c", + "0x21adb5788e32c84f69a1863d85ef9394b7bf761a0ce1190f826984e5075c371", + "0x63616c6c5f636f6e74726163745f73797363616c6c", + "0x35", + "0x636c6173735f686173685f7472795f66726f6d5f66656c74323532", + "0x6c6962726172795f63616c6c5f73797363616c6c", + "0x73756363657373", + "0x7820213d2079", + "0x66656c743235325f646963745f6e6577", + "0x38", + "0x66656c743235325f646963745f656e7472795f676574", + "0x64", + "0x66656c743235325f646963745f656e7472795f66696e616c697a65", + "0xc8", + "0x39", + "0x6465706c6f795f73797363616c6c", + "0x3b", + "0x3d", + "0x7265706c6163655f636c6173735f73797363616c6c", + "0x7075626c69635f6b6579", + "0x73746f726167655f626173655f616464726573735f636f6e7374", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x73746f726167655f616464726573735f66726f6d5f62617365", + "0x6765745f657865637574696f6e5f696e666f5f73797363616c6c", + "0x3e", + "0x61727261795f676574", + "0x496e646578206f7574206f6620626f756e6473", + "0x15bd0500dc9d7e69ab9577f73a8d753e8761bed10f25ba0f124254dc4edb8b4", + "0x40", + "0x66656c743235325f646963745f737175617368", + "0x3b28019ccfdbd30ffc65951d94bb85c9e2b8434111a000b5afd533ce65f57a4", + "0x7533325f746f5f66656c74323532", + "0xff5", + "0xffffffffffffffff", + "0xa0", + "0x92", + "0x83", + "0x73", + "0x60", + "0x51", + "0x4a", + "0x37", + "0x42", + "0x43", + "0x44", + "0x45", + "0x46", + "0x47", + "0x48", + "0x49", + "0x4b", + "0x4c", + "0x4d", + "0x4e", + "0x4f", + "0x50", + "0x52", + "0x53", + "0x54", + "0x55", + "0x58", + "0x56", + "0x57", + "0x59", + "0x5a", + "0x5b", + "0x5c", + "0x5d", + "0x5e", + "0x5f", + "0x61", + "0x62", + "0x63", + "0x65", + "0x66", + "0x67", + "0x68", + "0x69", + "0x6a", + "0x6b", + "0x6c", + "0x6d", + "0x6e", + "0x6f", + "0x70", + "0x71", + "0x72", + "0x74", + "0x75", + "0x76", + "0x77", + "0x78", + "0x79", + "0x7a", + "0x7b", + "0x7c", + "0x7d", + "0x7e", + "0x7f", + "0x80", + "0x11a", + "0x10c", + "0xc0", + "0xc4", + "0xfb", + "0xee", + "0xe7", + "0x1a4", + "0x196", + "0x187", + "0x13e", + "0x142", + "0x175", + "0x167", + "0x160", + "0x321", + "0x313", + "0x304", + "0x2f4", + "0x2e3", + "0x2d1", + "0x2be", + "0x2aa", + "0x295", + "0x27f", + "0x268", + "0x250", + "0x1ec", + "0x1f0", + "0x235", + "0x21e", + "0x217", + "0x81", + "0x82", + "0x84", + "0x85", + "0x86", + "0x87", + "0x88", + "0x89", + "0x8a", + "0x8b", + "0x8c", + "0x8d", + "0x8e", + "0x8f", + "0x90", + "0x91", + "0x93", + "0x94", + "0x95", + "0x96", + "0x97", + "0x98", + "0x99", + "0x9a", + "0x9b", + "0x9c", + "0x9d", + "0x9e", + "0x9f", + "0xa1", + "0xa2", + "0xa3", + "0xa4", + "0xa5", + "0xa6", + "0xa7", + "0xa8", + "0xa9", + "0xaa", + "0xab", + "0xac", + "0xad", + "0xae", + "0xaf", + "0xb0", + "0xb1", + "0xb2", + "0xb3", + "0xb4", + "0xb5", + "0xb6", + "0xb7", + "0xb8", + "0xb9", + "0xba", + "0xbb", + "0xbc", + "0xbd", + "0xbe", + "0xbf", + "0xc1", + "0xc2", + "0xc3", + "0xc5", + "0xc6", + "0xc7", + "0xc9", + "0xca", + "0xcb", + "0xcc", + "0xcd", + "0xce", + "0xcf", + "0xd0", + "0xd1", + "0xd2", + "0xd3", + "0xd4", + "0xd5", + "0xd6", + "0xd7", + "0xd8", + "0xd9", + "0xda", + "0xdb", + "0xdc", + "0xdd", + "0xde", + "0xdf", + "0xe0", + "0xe1", + "0xe2", + "0xe3", + "0xe4", + "0x3cc", + "0x3c3", + "0x3b4", + "0x3ab", + "0x39c", + "0x353", + "0x357", + "0x38a", + "0x37c", + "0x375", + "0x46a", + "0x45b", + "0x452", + "0x443", + "0x3fa", + "0x3fe", + "0x431", + "0x423", + "0x41c", + "0x51f", + "0x510", + "0x507", + "0x4f8", + "0x4e8", + "0x49c", + "0x4a0", + "0x4d5", + "0x4c6", + "0x4bf", + "0x5d9", + "0x5c9", + "0x5b9", + "0x5af", + "0x59f", + "0x553", + "0x557", + "0x58c", + "0x57d", + "0x576", + "0x694", + "0x684", + "0x674", + "0x66a", + "0x65a", + "0x60e", + "0x612", + "0x647", + "0x638", + "0x631", + "0x724", + "0x716", + "0x707", + "0x6ba", + "0x6be", + "0x6f5", + "0x6e7", + "0x6e0", + "0x781", + "0x740", + "0x744", + "0x770", + "0x764", + "0x853", + "0x843", + "0x833", + "0x829", + "0x819", + "0x808", + "0x7b9", + "0x7bd", + "0x7f4", + "0x7e4", + "0x7dd", + "0x8c9", + "0x8bb", + "0x875", + "0x879", + "0x8aa", + "0x89d", + "0x896", + "0x927", + "0x8e5", + "0x8e9", + "0x917", + "0x90c", + "0x905", + "0x93b", + "0x940", + "0x94b", + "0x974", + "0x96c", + "0x993", + "0x998", + "0x9a4", + "0x9ba", + "0x9bf", + "0x9cc", + "0xc21", + "0x9ee", + "0x9f3", + "0xc05", + "0xa01", + "0xa06", + "0xbeb", + "0xa14", + "0xa19", + "0xbd3", + "0xa2f", + "0xa34", + "0xbb7", + "0xa42", + "0xa47", + "0xb9d", + "0xa55", + "0xa5a", + "0xb85", + "0xa6a", + "0xa6e", + "0xb6d", + "0xb5b", + "0xa87", + "0xa8c", + "0xb45", + "0xa99", + "0xa9e", + "0xb31", + "0xaab", + "0xab0", + "0xb1f", + "0xabe", + "0xac3", + "0xb0f", + "0xad1", + "0xad6", + "0xb01", + "0xae3", + "0xae8", + "0xaf5", + "0xe5", + "0xe6", + "0xe8", + "0xe9", + "0xea", + "0xeb", + "0xec", + "0xed", + "0xef", + "0xf0", + "0xf1", + "0xf2", + "0xf3", + "0xf4", + "0xf5", + "0xf6", + "0xf7", + "0xf8", + "0xf9", + "0xfa", + "0xfc", + "0xfd", + "0xfe", + "0xff", + "0x100", + "0x101", + "0x102", + "0x103", + "0x104", + "0x105", + "0x106", + "0x107", + "0x108", + "0x109", + "0x10a", + "0x10b", + "0x10e", + "0x10f", + "0x110", + "0x111", + "0x112", + "0x113", + "0x114", + "0x115", + "0x116", + "0x117", + "0x118", + "0x119", + "0x11b", + "0x11c", + "0x11d", + "0x11e", + "0x11f", + "0x120", + "0x121", + "0x122", + "0x123", + "0x124", + "0x125", + "0x126", + "0x127", + "0x128", + "0x129", + "0x12a", + "0x12b", + "0x12c", + "0x12d", + "0x12e", + "0x12f", + "0x130", + "0x131", + "0x132", + "0x133", + "0x134", + "0x135", + "0x136", + "0x137", + "0xc3b", + "0xc40", + "0xc5d", + "0xc57", + "0xc77", + "0xc7c", + "0xc88", + "0xc9a", + "0xc9f", + "0xcab", + "0xcc4", + "0xcdd", + "0xcd6", + "0xcee", + "0xcf3", + "0xcff", + "0xd17", + "0xd10", + "0xd28", + "0xd2d", + "0xd39", + "0xd47", + "0xd4c", + "0xd56", + "0xd9c", + "0xda1", + "0xdbb", + "0xdb1", + "0xdb6", + "0xdce", + "0xdd3", + "0xddf", + "0xded", + "0xdf2", + "0xdfe", + "0xe15", + "0xe27", + "0xe2c", + "0xe37", + "0xe4a", + "0xe4f", + "0xe5a", + "0xe66", + "0xe70", + "0xe7b", + "0xe80", + "0xe8b", + "0xe98", + "0xeda", + "0xeb2", + "0xed0", + "0xeca", + "0xf2b", + "0xf11", + "0xf16", + "0xf23", + "0xf3a", + "0xf4b", + "0xf5c", + "0xf61", + "0xf6c", + "0xf7b", + "0xf9a", + "0xfe8", + "0xfb8", + "0xfbd", + "0xfda", + "0xfd4", + "0xfe1", + "0x1b1", + "0x32e", + "0x3da", + "0x478", + "0x52d", + "0x5e8", + "0x6a3", + "0x731", + "0x78f", + "0x862", + "0x8d6", + "0x934", + "0x952", + "0x97b", + "0x981", + "0x985", + "0x9ab", + "0x9d3", + "0xc33", + "0xc67", + "0xc8e", + "0xcb1", + "0xccb", + "0xce3", + "0xd05", + "0xd1d", + "0xd3f", + "0xd5f", + "0xd95", + "0xdc2", + "0xde5", + "0xe04", + "0xe1b", + "0xe3d", + "0xe60", + "0xe6a", + "0xe74", + "0xe91", + "0xea1", + "0xee7", + "0xf34", + "0xf3e", + "0xf45", + "0xf4f", + "0xf72", + "0xf75", + "0xf7f", + "0xfa0", + "0xfac", + "0x8281", + "0xd008060280c0180b0080702809018060200701806014020100200c0200400", + "0x20240a00814008130400604006048020240e008110400601c0603c020240e", + "0x190181800809038170180d008070280901816018150080903807018070180d", + "0x20240e040060340201c0a0240606c06068020240e01c060340201c0a02406", + "0x20018170180d0080902810018090181f008090380901806078090181d0181c", + "0x609006094020240e090060181e0082301c060181e0240608806084020240e", + "0x100182b0182a00809038020a41001827018280080903827018060780209810", + "0x601c060c8020240e00831008300082f040060b8060b4020240e01c060182c", + "0x37018060b0240183601836018350080c028020d00901810018330080903809", + "0xa0f0060182c01c0601c0601c0605c060ec060900601c060e8020e40a00838", + "0x9038410180d0080702840018060b00701824018240183f0183e0183d00810", + "0xe0240611806114020240e0b8060340201c0a01c06018440240610c0610802", + "0x9028070180612c07018061284901806078070180612009018170184700809", + "0x6138020240e134060340201c0a0240613406130020240e05c060900603402", + "0x52018510080903810018090180d0080902809018410185000809038090184f", + "0x61680201806160190240616417018061600215c0215802154021505302406", + "0x6104006018600085f0e40601858008070185e01c060185d05c060185c16c06", + "0x61902b018061680218c0601c2b01807184021882b018061600201c2b01807", + "0x5901c06018581a406018580180601858008680086719806018580086504006", + "0x6160070180619007018061b407018061b016018061706b018061686a02406", + "0x601c61064060186005c06018600240601864024060186e06c090185902406", + "0x720240616407018061c47001c061bc0601c6a018071846a018061600201c6a", + "0x5906c060185c1c8060185a07409018591d0070186f05c06018641cc070186f", + "0x2002406164021e009018061dc76024061641d0180619075018061687502406", + "0x771d806018640880901859024060187a080060185a088060185c1e4060185a", + "0x616424018061dc7b024061647b01806190790240616407018061e80701806", + "0x60186409006018641f409018590900601858090060187a1f0060185a09009", + "0x2702406164270180616027018061e87e018061687c0240616427018061dc7d", + "0x5a20009018591f8090185920006018581fc09018591fc060186409c0601864", + "0x7184070180620c82024061642e024061642b0180619081024061648101806", + "0x601884208060185a018072080601c61208060185803006018580080720806", + "0x86024061640601c5b018071845b018061600201c5b01807184070180621407", + "0x611ac0601858008071ac0601c610580601860220090185900887018070186f", + "0x7184022348c018061600222c0201c062280222410018061600601c6b01807", + "0x60186023009018592380601885018072380601c6123806018580080723806", + "0x201c90018071840223c0601c720180718472018061600201c72018071841b", + "0x601c61074060186023809018592400601885018072400601c612400601858", + "0x4301806170910180616890024061640601c750180718475018061600201c75", + "0x5800893008920dc060185c0dc06018840f80601858100060185c1000601884", + "0x61603c018061703c018062100225895018061900225036018061603f01806", + "0x6f118060185c260060185a0d80901859018070185e05c060186d008970ec06", + "0x71842201806180370240616436018061903f018061903b018061909901c06", + "0x590089b0089a018070800601c61018071e40601c611e40601858008071e406", + "0x7184022740601c7c018071847c018061600201c7c01807184022703e02406", + "0x60185a0ec09018592780601885018072780601c6127806018580080727806", + "0x22800601c7e018071847e018061600201c7e018071840227c19018061906a", + "0xa52900601858008070186f01c06018a31240601877288070186f284070186f", + "0x61903c0240616449018061e8a801c061bc070180629ca601c061bc0701806", + "0x611340601860008aa018072040601c612040601858008072040601c612a406", + "0x61683f02406164ab018062140601cab01807184ab018061600201cab01807", + "0xb12c007018af104090185910009018592b8070186f008ad13c06018642b006", + "0xb3018061600201cb301807184022c890018061688e018061681d0180617002", + "0x58008072440601c6110c060186010c09018592cc0601885018072cc0601c61", + "0x61600201c9801807184460180618007018062d00601c91018071849101806", + "0x9018592d8070186f008070800601c61018072600601c612d4070186f26006", + "0xab01806168a90180616007018062e09e018061685201806170b70180616891", + "0x5a2e407018af018072b00601c612b00601858008072b00601c6113c0601860", + "0x616495024061643901806214390180619039018061b40c018061b4b301806", + "0xbb008ba018072dc0601c612dc0601858008072dc0601c61148060186011809", + "0x1001cbd05c0c01cbc01c060080701c02008bc0180201802008bc0180200802", + "0x20ac3901cbc018660181700866018bc018090180c008022f006008090085b", + "0x2008bc0180202402058062f869018bc01c2b0185b0080c018bc0180c01810", + "0xbf06c062f0070640616c020646b01cbc0186a018170086a018bc018390180c", + "0x75074072f0061d80605c021d8062f0061ac0603002008bc01802024021c806", + "0x79018bc0181d01839008022f0060080900822018c0080062f0071d40616c02", + "0x160087b018bc0187b0186900824018bc01802198021ec062f0061e4060ac02", + "0x7d018190087d018bc018021ac02008bc01802024020087c008bc01c241ec07", + "0x2008bc0180202402008800180206c0209c062f0061f0061a8021f0062f006", + "0x60740209c062f0061f8061a8021f8062f0061fc061c8021fc062f0060086b", + "0x20b80630481018bc01c800187500880018bc018800186a00880018bc01827", + "0xbc018820182200882018bc0180208002008bc0188101876008022f00600809", + "0x7b008022f006008090088e2300730888218072f00720817030091e40220806", + "0x61a4061f0020ec062f00601c061f4020f8062f0062200609002008bc01802", + "0x3c0ec3e05c2700840018bc018200187c0083f018bc0181b0187c0083c018bc", + "0xc3104062f0070dc061fc02218062f00621806040020dc36240092f0061003f", + "0x2118062f0060088000895244072f006104061f802008bc018020240210c06", + "0x82008a4018bc0189e0187c008022f006260060b8022789801cbc0189101881", + "0x81008022f006310061d8023104901cbc018a929007218022a4062f00611806", + "0x6208022cc062f0062ac061f002008bc0184d0182e008ab134072f00625406", + "0x622002008bc018ac01876008ac13c072f006148b301c8600852018bc01849", + "0xc501890008c5018bc018000188e008022f0062dc0623002000b701cbc0184f", + "0x62400609002320062f006218060400231c062f006318060d802318062f006", + "0xcb328c93200c018cb018bc018c701837008ca018bc018360187d008c9018bc", + "0x60900230c062f0062180604002330062f00610c060f802008bc0180202402", + "0xcd30c0c018cf018bc018cc01837008ce018bc018360187d008cd018bc01890", + "0x1b0182e008022f006080060b802008bc018021ec02008bc018020240233cce", + "0x2344062f0060083b008d0018bc0180220002008bc018690182e008022f006", + "0x2308062f006348060f802348062f006344d001c3c008d1018bc018d10187c", + "0x37008d5018bc018070187d008d4018bc0188e01824008d3018bc0188c01810", + "0x2008bc018021ec02008bc0180202402358d5350d303006358062f00630806", + "0x61a4060b802008bc0181b0182e008022f006080060b802008bc0182e01876", + "0xbc018d901876008d9360072f00635c060fc0235c062f00601c061f402008bc", + "0x3c008db018bc018db0187c008db018bc0180210002368062f0060088000802", + "0x24008de018bc0180c01810008dd018bc018dc0183e008dc018bc018db36807", + "0xde03006304062f006374060dc02380062f006360061f40237c062f00605c06", + "0x610402008bc0182201876008022f0060087b008022f00600809008c1380df", + "0xe1018bc0180220002008bc018690182e008022f00606c060b802008bc0181d", + "0x238c062f006388e101c3c008e2018bc018e20187c008e2018bc0180210c02", + "0x7d008e5018bc0181701824008e4018bc0180c01810008a6018bc018e30183e", + "0xbc018020240239ce6394e40300639c062f006298060dc02398062f00601c06", + "0x690182e008022f0061ac0610402008bc0187201876008022f0060087b00802", + "0xe9018bc018e90187c008e9018bc0180210c023a0062f00600880008022f006", + "0xec018bc0180c01810008eb018bc018ea0183e008ea018bc018e93a0070f002", + "0x63bc062f0063ac060dc023b8062f00601c061f4023b4062f00605c0609002", + "0x2008bc0181601876008022f0060087b008022f00600809008ef3b8ed3b00c", + "0x63c4061f0023c4062f00600843008f0018bc0180220002008bc0183901841", + "0x603006040023c8062f006300060f802300062f0063c4f001c3c008f1018bc", + "0xbc018f201837008f5018bc018070187d008f4018bc0181701824008f3018bc", + "0x60240610402008bc018021ec02008bc01802024023d8f53d0f3030063d806", + "0x23e0062f0063e0061f0023e0062f0060083b008f7018bc0180220002008bc", + "0x23ec062f00604006040023e8062f0063e4060f8023e4062f0063e0f701c3c", + "0xc018fe018bc018fa01837008fd018bc018070187d008fc018bc0185b01824", + "0xc01cbc01c060080701c02008bc0180201802008bc01802008023f8fd3f0fb", + "0xbc018660181700866018bc018090180c008022f006008090085b040073fc17", + "0x2024020580640069018bc01c2b0185b0080c018bc0180c018100082b0e407", + "0x62f0060086600819018bc0186b0182b0086b018bc0183901839008022f006", + "0x22f0060080900802404022f0071a81901c1600819018bc01819018690086a", + "0x1b0081d018bc018720186a00872018bc0181b018190081b018bc018021ac02", + "0x76018bc018750187200875018bc018021ac02008bc01802024020090201802", + "0x2080062f006080061a802080062f0060740607402074062f0061d8061a802", + "0x20008022f006088061d802008bc01802024021e40640c22018bc01c2001875", + "0x1041f42401cbc01c7b05c0c024790087b018bc0187b018220087b018bc01802", + "0x240082e018bc0182401810008022f0060087b008022f00600809008271f007", + "0xc24402220062f0061a4061f002218062f00601c061f402208062f0061f406", + "0x202402238064148c018bc01c8101895008812007e1fc0c2f006220862082e", + "0x72f00624006204020d8062f0060088000890018bc0188c01846008022f006", + "0x40018bc01836018820083f018bc0183e0187c008022f0060dc060b8020f837", + "0x4101cbc0183b01888008022f0060f0061d8020f03b01cbc018400fc0721802", + "0x2254062f0062440624002244062f00610c0623802008bc018410188c00843", + "0x7d0089e018bc0187e0182400898018bc0187f0181000846018bc0189501836", + "0xbc0180202402310492789803006310062f006118060dc02124062f00620006", + "0x4d018bc0187e01824008a9018bc0187f01810008a4018bc0188e0183e00802", + "0x20240213cab134a90300613c062f006290060dc022ac062f006200061f402", + "0x3b008ac018bc0180220002008bc018690182e008022f0060087b008022f006", + "0x60f802148062f0062ccac01c3c008b3018bc018b30187c008b3018bc01802", + "0x70187d008c5018bc018270182400800018bc0187c01810008b7018bc01852", + "0x2008bc018020240231cc6314000300631c062f0062dc060dc02318062f006", + "0xbc018070187d008022f0061a4060b802008bc0187901876008022f0060087b", + "0xcb018bc0180220002008bc018c901876008c9320072f006328060fc0232806", + "0x230c062f006330cb01c3c008cc018bc018cc0187c008cc018bc0180210002", + "0x7d008cf018bc0181701824008ce018bc0180c01810008cd018bc018c30183e", + "0xbc0180202402344d033cce03006344062f006334060dc02340062f00632006", + "0x600880008022f0060e40610402008bc0181601876008022f0060087b00802", + "0xbc018c2348070f002308062f006308061f002308062f00600843008d2018bc", + "0x62f00605c0609002354062f0060300604002350062f00634c060f80234c06", + "0x9008d9360d63540c018d9018bc018d401837008d8018bc018070187d008d6", + "0x235c062f00600880008022f0060240610402008bc018021ec02008bc01802", + "0x3e008db018bc018da35c070f002368062f006368061f002368062f0060083b", + "0x61f402378062f00616c0609002374062f0060400604002370062f00636c06", + "0x22f00600802008e037cde3740c018e0018bc018dc01837008df018bc01807", + "0xbc018020240216c1001d0605c0c01cbc01c060080701c02008bc0180201802", + "0x62f00603006040020ac3901cbc018660181700866018bc018090180c00802", + "0x62f0060e40603002008bc01802024020580641c69018bc01c2b0185b0080c", + "0x600809008720190806c062f0070640616c020646b01cbc0186a018170086a", + "0x76018bc01802198021d4062f006074060ac02074062f0061ac060e402008bc", + "0x2008bc018020240200909008bc01c761d407058021d4062f0061d4061a402", + "0x206c021e4062f006088061a802088062f0060800606402080062f0060086b", + "0x2090062f0061ec061c8021ec062f0060086b008022f006008090080242806", + "0x750087d018bc0187d0186a0087d018bc018790181d00879018bc018240186a", + "0x208002008bc0187c01876008022f00600809008270190b1f0062f0071f406", + "0x7430801f8072f0071fc17030091e4021fc062f0061fc06088021fc062f006", + "0x609002238062f0061f80604002008bc018021ec02008bc01802024020b881", + "0x1b0187c00837018bc018690187c00836018bc018070187d00890018bc01880", + "0xbc01c8c0189e0088c220862080c2f0060f8370d89023817260020f8062f006", + "0x3f018bc0180220002008bc0183b01849008022f006008090083c0190d0ec06", + "0x210c062f0061040623802008bc018400188c00841100072f0060fc0622002", + "0x2400846018bc018820181000895018bc018910183600891018bc0184301890", + "0x4603006124062f006254060dc02278062f006220061f402260062f00621806", + "0xa4018bc0188201810008c4018bc0183c0183e008022f006008090084927898", + "0x62ac062f006310060dc02134062f006220061f4022a4062f0062180609002", + "0x2008bc0181b0182e008022f0060087b008022f00600809008ab134a92900c", + "0x62b0061f0022b0062f0060083b0084f018bc0180220002008bc018690182e", + "0x62040604002148062f0062cc060f8022cc062f0062b04f01c3c008ac018bc", + "0xbc0185201837008c5018bc018070187d00800018bc0182e01824008b7018bc", + "0x609c061d802008bc018021ec02008bc0180202402318c5000b70300631806", + "0x2324062f00601c061f402008bc018690182e008022f00606c060b802008bc", + "0x210002328062f00600880008022f006320061d802320c701cbc018c90183f", + "0xcc0183e008cc018bc018cb328070f00232c062f00632c061f00232c062f006", + "0x631c061f402338062f00605c0609002334062f006030060400230c062f006", + "0x7b008022f00600809008d033cce3340c018d0018bc018c301837008cf018bc", + "0x22f0061a4060b802008bc0186b01841008022f0061c8061d802008bc01802", + "0x70f002348062f006348061f002348062f00600843008d1018bc0180220002", + "0x609002350062f006030060400234c062f006308060f802308062f006348d1", + "0xd53500c018d8018bc018d301837008d6018bc018070187d008d5018bc01817", + "0x3901841008022f006058061d802008bc018021ec02008bc0180202402360d6", + "0xd7018bc018d70187c008d7018bc0180210c02364062f00600880008022f006", + "0xdc018bc0180c01810008db018bc018da0183e008da018bc018d7364070f002", + "0x637c062f00636c060dc02378062f00601c061f402374062f00605c0609002", + "0x2008bc0180901841008022f0060087b008022f00600809008df378dd3700c", + "0xe001c3c008c1018bc018c10187c008c1018bc018020ec02380062f00600880", + "0x5b01824008e3018bc0181001810008e2018bc018e10183e008e1018bc018c1", + "0xe4298e303006394062f006388060dc02390062f00601c061f402298062f006", + "0x743817030072f0070180201c07008022f00600806008022f00600802008e5", + "0x2b0e4072f0061980605c02198062f0060240603002008bc018020240216c10", + "0x22f00600809008160190f1a4062f0070ac0616c02030062f0060300604002", + "0x1b018bc01c190185b008191ac072f0061a80605c021a8062f0060e40603002", + "0x1d01cbc018760181700876018bc0186b0180c008022f006008090087201910", + "0x62f0060740603002008bc01802024020880644420018bc01c750185b00875", + "0x6008090087c019121f4062f0071ec0616c021ec7901cbc018240181700824", + "0xbc01c7f0185b0087f09c072f0061f80605c021f8062f0061e40603002008bc", + "0xbc018860181700886018bc018270180c008022f00600809008810191320006", + "0x60b80603002008bc01802024022300645088018bc01c820185b008820b807", + "0x90083e019150dc062f0072400616c022408e01cbc018360181700836018bc", + "0x3c0185b0083c0ec072f0060fc0605c020fc062f0062380603002008bc01802", + "0x950181700895018bc0183b0180c008022f006008090084101916100062f007", + "0x603002008bc01802024022600645c46018bc01c910185b0089110c072f006", + "0xa901918290062f0071240616c021249e01cbc018c401817008c4018bc01843", + "0x5b008ab134072f00613c0605c0213c062f0062780603002008bc0180202402", + "0x2b00852018bc0184d01839008022f00600809008b3019192b0062f0072ac06", + "0xb701c16008b7018bc018b70186900800018bc01802198022dc062f00614806", + "0xbc018c501819008c5018bc018021ac02008bc01802024020091a008bc01c00", + "0x21ac02008bc01802024020091b0180206c0231c062f006318061a80231806", + "0x631c060740231c062f006324061a802324062f006320061c802320062f006", + "0x20240233006470cb018bc01cca01875008ca018bc018ca0186a008ca018bc", + "0xc3018bc018c301822008c3018bc0180208002008bc018cb01876008022f006", + "0x60087b008022f00600809008d033c07474ce334072f00730c17030091e402", + "0x62f00601c061f402354062f0063380609002350062f0063340604002008bc", + "0xd7018bc018200187c008d9018bc0181b0187c008d8018bc018690187c008d6", + "0x2370062f006220061f00236c062f006200061f002368062f0061f4061f002", + "0x7c008df018bc018460187c008de018bc018400187c008dd018bc018370187c", + "0xdb368d7364d8358d53501931002304062f0062b0061f002380062f00629006", + "0x238806478e1018bc01cd30189e008d3308d23440c2f006304e037cde374dc", + "0xbc018e301888008e3018bc0180220002008bc018e101849008022f00600809", + "0x62f0063940624002394062f0063900623802008bc018a60188c008e429807", + "0xe9018bc018d201824008e8018bc018d101810008e7018bc018e601836008e6", + "0x2024023acea3a4e8030063ac062f00639c060dc023a8062f006308061f402", + "0xbc018d201824008ed018bc018d101810008ec018bc018e20183e008022f006", + "0x23c0ef3b8ed030063c0062f0063b0060dc023bc062f006308061f4023b806", + "0x22f006290060b802008bc018ac0182e008022f0060087b008022f00600809", + "0x880182e008022f0060dc060b802008bc018400182e008022f006118060b802", + "0x2008bc018200182e008022f0061f4060b802008bc018800182e008022f006", + "0xbc018020ec023c4062f00600880008022f0061a4060b802008bc0181b0182e", + "0xbc018f20183e008f2018bc018c03c4070f002300062f006300061f00230006", + "0x62f00601c061f4023d4062f00634006090023d0062f00633c06040023cc06", + "0x60087b008022f00600809008f73d8f53d00c018f7018bc018f301837008f6", + "0x2e008022f006290060b802008bc018ac0182e008022f006330061d802008bc", + "0xbc018880182e008022f0060dc060b802008bc018400182e008022f00611806", + "0x60b802008bc018200182e008022f0061f4060b802008bc018800182e00802", + "0xbc018fa0183f008fa018bc018070187d008022f0061a4060b802008bc0181b", + "0x23f0062f00600840008fb018bc0180220002008bc018f901876008f93e007", + "0x23f8062f0063f4060f8023f4062f0063f0fb01c3c008fc018bc018fc0187c", + "0x37008bf018bc018f80187d00920018bc01817018240091f018bc0180c01810", + "0x2008bc018021ec02008bc0180202402484bf4811f03006484062f0063f806", + "0x6118060b802008bc018a40182e008022f0061340610402008bc018b301876", + "0x2e008022f006220060b802008bc018370182e008022f006100060b802008bc", + "0xbc0181b0182e008022f006080060b802008bc0187d0182e008022f00620006", + "0x61f00248c062f0060084300922018bc0180220002008bc018690182e00802", + "0x604002494062f006490060f802490062f00648d2201c3c00923018bc01923", + "0x1250183700928018bc018070187d00927018bc018170182400926018bc0180c", + "0x61d802008bc018021ec02008bc01802024024a52849d26030064a4062f006", + "0x22f006100060b802008bc018460182e008022f0062780610402008bc018a9", + "0x7d0182e008022f006200060b802008bc018880182e008022f0060dc060b802", + "0x2008bc018690182e008022f00606c060b802008bc018200182e008022f006", + "0x12a01c3c0092b018bc0192b0187c0092b018bc0180210c024a8062f00600880", + "0x17018240092e018bc0180c018100092d018bc0192c0183e0092c018bc0192b", + "0x12f2f92e030064c0062f0064b4060dc024bc062f00601c061f4022f8062f006", + "0x610c0610402008bc0189801876008022f0060087b008022f0060080900930", + "0x2e008022f006220060b802008bc018370182e008022f006100060b802008bc", + "0xbc0181b0182e008022f006080060b802008bc0187d0182e008022f00620006", + "0x61f0024c8062f0060084300931018bc0180220002008bc018690182e00802", + "0x6040024d0062f0064cc060f8024cc062f0064c93101c3c00932018bc01932", + "0x1340183700937018bc018070187d00936018bc018170182400935018bc0180c", + "0x61d802008bc018021ec02008bc01802024024e1374d935030064e0062f006", + "0x22f006220060b802008bc018370182e008022f0060ec0610402008bc01841", + "0x1b0182e008022f006080060b802008bc0187d0182e008022f006200060b802", + "0x24e8062f0060084300939018bc0180220002008bc018690182e008022f006", + "0x22f4062f0064ec060f8024ec062f0064e93901c3c0093a018bc0193a0187c", + "0x370093e018bc018070187d0093d018bc01817018240093c018bc0180c01810", + "0x2008bc018021ec02008bc01802024024fd3e4f53c030064fc062f0062f406", + "0x6220060b802008bc0188e01841008022f0061a4060b802008bc0183e01876", + "0x2e008022f006080060b802008bc0187d0182e008022f006200060b802008bc", + "0xbc019410187c00941018bc0180210c02500062f00600880008022f00606c06", + "0xbc0180c0181000943018bc019420183e00942018bc01941500070f00250406", + "0x62f00650c060dc02518062f00601c061f402514062f00605c060900251006", + "0xbc0188c01876008022f0060087b008022f0060080900947519455100c01947", + "0x60b802008bc0182e01841008022f00606c060b802008bc018690182e00802", + "0x148018bc0180220002008bc018200182e008022f0061f4060b802008bc01880", + "0x2528062f0065254801c3c00949018bc019490187c00949018bc0180210c02", + "0x7d0094d018bc01817018240094c018bc0180c018100094b018bc0194a0183e", + "0xbc018020240253d4e5354c0300653c062f00652c060dc02538062f00601c06", + "0x1b0182e008022f0061a4060b802008bc0188101876008022f0060087b00802", + "0x2008bc0187d0182e008022f00609c0610402008bc018200182e008022f006", + "0x15001c3c00951018bc019510187c00951018bc0180210c02540062f00600880", + "0x170182400954018bc0180c0181000953018bc019520183e00952018bc01951", + "0x156555540300655c062f00654c060dc02558062f00601c061f402554062f006", + "0x61a4060b802008bc0187c01876008022f0060087b008022f0060080900957", + "0x80008022f0061e40610402008bc018200182e008022f00606c060b802008bc", + "0x159560070f002564062f006564061f002564062f0060084300958018bc01802", + "0x605c060900256c062f0060300604002404062f006568060f802568062f006", + "0x1025755c56c0c01902018bc01901018370095d018bc018070187d0095c018bc", + "0xbc018690182e008022f006088061d802008bc018021ec02008bc0180202402", + "0x210c02578062f00600880008022f0060740610402008bc0181b0182e00802", + "0x1600183e00960018bc0195f578070f00257c062f00657c061f00257c062f006", + "0x601c061f402588062f00605c0609002584062f00603006040022a0062f006", + "0x7b008022f006008090096458d625840c01964018bc018a80183700963018bc", + "0x22f0061ac0610402008bc018690182e008022f0061c8061d802008bc01802", + "0x70f002598062f006598061f002598062f0060084300965018bc0180220002", + "0x6090025a4062f00603006040025a0062f00659c060f80259c062f00659965", + "0x16a5a40c0196c018bc01968018370096b018bc018070187d0096a018bc01817", + "0x3901841008022f006058061d802008bc018021ec02008bc01802024025b16b", + "0x16e018bc0196e0187c0096e018bc0180210c025b4062f00600880008022f006", + "0x171018bc0180c0181000970018bc0196f0183e0096f018bc0196e5b4070f002", + "0x65d0062f0065c0060dc025cc062f00601c061f4025c8062f00605c0609002", + "0x2008bc0180901841008022f0060087b008022f00600809009745cd725c40c", + "0x17501c3c00976018bc019760187c00976018bc018020ec025d4062f00600880", + "0x5b0182400979018bc018100181000978018bc019770183e00977018bc01976", + "0x17b5e979030065f0062f0065e0060dc025ec062f00601c061f4025e8062f006", + "0xbc0180201802008bc0180200802008bc018022a40205c062f006008a40097c", + "0x1001810008022f006008090082b0e4075f45b040072f0070180201c0700802", + "0x191ac09134021a8062f0060240603002064062f00616c06090021ac062f006", + "0x21c8065f81b018bc01c16018ab008022f00600806008161a466024bc0186a", + "0x760197f030062f0071d4062b0021d41d01cbc0181b0184f008022f00600809", + "0x603002090062f0061a406090021ec062f0061980604002008bc0180202402", + "0x22080092f0061f4241ec0913402030062f0060301701cb30087d018bc0181d", + "0x2008bc018020240209c066007c018bc01c79018ab008022f0060080600879", + "0x22f006008090088101981200062f0071f8062b0021f87f01cbc0187c0184f", + "0x6900886018bc0180219802208062f0060b8060ac020b8062f0061fc060e402", + "0x21ac02008bc018020240200982008bc01c862080705802208062f00620806", + "0x1830180206c02238062f006230061a802230062f0062200606402220062f006", + "0x61a8020d8062f006240061c802240062f0060086b008022f0060080900802", + "0x370187500837018bc018370186a00837018bc0188e0181d0088e018bc01836", + "0xbc0180208002008bc0183e01876008022f006008090083b019840f8062f007", + "0x4310407614400fc072f0070f022080091e4020f0062f0060f006088020f006", + "0x601c061f402260062f0061000609002008bc018021ec02008bc0180202402", + "0x492789803052008c4018bc018800188200849018bc0180c018820089e018bc", + "0x6618a4018bc01c460189e0083f018bc0183f018100084625491024bc018c4", + "0x4d018880084d018bc0180220002008bc018a401849008022f00600809008a9", + "0x62b006240022b0062f00613c0623802008bc018ab0188c0084f2ac072f006", + "0xbc0189101824008b7018bc0183f0181000852018bc018b301836008b3018bc", + "0x2318c5000b703006318062f006148060dc02314062f006254061f40200006", + "0x9101824008c8018bc0183f01810008c7018bc018a90183e008022f00600809", + "0xca324c80300632c062f00631c060dc02328062f006254061f402324062f006", + "0x60300623002008bc018800188c008022f0060087b008022f00600809008cb", + "0x230c062f00630c061f00230c062f0060083b008cc018bc0180220002008bc", + "0x233c062f0061040604002338062f006334060f802334062f00630ccc01c3c", + "0xc018d2018bc018ce01837008d1018bc018070187d008d0018bc0184301824", + "0x8c008022f0060ec061d802008bc018021ec02008bc0180202402348d1340cf", + "0x6350060fc02350062f00601c061f402008bc0180c0188c008022f00620006", + "0xd6018bc0180210002354062f00600880008022f00634c061d80234cc201cbc", + "0xd9018bc018d80183e008d8018bc018d6354070f002358062f006358061f002", + "0x236c062f006308061f402368062f006088060900235c062f0060800604002", + "0x22f0060087b008022f00600809008dc36cda35c0c018dc018bc018d901837", + "0x600880008022f0060300623002008bc0187f01841008022f006204061d802", + "0xbc018de374070f002378062f006378061f002378062f00600843008dd018bc", + "0x62f0060880609002304062f0060800604002380062f00637c060f80237c06", + "0x9008e3388e13040c018e3018bc018e001837008e2018bc018070187d008e1", + "0xa6018bc018270183e008022f0060300623002008bc018021ec02008bc01802", + "0x2398062f00601c061f402394062f0060880609002390062f0060800604002", + "0x22f0060087b008022f00600809008e7398e53900c018e7018bc018a601837", + "0x600880008022f00605c062dc02008bc0181d01841008022f0061d8061d802", + "0xbc018e93a0070f0023a4062f0063a4061f0023a4062f00600843008e8018bc", + "0x62f0061a406090023b0062f00619806040023ac062f0063a8060f8023a806", + "0x9008ef3b8ed3b00c018ef018bc018eb01837008ee018bc018070187d008ed", + "0xf0018bc018720183e008022f00605c062dc02008bc018021ec02008bc01802", + "0x23c8062f00601c061f402300062f0061a406090023c4062f0061980604002", + "0x22f0060087b008022f00600809008f33c8c03c40c018f3018bc018f001837", + "0x60083b008f4018bc0180220002008bc0180901841008022f00605c062dc02", + "0x63d8060f8023d8062f0063d4f401c3c008f5018bc018f50187c008f5018bc", + "0xbc018070187d008f9018bc0182b01824008f8018bc0183901810008f7018bc", + "0xa900817018bc01802000023ecfa3e4f8030063ec062f0063dc060dc023e806", + "0x1001cbc01c060080701c02008bc0180201802008bc0180200802008bc01802", + "0xbc018160181700816018bc018090180c008022f006008090082b0e40761c5b", + "0x2024021ac066200c018bc01c690185b00810018bc01810018100086919807", + "0xbc018660180c0081d018bc0185b0182400872018bc0181001810008022f006", + "0x60081b1a819024bc01875074720244d0080c018bc0180c05c07314021d406", + "0x760184f008022f0060080900820019891d8062f00706c062ac02008bc01802", + "0x60e402008bc0180202402090066287b018bc01c79018ac00879088072f006", + "0x61f0061a40209c062f006008660087c018bc0187d0182b0087d018bc01822", + "0x62f0060086b008022f006008090080262c022f00709c7c01c160087c018bc", + "0x900802630060081b00880018bc0187e0186a0087e018bc0187f018190087f", + "0xbc0182e0186a0082e018bc018810187200881018bc018021ac02008bc01802", + "0x62f007208061d402208062f006208061a802208062f006200060740220006", + "0x2230062f00600820008022f006218061d802008bc01802024022200663486", + "0x2024020dc3601d8e2408e01cbc01c8c1a819024790088c018bc0188c01822", + "0x40018bc018070187d0083f018bc0189001824008022f0060087b008022f006", + "0xbc01843104400fc0c3180210c062f0061ec0620802104062f006030061f002", + "0x9008950198f244062f0070f00627802238062f00623806040020f03b0f809", + "0x72f0061180622002118062f00600880008022f0062440612402008bc01802", + "0xc4018bc018490189000849018bc0189e0188e008022f006260062300227898", + "0x2134062f0060f806090022a4062f0062380604002290062f006310060d802", + "0x6008090084f2ac4d2a40c0184f018bc018a401837008ab018bc0183b0187d", + "0x62f0060f806090022cc062f00623806040022b0062f006254060f802008bc", + "0x9008002dc522cc0c01800018bc018ac01837008b7018bc0183b0187d00852", + "0x2008bc0180c0182e008022f0061ec0623002008bc018021ec02008bc01802", + "0xc501c3c008c6018bc018c60187c008c6018bc018020ec02314062f00600880", + "0x3701824008c9018bc0183601810008c8018bc018c70183e008c7018bc018c6", + "0xcb328c903006330062f006320060dc0232c062f00601c061f402328062f006", + "0x61ec0623002008bc0188801876008022f0060087b008022f00600809008cc", + "0xc301cbc018ce0183f008ce018bc018070187d008022f006030060b802008bc", + "0x61f002340062f00600840008cf018bc0180220002008bc018cd01876008cd", + "0x604002348062f006344060f802344062f006340cf01c3c008d0018bc018d0", + "0xd201837008d4018bc018c30187d008d3018bc0186a01824008c2018bc01819", + "0x61d802008bc018021ec02008bc0180202402354d434cc203006354062f006", + "0xd6018bc0180220002008bc0180c0182e008022f0060880610402008bc01824", + "0x2364062f006360d601c3c008d8018bc018d80187c008d8018bc0180210c02", + "0x7d008db018bc0186a01824008da018bc0181901810008d7018bc018d90183e", + "0xbc0180202402374dc36cda03006374062f00635c060dc02370062f00601c06", + "0x604002378062f006080060f802008bc0180c0182e008022f0060087b00802", + "0xde01837008c1018bc018070187d008e0018bc0186a01824008df018bc01819", + "0x61d802008bc018021ec02008bc0180202402384c1380df03006384062f006", + "0xe2018bc0180220002008bc01817018c7008022f0061980610402008bc0186b", + "0x2298062f00638ce201c3c008e3018bc018e30187c008e3018bc0180210c02", + "0x7d008e6018bc0185b01824008e5018bc0181001810008e4018bc018a60183e", + "0xbc01802024023a0e7398e5030063a0062f006390060dc0239c062f00601c06", + "0x600880008022f00605c0631c02008bc0180901841008022f0060087b00802", + "0xbc018ea3a4070f0023a8062f0063a8061f0023a8062f0060083b008e9018bc", + "0x62f0060ac06090023b4062f0060e406040023b0062f0063ac060f8023ac06", + "0x8f03bcee3b40c018f0018bc018ec01837008ef018bc018070187d008ee", + "0x7008022f00600806008022f00600802008022f006008a900817018bc01802", + "0x62f0060240603002008bc01802024020ac3901d9016c1001cbc01c0600807", + "0x62f0071a40616c02040062f00604006040021a46601cbc018160181700816", + "0x62f00616c06090021c8062f0060400604002008bc01802024021ac066440c", + "0x61d41d1c80913402030062f0060301701cc500875018bc018660180c0081d", + "0x2024020800664876018bc01c1b018ab008022f006008060081b1a819024bc", + "0x900824019931ec062f0071e4062b0021e42201cbc018760184f008022f006", + "0x7c0185b0087c1f4072f00609c0605c0209c062f0060880603002008bc01802", + "0x800182b00880018bc0187d01839008022f006008090087e019941fc062f007", + "0x70b88101c1600881018bc01881018690082e018bc0180219802204062f006", + "0x86018bc018820181900882018bc018021ac02008bc018020240200995008bc", + "0xbc018021ac02008bc0180202402009960180206c02220062f006218061a802", + "0x62f0062200607402220062f006238061a802238062f006230061c80223006", + "0xbc01802024020dc0665c36018bc01c900187500890018bc018900186a00890", + "0x790083e018bc0183e018220083e018bc0180208002008bc018360187600802", + "0x22f0060087b008022f00600809008400fc076603c0ec072f0070f86a06409", + "0x2278062f00601c061f402260062f0060f00609002118062f0060ec0604002", + "0xc8008a4018bc0187f0187c008c4018bc0187b0188200849018bc0180c0187c", + "0x4d019992a4062f00725406278022549110c41030bc018a4310492789811810", + "0x62ac06220022ac062f00600880008022f0062a40612402008bc0180202402", + "0xbc018b301890008b3018bc018ac0188e008022f00613c06230022b04f01cbc", + "0x62f00610c0609002000062f00610406040022dc062f006148060d80214806", + "0x9008c7318c50000c018c7018bc018b701837008c6018bc018910187d008c5", + "0x610c0609002324062f0061040604002320062f006134060f802008bc01802", + "0xcc32cca3240c018cc018bc018c801837008cb018bc018910187d008ca018bc", + "0xbc0187b0188c008022f0061fc060b802008bc018021ec02008bc0180202402", + "0x61f002334062f0060083b008c3018bc0180220002008bc0180c0182e00802", + "0x60400233c062f006338060f802338062f006334c301c3c008cd018bc018cd", + "0xcf01837008d2018bc018070187d008d1018bc0184001824008d0018bc0183f", + "0x61d802008bc018021ec02008bc0180202402308d2344d003006308062f006", + "0x22f006030060b802008bc0187b0188c008022f0061fc060b802008bc01837", + "0x2008bc018d401876008d434c072f006354060fc02354062f00601c061f402", + "0xd601c3c008d8018bc018d80187c008d8018bc0180210002358062f00600880", + "0x6a01824008da018bc0181901810008d7018bc018d90183e008d9018bc018d8", + "0xdc36cda03006374062f00635c060dc02370062f00634c061f40236c062f006", + "0x61f40610402008bc0187e01876008022f0060087b008022f00600809008dd", + "0x43008de018bc0180220002008bc0180c0182e008022f0061ec0623002008bc", + "0x60f802380062f00637cde01c3c008df018bc018df0187c008df018bc01802", + "0x70187d008e2018bc0186a01824008e1018bc0181901810008c1018bc018e0", + "0x2008bc0180202402298e3388e103006298062f006304060dc0238c062f006", + "0xbc0180c0182e008022f0060880610402008bc0182401876008022f0060087b", + "0x3c008e5018bc018e50187c008e5018bc0180210c02390062f0060088000802", + "0x24008e8018bc0181901810008e7018bc018e60183e008e6018bc018e539007", + "0xe8030063ac062f00639c060dc023a8062f00601c061f4023a4062f0061a806", + "0x60f802008bc0180c0182e008022f0060087b008022f00600809008eb3a8e9", + "0x70187d008ee018bc0186a01824008ed018bc0181901810008ec018bc01820", + "0x2008bc01802024023c0ef3b8ed030063c0062f0063b0060dc023bc062f006", + "0xbc01817018c7008022f0061980610402008bc0186b01876008022f0060087b", + "0x3c008c0018bc018c00187c008c0018bc0180210c023c4062f0060088000802", + "0x24008f4018bc0181001810008f3018bc018f20183e008f2018bc018c03c407", + "0xf4030063dc062f0063cc060dc023d8062f00601c061f4023d4062f00616c06", + "0x631c02008bc0180901841008022f0060087b008022f00600809008f73d8f5", + "0x62f0063e4061f0023e4062f0060083b008f8018bc0180220002008bc01817", + "0x62f0060e406040023ec062f0063e8060f8023e8062f0063e4f801c3c008f9", + "0x11f018bc018fb01837008fe018bc018070187d008fd018bc0182b01824008fc", + "0xbc018022a40216c062f0060080000817018bc018023240247cfe3f4fc03006", + "0x76682b0e4072f0070180201c07008022f00600806008022f0060080200802", + "0x206c062f00602406030021a8062f0060e40604002008bc01802024021a466", + "0x600809008720199b030062f0070640632c020646b058092f00606c6a01cca", + "0x60301701ccc00875074072f0061d80605c021d8062f0061ac0603002008bc", + "0x60580604002008bc01802024020800667010018bc01c750185b0080c018bc", + "0x60405b01cc50087c018bc0181d0180c0087d018bc0182b0182400824018bc", + "0x7b018ab008022f006008060087b1e422024bc0187c1f4240244d00810018bc", + "0x62b0022007e01cbc018270184f008022f006008090087f0199d09c062f007", + "0x60ac02208062f0061f8060e402008bc01802024020b80667881018bc01c80", + "0x882180705802218062f006218061a402220062f0060086600886018bc01882", + "0x62f0062300606402230062f0060086b008022f006008090080267c022f007", + "0x60086b008022f0060080900802680060081b00890018bc0188e0186a0088e", + "0xbc018900181d00890018bc018370186a00837018bc018360187200836018bc", + "0x6008090083c019a10ec062f0070f8061d4020f8062f0060f8061a8020f806", + "0x20fc062f0060fc06088020fc062f00600820008022f0060ec061d802008bc", + "0xbc018021ec02008bc01802024022444301da21044001cbc01c3f1e42202479", + "0xc4018bc0180c018c300849018bc018070187d0089e018bc018410182400802", + "0x62a4a43104927817334022a4062f0062040620802290062f006040061f002", + "0x22ac0668c4d018bc01c980189e00840018bc01840018100089811895024bc", + "0xbc0184f018880084f018bc0180220002008bc0184d01849008022f00600809", + "0x62f0061480624002148062f0062cc0623802008bc018ac0188c008b32b007", + "0xc6018bc0189501824008c5018bc018400181000800018bc018b701836008b7", + "0x202402320c7318c503006320062f006000060dc0231c062f006118061f402", + "0xbc0189501824008ca018bc0184001810008c9018bc018ab0183e008022f006", + "0x230ccc32cca0300630c062f006324060dc02330062f006118061f40232c06", + "0x22f006040060b802008bc018810188c008022f0060087b008022f00600809", + "0xce0187c008ce018bc018020ec02334062f00600880008022f0060300633802", + "0x4301810008d0018bc018cf0183e008cf018bc018ce334070f002338062f006", + "0x6340060dc02308062f00601c061f402348062f0062440609002344062f006", + "0x3c01876008022f0060087b008022f00600809008d3308d23440c018d3018bc", + "0x2008bc0180c018ce008022f006040060b802008bc018810188c008022f006", + "0x80008022f006354061d802354d401cbc018d60183f008d6018bc018070187d", + "0xd9360070f002364062f006364061f002364062f00600840008d8018bc01802", + "0x61e4060900236c062f0060880604002368062f00635c060f80235c062f006", + "0xde374dc36c0c018de018bc018da01837008dd018bc018d40187d008dc018bc", + "0xbc0187e01841008022f0060b8061d802008bc018021ec02008bc0180202402", + "0x210c0237c062f00600880008022f0060300633802008bc018100182e00802", + "0xc10183e008c1018bc018e037c070f002380062f006380061f002380062f006", + "0x601c061f40238c062f0061e40609002388062f0060880604002384062f006", + "0x7b008022f00600809008e4298e33880c018e4018bc018e101837008a6018bc", + "0x62f0061fc060f802008bc0180c018ce008022f006040060b802008bc01802", + "0xe8018bc018070187d008e7018bc0187901824008e6018bc0182201810008e5", + "0xbc018021ec02008bc01802024023a4e839ce6030063a4062f006394060dc02", + "0x631c02008bc0181d01841008022f0060300633802008bc018200187600802", + "0x62f0063ac061f0023ac062f00600843008ea018bc0180220002008bc0185b", + "0x62f00605806040023b4062f0063b0060f8023b0062f0063acea01c3c008eb", + "0xf1018bc018ed01837008f0018bc018070187d008ef018bc0182b01824008ee", + "0x22f0061c8061d802008bc018021ec02008bc01802024023c4f03bcee03006", + "0x600880008022f00605c0633c02008bc0185b018c7008022f0061ac0610402", + "0xbc018f2300070f0023c8062f0063c8061f0023c8062f00600843008c0018bc", + "0x62f0060ac06090023d4062f00605806040023d0062f0063cc060f8023cc06", + "0x9008f83dcf63d40c018f8018bc018f401837008f7018bc018070187d008f6", + "0x2008bc0180901841008022f00605c0633c02008bc018021ec02008bc01802", + "0x63e8061f0023e8062f0060083b008f9018bc0180220002008bc0185b018c7", + "0x619806040023f0062f0063ec060f8023ec062f0063e8f901c3c008fa018bc", + "0xbc018fc018370091f018bc018070187d008fe018bc0186901824008fd018bc", + "0x22a40216c062f0060080000817018bc01802340024811f3f8fd0300648006", + "0x2b0e4072f0070180201c07008022f00600806008022f00600802008022f006", + "0x62f00602406030021a8062f0060e40604002008bc01802024021a46601da4", + "0x900872019a5030062f00706406348020646b058092f00606c6a01cd10081b", + "0x1701cc200875074072f0061d80605c021d8062f0061ac0603002008bc01802", + "0x604002008bc01802024020800669810018bc01c750185b0080c018bc0180c", + "0x5b01cc50087c018bc0181d0180c0087d018bc0182b0182400824018bc01816", + "0xab008022f006008060087b1e422024bc0187c1f4240244d00810018bc01810", + "0x22007e01cbc018270184f008022f006008090087f019a709c062f0071ec06", + "0x2208062f0061f8060e402008bc01802024020b8066a081018bc01c80018ac", + "0x705802218062f006218061a402220062f0060086600886018bc018820182b", + "0x62300606402230062f0060086b008022f00600809008026a4022f00722086", + "0x6b008022f00600809008026a8060081b00890018bc0188e0186a0088e018bc", + "0x900181d00890018bc018370186a00837018bc018360187200836018bc01802", + "0x90083c019ab0ec062f0070f8061d4020f8062f0060f8061a8020f8062f006", + "0x62f0060fc06088020fc062f00600820008022f0060ec061d802008bc01802", + "0x21ec02008bc01802024022444301dac1044001cbc01c3f1e422024790083f", + "0xbc0180c018d300849018bc018070187d0089e018bc0184101824008022f006", + "0xa43104927817350022a4062f0062040620802290062f006040061f00231006", + "0x66b44d018bc01c980189e00840018bc01840018100089811895024bc018a9", + "0x4f018880084f018bc0180220002008bc0184d01849008022f00600809008ab", + "0x61480624002148062f0062cc0623802008bc018ac0188c008b32b0072f006", + "0xbc0189501824008c5018bc018400181000800018bc018b701836008b7018bc", + "0x2320c7318c503006320062f006000060dc0231c062f006118061f40231806", + "0x9501824008ca018bc0184001810008c9018bc018ab0183e008022f00600809", + "0xcc32cca0300630c062f006324060dc02330062f006118061f40232c062f006", + "0x6040060b802008bc018810188c008022f0060087b008022f00600809008c3", + "0x7c008ce018bc018020ec02334062f00600880008022f0060300635402008bc", + "0x10008d0018bc018cf0183e008cf018bc018ce334070f002338062f00633806", + "0x60dc02308062f00601c061f402348062f0062440609002344062f00610c06", + "0x76008022f0060087b008022f00600809008d3308d23440c018d3018bc018d0", + "0xbc0180c018d5008022f006040060b802008bc018810188c008022f0060f006", + "0x22f006354061d802354d401cbc018d60183f008d6018bc018070187d00802", + "0x70f002364062f006364061f002364062f00600840008d8018bc0180220002", + "0x60900236c062f0060880604002368062f00635c060f80235c062f006364d8", + "0xdc36c0c018de018bc018da01837008dd018bc018d40187d008dc018bc01879", + "0x7e01841008022f0060b8061d802008bc018021ec02008bc0180202402378dd", + "0x237c062f00600880008022f0060300635402008bc018100182e008022f006", + "0x3e008c1018bc018e037c070f002380062f006380061f002380062f00600843", + "0x61f40238c062f0061e40609002388062f0060880604002384062f00630406", + "0x22f00600809008e4298e33880c018e4018bc018e101837008a6018bc01807", + "0x61fc060f802008bc0180c018d5008022f006040060b802008bc018021ec02", + "0xbc018070187d008e7018bc0187901824008e6018bc0182201810008e5018bc", + "0x21ec02008bc01802024023a4e839ce6030063a4062f006394060dc023a006", + "0x2008bc0181d01841008022f0060300635402008bc0182001876008022f006", + "0x63ac061f0023ac062f00600843008ea018bc0180220002008bc0185b018c7", + "0x605806040023b4062f0063b0060f8023b0062f0063acea01c3c008eb018bc", + "0xbc018ed01837008f0018bc018070187d008ef018bc0182b01824008ee018bc", + "0x61c8061d802008bc018021ec02008bc01802024023c4f03bcee030063c406", + "0x80008022f00605c0635802008bc0185b018c7008022f0061ac0610402008bc", + "0xf2300070f0023c8062f0063c8061f0023c8062f00600843008c0018bc01802", + "0x60ac06090023d4062f00605806040023d0062f0063cc060f8023cc062f006", + "0xf83dcf63d40c018f8018bc018f401837008f7018bc018070187d008f6018bc", + "0xbc0180901841008022f00605c0635802008bc018021ec02008bc0180202402", + "0x61f0023e8062f0060083b008f9018bc0180220002008bc0185b018c700802", + "0x6040023f0062f0063ec060f8023ec062f0063e8f901c3c008fa018bc018fa", + "0xfc018370091f018bc018070187d008fe018bc0186901824008fd018bc01866", + "0x701c02008bc0180201802008bc01802008024811f3f8fd03006480062f006", + "0x66018bc018090180c008022f006008090085b040076b817030072f00701802", + "0x69018bc01c2b0185b0080c018bc0180c018100082b0e4072f0061980605c02", + "0x6b01cbc0186a018170086a018bc018390180c008022f0060080900816019af", + "0x62f0061ac060e402008bc01802024021c8066c01b018bc01c190185b00819", + "0x21d4062f0061d4061a4021d8062f0060086600875018bc0181d0182b0081d", + "0x606402080062f0060086b008022f00600809008026c4022f0071d87501c16", + "0x22f00600809008026c8060081b00879018bc018220186a00822018bc01820", + "0x1d00879018bc018240186a00824018bc0187b018720087b018bc018021ac02", + "0x27019b31f0062f0071f4061d4021f4062f0061f4061a8021f4062f0061e406", + "0x61fc06088021fc062f00600820008022f0061f0061d802008bc0180202402", + "0x2008bc01802024020b88101db42007e01cbc01c7f05c0c024790087f018bc", + "0x8601cd800888018bc0181b0187c00886018bc018690187c008022f0060087b", + "0x2238066d48c018bc01c82018950087e018bc0187e0181000882018bc01888", + "0x624006204020d8062f0060088000890018bc0188c01846008022f00600809", + "0xbc01836018820083f018bc0183e0187c008022f0060dc060b8020f83701cbc", + "0xbc0183b01888008022f0060f0061d8020f03b01cbc018400fc072180210006", + "0x62f0062440624002244062f00610c0623802008bc018410188c0084310407", + "0x9e018bc018800182400898018bc0187e0181000846018bc018950183600895", + "0x202402310492789803006310062f006118060dc02124062f00601c061f402", + "0xbc0188001824008a9018bc0187e01810008a4018bc0188e0183e008022f006", + "0x213cab134a90300613c062f006290060dc022ac062f00601c061f40213406", + "0x22f00606c060b802008bc018690182e008022f0060087b008022f00600809", + "0x70f0022cc062f0062cc061f0022cc062f0060083b008ac018bc0180220002", + "0x609002000062f00620406040022dc062f006148060f802148062f0062ccac", + "0xc50000c018c7018bc018b701837008c6018bc018070187d008c5018bc0182e", + "0x690182e008022f00609c061d802008bc018021ec02008bc018020240231cc6", + "0x72f006328060fc02328062f00601c061f402008bc0181b0182e008022f006", + "0x7c008cc018bc018021000232c062f00600880008022f006324061d802324c8", + "0x10008cd018bc018c30183e008c3018bc018cc32c070f002330062f00633006", + "0x60dc02340062f006320061f40233c062f00605c0609002338062f00603006", + "0x76008022f0060087b008022f00600809008d1340cf3380c018d1018bc018cd", + "0x62f00600880008022f0061ac0610402008bc018690182e008022f0061c806", + "0xd3018bc018c2348070f002308062f006308061f002308062f00600843008d2", + "0x2358062f00605c0609002354062f0060300604002350062f00634c060f802", + "0x600809008d9360d63540c018d9018bc018d401837008d8018bc018070187d", + "0x220002008bc0183901841008022f006058061d802008bc018021ec02008bc", + "0x6368d701c3c008da018bc018da0187c008da018bc0180210c0235c062f006", + "0xbc0181701824008dd018bc0180c01810008dc018bc018db0183e008db018bc", + "0x2380df378dd03006380062f006370060dc0237c062f00601c061f40237806", + "0xc1018bc0180220002008bc0180901841008022f0060087b008022f00600809", + "0x2388062f006384c101c3c008e1018bc018e10187c008e1018bc018020ec02", + "0x7d008e4018bc0185b01824008a6018bc0181001810008e3018bc018e20183e", + "0xbc0180200802398e5390a603006398062f00638c060dc02394062f00601c06", + "0x6008090083916c076d81005c072f00701c0201c07008022f0060080600802", + "0x69018bc0180219802198062f0060ac060ac020ac062f006030060e402008bc", + "0x1b7008bc01c69198070580205c062f00605c0604002198062f006198061a402", + "0x61a8021ac062f0060580606402058062f0060086b008022f0060080900802", + "0x21a8062f0060086b008022f00600809008026e0060081b00819018bc0186b", + "0x6a00872018bc018190181d00819018bc0181b0186a0081b018bc0186a01872", + "0x7b008022f0060080900875019b9074062f0071c8061d4021c8062f0061c806", + "0x62f0061d806088021d8062f00600820008022f006074061d802008bc01802", + "0x604002008bc01802024021ec7901dba0882001cbc01c76040170247900876", + "0x7f024d700880018bc01822018240087e018bc01806018d90087f018bc01820", + "0x820b8072f00609c0620402204062f00600880008271f07d0900c2f0062007e", + "0x860088e018bc01881018820088c018bc018820187c008022f0060b8060b802", + "0x20d89001cbc0188601888008022f006220061d8022208601cbc0188e23007", + "0x60d8020f8062f0060dc06240020dc062f0060d80623802008bc018900188c", + "0x7c018240083f018bc0187d018d90083c018bc01824018100083b018bc0183e", + "0x400fc3c05c0610c062f0060ec060dc02104062f006024061f402100062f006", + "0x61f002254062f0060083b00891018bc0180220002008bc018020240210c41", + "0x604002260062f006118060f802118062f0062549101c3c00895018bc01895", + "0x90187d008c4018bc0187b0182400849018bc01806018d90089e018bc01879", + "0x22f00600809008a9290c41249e05c062a4062f006260060dc02290062f006", + "0x4f0183f0084f018bc018090187d008022f0061d4061d802008bc018021ec02", + "0x62f00600840008ac018bc0180220002008bc018ab01876008ab134072f006", + "0x62f006148060f802148062f0062ccac01c3c008b3018bc018b30187c008b3", + "0xc6018bc0181001824008c5018bc01806018d900800018bc0181701810008b7", + "0x9008c831cc63140005c06320062f0062dc060dc0231c062f006134061f402", + "0x2324062f00600880008022f0060300610402008bc018021ec02008bc01802", + "0x3e008cb018bc018ca324070f002328062f006328061f002328062f0060083b", + "0x609002334062f006018063640230c062f00616c0604002330062f00632c06", + "0xcd30c17018d0018bc018cc01837008cf018bc018090187d008ce018bc01839", + "0x2008022f006008a90085b018bc018020000205c062f006008d0008d033cce", + "0x21a46601dbb0ac3901cbc01c060080701c02008bc0180201802008bc01802", + "0x6a01cd10081b018bc018090180c0086a018bc0183901810008022f00600809", + "0x2008bc01802024021c8066f00c018bc01c19018d2008191ac16024bc0181b", + "0xc018bc0180c05c07308021d41d01cbc018760181700876018bc0186b0180c", + "0x24018bc0181601810008022f0060080900820019bd040062f0071d40616c02", + "0x10018bc0181016c07314021f0062f00607406030021f4062f0060ac0609002", + "0x62f0071ec062ac02008bc01802018021ec79088092f0061f07d0900913402", + "0xbc01c80018ac008801f8072f00609c0613c02008bc01802024021fc066f827", + "0xbc01888018da00888018bc0187e0180c008022f006008090082e019bf20406", + "0x6208060e402008bc0180202402238067008c018bc01c86018db0088620807", + "0x62f0060d8061a4020dc062f0060086600836018bc018900182b00890018bc", + "0x20f8062f0060086b008022f0060080900802704022f0070dc3601c1600836", + "0x60080900802708060081b0083c018bc0183b0186a0083b018bc0183e01819", + "0x3c018bc018400186a00840018bc0183f018720083f018bc018021ac02008bc", + "0x1c310c062f007104061d402104062f006104061a802104062f0060f00607402", + "0x608802254062f00600820008022f00610c061d802008bc018020240224406", + "0xbc01802024021249e01dc42604601cbc01c951e4220247900895018bc01895", + "0xd3008ab018bc018070187d0084d018bc0189801824008022f0060087b00802", + "0x61a8022cc062f00620406208022b0062f006040061f00213c062f00603006", + "0x611806040022a4a4310092f006148b32b04f2ac4d040dc00852018bc0188c", + "0x62dc0612402008bc018020240200006714b7018bc01ca90189e00846018bc", + "0x22f006318062300231cc601cbc018c501888008c5018bc0180220002008bc", + "0x2328062f006324060d802324062f0063200624002320062f00631c0623802", + "0x37008c3018bc018a40187d008cc018bc018c401824008cb018bc0184601810", + "0x62f006000060f802008bc0180202402334c3330cb03006334062f00632806", + "0xd1018bc018a40187d008d0018bc018c401824008cf018bc0184601810008ce", + "0xbc018021ec02008bc0180202402348d1340cf03006348062f006338060dc02", + "0x635402008bc018100182e008022f0062040623002008bc0188c018dd00802", + "0x62f00634c061f00234c062f0060083b008c2018bc0180220002008bc0180c", + "0x62f0062780604002354062f006350060f802350062f00634cc201c3c008d3", + "0xd7018bc018d501837008d9018bc018070187d008d8018bc0184901824008d6", + "0x22f006244061d802008bc018021ec02008bc018020240235cd9360d603006", + "0xc018d5008022f006040060b802008bc018810188c008022f0062300637402", + "0x636c061d80236cda01cbc018dc0183f008dc018bc018070187d008022f006", + "0x2378062f006378061f002378062f00600840008dd018bc0180220002008bc", + "0x2304062f0060880604002380062f00637c060f80237c062f006378dd01c3c", + "0xc018e3018bc018e001837008e2018bc018da0187d008e1018bc0187901824", + "0x41008022f006238061d802008bc018021ec02008bc018020240238ce2384c1", + "0xbc0180c018d5008022f006040060b802008bc018810188c008022f00620806", + "0x3c008e4018bc018e40187c008e4018bc0180210c02298062f0060088000802", + "0x24008e7018bc0182201810008e6018bc018e50183e008e5018bc018e429807", + "0xe7030063a8062f006398060dc023a4062f00601c061f4023a0062f0061e406", + "0x610402008bc0182e01876008022f0060087b008022f00600809008ea3a4e8", + "0xeb018bc0180220002008bc0180c018d5008022f006040060b802008bc0187e", + "0x23b4062f0063b0eb01c3c008ec018bc018ec0187c008ec018bc0180210c02", + "0x7d008f0018bc0187901824008ef018bc0182201810008ee018bc018ed0183e", + "0xbc0180202402300f13c0ef03006300062f0063b8060dc023c4062f00601c06", + "0x7f0183e008022f0060300635402008bc018100182e008022f0060087b00802", + "0x601c061f4023d0062f0061e406090023cc062f00608806040023c8062f006", + "0x7b008022f00600809008f63d4f43cc0c018f6018bc018f201837008f5018bc", + "0x22f0060740610402008bc0180c018d5008022f006080061d802008bc01802", + "0xf80187c008f8018bc0180210c023dc062f00600880008022f00616c0631c02", + "0x1601810008fa018bc018f90183e008f9018bc018f83dc070f0023e0062f006", + "0x63e8060dc023f4062f00601c061f4023f0062f0060ac06090023ec062f006", + "0x7201876008022f0060087b008022f00600809008fe3f4fc3ec0c018fe018bc", + "0x2008bc01817018d6008022f00616c0631c02008bc0186b01841008022f006", + "0x11f01c3c00920018bc019200187c00920018bc0180210c0247c062f00600880", + "0x2b0182400922018bc018160181000921018bc018bf0183e008bf018bc01920", + "0x12448d2203006494062f006484060dc02490062f00601c061f40248c062f006", + "0x60240610402008bc01817018d6008022f0060087b008022f0060080900925", + "0x7c00927018bc018020ec02498062f00600880008022f00616c0631c02008bc", + "0x1000929018bc019280183e00928018bc01927498070f00249c062f00649c06", + "0x60dc024b0062f00601c061f4024ac062f0061a406090024a8062f00619806", + "0x7008022f00600806008022f006008020092d4b12b4a80c0192d018bc01929", + "0x62f0060300604002008bc018020240216c1001dc605c0c01cbc01c0600807", + "0x719806348021982b0e4092f0060586901cd100816018bc018090180c00869", + "0x61a8060ac021a8062f0060ac060e402008bc01802024020640671c6b018bc", + "0xbc01c7206c070580206c062f00606c061a4021c8062f006008660081b018bc", + "0x21d4062f0060740606402074062f0060086b008022f006008090080272002", + "0x62f0060086b008022f0060080900802724060081b00876018bc018750186a", + "0x79018bc018760181d00876018bc018220186a00822018bc018200187200820", + "0x22f0060080900824019ca1ec062f0071e4061d4021e4062f0061e4061a802", + "0x91e4021f4062f0061f406088021f4062f00600820008022f0061ec061d802", + "0x2008bc018021ec02008bc01802024021f87f01dcb09c7c01cbc01c7d05c39", + "0xde00888018bc0186b018d300886018bc018070187d00882018bc0182701824", + "0x62f0070b806278021f0062f0061f006040020b881200092f0062208620809", + "0x2240062f00600880008022f0062300612402008bc0180202402238067308c", + "0x900083e018bc018370188e008022f0060d806230020dc3601cbc0189001888", + "0x6090020fc062f0061f006040020f0062f0060ec060d8020ec062f0060f806", + "0x400fc0c01843018bc0183c0183700841018bc018810187d00840018bc01880", + "0x2254062f0061f00604002244062f006238060f802008bc018020240210c41", + "0xc0189e018bc018910183700898018bc018810187d00846018bc0188001824", + "0x80008022f0061ac0635402008bc018021ec02008bc01802024022789811895", + "0xc4124070f002310062f006310061f002310062f0060083b00849018bc01802", + "0x61f80609002134062f0061fc06040022a4062f006290060f802290062f006", + "0xac13cab1340c018ac018bc018a9018370084f018bc018070187d008ab018bc", + "0xbc0186b018d5008022f006090061d802008bc018021ec02008bc0180202402", + "0x22f006148061d802148b301cbc018b70183f008b7018bc018070187d00802", + "0x70f002314062f006314061f002314062f0060084000800018bc0180220002", + "0x609002320062f0060e4060400231c062f006318060f802318062f00631400", + "0xc93200c018cb018bc018c701837008ca018bc018b30187d008c9018bc01817", + "0x2b01841008022f006064061d802008bc018021ec02008bc018020240232cca", + "0xc3018bc018c30187c008c3018bc0180210c02330062f00600880008022f006", + "0xcf018bc0183901810008ce018bc018cd0183e008cd018bc018c3330070f002", + "0x6348062f006338060dc02344062f00601c061f402340062f00605c0609002", + "0x2008bc0180901841008022f0060087b008022f00600809008d2344d033c0c", + "0xc201c3c008d3018bc018d30187c008d3018bc018020ec02308062f00600880", + "0x5b01824008d6018bc0181001810008d5018bc018d40183e008d4018bc018d3", + "0xd9360d60300635c062f006354060dc02364062f00601c061f402360062f006", + "0x773417030072f0070180201c07008022f00600806008022f00600802008d7", + "0x20ac062f0060e4060ac020e4062f006024060e402008bc018020240216c10", + "0x705802030062f00603006040020ac062f0060ac061a402198062f00600866", + "0x61a406064021a4062f0060086b008022f0060080900802738022f0071982b", + "0x6b008022f006008090080273c060081b0086b018bc018160186a00816018bc", + "0x6b0181d0086b018bc0186a0186a0086a018bc018190187200819018bc01802", + "0x90081d019d01c8062f00706c061d40206c062f00606c061a80206c062f006", + "0x21d4062f00600820008022f0061c8061d802008bc018021ec02008bc01802", + "0x2024021e42201dd10807601cbc01c7505c0c0247900875018bc0187501822", + "0x609c7c01cdf00827018bc018070187d0087c018bc0182001824008022f006", + "0x21f8067487f018bc01c7d0189e00876018bc01876018100087d0907b024bc", + "0xbc018800188800880018bc0180220002008bc0187f01849008022f00600809", + "0x62f0062080624002208062f0060b80623802008bc018810188c0082e20407", + "0x8e018bc0187b018240088c018bc018760181000888018bc018860183600886", + "0x2024020d8902388c030060d8062f006220060dc02240062f006090061f402", + "0xbc0187b018240083e018bc018760181000837018bc0187e0183e008022f006", + "0x20fc3c0ec3e030060fc062f0060dc060dc020f0062f006090061f4020ec06", + "0xbc018410187c00841018bc018020ec02100062f00600880008022f00600809", + "0xbc018220181000891018bc018430183e00843018bc01841100070f00210406", + "0x62f006244060dc02260062f00601c061f402118062f0061e4060900225406", + "0xbc0181d01876008022f0060087b008022f006008090089e260462540c0189e", + "0x22f006310061d8023104901cbc018a40183f008a4018bc018070187d00802", + "0x70f002134062f006134061f002134062f00600840008a9018bc0180220002", + "0x6090022b0062f006030060400213c062f0062ac060f8022ac062f006134a9", + "0xb32b00c018b7018bc0184f0183700852018bc018490187d008b3018bc01817", + "0x600880008022f0060240610402008bc018021ec02008bc01802024022dc52", + "0xbc018c5000070f002314062f006314061f002314062f0060083b00800018bc", + "0x62f00616c0609002320062f006040060400231c062f006318060f80231806", + "0x39008cb328c93200c018cb018bc018c701837008ca018bc018070187d008c9", + "0x2008bc01802024020300674c0901c072f0070180638002018062f00600806", + "0x1b0085b018bc01817018e200810018bc01807018e100817018bc01809018c1", + "0x2b018bc01839018e300839018bc018021ac02008bc0180202402009d401802", + "0x2198062f006040062380216c062f0060ac0638802040062f0060300638402", + "0x2008bc01802024020580675469018bc01c5b018a600866018bc018660180c", + "0xe600819018bc0186b018e50086b018bc0186b0187c0086b018bc01869018e4", + "0x1b01c061c8062f0061a80639c0206c062f00619806030021a8062f00606406", + "0x1d018e80081d018bc018021ac02008bc0181601876008022f0060080900872", + "0x20807601c06080062f0061d40639c021d8062f00619806030021d4062f006", + "0x60187d00839018bc0180201824008022f006030060b802008bc018090182e", + "0x675866018bc01c5b018950085b04017024bc0182b0e4073a4020ac062f006", + "0x6204021ac062f006008ea00816018bc0186601846008022f0060080900869", + "0x7d00875018bc018170182400819018bc0186b1a8073ac021a81601cbc01816", + "0x7206c092f006080761d4093b002080062f006064061f0021d8062f00604006", + "0x22f0060880612402008bc01802024021e40675c22018bc01c1d0189e0081d", + "0x7d018bc0182401c073b402090062f0061ec1601ceb0087b018bc018023a802", + "0x21fc062f0061c8061f40209c062f00606c06090021f0062f0061f4063b802", + "0x22f00601c060b802008bc01802024021f87f09c090187e018bc0187c018ef", + "0x7d00881018bc0181b0182400880018bc01879018f0008022f006058060b802", + "0x22f00600809008820b88102406208062f006200063bc020b8062f0061c806", + "0x7d00888018bc018170182400886018bc01869018f0008022f00601c060b802", + "0xbc01802018e50088e2308802406238062f006218063bc02230062f00604006", + "0x62f0060240620802030062f0060086b00809018bc01807018070f00201c06", + "0x6008061f402018062f0060086b0081005c0701810018bc0180c018f100817", + "0x17030072f0060240201cc00080901c0701809018bc01806018f100807018bc", + "0x6900839018bc018021980216c062f0060401701cf300810018bc018023c802", + "0xc3d402030062f006030060400216c062f00616c063d0020e4062f0060e406", + "0x69018f6008022f00600809008191ac16025d81a4660ac092f00716c3901c06", + "0x61a8063dc021c8062f006198061f40206c062f0060ac06090021a8062f006", + "0x2400875018bc01819018f8008022f0060080900802764060081b0081d018bc", + "0x63e402074062f0061d4063dc021c8062f0061ac061f40206c062f00605806", + "0x21e40676822018bc01c760189500876018bc01820018fa00820018bc0181d", + "0x24018fc00824018bc0187b018fb0087b018bc0182201846008022f00600809", + "0x61c8061f40209c062f00606c06090021f0062f00603006040021f4062f006", + "0xfe008022f006008090087e1fc271f00c0187e018bc0187d018fd0087f018bc", + "0x61f4020b8062f00606c0609002204062f0060300604002200062f0061e406", + "0x60240201cc0008862082e2040c01886018bc01880018fd00882018bc01872", + "0xbc01802198020e4062f00616c1001cf30085b018bc018023c8020401701cbc", + "0x62f00605c06040020e4062f0060e4063d0020ac062f0060ac061a4020ac06", + "0x22f00600809008191ac16025db1a46601cbc01c0c0e42b01c0605d1f00817", + "0x7d00872018bc01866018240081b018bc0186a019200086a018bc018021ac02", + "0xbc0180202402009dc0180206c021d4062f00606c062fc02074062f0061a406", + "0x1d018bc0186b0187d00872018bc018160182400876018bc018190192100802", + "0x2080062f0060880648c02088062f0061d406488021d4062f0061d8062fc02", + "0x6b008022f0061e40612402008bc01802024021ec0677479018bc01c200189e", + "0x17018100087c018bc0187d019250087d018bc018240192400824018bc01802", + "0x61f006498021f8062f006074061f4021fc062f0061c8060900209c062f006", + "0x1000881018bc0187b01927008022f00600809008801f87f09c0c01880018bc", + "0x649802218062f006074061f402208062f0061c806090020b8062f00605c06", + "0xbc018070187d00872018bc018060182400888218820b80c01888018bc01881", + "0x21d80677875018bc01c1b019290081b1a819024bc0181d1c8074a00207406", + "0x220192c00822018bc018200192b00820018bc018750192a008022f00600809", + "0x209c062f0061e4064b8021e4062f0061e4064b4021f07d0907b1e4172f006", + "0x81018bc018810187c00881018bc0187f0192f008801f87f024bc01827018be", + "0x7c018bc0187c0187c0082e018bc0182e0187c0082e018bc01809204074c002", + "0x21f4062f0061f40630c02090062f0060900630c021ec062f0061ec064c402", + "0x82019df008bc01c2e019330087e018bc0187e0193200880018bc01880018c3", + "0x880186a00888018bc018860187200886018bc018021ac02008bc0180202402", + "0x6b008022f006208064d002008bc0180202402009e00180206c02230062f006", + "0x8c0181d0088c018bc018900186a00890018bc0188e018190088e018bc01802", + "0x90083e019e10dc062f0070d8061d4020d8062f0060d8061a8020d8062f006", + "0x60303b01d300083b018bc0187e0192f008022f0060dc061d802008bc01802", + "0x6008090083f019e2008bc01c3c019330083c018bc0183c0187c0083c018bc", + "0x43018bc018410186a00841018bc018400187200840018bc018021ac02008bc", + "0x62f0060086b008022f0060fc064d002008bc0180202402009e30180206c02", + "0x46018bc018430181d00843018bc018950186a00895018bc018910181900891", + "0x22f006008090089e019e4260062f007118061d402118062f006118061a802", + "0x2310062f00605c4901d3000849018bc0188001935008022f006260061d802", + "0x6b008022f00600809008a4019e5008bc01cc401933008c4018bc018c40187c", + "0x60081b008ab018bc0184d0186a0084d018bc018a901872008a9018bc01802", + "0x60640213c062f0060086b008022f006290064d002008bc0180202402009e6", + "0xb30186a008b3018bc018ab0181d008ab018bc018ac0186a008ac018bc0184f", + "0x5201876008022f00600809008b7019e7148062f0072cc061d4022cc062f006", + "0xcb328c9320c7318c516cbc018000193700800018bc0187b01936008022f006", + "0xcc018bc018cc0187c008cc018bc01810314074c002314062f006314061f002", + "0x231c062f00631c064e002318062f0063180630c0232c062f00632c061f002", + "0x133008ca018bc018ca0187c008c9018bc018c90187c008c8018bc018c80180c", + "0xcd01872008cd018bc018021ac02008bc018020240230c067a0022f00733006", + "0x2008bc0180202402009e90180206c0233c062f006338061a802338062f006", + "0xd10186a008d1018bc018d001819008d0018bc018021ac02008bc018c301934", + "0x7348061d402348062f006348061a802348062f00633c060740233c062f006", + "0xbc018c601935008022f006308061d802008bc018020240234c067a8c2018bc", + "0xbc01cd501933008d5018bc018d50187c008d5018bc0185b350074c00235006", + "0xd9018bc018d801872008d8018bc018021ac02008bc0180202402358067ac02", + "0x6358064d002008bc0180202402009ec0180206c0235c062f006364061a802", + "0xd7018bc018db0186a008db018bc018da01819008da018bc018021ac02008bc", + "0x1ed374062f007370061d402370062f006370061a802370062f00635c0607402", + "0x130008df018bc018c701939008022f006374061d802008bc018020240237806", + "0xc1019ee008bc01ce001933008e0018bc018e00187c008e0018bc0183937c07", + "0xe20186a008e2018bc018e101872008e1018bc018021ac02008bc0180202402", + "0x6b008022f006304064d002008bc0180202402009ef0180206c0238c062f006", + "0xe30181d008e3018bc018e40186a008e4018bc018a601819008a6018bc01802", + "0x9008e7019f0398062f007394061d402394062f006394061a802394062f006", + "0x63a0060e4023a0c801cbc018c80193a008022f006398061d802008bc01802", + "0x62f0063a8061a4023ac062f0060093b008ea018bc018e90182b008e9018bc", + "0x23b0062f0060086b008022f00600809008027c4022f0073acea01c16008ea", + "0x600809008027c8060081b008ee018bc018ed0186a008ed018bc018ec01819", + "0xee018bc018f00186a008f0018bc018ef01872008ef018bc018021ac02008bc", + "0x1f3300062f0073c4061d4023c4062f0063c4061a8023c4062f0063b80607402", + "0x66008f3018bc018c801839008022f006300061d802008bc01802024023c806", + "0xf401869008f8018bc018f3018e1008f7018bc0180201810008f4018bc01802", + "0x67d0fa018bc01cf60193c008f63d4072f0063e4f83dc092f4023e4062f006", + "0x7c008fd018bc018fc018e4008fc018bc018fa0193d008022f00600809008fb", + "0x7c0091f018bc018fe324074c0023f8062f0063f406394023f4062f0063f406", + "0x21ac02008bc0180202402480067d4022f00747c064cc0247c062f00647c06", + "0x1f60180206c02488062f006484061a802484062f0062fc061c8022fc062f006", + "0x1230181900923018bc018021ac02008bc0192001934008022f0060080900802", + "0x6494061a802494062f0064880607402488062f006490061a802490062f006", + "0x6498061d802008bc018020240249c067dd26018bc01d250187500925018bc", + "0xbc01d280193300928018bc019280187c00928018bc0182b328074c002008bc", + "0x12b018bc0192a018720092a018bc018021ac02008bc01802024024a4067e002", + "0x64a4064d002008bc0180202402009f90180206c024b0062f0064ac061a802", + "0x12c018bc0192e0186a0092e018bc0192d018190092d018bc018021ac02008bc", + "0x1fa4bc062f0072f8061d4022f8062f0062f8061a8022f8062f0064b00607402", + "0x24c4062f006198cb01d30008022f0064bc061d802008bc01802024024c006", + "0x6b008022f0060080900932019fb008bc01d310193300931018bc019310187c", + "0x60081b00935018bc019340186a00934018bc019330187200933018bc01802", + "0x6064024d8062f0060086b008022f0064c8064d002008bc0180202402009fc", + "0x1380186a00938018bc019350181d00935018bc019370186a00937018bc01936", + "0x13901876008022f006008090093a019fd4e4062f0074e0061d4024e0062f006", + "0x62f4061f0022f4062f0061a53b01d300093b018bc0182401935008022f006", + "0x62f0060086b008022f006008090093c019fe008bc01cbd01933008bd018bc", + "0x9008027fc060081b0093f018bc0193e0186a0093e018bc0193d018720093d", + "0x62f0065000606402500062f0060086b008022f0064f0064d002008bc01802", + "0x142018bc019420186a00942018bc0193f0181d0093f018bc019410186a00941", + "0x2008bc0194301876008022f006008090094401a0050c062f007508061d402", + "0x2518062f006518061f002518062f0060594501d3000945018bc0187d01935", + "0x61c802520062f0060086b008022f006008090094701a01008bc01d4601933", + "0x22f0060080900802808060081b0094a018bc019490186a00949018bc01948", + "0x61a802530062f00652c060640252c062f0060086b008022f00651c064d002", + "0x14d018750094d018bc0194d0186a0094d018bc0194a0181d0094a018bc0194c", + "0x6b1f0074c002008bc0194e01876008022f006008090094f01a03538062f007", + "0x20240254406810022f007540064cc02540062f006540061f002540062f006", + "0x62f00654c061a80254c062f006548061c802548062f0060086b008022f006", + "0xbc018021ac02008bc0195101934008022f0060080900802814060081b00954", + "0x62f0065500607402550062f006558061a802558062f006554060640255406", + "0xbc01802024025640681958018bc01d570187500957018bc019570186a00957", + "0x12500901018bc0195a019240095a018bc018021ac02008bc019580187600802", + "0x61f402574062f0060640609002570062f0063d4060400256c062f00640406", + "0x22f006008090095e4095d5700c0195e018bc0195b0192600902018bc0186a", + "0x1600187c00960018bc018024f80257c062f00600880008022f006564061d802", + "0xf50181000961018bc018a801927008a8018bc0196057c070f002580062f006", + "0x65840649802590062f0061a8061f40258c062f0060640609002588062f006", + "0x60b802008bc0194f01876008022f0060080900965591635880c01965018bc", + "0x167018bc018024f802598062f00600880008022f0061f0060b802008bc0186b", + "0x169018bc019680192700968018bc01967598070f00259c062f00659c061f002", + "0x25b0062f0061a8061f4025ac062f00606406090025a8062f0063d40604002", + "0xbc0194401876008022f006008090096d5b16b5a80c0196d018bc0196901926", + "0x633802008bc018160182e008022f0061f0060b802008bc0186b0182e00802", + "0x62f0065bc061f0025bc062f0060093e0096e018bc0180220002008bc0187d", + "0x62f0063d406040025c4062f0065c00649c025c0062f0065bd6e01c3c0096f", + "0x175018bc019710192600974018bc0186a0187d00973018bc018190182400972", + "0xbc0186b0182e008022f0064e8061d802008bc01802024025d5745cd7203006", + "0x60b802008bc0187d018ce008022f006058060b802008bc0187c0182e00802", + "0x177018bc018024f8025d8062f00600880008022f0060900633802008bc01869", + "0x179018bc019780192700978018bc019775d8070f0025dc062f0065dc061f002", + "0x25f0062f0061a8061f4025ec062f00606406090025e8062f0063d40604002", + "0xbc0193001876008022f0060080900a075f17b5e80c01a07018bc0197901926", + "0x633802008bc018160182e008022f0061f0060b802008bc0186b0182e00802", + "0x22f006198060b802008bc01824018ce008022f0061a4060b802008bc0187d", + "0x1050187c00905018bc018024f802820062f00600880008022f00632c060b802", + "0xf50181000a0a018bc01a090192700a09018bc01905820070f002414062f006", + "0x68280649802834062f0061a8061f402830062f006064060900282c062f006", + "0x60b802008bc0192701876008022f0060080900a0e8360c82c0c01a0e018bc", + "0x22f0061f40633802008bc018160182e008022f0061f0060b802008bc0186b", + "0xcb0182e008022f006198060b802008bc01824018ce008022f0061a4060b802", + "0x2410062f00600880008022f006328060b802008bc0182b0182e008022f006", + "0x12700a10018bc01a0f410070f00283c062f00683c061f00283c062f0060093e", + "0x61f40284c062f0060640609002848062f0063d40604002844062f00684006", + "0x22f0060080900a15852138480c01a15018bc01a110192600a14018bc0186a", + "0x7d018ce008022f006058060b802008bc0187c0182e008022f0061ac060b802", + "0x2008bc018660182e008022f0060900633802008bc018690182e008022f006", + "0x6324060b802008bc018ca0182e008022f0060ac060b802008bc018cb0182e", + "0x62f006064060900285c062f0063d40604002858062f0063ec0649c02008bc", + "0x900a1a8661885c0c01a1a018bc01a160192600a19018bc0186a0187d00a18", + "0x22f0061ac060b802008bc018c90182e008022f0063c8061d802008bc01802", + "0x690182e008022f0061f40633802008bc018160182e008022f0061f0060b802", + "0x2008bc018cb0182e008022f006198060b802008bc01824018ce008022f006", + "0xbc0180220002008bc018c801841008022f006328060b802008bc0182b0182e", + "0x62f00686d0301c3c00a1b018bc01a1b0187c00a1b018bc018024f80240c06", + "0x21f018bc018190182400a1e018bc018020181000a1d018bc01a1c0192700a1c", + "0x2024028862087e1e03006884062f0068740649802880062f0061a8061f402", + "0x2008bc0186b0182e008022f006324060b802008bc018e701876008022f006", + "0x61a4060b802008bc0187d018ce008022f006058060b802008bc0187c0182e", + "0x2e008022f00632c060b802008bc018660182e008022f0060900633802008bc", + "0x62f00600880008022f0063200610402008bc018ca0182e008022f0060ac06", + "0x224018bc01a23888070f00288c062f00688c061f00288c062f0060093e00a22", + "0x289c062f0060640609002898062f0060080604002894062f0068900649c02", + "0x60080900a298a2278980c01a29018bc01a250192600a28018bc0186a0187d", + "0x2e008022f0061ac060b802008bc018c90182e008022f006378061d802008bc", + "0xbc018690182e008022f0061f40633802008bc018160182e008022f0061f006", + "0x60b802008bc018cb0182e008022f006198060b802008bc01824018ce00802", + "0x22f0060e4060b802008bc018c801841008022f006328060b802008bc0182b", + "0x1000187c00900018bc018024f8028a8062f00600880008022f00631c064fc02", + "0x20181000a2b018bc018530192700853018bc019008a8070f002400062f006", + "0x68ac06498028b8062f0061a8061f4028b4062f00606406090028b0062f006", + "0x60b802008bc018d301876008022f0060080900a2f8ba2d8b00c01a2f018bc", + "0x22f006058060b802008bc0187c0182e008022f0061ac060b802008bc018c9", + "0x660182e008022f0060900633802008bc018690182e008022f0061f40633802", + "0x2008bc018ca0182e008022f0060ac060b802008bc018cb0182e008022f006", + "0x616c060b802008bc018c70193f008022f0060e4060b802008bc018c801841", + "0x7c00a31018bc018024f8028c0062f00600880008022f0063180633802008bc", + "0x1000a33018bc01a320192700a32018bc01a318c0070f0028c4062f0068c406", + "0x6498028d8062f0061a8061f4028d4062f00606406090028d0062f00600806", + "0x2008bc018b701876008022f00600809008ff8da358d00c018ff018bc01a33", + "0x6058060b802008bc0187c0182e008022f0061ac060b802008bc018100182e", + "0x2e008022f0060900633802008bc018690182e008022f0061f40633802008bc", + "0xbc018390182e008022f0060ac060b802008bc0185b0182e008022f00619806", + "0x61f0028e0062f0060093e00a37018bc0180220002008bc0187b0194000802", + "0x6040028e8062f0068e40649c028e4062f0068e23701c3c00a38018bc01a38", + "0x23a0192600a3d018bc0186a0187d00a3c018bc018190182400a3b018bc01802", + "0x2e008022f006278061d802008bc01802024028fa3d8f23b030068f8062f006", + "0xbc018160182e008022f0061f0060b802008bc0186b0182e008022f00604006", + "0x60b802008bc01824018ce008022f0061a4060b802008bc0187d018ce00802", + "0x22f0060e4060b802008bc0182b0182e008022f00616c060b802008bc01866", + "0x600880008022f0062000633802008bc018170182e008022f0061ec0650002", + "0xbc01a408fc070f002900062f006900061f002900062f0060093e00a3f018bc", + "0x62f006064060900290c062f0060080604002908062f0069040649c0290406", + "0x900a469164490c0c01a46018bc01a420192600a45018bc0186a0187d00a44", + "0x22f0061ac060b802008bc018100182e008022f0060f8061d802008bc01802", + "0x690182e008022f0061f40633802008bc018160182e008022f0061f0060b802", + "0x2008bc0185b0182e008022f006198060b802008bc01824018ce008022f006", + "0x605c060b802008bc0187b01940008022f0060e4060b802008bc0182b0182e", + "0x80008022f0061f80650402008bc0180c0182e008022f0062000633802008bc", + "0x24891c070f002920062f006920061f002920062f0060093e00a47018bc01802", + "0x6064060900292c062f0060080604002928062f0069240649c02924062f006", + "0x24e9364c92c0c01a4e018bc01a4a0192600a4d018bc0186a0187d00a4c018bc", + "0x6030060b802008bc0186b0182e008022f006040060b802008bc0180202402", + "0x2e008022f0061a4060b802008bc018170182e008022f006058060b802008bc", + "0xbc0182b0182e008022f00616c060b802008bc018660182e008022f00602406", + "0x2940062f006008060400293c062f0061d80649c02008bc018390182e00802", + "0xc01a53018bc01a4f0192600a52018bc0186a0187d00a51018bc0181901824", + "0x72f0070240638002024062f00601c060e402008bc018021ec0294e5294650", + "0xbc0180c018e10085b018bc01817018c1008022f006008090081001a5405c0c", + "0x21ac02008bc018020240200a550180206c020ac062f00616c06388020e406", + "0x61a406388020e4062f00604006384021a4062f0061980638c02198062f006", + "0xbc01c2b018a600816018bc018160180c00816018bc018390188e0082b018bc", + "0xbc0186a0187c0086a018bc0186b018e4008022f006008090081901a561ac06", + "0x20018bc018020181000872018bc018022000206c062f0061a806394021a806", + "0x21ec062f0061c806208021e4062f0060580603002088062f0060180609002", + "0x76018ab008761d41d024bc018241ec790882005d4200824018bc0181b0187c", + "0x750c021fc2701cbc0187d0184f008022f006008090087c01a571f4062f007", + "0x609002204062f0060740604002200062f0061f806510021f8062f0061fc27", + "0x2008bc01802024022082e2040901882018bc01880019450082e018bc01875", + "0x1450088c018bc018750182400888018bc0181d0181000886018bc0187c01946", + "0x2008bc0181901876008022f006008090088e2308802406238062f00621806", + "0x14400837018bc018360580750c020d8062f0062400651c02240062f0060086b", + "0x6514020f0062f00601806090020ec062f00600806040020f8062f0060dc06", + "0xbc0180c0188c00817030072f00601c06220020fc3c0ec090183f018bc0183e", + "0x22f00616c06230020e45b01cbc018090188800810018bc018170188e00802", + "0x20ac062f0060ac0603002040062f00604006030020ac062f0060e40623802", + "0x21ac02008bc01802024020646b0580996069198072f0070ac100180203148", + "0x61a4061f4021c8062f006198060900206c062f0061a806480021a8062f006", + "0x121008022f0060080900802964060081b00875018bc0181b018bf0081d018bc", + "0x62fc02074062f0061ac061f4021c8062f00605806090021d8062f00606406", + "0x200189e00820018bc018220192300822018bc018750192200875018bc01876", + "0xbc018021ac02008bc0187901849008022f006008090087b01a5a1e4062f007", + "0x62f0061c806090021f0062f0061f406494021f4062f006090064900209006", + "0x2024021f87f09c090187e018bc0187c019260087f018bc0181d0187d00827", + "0xbc0181d0187d00881018bc018720182400880018bc0187b01927008022f006", + "0x205c0c01cbc0180901888008820b88102406208062f00620006498020b806", + "0xc52402040062f0060400603002040062f00605c0623802008bc0180c0188c", + "0xbc018021ac02008bc01802024021a4660ac0996c3916c072f0070400701802", + "0x62f0060e4061f402064062f00616c06090021ac062f006058064800205806", + "0x6901921008022f0060080900802970060081b0081b018bc0186b018bf0086a", + "0x61c8062fc021a8062f006198061f402064062f0060ac06090021c8062f006", + "0xbc01c1d0189e0081d018bc018750192300875018bc0181b019220081b018bc", + "0x22018bc018021ac02008bc0187601849008022f006008090082001a5d1d806", + "0x2090062f00606406090021ec062f0061e406494021e4062f0060880649002", + "0xbc01802024021f07d090090187c018bc0187b019260087d018bc0186a0187d", + "0x7e018bc0186a0187d0087f018bc018190182400827018bc018200192700802", + "0xbc018170182e008022f0060087b008801f87f02406200062f00609c0649802", + "0x16018bc018070187d00869018bc018060182400866018bc018020181000802", + "0x60646b058691981752802064062f00603006208021ac062f006024061f002", + "0x49008022f006008090081b01a5e1a8062f0070ac06278020ac3916c10030bc", + "0x60740649402074062f0061c806490021c8062f0060086b008022f0061a806", + "0xbc018390187d00820018bc0185b0182400876018bc018100181000875018bc", + "0x649c02008bc01802024021e42208076030061e4062f0061d4064980208806", + "0x390187d0087d018bc0185b0182400824018bc01810018100087b018bc0181b", + "0x62f006018060300209c7c1f4240300609c062f0061ec06498021f0062f006", + "0x6008090081001a5f05c062f0070240616c020240701cbc0180c018170080c", + "0x390194c008022f006008090082b01a600e45b01cbc01c170080752c02008bc", + "0x61980653402058062f00601c06030021a4062f00616c0604002198062f006", + "0x190194e00819018bc018021ac02008bc01802024021ac161a4090186b018bc", + "0x61a806534021c8062f00601c060300206c062f0060ac06040021a8062f006", + "0x6040021d4062f0060400653802008bc01802024020747206c090181d018bc", + "0x201d80901822018bc018750194d00820018bc018070180c00876018bc01802", + "0x5b018bc018100188e008022f00605c06230020401701cbc0180c0188800822", + "0x69026611982b0e4092f00716c0901c060081753c0216c062f00616c0603002", + "0x21a8062f0060e40609002064062f0061980654002008bc01802024021ac16", + "0x60080900802988060081b00872018bc01819019510081b018bc0182b0187d", + "0x62f006058061f4021a8062f0061a40609002074062f0061ac0654802008bc", + "0x75018bc018760195400876018bc018720195300872018bc0181d019510081b", + "0x2008bc0182001956008022f006008090082201a63080062f0071d40655402", + "0x609002090062f0061ec06494021ec062f0061e406490021e4062f0060086b", + "0x7c1f40901827018bc01824019260087c018bc0181b0187d0087d018bc0186a", + "0x7d0087e018bc0186a018240087f018bc0182201927008022f0060080900827", + "0xbc018060180c008812007e02406204062f0061fc0649802200062f00606c06", + "0x2024020400699017018bc01c090185b0080901c072f0060300605c0203006", + "0x656002008bc01802024020ac069943916c072f00705c0201d57008022f006", + "0x660195900816018bc018070180c00869018bc0185b0181000866018bc01839", + "0x656802064062f0060086b008022f006008090086b05869024061ac062f006", + "0x6a0195900872018bc018070180c0081b018bc0182b018100086a018bc01819", + "0x1000875018bc018100195a008022f006008090081d1c81b02406074062f006", + "0x7602406088062f0061d40656402080062f00601c06030021d8062f00600806", + "0x62f0060400623802008bc018170188c0081005c072f006030062200208820", + "0x9998660ac39024bc01c5b024070180205d010085b018bc0185b0180c0085b", + "0x6a018bc018390182400819018bc0186601950008022f006008090086b05869", + "0x20240200a670180206c021c8062f006064065440206c062f0060ac061f402", + "0xbc018160187d0086a018bc01869018240081d018bc0186b01952008022f006", + "0x62f0061d806550021d8062f0061c80654c021c8062f006074065440206c06", + "0x22f0060800655802008bc0180202402088069a020018bc01c750195500875", + "0x2400824018bc0187b019250087b018bc018790192400879018bc018021ac02", + "0x7d0240609c062f00609006498021f0062f00606c061f4021f4062f0061a806", + "0x21f8062f0061a806090021fc062f0060880649c02008bc018020240209c7c", + "0x6008074c002204801f80901881018bc0187f0192600880018bc0181b0187d", + "0x202402024069a4022f00701c064cc0201c062f00601c061f00201c062f006", + "0x62f00605c061a80205c062f006030061c802030062f0060086b008022f006", + "0xbc018021ac02008bc0180901934008022f00600809008029a8060081b00810", + "0x62f0060400607402040062f0060e4061a8020e4062f00616c060640216c06", + "0xbc01802024021a4069ac66018bc01c2b018750082b018bc0182b0186a0082b", + "0xfc0086b018bc01816018fb00816018bc0180256c02008bc018660187600802", + "0x76008022f006008090086a018061a8062f006064063f402064062f0061ac06", + "0xbc018720187c00872018bc018025700206c062f00600880008022f0061a406", + "0xbc01875018fd00875018bc0181d018fe0081d018bc0187206c070f0021c806", + "0x22f006008a900810018bc0180257402030062f0060080000876018061d806", + "0x21982b01cbc0185b019020083916c072f0060180640802008bc018021ec02", + "0x7580021a4062f0061a4061f0020e4062f0060e40657c021a4062f0060095e", + "0x190187c00819018bc018022a002008bc0186b0182e0086b058072f0061a439", + "0x61980657c0206c062f006008ea0086a018bc018190580758402064062f006", + "0x1d0182e0081d1c8072f00606c6601d600081b018bc0181b0187c00866018bc", + "0xbc018751c807584021d4062f0061d4061f0021d4062f00600962008022f006", + "0x72f0060806a01d6000820018bc018200187c00820018bc018023a8021d806", + "0x605c1001d630087b088072f0060880620402088062f006088061f00208817", + "0xbc018240187c00824018bc018023a8021e4062f0061ec1701d6100817018bc", + "0x61f006204021f0062f0061f0061f0021f07d01cbc018241d8075800209006", + "0x604002024062f0061f02201ceb00827018bc0187f1f407584021fc7c01cbc", + "0x270195f00888018bc018070182400886018bc0182b018d900882018bc01802", + "0x801f80c2f00623088218820316400809018bc018090300731402230062f006", + "0x3b018bc01880018d90083e018bc0187e01810008022f0060b806594020b881", + "0xbc0183f0f03b0f80c590020fc062f0061e40657c020f0062f0062040609002", + "0x62400636402100062f0062380604002008bc0183701965008370d8902380c", + "0x9110c411000c01891018bc018090187c00843018bc018360182400841018bc", + "0xbc0180202402030069b00901c072f0070180638002018062f006008060e402", + "0x5b018bc01817018e200810018bc01807018e100817018bc01809018c100802", + "0xbc01839018e300839018bc018021ac02008bc018020240200a6d0180206c02", + "0x62f006040062380216c062f0060ac0638802040062f00603006384020ac06", + "0xbc0180202402058069b869018bc01c5b018a600866018bc018660180c00866", + "0x19018bc0186b018e50086b018bc0186b0187c0086b018bc01869018e400802", + "0x206c062f00606c061f00206c062f0061a81901d300086a018bc0180257802", + "0x61c802074062f0060086b008022f006008090087201a6f008bc01c1b01933", + "0x22f00600809008029c0060081b00876018bc018750186a00875018bc0181d", + "0x61a802088062f0060800606402080062f0060086b008022f0061c8064d002", + "0x660180c0087b018bc018790196600879018bc018760181d00876018bc01822", + "0x61d802008bc01802024021f42401c061f4062f0061ec0659c02090062f006", + "0xbc018660180c00827018bc0187c019680087c018bc018021ac02008bc01816", + "0x8c0085b040072f00603006220021f87f01c061f8062f00609c0659c021fc06", + "0x20416900839018bc018390180c00839018bc0185b0188e008022f00604006", + "0x16a008022f006008090086a0646b02671058691982b030bc01c170e40901c06", + "0x7d0081d018bc0182b0182400872018bc0181b0196b0081b018bc018161a407", + "0xbc018020240200a720180206c021d8062f0061c8065b0021d4062f00619806", + "0x75018bc018190187d0081d018bc0186b0182400820018bc0186a0196d00802", + "0x2088062f0061e4065bc021e4062f0061d8065b8021d8062f006080065b002", + "0x6b008022f0061ec065c402008bc0180202402090069cc7b018bc01c2201970", + "0x1d0182400827018bc0187c019250087c018bc0187d019240087d018bc01802", + "0x801f87f02406200062f00609c06498021f8062f0061d4061f4021fc062f006", + "0x61f4020b8062f0060740609002204062f0060900649c02008bc0180202402", + "0x701c06008095c802218820b80901886018bc018810192600882018bc01875", + "0x6480020e4062f0060086b008022f006008090085b04017026740300901cbc", + "0x2b018bf00869018bc0180c0187d00866018bc01809018240082b018bc01839", + "0x21ac062f00616c0648402008bc018020240200a750180206c02058062f006", + "0x12200816018bc0186b018bf00869018bc018100187d00866018bc0181701824", + "0x7201a7606c062f0070640627802064062f0061a80648c021a8062f00605806", + "0x60740649002074062f0060086b008022f00606c0612402008bc0180202402", + "0xbc018690187d00820018bc018660182400876018bc018750192500875018bc", + "0x7201927008022f006008090087908820024061e4062f0061d8064980208806", + "0x61ec06498021f4062f0061a4061f402090062f00619806090021ec062f006", + "0x7d00810018bc018020182400807018bc018025cc021f07d090090187c018bc", + "0xc024092f0060e45b040095d0020e4062f00601c061f00216c062f00601806", + "0x22f0060ac0612402008bc0180202402198069dc2b018bc01c170189e00817", + "0x160192400816018bc018021ac02008bc018690187600869018bc018025d402", + "0x6030061f4021a8062f0060240609002064062f0061ac06494021ac062f006", + "0x649c02008bc01802024021c81b1a80901872018bc01819019260081b018bc", + "0x1d0192600876018bc0180c0187d00875018bc01809018240081d018bc01866", + "0x2024062f00601c065dc0201c062f00600976008201d87502406080062f006", + "0xc3d402024062f006024063d002030062f006030061a402030062f00600866", + "0x5b018f6008022f00600809008660ac390267816c1005c092f0070240c01802", + "0x61a4063dc021ac062f006040061f402058062f00605c06090021a4062f006", + "0x240086a018bc01866018f8008022f00600809008029e4060081b00819018bc", + "0x63e402064062f0061a8063dc021ac062f0060ac061f402058062f0060e406", + "0x21d4069e81d018bc01c1b018950081b018bc01872018fa00872018bc01819", + "0x20018fc00820018bc01876018fb00876018bc0181d01846008022f00600809", + "0x6088063f4021ec062f0061ac061f4021e4062f0060580609002088062f006", + "0x6090021f4062f0061d4063f802008bc01802024020907b1e40901824018bc", + "0x271f0090187f018bc0187d018fd00827018bc0186b0187d0087c018bc01816", + "0x6900817018bc0180219802030062f006024065dc02024062f006009760087f", + "0x72f00701c0c05c060081747c02030062f006030063d00205c062f00605c06", + "0x61a406480021a4062f0060086b008022f00600809008660ac390267b16c10", + "0xbc01816018bf00819018bc0185b0187d0086b018bc018100182400816018bc", + "0x60900206c062f0061980648402008bc018020240200a7c0180206c021a806", + "0x6a019220086a018bc0181b018bf00819018bc0182b0187d0086b018bc01839", + "0x90087601a7d1d4062f0071c806278021c8062f0060740648c02074062f006", + "0x60880649402088062f0060800649002080062f0061d4065e002008bc01802", + "0xbc018790192600824018bc018190187d0087b018bc0186b0182400879018bc", + "0x6b018240087c018bc0187601927008022f006008090087d0907b024061f406", + "0x7e1fc27024061f8062f0061f006498021fc062f006064061f40209c062f006", + "0x9018bc01806018fb008022f006008090080701a7e018062f007008065e402", + "0x22f00600809008170180605c062f006030063f402030062f006024063f002", + "0xbc01c020197a0085b0180616c062f006040063f402040062f00601c063f802", + "0xbc018090192500809018bc0180601924008022f006008090080701a7f01806", + "0xbc0180701927008022f00600809008170180605c062f006030064980203006", + "0x2800300901c092f0070180201d7b0085b0180616c062f006040064980204006", + "0x62f00601c06090020e4062f006030065f002008bc018020240216c1005c09", + "0x900802a04060081b00869018bc0183901a0700866018bc018090187d0082b", + "0x6040061f4020ac062f00605c0609002058062f00616c0682002008bc01802", + "0xbc0181901a0900819018bc018690190500869018bc0181601a0700866018bc", + "0xbc0186a0192a008022f006008090081b01a821a8062f0071ac064a4021ac06", + "0x62f0060ac06090021d4062f0060740682c02074062f0061c806828021c806", + "0x202402088201d80901822018bc0187501a0c00820018bc018660187d00876", + "0xbc018660187d0087b018bc0182b0182400879018bc0181b01a0d008022f006", + "0x901cbc01c07018020260e0087d0907b024061f4062f0061e4068300209006", + "0x62f0060400683c02040062f0060300641002008bc018020240205c06a0c0c", + "0x6008090082b0e4070182b018bc0185b01a1000839018bc01809018100085b", + "0x21a4062f0061a4061f0021a4062f00600a1100866018bc0180220002008bc", + "0x2064062f00605c06040021ac062f0060580684802058062f0061a46601c3c", + "0x205c062f00600820008022f0060087b0086a064070186a018bc0186b01a10", + "0x2024020ac3901e8416c1001cbc01c17018020247900817018bc0181701822", + "0x7198064cc02040062f00604006040021980c01cbc0180c01881008022f006", + "0x62f0060240684c02008bc0180c0182e008022f006008090086901a85008bc", + "0x62f0060400604002064062f0061ac06510021ac062f0060580701d4300816", + "0x2024021c81b1a80901872018bc01819019450081b018bc0185b018240086a", + "0x72f0061d80605c021d8062f00601c0603002008bc0186901934008022f006", + "0x60800901c3c008022f006008090082201a86080062f0071d40616c021d41d", + "0xbc018100181000824018bc0187b030074c0021ec062f006008ea00879018bc", + "0x62f0061e40620802200062f00607406030021f8062f00616c06090021fc06", + "0xab008271f07d024bc0182e204801f87f05d420082e018bc018240187c00881", + "0x22308801cbc018820184f008022f006008090088601a87208062f00709c06", + "0x20d8062f0061f40604002240062f0062380651002238062f0062308801d43", + "0xbc01802024020f8370d8090183e018bc018900194500837018bc0187c01824", + "0x3f018bc0187c018240083c018bc0187d018100083b018bc018860194600802", + "0xbc0180c0182e008022f00600809008400fc3c02406100062f0060ec0651402", + "0x43018bc018410740750c02104062f0060880651c02008bc018090188c00802", + "0x2118062f00616c0609002254062f0060400604002244062f00610c0651002", + "0x22f006030060b802008bc0180202402260462540901898018bc0189101945", + "0x60083b0089e018bc0180220002008bc0180701841008022f0060240623002", + "0x63100651802310062f0061249e01c3c00849018bc018490187c00849018bc", + "0xbc018a4019450084d018bc0182b01824008a9018bc0183901810008a4018bc", + "0xbc0180220002008bc018022a402040062f006008a4008ab134a9024062ac06", + "0x62f0060e45b01c3c00839018bc018390187c00839018bc018028500216c06", + "0x2008bc018660182e00869198072f00602406204020ac062f0060088000817", + "0x6b058072f0061a81901c860086a018bc0182b0188200819018bc018690187c", + "0x10008022f00606c06230021c81b01cbc0180c01888008022f0061ac061d802", + "0x6208021e4062f0061c80638402088062f0060180609002080062f00600806", + "0x1d024bc0187b1e4220800c8540205c062f00605c1001cb30087b018bc01816", + "0x22f006008090087d01a88090062f0071d80685802008bc01802018021d875", + "0x7e1fc072f00605c0622002008bc0182701876008271f0072f0060900685c02", + "0x20b88101cbc0187c0188800880018bc0187e0188e008022f0061fc0623002", + "0x603002200062f0062000603002208062f0060b80623802008bc018810188c", + "0x2024022408e23009a2488218072f0072088001c750314800882018bc01882", + "0x62f00621806090020dc062f0060d806480020d8062f0060086b008022f006", + "0x900802a28060081b0083c018bc01837018bf0083b018bc018880187d0083e", + "0x6238061f4020f8062f00623006090020fc062f0062400648402008bc01802", + "0xbc018410192300841018bc0183c019220083c018bc0183f018bf0083b018bc", + "0x22f0060087b008022f006008090089101a8b10c062f007100062780210006", + "0x2260062f0061180649402118062f0062540649002254062f00610c065e002", + "0x126008c4018bc0183b0187d00849018bc0183e018240089e018bc0181d01810", + "0x2008bc018021ec02008bc0180202402290c41249e03006290062f00626006", + "0x7d008ab018bc0183e018240084d018bc0181d01810008a9018bc0189101927", + "0xbc01802024022b04f2ac4d030062b0062f0062a4064980213c062f0060ec06", + "0x6040022cc062f0061f40649c02008bc018170188c008022f0060087b00802", + "0xb30192600800018bc018070187d008b7018bc018750182400852018bc0181d", + "0x6008090080701a8c018062f0070080686002314002dc5203006314062f006", + "0x62f006030060dc02030062f006024060d802024062f0060180624002008bc", + "0x62f006040060dc02040062f00601c060f802008bc018020240205c0601817", + "0x216c1005c0c030bc01809018070080c86402008bc018021ec0216c060185b", + "0x21a00866018bc01817018240082b018bc01810018d900839018bc0180c01810", + "0x90080701a8d018062f0070080640c021a4660ac39030061a4062f00616c06", + "0x60300687402030062f0060240687002024062f0060180686c02008bc01802", + "0x60400687402040062f00601c0687802008bc018020240205c0601817018bc", + "0x6008660080c018bc018090197700809018bc0180287c0216c060185b018bc", + "0x170180205d1f0080c018bc0180c018f400817018bc018170186900817018bc", + "0x69018bc018021ac02008bc01802024021982b0e409a385b040072f00701c0c", + "0x2064062f00616c061f4021ac062f0060400609002058062f0061a40648002", + "0xbc0186601921008022f0060080900802a3c060081b0086a018bc01816018bf", + "0x62f00606c062fc02064062f0060ac061f4021ac062f0060e4060900206c06", + "0x75018bc01c720189e00872018bc0181d019230081d018bc0186a019220086a", + "0x22018bc018200192400820018bc0187501978008022f006008090087601a90", + "0x2090062f006064061f4021ec062f0061ac06090021e4062f0060880649402", + "0x62f0061d80649c02008bc01802024021f4241ec090187d018bc0187901926", + "0x7e018bc0187c019260087f018bc018190187d00827018bc0186b018240087c", + "0x2200080601806018062f006008063c402008062f0060086b0087e1fc2702406", + "0x20b00809018bc0180601a0a008022f006008090080701a91018062f00700806", + "0x20d008022f00600809008170180605c062f0060300683002030062f00602406", + "0x221008022f0060087b0085b0180616c062f0060400683002040062f00601c06", + "0x2220080c018bc0180c018690080c018bc018170182b0081701c072f00601c06", + "0x620802198062f00616c0689002008bc0181001a230085b040072f00603006", + "0x623802008bc0182b018760082b0e4072f0061a46601e2500869018bc01809", + "0x160180c00872018bc01806018240081b018bc018020181000816018bc01807", + "0x6a0646b024bc018750747206c0c898021d4062f0060e40620802074062f006", + "0x2201cbc0187601a17008022f006008090082001a921d8062f0071a80685802", + "0x2090062f0061ec2201e270087b018bc018021ac02008bc018790187600879", + "0x22900827018bc01819018240087c018bc0186b018100087d018bc0182401a28", + "0x7e018bc0182001a2a008022f006008090087f09c7c024061fc062f0061f406", + "0x60b8062f0061f8068a402204062f0060640609002200062f0061ac0604002", + "0x60240620402024062f00601c064000201c062f00600806890020b88120009", + "0xbc018060188200839018bc018170187c008022f006030060b80205c0c01cbc", + "0x62f0060086b008022f00616c061d80216c1001cbc0182b0e407218020ac06", + "0x600820008161a40701816018bc01866018f100869018bc018100188200866", + "0x5b01e930401701cbc01c0c01802024790080c018bc0180c018220080c018bc", + "0xe000817018bc01817018100082b018bc0180701839008022f0060080900839", + "0x21ac062f0061a40630402008bc018020240205806a5069198072f0070ac06", + "0x60080900802a54060081b0086a018bc0186b018e200819018bc01866018e1", + "0x19018bc01816018e100872018bc0181b018e30081b018bc018021ac02008bc", + "0x2074062f0060740603002074062f00606406238021a8062f0061c80638802", + "0x639002008bc018021ec02008bc01802024021d806a5875018bc01c6a018a6", + "0x7b01c8600824018bc01809018820087b018bc018200187c00820018bc01875", + "0x10018240087f018bc0181701810008022f0061e4061d8021e42201cbc01824", + "0x7e1fc0c89802204062f0060880620802200062f00607406030021f8062f006", + "0x22f006008090088201a970b8062f00709c068580209c7c1f4092f00620480", + "0x2230062f0061f40604002008bc018880187600888218072f0060b80685c02", + "0x60080900802a60060081b00890018bc01886018820088e018bc0187c01824", + "0x62f0061f006090020dc062f0061f406040020d8062f006208068a802008bc", + "0xbc018021ec02008bc01802024020ec3e0dc090183b018bc0183601a290083e", + "0x240088c018bc0181701810008022f0060740610402008bc018760187600802", + "0x9001e270083c018bc018021ac02240062f0060240620802238062f00604006", + "0x8e0182400841018bc0188c0181000840018bc0183f01a280083f018bc0183c", + "0x7b008022f006008090089110c4102406244062f006100068a40210c062f006", + "0x95018bc0180220002008bc018090188c008022f00601c0610402008bc01802", + "0x2260062f0061189501c3c00846018bc018460187c00846018bc018020ec02", + "0x229008c4018bc018390182400849018bc0185b018100089e018bc0189801a2a", + "0x7018021a86901802030171a4060080c260a43104902406290062f00627806", + "0x60080c05c69018020314802407018021a86901802030171a4060080c00809", + "0x60080ca640901c060086a1a4060080c05c69018020324302407018021a869", + "0x7018021a86901802030171a4060080ca680901c060086a1a4060080c05c69", + "0x60080c05c69018020329c02407018021a86901802030171a4060080ca6c09", + "0x60080ca780901c060086a1a4060080c05c69018020329d02407018021a869", + "0x21a869018800081705c690188000817a7c0901c060086a1a4060080c05c69", + "0x171a4060080ca840901c060086a1a4060080c05c6901802032a00300901c06", + "0x2a302407018021a86901802030171a4060080ca880901c060086a1a4060080c", + "0x701ea50300901c060086b1a4060240701c071a40605ea40085b05c0705c06", + "0x21c86901802030071a4060080ca9c020406901c6901aa6018020400901c09", + "0x6901802066a90300901c06008751a4060080c01c071a40600817aa00901c06", + "0x3916c1005c0c02407018021d469018020300701c0701c0701c0701c0701c07", + "0x602409024690180caac07018021e4060080905c0600809aa86b058691982b", + "0x6901802042ad02407018021d46901809024071a406032ac02407018021d469", + "0x2af018021f0170080905c0201eae05c0c02407018021d469018020300702407", + "0x60087e05c020241700807ac00c02407018021d46901809024070906901817", + "0x2b3018021c80601c0701eb20300901c06008751a4060240901c271a40605eb1", + "0x709c6901810ad4022041701c1701ab401c0600807018800080c0188000809", + "0x2b701c06008751a406024271a406026b605c0c02407018021d469018090ac09", + "0x901c6901809ae406008721a4060246901807ae006008751a4060246901807", + "0x69018091a40601ebc008750189001abb008720188e01aba01c06008751a406", + "0x790180202407024170180205ebe01c0600898008070e40c00809af40600891", + "0x9e01ac00300901c06008751a4060080c024071a40600817afc0c0240701802", + "0x2c3008ac018ab01ac202407018022a40620002030a4018800080cb04021a806", + "0x60080cb1802244062cc06b141001802b1007018021d4690180901c6901809", + "0x905c060080cb200600810024070243901ec702407018022dc06008090240c", + "0x2c902407018022dc0600809" + ], + "abi": "[{\"type\": \"function\", \"name\": \"constructor\", \"inputs\": [], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test\", \"inputs\": [{\"name\": \"arg\", \"type\": \"core::felt252\"}, {\"name\": \"arg1\", \"type\": \"core::felt252\"}, {\"name\": \"arg2\", \"type\": \"core::felt252\"}], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_storage_read\", \"inputs\": [{\"name\": \"address\", \"type\": \"core::felt252\"}], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_storage_write\", \"inputs\": [{\"name\": \"address\", \"type\": \"core::felt252\"}, {\"name\": \"value\", \"type\": \"core::felt252\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_get_execution_info\", \"inputs\": [{\"name\": \"block_number\", \"type\": \"core::felt252\"}, {\"name\": \"block_timestamp\", \"type\": \"core::felt252\"}, {\"name\": \"sequencer_address\", \"type\": \"core::felt252\"}, {\"name\": \"version\", \"type\": \"core::felt252\"}, {\"name\": \"account_address\", \"type\": \"core::felt252\"}, {\"name\": \"max_fee\", \"type\": \"core::felt252\"}, {\"name\": \"chain_id\", \"type\": \"core::felt252\"}, {\"name\": \"nonce\", \"type\": \"core::felt252\"}, {\"name\": \"caller_address\", \"type\": \"core::felt252\"}, {\"name\": \"contract_address\", \"type\": \"core::felt252\"}, {\"name\": \"entry_point_selector\", \"type\": \"core::felt252\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_emit_event\", \"inputs\": [{\"name\": \"keys\", \"type\": \"core::array::Array::\"}, {\"name\": \"data\", \"type\": \"core::array::Array::\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_send_message_to_l1\", \"inputs\": [{\"name\": \"to_address\", \"type\": \"core::felt252\"}, {\"name\": \"payload\", \"type\": \"core::array::Array::\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_emit_simple_event\", \"inputs\": [{\"name\": \"argument\", \"type\": \"core::felt252\"}, {\"name\": \"my_array\", \"type\": \"core::array::Array::\"}, {\"name\": \"another_argument\", \"type\": \"core::felt252\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_call_contract\", \"inputs\": [{\"name\": \"contract_address\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"entry_point_selector\", \"type\": \"core::felt252\"}, {\"name\": \"calldata\", \"type\": \"core::array::Array::\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_library_call\", \"inputs\": [{\"name\": \"class_hash\", \"type\": \"core::starknet::class_hash::ClassHash\"}, {\"name\": \"entry_point_selector\", \"type\": \"core::felt252\"}, {\"name\": \"calldata\", \"type\": \"core::array::Array::\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"assert_eq\", \"inputs\": [{\"name\": \"x\", \"type\": \"core::felt252\"}, {\"name\": \"y\", \"type\": \"core::felt252\"}], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_segment_arena\", \"inputs\": [], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_deploy\", \"inputs\": [{\"name\": \"class_hash\", \"type\": \"core::starknet::class_hash::ClassHash\"}, {\"name\": \"contract_address_salt\", \"type\": \"core::felt252\"}, {\"name\": \"calldata\", \"type\": \"core::array::Array::\"}, {\"name\": \"deploy_from_zero\", \"type\": \"core::bool\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"test_replace_class\", \"inputs\": [{\"name\": \"class_hash\", \"type\": \"core::starknet::class_hash::ClassHash\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"event\", \"name\": \"simple_event\", \"inputs\": [{\"name\": \"argument\", \"type\": \"core::felt252\"}, {\"name\": \"my_array\", \"type\": \"core::array::Array::\"}]}]", + "entry_points_by_type": { + "EXTERNAL": [ + { + "function_idx": 0, + "selector": "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658" + }, + { + "function_idx": 3, + "selector": "0x3c118a68e16e12e97ed25cb4901c12f4d3162818669cc44c391d8049924c14" + }, + { + "function_idx": 9, + "selector": "0x5562b3e932b4d139366854d5a2e578382e6a3b6572ac9943d55e7efbe43d00" + }, + { + "function_idx": 1, + "selector": "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf" + }, + { + "function_idx": 10, + "selector": "0xb17d8a2731ba7ca1816631e6be14f0fc1b8390422d649fa27f0fbb0c91eea8" + }, + { + "function_idx": 12, + "selector": "0xe7510edcf6e9f1b70f7bd1f488767b50f0363422f3c563160ab77adf62467b" + }, + { + "function_idx": 11, + "selector": "0x169f135eddda5ab51886052d777a57f2ea9c162d713691b5e04a6d4ed71d47f" + }, + { + "function_idx": 2, + "selector": "0x27a4a7332e590dd789019a6d125ff2aacd358e453090978cbf81f0d85e4c045" + }, + { + "function_idx": 7, + "selector": "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c" + }, + { + "function_idx": 4, + "selector": "0x2913ee03e5e3308c41e308bd391ea4faac9b9cb5062c76a6b3ab4f65397e106" + }, + { + "function_idx": 5, + "selector": "0x2d7cf5d5a324a320f9f37804b1615a533fde487400b41af80f13f7ac5581325" + }, + { + "function_idx": 6, + "selector": "0x31aafc75f498fdfa7528880ad27246b4c15af4954f96228c9a132b328de1c92" + }, + { + "function_idx": 8, + "selector": "0x3604cea1cdb094a73a31144f14a3e5861613c008e1e879939ebc4827d10cd50" + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [ + { + "function_idx": 13, + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194" + } + ] + }, + "contract_class_version": "0.1.0" +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/class/0x1efa8f84fd4dff9e2902ec88717cf0dafc8c188f80c3450615944a469428f7f.json b/clients/feeder/testdata/mainnet/class/0x1efa8f84fd4dff9e2902ec88717cf0dafc8c188f80c3450615944a469428f7f.json index 2e5b7ec290..69857764a7 100644 --- a/clients/feeder/testdata/mainnet/class/0x1efa8f84fd4dff9e2902ec88717cf0dafc8c188f80c3450615944a469428f7f.json +++ b/clients/feeder/testdata/mainnet/class/0x1efa8f84fd4dff9e2902ec88717cf0dafc8c188f80c3450615944a469428f7f.json @@ -1449,7 +1449,7 @@ "type": "type_definition" }, "cairo_contracts.src.openzeppelin.upgrades.library.AdminChanged.SELECTOR": { - "value": 5.095494176482239e+74, + "value": 509549417648223859179470485411643110789099628436608877343164389163677637013, "type": "const" }, "cairo_contracts.src.openzeppelin.upgrades.library.AdminChanged.SIZEOF_LOCALS": { @@ -2292,7 +2292,7 @@ "type": "type_definition" }, "cairo_contracts.src.openzeppelin.upgrades.library.Upgraded.SELECTOR": { - "value": 1.291924484015742e+75, + "value": 1291924484015741933195105472014600539495279993452337828418116470835452386035, "type": "const" }, "cairo_contracts.src.openzeppelin.upgrades.library.Upgraded.SIZEOF_LOCALS": { @@ -2781,7 +2781,7 @@ "type": "reference" }, "starkware.starknet.common.storage.ADDR_BOUND": { - "value": -1.0671072950157357e+59, + "value": -106710729501573572985208420194530329073740042555888586719489, "type": "const" }, "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { @@ -2793,7 +2793,7 @@ "type": "alias" }, "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "value": 2.0853273475220474e+28, + "value": 20853273475220472486191784820, "type": "const" }, "starkware.starknet.common.syscalls.CallContract": { @@ -2854,11 +2854,11 @@ "type": "struct" }, "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "value": 2.1167594061783206e+28, + "value": 21167594061783206823196716140, "type": "const" }, "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "value": 2.3274015802972845e+40, + "value": 23274015802972845247556842986379118667122, "type": "const" }, "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { @@ -2935,7 +2935,7 @@ "type": "alias" }, "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "value": 1.2807093015503357e+21, + "value": 1280709301550335749748, "type": "const" }, "starkware.starknet.common.syscalls.EmitEvent": { @@ -2966,31 +2966,31 @@ "type": "struct" }, "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "value": 1.448089106835523e+33, + "value": 1448089106835523001438702345020786, "type": "const" }, "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "value": 2.4294903732626647e+40, + "value": 24294903732626645868215235778792757751152, "type": "const" }, "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "value": 9.490196778139308e+37, + "value": 94901967781393078444254803017658102643, "type": "const" }, "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "value": 6.219495360805491e+42, + "value": 6219495360805491471215297013070624192820083, "type": "const" }, "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "value": 1.5921908335819916e+45, + "value": 1592190833581991703053805829594610833820054387, "type": "const" }, "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "value": 1.3170293902041122e+21, + "value": 1317029390204112103023, "type": "const" }, "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "value": 1.44808912865234e+33, + "value": 1448089128652340074717162277007973, "type": "const" }, "starkware.starknet.common.syscalls.GetBlockNumber": { @@ -3257,11 +3257,11 @@ "type": "struct" }, "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "value": 4.362334527541981e+47, + "value": 436233452754198157705746250789557519228244616562, "type": "const" }, "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "value": 9.2376026794327e+25, + "value": 92376026794327011772951660, "type": "const" }, "starkware.starknet.common.syscalls.LibraryCall": { @@ -3307,15 +3307,15 @@ "type": "struct" }, "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "value": 4.3301790876830345e+35, + "value": 433017908768303439907196859243777073, "type": "const" }, "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "value": 1.0089069337060175e+26, + "value": 100890693370601760042082660, "type": "const" }, "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "value": 2.582801750287405e+28, + "value": 25828017502874050592466629733, "type": "const" }, "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { @@ -5554,24 +5554,6 @@ } } ], - "3": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_not_zero" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.value)\nassert ids.value % PRIME != 0, f'assert_not_zero failed: {ids.value} = 0.'", - "flow_tracking_data": { - "ap_tracking": { - "offset": 0, - "group": 1 - }, - "reference_ids": { - "starkware.cairo.common.math.assert_not_zero.value": 0 - } - } - } - ], "15": [ { "accessible_scopes": [ @@ -5596,6 +5578,63 @@ } } ], + "181": [ + { + "accessible_scopes": [ + "__main__", + "__main__", + "__wrappers__", + "__wrappers__.constructor" + ], + "code": "memory[ap] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "offset": 0, + "group": 16 + }, + "reference_ids": { + "__wrappers__.constructor.__calldata_actual_size": 118, + "__wrappers__.constructor.__calldata_arg_calldata": 114, + "__wrappers__.constructor.__calldata_arg_calldata_len": 109, + "__wrappers__.constructor.__calldata_arg_implementation_hash": 105, + "__wrappers__.constructor.__calldata_arg_selector": 107, + "__wrappers__.constructor.__calldata_ptr": 117, + "__wrappers__.constructor.__temp10": 116, + "__wrappers__.constructor.__temp11": 119, + "__wrappers__.constructor.__temp7": 111, + "__wrappers__.constructor.__temp8": 112, + "__wrappers__.constructor.__temp9": 115, + "__wrappers__.constructor.pedersen_ptr": 121, + "__wrappers__.constructor.range_check_ptr": 122, + "__wrappers__.constructor.ret_value": 123, + "__wrappers__.constructor.syscall_ptr": 120 + } + } + } + ], + "241": [ + { + "accessible_scopes": [ + "__main__", + "__main__", + "__wrappers__", + "__wrappers__.__l1_default__" + ], + "code": "memory[ap] = segments.add()", + "flow_tracking_data": { + "ap_tracking": { + "offset": 50, + "group": 20 + }, + "reference_ids": { + "__wrappers__.__l1_default__.pedersen_ptr": 163, + "__wrappers__.__l1_default__.range_check_ptr": 164, + "__wrappers__.__l1_default__.ret_value": 165, + "__wrappers__.__l1_default__.syscall_ptr": 162 + } + } + } + ], "27": [ { "accessible_scopes": [ @@ -5620,6 +5659,24 @@ } } ], + "3": [ + { + "accessible_scopes": [ + "starkware.cairo.common.math", + "starkware.cairo.common.math.assert_not_zero" + ], + "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.value)\nassert ids.value % PRIME != 0, f'assert_not_zero failed: {ids.value} = 0.'", + "flow_tracking_data": { + "ap_tracking": { + "offset": 0, + "group": 1 + }, + "reference_ids": { + "starkware.cairo.common.math.assert_not_zero.value": 0 + } + } + } + ], "36": [ { "accessible_scopes": [ @@ -5684,63 +5741,6 @@ } } } - ], - "181": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "offset": 0, - "group": 16 - }, - "reference_ids": { - "__wrappers__.constructor.__calldata_actual_size": 118, - "__wrappers__.constructor.__calldata_arg_calldata": 114, - "__wrappers__.constructor.__calldata_arg_calldata_len": 109, - "__wrappers__.constructor.__calldata_arg_implementation_hash": 105, - "__wrappers__.constructor.__calldata_arg_selector": 107, - "__wrappers__.constructor.__calldata_ptr": 117, - "__wrappers__.constructor.__temp10": 116, - "__wrappers__.constructor.__temp11": 119, - "__wrappers__.constructor.__temp7": 111, - "__wrappers__.constructor.__temp8": 112, - "__wrappers__.constructor.__temp9": 115, - "__wrappers__.constructor.pedersen_ptr": 121, - "__wrappers__.constructor.range_check_ptr": 122, - "__wrappers__.constructor.ret_value": 123, - "__wrappers__.constructor.syscall_ptr": 120 - } - } - } - ], - "241": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.__l1_default__" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "ap_tracking": { - "offset": 50, - "group": 20 - }, - "reference_ids": { - "__wrappers__.__l1_default__.pedersen_ptr": 163, - "__wrappers__.__l1_default__.range_check_ptr": 164, - "__wrappers__.__l1_default__.ret_value": 165, - "__wrappers__.__l1_default__.syscall_ptr": 162 - } - } - } ] }, "data": [ diff --git a/clients/feeder/testdata/mainnet/class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json b/clients/feeder/testdata/mainnet/class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json new file mode 100644 index 0000000000..095c5cb0b0 --- /dev/null +++ b/clients/feeder/testdata/mainnet/class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json @@ -0,0 +1,5057 @@ +{ + "contract_class_version": "0.1.0", + "sierra_program": [ + "0x1", + "0x5", + "0x0", + "0x2", + "0x6", + "0x3", + "0x4e0", + "0x320", + "0x91", + "0x52616e6765436865636b", + "0x800000000000000100000000000000000000000000000000", + "0x436f6e7374", + "0x800000000000000000000000000000000000000000000002", + "0x1", + "0x55", + "0x2", + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd", + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff", + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9", + "0xfa119a8fafc6f1a02deb36fe5efbcc4929ef2021e50cf1cb6d1a780ccd009b", + "0x38c7ee9f0855dfe219aea022b141d9b2ec0f6b68395d221c3f331c7ca4fb608", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x537472756374", + "0x800000000000000f00000000000000000000000000000001", + "0x0", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x800000000000000300000000000000000000000000000003", + "0x6", + "0x7", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x9", + "0x456e756d", + "0x74584e9f10ffb1a40aa5a3582e203f6758defc4a497d1a2d5a89f274a320e9", + "0x8", + "0xa", + "0x4f7074696f6e3a3a756e77726170206661696c65642e", + "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd", + "0x454e545259504f494e545f4e4f545f464f554e44", + "0xfe80f537b66d12a00b6d3c072b44afbb716e78dde5c3f0ef116ee93d3e3283", + "0x264029018ff7e3c0552db60eb00dd04eddf84c86e9b06640ce3731b70dc0bd7", + "0x1390fd803c110ac71730ece1decfc34eb1d0088e295d4f1b125dda1e0c5b9ff", + "0x436f6e747261637441646472657373", + "0x800000000000000700000000000000000000000000000000", + "0x800000000000000700000000000000000000000000000003", + "0x38c81c80d3c43c80c8ab3b98e7cda47623dfa05a6c68328fbeac6723ecef9cb", + "0x12", + "0x800000000000000700000000000000000000000000000001", + "0x4abc19acf2110f55bbd81ec736d91bfa4d6bab076c94cfdf3127449061193d", + "0x75313238", + "0x25e2ca4b84968c2d8b83ef476ca8549410346b00836ce79beaf538155990bb2", + "0x15", + "0x800000000000000700000000000000000000000000000004", + "0x20e6a5a1decf9f5fb3c4d85f01fa8a0d338a8fc5f94936f824c3383e2e34616", + "0x16", + "0x4552433732313a20617070726f76616c20746f206f776e6572", + "0x4552433732313a2077726f6e672073656e646572", + "0x800000000000000700000000000000000000000000000002", + "0x20cb55c28582f641242f24862dffef2a7be900aeed1d2833736c3e0e23c175a", + "0x2ceccef7f994940b3962a6c67e0ba4fcd37df7d131417c604f91e03caecc1cd", + "0x3a0dff5f70d80458ad14ae37bb182a728e3c8cdda0402a5daa86620bdf910bc", + "0xbad7259a7e41f9a6aa458ef3bdb9b0049f581a7250f0145fe5662adaa0ad86", + "0x4552433732313a20746f6b656e20616c7265616479206d696e746564", + "0x753235365f616464204f766572666c6f77", + "0x659f5899ac85743a49636d73df189cd30d0a19d2bae85e9345147db1efc293", + "0x4552433732313a20696e76616c6964207265636569766572", + "0x753235365f737562204f766572666c6f77", + "0x800000000000000000000000000000000000000000000003", + "0x23", + "0x26", + "0x6069a70848f907fa57668ba1875164eb4dcee693952468581406d131081bbd", + "0x33eb2f84c309543403fd69f0d0f363781ef06ef6faeb0131ff16ea3175bd943", + "0x39bf38a435b1022d9add2281409d4ca4b6f1179e1401eed6ba4a67ee4686989", + "0x36cf9ce3569e0f41a5e3804c9bfd24b885765560442979ed480eb83e8b15934", + "0x29", + "0x13", + "0x43616c6c6572206973206e6f7420746865206f776e6572", + "0x43616c6c657220697320746865207a65726f2061646472657373", + "0x2618225f6ac4a00b9635ed0e036ea1db17cf353e7ad948e882dbbca50565fbd", + "0x3288d594b9a45d15bb2fcb7903f06cdb06b27f0ba88186ec4cfaa98307cb972", + "0x10372185b78b9a5deba068635999f11ddf75c3da0795d94e103710494d22a25", + "0x2e", + "0x1a9199db90da165698fcbcd2edc12bdff1facea008d4ab04d3c143dc2684661", + "0x20", + "0x17", + "0x2f", + "0x3ce69def9235c39f0a4145007d67fc8dd80988fb9cb533ce45442173daeb51c", + "0x30", + "0x14", + "0x2a", + "0x4552433732313a2073656c6620617070726f76616c", + "0x4552433732313a2073616665207472616e73666572206661696c6564", + "0x4552433732313a20756e617574686f72697a65642063616c6c6572", + "0x53746f726555313238202d206e6f6e2075313238", + "0x37", + "0x7538", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x4552433732313a20696e76616c6964206163636f756e74", + "0x1c87484b935c893d53d087ca6e0d4d7bcf1a90e5f4118b67a2c3df896c16cd8", + "0x4552433732313a20696e76616c696420746f6b656e204944", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x4552433732313a2073616665206d696e74206661696c6564", + "0xa853c166304d20fb0711becf2cbdf482dee3cac4e9717d040b7a7ab1df7eec", + "0x3e", + "0x506564657273656e", + "0x556e696e697469616c697a6564", + "0x800000000000000200000000000000000000000000000001", + "0x40", + "0x7533325f737562204f766572666c6f77", + "0x496e646578206f7574206f6620626f756e6473", + "0x46", + "0x68747470733a2f2f66656c74732e78797a2f612f642e6a736f6e", + "0x28", + "0x4c5a", + "0x4c7a546f6b656e", + "0x7d7d37e18f91979ddae575de69f93b81edc07895307d3dea36b177a08ae187", + "0x15b11ca00837f051b7ec2410afe6fb5c0003c7916faf70cac43b669cceebb02", + "0x800000000000000f00000000000000000000000000000003", + "0x227400791a67192d78c5dae0338547a62a5175cd41727d3017a0d718d7cfdd9", + "0x49", + "0x4a", + "0x4b", + "0x90cf3f4a917c2421ab81619bc11aeff423ec3d2fb73edb085cf7edc26ae815", + "0x4c", + "0x800000000000000f00000000000000000000000000000002", + "0xcc5e86243f861d2d64b08c35db21013e773ac5cf10097946fe0011304886d5", + "0x4e", + "0x4e6577206f776e657220697320746865207a65726f2061646472657373", + "0x4e6f6e20436f6e747261637441646472657373", + "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", + "0x426f78", + "0x5c", + "0x5e", + "0x66656c74323532", + "0x536e617073686f74", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x56", + "0x5f", + "0x58", + "0x1597b831feeb60c71f259624b79cf66995ea4f7e383403583674ab9c33b9cec", + "0x59", + "0x753332", + "0x80000000000000070000000000000000000000000000000e", + "0x348a62b7a38c0673e61e888d83a3ac1bf334ee7361a8514593d3d9532ed8b39", + "0x57", + "0x5a", + "0x5b", + "0x753634", + "0x3808c701a5d13e100ab11b6c02f91f752ecae7e420d21b56c90ec0a475cc7e5", + "0x5d", + "0x3342418ef16b3e2799b906b1e4e89dbb9b111332dd44f72458ce44f9895b508", + "0x800000000000000700000000000000000000000000000006", + "0x7d4d99e9ed8d285b5c61b493cedb63976bc3d9da867933d829f49ce838b5e7", + "0x54", + "0x53", + "0x60", + "0xbfb01fdb6088d8963a8a8e3cc248d788eb70e77734bb639293c7c83861bd9c", + "0x22fa5dd7d2562b82ff389ce26f16b49aa7e112f0f14295d378c7fe175b60b", + "0x4e94fca3410c271be00eb47aafccd9f13550c2a242f81a3dcb7e928749f6af", + "0x3f026c7ad58336055a190c3ffca2776dec57ebc146bd903efe0cf4e746bc0c7", + "0x6ddd0ae79d39a0327689361c3b7202b769f0bd265205410fe17972f3e4367b", + "0xa5f5ae555e77a944155596b35ed18dd0b2192991ca3e380fbcf0331d52fb86", + "0x197e83152d64ff94795b57bb3227cc25d9603181e1d22e6d44a98e07a3472c", + "0x800000000000000f00000000000000000000000000000008", + "0x3a9c7eab5e83222700544aa326fd903f2fad3d775455a5c723eb320a4b3acfb", + "0x62", + "0x63", + "0x64", + "0x65", + "0x66", + "0x67", + "0x68", + "0x69", + "0x39d39c6a6709d3177ea14c17a7be1f998b7066b36b4faf34bcdc7c9be1b4aed", + "0x6a", + "0x3e1934b18d91949ab9afdbdd1866a30ccca06c2b1e6581582c6b27f8b4f6555", + "0x6c", + "0x2ce4352eafa6073ab4ecf9445ae96214f99c2c33a29c01fcae68ba501d10e2c", + "0x6e", + "0x10203be321c62a7bd4c060d69539c1fbe065baa9e253c74d2cc48be163e259", + "0x70", + "0x53746f7261676541646472657373", + "0x53746f726167654261736541646472657373", + "0x10e5fcd68658d0cf6ed280e34d0d0da9a510b7a6779230c9912806a2c939b9", + "0x4e6f6e5a65726f", + "0x3f918d17e5ee77373b56385708f855659a07f75997f365cf87748628532a055", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x4661696c656420746f20646573657269616c697a6520706172616d202334", + "0x4f7574206f6620676173", + "0x1eceb721bb58fb27710dc06650f2b96005444dc5f22e95b2d45c703901bf100", + "0x130084008fb11e0a3deefc581511c76f890748cb022261911ac4f81dbbee404", + "0x80", + "0x800000000000000f00000000000000000000000000000004", + "0x46871a0cac0d6085dcfa3a554c6fea51391d739651bd803279618606d14a3f", + "0x81", + "0x82", + "0x31b7ae911f0e541af5d1243e014ddeff97c526687eb584678b162b7b22d6224", + "0x83", + "0x4275696c74696e436f737473", + "0x53797374656d", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0x7f", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x1d49f7a4b277bf7b55a2664ce8cef5d6922b5ffb806b89644b9e0cdbbcac378", + "0x89", + "0x13fdd7105045794a99550ae1c4ac13faa62610dfab62c16422bfcf5803baa6e", + "0x8a", + "0x12867ecd09c884a5cf1f6d9eb0193b4695ce3bb3b2d796a8367d0c371f59cb2", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0x8d", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x4761734275696c74696e", + "0x153", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x656e61626c655f61705f747261636b696e67", + "0x73746f72655f74656d70", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x756e626f78", + "0x72656e616d65", + "0x656e756d5f696e6974", + "0x8f", + "0x6a756d70", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f6d61746368", + "0x21adb5788e32c84f69a1863d85ef9394b7bf761a0ce1190f826984e5075c371", + "0x8e", + "0x75313238735f66726f6d5f66656c74323532", + "0x8c", + "0x64726f70", + "0x66756e6374696f6e5f63616c6c", + "0x3", + "0x1d", + "0x8b", + "0x64697361626c655f61705f747261636b696e67", + "0x61727261795f6e6577", + "0x636f6e73745f61735f696d6d656469617465", + "0x88", + "0x61727261795f617070656e64", + "0x87", + "0x90", + "0x86", + "0x6765745f6275696c74696e5f636f737473", + "0x85", + "0x77697468647261775f6761735f616c6c", + "0x1e", + "0x84", + "0x736e617073686f745f74616b65", + "0x7e", + "0x7d", + "0x7c", + "0x7b", + "0x7a", + "0x79", + "0x647570", + "0x66656c743235325f737562", + "0x66656c743235325f69735f7a65726f", + "0x78", + "0x77", + "0x706564657273656e", + "0xad292db4ff05a993c318438c1b6c8a8303266af2da151aa28ccece6726f1f1", + "0x73746f726167655f616464726573735f66726f6d5f62617365", + "0x74", + "0x73746f726167655f726561645f73797363616c6c", + "0x626f6f6c5f6e6f745f696d706c", + "0x73", + "0x72", + "0x73746f726167655f626173655f616464726573735f636f6e7374", + "0x3a762f04043ed52ed42b61e4ad2e367163f5a928ef94f71121e68d78b8a00df", + "0x75", + "0x144d444467c1a7848e62c72fd678f9225602bf41005c66940ee2373705d90a2", + "0x1f", + "0x71", + "0x6f", + "0x753132385f746f5f66656c74323532", + "0x21", + "0x6d", + "0x636f6e74726163745f616464726573735f746f5f66656c74323532", + "0x22", + "0x6b", + "0x24", + "0x6765745f657865637574696f6e5f696e666f5f76325f73797363616c6c", + "0x61", + "0x25", + "0x52", + "0x27", + "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", + "0x51", + "0x50", + "0x4f", + "0x4d", + "0x636f6e74726163745f616464726573735f636f6e7374", + "0x48", + "0x47", + "0x459234f20d23e9fff7269a443964d591ac1b3763523869d98ac347b6473b22d", + "0x45", + "0x44", + "0x2b", + "0x7533325f7472795f66726f6d5f66656c74323532", + "0x61727261795f736c696365", + "0x61727261795f6c656e", + "0x7533325f6f766572666c6f77696e675f737562", + "0x43", + "0x42", + "0x616c6c6f635f6c6f63616c", + "0x66696e616c697a655f6c6f63616c73", + "0x2c", + "0x73746f72655f6c6f63616c", + "0x2d", + "0x3f", + "0x3d", + "0x41", + "0x3c", + "0x3b", + "0x3a", + "0x39", + "0x38", + "0x76", + "0x36", + "0x2679d68052ccd03a53755ca9169677965fbd93e489df62f5f40d4f03c24f7a4", + "0x35", + "0x34", + "0x33", + "0x31", + "0x32", + "0x626f6f6c5f746f5f66656c74323532", + "0x73746f726167655f77726974655f73797363616c6c", + "0x753132385f6571", + "0x753132385f6f766572666c6f77696e675f737562", + "0x753132385f6f766572666c6f77696e675f616464", + "0x1c", + "0x1b", + "0x1a", + "0x19", + "0x18", + "0x11", + "0x10", + "0x656d69745f6576656e745f73797363616c6c", + "0xf", + "0x63616c6c5f636f6e74726163745f73797363616c6c", + "0x61727261795f676574", + "0xe", + "0xd", + "0xc", + "0x7533325f746f5f66656c74323532", + "0xb", + "0x5", + "0x4", + "0x267f", + "0xffffffffffffffff", + "0x133", + "0x121", + "0x11d", + "0x10b", + "0x100", + "0xed", + "0xd9", + "0xc6", + "0xbe", + "0x92", + "0x93", + "0x94", + "0x95", + "0x96", + "0x97", + "0x98", + "0x99", + "0x9a", + "0x9b", + "0x9c", + "0x9d", + "0x9e", + "0x9f", + "0xa0", + "0xa1", + "0x125", + "0xa2", + "0xa3", + "0xa4", + "0xa5", + "0xa6", + "0xa7", + "0xa8", + "0xa9", + "0xaa", + "0xab", + "0xac", + "0xad", + "0x275", + "0x150", + "0x155", + "0x263", + "0x25f", + "0x160", + "0x165", + "0x19a", + "0x195", + "0x173", + "0x178", + "0x18b", + "0x185", + "0x1a2", + "0x18f", + "0x19d", + "0x24d", + "0x242", + "0x22f", + "0x1b6", + "0x1bb", + "0x21b", + "0x1d3", + "0x208", + "0x200", + "0x267", + "0x32a", + "0x292", + "0x297", + "0x319", + "0x2ac", + "0x30a", + "0x2c3", + "0x2e7", + "0x300", + "0x2db", + "0x2e0", + "0x2ef", + "0x2f3", + "0x37f", + "0x34e", + "0x372", + "0x369", + "0x3d3", + "0x3a2", + "0x3c6", + "0x3bd", + "0x49c", + "0x3ed", + "0x3f2", + "0x427", + "0x422", + "0x400", + "0x405", + "0x418", + "0x412", + "0x42f", + "0x41c", + "0x42a", + "0x48b", + "0x444", + "0x47c", + "0x474", + "0x566", + "0x4b7", + "0x4bc", + "0x4f1", + "0x4ec", + "0x4ca", + "0x4cf", + "0x4e2", + "0x4dc", + "0x4f9", + "0x4e6", + "0x4f4", + "0x555", + "0x50e", + "0x546", + "0x53e", + "0x609", + "0x583", + "0x588", + "0x5f7", + "0x5f3", + "0x5a0", + "0x5e4", + "0x5dc", + "0x5fb", + "0x6d4", + "0x624", + "0x629", + "0x65e", + "0x659", + "0x637", + "0x63c", + "0x64f", + "0x649", + "0x666", + "0x653", + "0x661", + "0x6c3", + "0x67b", + "0x6b4", + "0x6ac", + "0x81a", + "0x6f1", + "0x6f6", + "0x808", + "0x804", + "0x703", + "0x708", + "0x7f1", + "0x7ec", + "0x713", + "0x718", + "0x74d", + "0x748", + "0x726", + "0x72b", + "0x73e", + "0x738", + "0x755", + "0x742", + "0x750", + "0x7d9", + "0x7cd", + "0x7b9", + "0x777", + "0x7a6", + "0x79e", + "0x7f6", + "0x80c", + "0x939", + "0x837", + "0x83c", + "0x927", + "0x923", + "0x849", + "0x84e", + "0x910", + "0x90b", + "0x859", + "0x85e", + "0x893", + "0x88e", + "0x86c", + "0x871", + "0x884", + "0x87e", + "0x89b", + "0x888", + "0x896", + "0x8f8", + "0x8b2", + "0x8e6", + "0x8de", + "0x915", + "0x92b", + "0xa24", + "0x956", + "0x95b", + "0xa12", + "0xa0e", + "0x966", + "0x96b", + "0x9a0", + "0x99b", + "0x979", + "0x97e", + "0x991", + "0x98b", + "0x9a8", + "0x995", + "0x9a3", + "0x9fc", + "0x9be", + "0x9eb", + "0x9e3", + "0xa16", + "0xaff", + "0xa41", + "0xa46", + "0xaed", + "0xae9", + "0xa51", + "0xa56", + "0xad7", + "0xa61", + "0xa66", + "0xa7a", + "0xac6", + "0xab4", + "0xaab", + "0xabd", + "0xaf1", + "0xbca", + "0xb1a", + "0xb1f", + "0xb54", + "0xb4f", + "0xb2d", + "0xb32", + "0xb45", + "0xb3f", + "0xb5c", + "0xb49", + "0xb57", + "0xbb9", + "0xb71", + "0xbaa", + "0xba2", + "0xc9f", + "0xbe7", + "0xbec", + "0xc8d", + "0xc89", + "0xbf9", + "0xbfe", + "0xc76", + "0xc71", + "0xc17", + "0xc60", + "0xc55", + "0xc36", + "0xc3b", + "0xc44", + "0xc48", + "0xc7b", + "0xc91", + "0xd42", + "0xcbc", + "0xcc1", + "0xd30", + "0xd2c", + "0xcd9", + "0xd1d", + "0xd15", + "0xd34", + "0xe0d", + "0xd5d", + "0xd62", + "0xd97", + "0xd92", + "0xd70", + "0xd75", + "0xd88", + "0xd82", + "0xd9f", + "0xd8c", + "0xd9a", + "0xdfc", + "0xdb4", + "0xded", + "0xde5", + "0xf53", + "0xe2a", + "0xe2f", + "0xf41", + "0xf3d", + "0xe3c", + "0xe41", + "0xf2a", + "0xf25", + "0xe4c", + "0xe51", + "0xe86", + "0xe81", + "0xe5f", + "0xe64", + "0xe77", + "0xe71", + "0xe8e", + "0xe7b", + "0xe89", + "0xf12", + "0xf06", + "0xef2", + "0xeb0", + "0xedf", + "0xed7", + "0xf2f", + "0xf45", + "0x1072", + "0xf70", + "0xf75", + "0x1060", + "0x105c", + "0xf82", + "0xf87", + "0x1049", + "0x1044", + "0xf92", + "0xf97", + "0xfcc", + "0xfc7", + "0xfa5", + "0xfaa", + "0xfbd", + "0xfb7", + "0xfd4", + "0xfc1", + "0xfcf", + "0x1031", + "0xfeb", + "0x101f", + "0x1017", + "0x104e", + "0x1064", + "0x114d", + "0x108f", + "0x1094", + "0x113b", + "0x1137", + "0x109f", + "0x10a4", + "0x1125", + "0x10af", + "0x10b4", + "0x10c8", + "0x1114", + "0x1102", + "0x10f9", + "0x110b", + "0x113f", + "0x1218", + "0x1168", + "0x116d", + "0x11a2", + "0x119d", + "0x117b", + "0x1180", + "0x1193", + "0x118d", + "0x11aa", + "0x1197", + "0x11a5", + "0x1207", + "0x11bf", + "0x11f8", + "0x11f0", + "0x12ed", + "0x1235", + "0x123a", + "0x12db", + "0x12d7", + "0x1247", + "0x124c", + "0x12c4", + "0x12bf", + "0x1265", + "0x12ae", + "0x12a3", + "0x1284", + "0x1289", + "0x1292", + "0x1296", + "0x12c9", + "0x12df", + "0x13a2", + "0x130a", + "0x130f", + "0x1391", + "0x1324", + "0x1382", + "0x133b", + "0x135f", + "0x1378", + "0x1353", + "0x1358", + "0x1367", + "0x136b", + "0x140a", + "0x13c6", + "0x13fd", + "0x13f0", + "0x13e6", + "0x13f5", + "0x14b4", + "0x1426", + "0x142b", + "0x14a3", + "0x149f", + "0x1442", + "0x1491", + "0x1458", + "0x1489", + "0x1480", + "0x1478", + "0x14a7", + "0x151b", + "0x14d7", + "0x150e", + "0x1502", + "0x14fc", + "0x1508", + "0x15c5", + "0x1537", + "0x153c", + "0x15b4", + "0x15b0", + "0x1553", + "0x15a2", + "0x1569", + "0x159a", + "0x1591", + "0x1589", + "0x15b8", + "0x162c", + "0x15e8", + "0x161f", + "0x1613", + "0x160d", + "0x1619", + "0x16dc", + "0x1650", + "0x16ce", + "0x16bd", + "0x16b5", + "0x16ab", + "0x16a2", + "0x16c5", + "0x16f2", + "0x16f7", + "0x1749", + "0x1740", + "0x1733", + "0x1724", + "0x1718", + "0xae", + "0xaf", + "0xb0", + "0xb1", + "0xb2", + "0xb3", + "0xb4", + "0xb5", + "0xb6", + "0xb7", + "0xb8", + "0x17cf", + "0xb9", + "0xba", + "0x17b9", + "0xbb", + "0xbc", + "0x17ac", + "0xbd", + "0x1789", + "0x17c6", + "0xbf", + "0x17a2", + "0xc0", + "0xc1", + "0xc2", + "0xc3", + "0xc4", + "0xc5", + "0x1847", + "0x183c", + "0x17ff", + "0x1804", + "0x1817", + "0xc7", + "0xc8", + "0xc9", + "0xca", + "0x1832", + "0xcb", + "0xcc", + "0x184d", + "0x1869", + "0xcd", + "0xce", + "0xcf", + "0xd0", + "0xd1", + "0x18be", + "0x18a8", + "0xd2", + "0xd3", + "0x18a1", + "0x1894", + "0xd4", + "0xd5", + "0xd6", + "0x18b5", + "0x18c5", + "0xd7", + "0x190c", + "0x1902", + "0x18f8", + "0xd8", + "0xda", + "0xdb", + "0x1911", + "0xdc", + "0x19a4", + "0xdd", + "0x1996", + "0x1948", + "0xde", + "0xdf", + "0xe0", + "0xe1", + "0x198a", + "0x1981", + "0x1974", + "0xe2", + "0xe3", + "0xe4", + "0x1a12", + "0x1a04", + "0x19e4", + "0x1a1e", + "0x19fa", + "0x1aa7", + "0x1a99", + "0x1a4d", + "0x1a88", + "0x1a8c", + "0x1a68", + "0x1a6d", + "0x1a82", + "0xe5", + "0xe6", + "0x1acb", + "0xe7", + "0xe8", + "0xe9", + "0xea", + "0x1b0b", + "0xeb", + "0xec", + "0xee", + "0xef", + "0x1b02", + "0x1b94", + "0x1b89", + "0x1b39", + "0x1b3e", + "0x1b51", + "0xf0", + "0x1b7f", + "0x1b71", + "0x1b9a", + "0x1c00", + "0x1bf2", + "0x1bd2", + "0x1c0c", + "0x1be8", + "0x1c73", + "0x1c69", + "0x1c5f", + "0x1c41", + "0xf1", + "0xf2", + "0xf3", + "0x1c51", + "0xf4", + "0xf5", + "0xf6", + "0x1c78", + "0x1cd6", + "0x1cca", + "0x1cbe", + "0xf7", + "0xf8", + "0xf9", + "0x1cb6", + "0xfa", + "0xfb", + "0xfc", + "0xfd", + "0x1cdd", + "0x1d44", + "0x1d39", + "0xfe", + "0x1d2e", + "0xff", + "0x1d23", + "0x1e4a", + "0x101", + "0x1d68", + "0x1d71", + "0x1e3a", + "0x1e24", + "0x102", + "0x1e15", + "0x1da1", + "0x1e31", + "0x1e07", + "0x103", + "0x104", + "0x105", + "0x1dbf", + "0x1dc5", + "0x1dcd", + "0x1ddf", + "0x106", + "0x1dd7", + "0x1def", + "0x107", + "0x1e72", + "0x108", + "0x1fe6", + "0x1fd9", + "0x1e93", + "0x1e98", + "0x1fc7", + "0x1fb0", + "0x1f9b", + "0x1f91", + "0x1f81", + "0x109", + "0x1ec9", + "0x1ecf", + "0x1ed7", + "0x1ee9", + "0x1ee1", + "0x1f6d", + "0x1f5a", + "0x1f52", + "0x1f45", + "0x10a", + "0x1f3c", + "0x1f64", + "0x10c", + "0x1fab", + "0x1fba", + "0x10d", + "0x10e", + "0x10f", + "0x1fbe", + "0x110", + "0x1fee", + "0x111", + "0x112", + "0x113", + "0x114", + "0x115", + "0x116", + "0x205c", + "0x2017", + "0x117", + "0x204f", + "0x118", + "0x119", + "0x11a", + "0x11b", + "0x11c", + "0x2048", + "0x203b", + "0x2040", + "0x11e", + "0x11f", + "0x120", + "0x20d4", + "0x20c7", + "0x2086", + "0x208b", + "0x20a0", + "0x20bc", + "0x20dc", + "0x216c", + "0x215e", + "0x210b", + "0x2110", + "0x211c", + "0x214f", + "0x214a", + "0x2141", + "0x2136", + "0x213b", + "0x2156", + "0x218c", + "0x23ed", + "0x23da", + "0x23cc", + "0x23b4", + "0x239e", + "0x2393", + "0x2382", + "0x21e2", + "0x21e8", + "0x21f0", + "0x2202", + "0x21fa", + "0x236d", + "0x2359", + "0x2350", + "0x2338", + "0x2322", + "0x2317", + "0x2306", + "0x224b", + "0x2251", + "0x2259", + "0x226b", + "0x2263", + "0x22f1", + "0x22dd", + "0x22d4", + "0x22c6", + "0x22bd", + "0x22e8", + "0x122", + "0x123", + "0x124", + "0x126", + "0x127", + "0x128", + "0x129", + "0x12a", + "0x12b", + "0x12c", + "0x12d", + "0x12e", + "0x12f", + "0x130", + "0x2333", + "0x131", + "0x132", + "0x134", + "0x2343", + "0x135", + "0x136", + "0x137", + "0x138", + "0x139", + "0x13a", + "0x13b", + "0x2347", + "0x13c", + "0x13d", + "0x13e", + "0x13f", + "0x140", + "0x141", + "0x2364", + "0x142", + "0x143", + "0x144", + "0x145", + "0x146", + "0x147", + "0x148", + "0x149", + "0x14a", + "0x14b", + "0x14c", + "0x14d", + "0x14e", + "0x14f", + "0x151", + "0x23af", + "0x152", + "0x154", + "0x23bf", + "0x156", + "0x157", + "0x158", + "0x159", + "0x15a", + "0x15b", + "0x15c", + "0x23c3", + "0x15d", + "0x15e", + "0x15f", + "0x161", + "0x162", + "0x163", + "0x164", + "0x166", + "0x167", + "0x168", + "0x169", + "0x246b", + "0x241d", + "0x245d", + "0x2454", + "0x2483", + "0x2485", + "0x24aa", + "0x2499", + "0x24b9", + "0x24d7", + "0x24f4", + "0x2530", + "0x2521", + "0x251c", + "0x250e", + "0x2501", + "0x2506", + "0x2528", + "0x25d3", + "0x2574", + "0x2593", + "0x25c3", + "0x25b3", + "0x25ae", + "0x25a0", + "0x25ba", + "0x25ff", + "0x2622", + "0x263f", + "0x2643", + "0x2671", + "0x2653", + "0x2658", + "0x2666", + "0x284", + "0x339", + "0x38d", + "0x3e1", + "0x4ab", + "0x575", + "0x618", + "0x6e3", + "0x829", + "0x948", + "0xa33", + "0xb0e", + "0xbd9", + "0xcae", + "0xd51", + "0xe1c", + "0xf62", + "0x1081", + "0x115c", + "0x1227", + "0x12fc", + "0x13b1", + "0x1418", + "0x14c2", + "0x1529", + "0x15d3", + "0x163a", + "0x16eb", + "0x1753", + "0x17df", + "0x1856", + "0x18ce", + "0x191a", + "0x19b5", + "0x1a27", + "0x1ab2", + "0x1b19", + "0x1ba3", + "0x1c15", + "0x1c80", + "0x1ce5", + "0x1d50", + "0x1e5e", + "0x1ff7", + "0x2067", + "0x20e5", + "0x2177", + "0x23f9", + "0x2476", + "0x24c2", + "0x2540", + "0x25db", + "0x2647", + "0x13b6a", + "0x180a00e018028040060240380600a0100180800e0180280400600800800", + "0x881301e0480881001e0180280e01a0300380600a0100180b00e01802804", + "0x281902204c0c01400a05c0281202204c078160220400781500a05002812", + "0x181e00e018028040060740380600a0100181c00e0180280400606c0281a", + "0x882401e08c1102100e018028040060800380600a0100181f00e01802804", + "0x882c01e0ac0282b00a0a80882401e08c1482802209c0c02600a09802825", + "0x883101e0c00380600a0100182f00e018028040060b80282600a0980282d", + "0x182600a0d40883101e0d00380600a0100183300e0180280400609802832", + "0x182e00a0980282600a0e00882c01e0dc0380600a0100183600e01802804", + "0x282e00a0ec0180500e0ac028040060e80380600a0100183900e01802804", + "0x380600a0100181100e0ac028040060f40283d00a0b80283b0060f40283c", + "0x284200a104088240300980282600a1000882401e0fc0380600a0100183e", + "0x88240301180380600a0100184500e018028040061100380600a01001843", + "0x284b00a1280882c0301240282600a098028480220b00781500a05402847", + "0x28040061480380600a0100185100a1400284f00a1380882c0301340284c", + "0x2b80500e158028040061540380600a0100185400e0180280400614c03806", + "0x28040061680380600a0100185900e018028040061600380600a01001823", + "0xc04900a0480883101e1740380600a0100185c00e0180280400616c03806", + "0x28040061900380600a0100186300a188308020c006c0285f00a17808813", + "0x382b00a0100186700e018028040060f40286600a0b80283b00619403806", + "0x786c0220400786b0220400786a00e018028040061a40380600a01001868", + "0x287300a1c8088130300540287100a0480886d01e1c00286f00a1b80886d", + "0x187700e0180280400606c0287600a1d408813030054028120221d00781b", + "0x3f0230fa1f0028270f41ec028270f41e40380600a0100187800e01802804", + "0x28830220c40788200a09c3f08100a0380688000a1fc0883101e05002827", + "0x280600a0180280600a2200282b00a0980280600a21c0888601e08c42884", + "0x288d00a2340288c0220b0078231162200288a00a2280288800a0ac02889", + "0x282600a2480289100a2400888f01e0ac0288d00a0180288e0220b007826", + "0x881001e2580881001e2540881001e2500881001e24c028270f401802826", + "0x289e00a2740289c02226c0789a022040078990220400789802204007897", + "0x28a502204c0c01500a290028120221b4078a300a288028a100a2800289f", + "0x28120220c40781b00a2a0028a702204c0c02600a0480883101e06c028a6", + "0x28ac00a2ac08813030018028120220c40781b00a2a8028a902204c0c02e", + "0x5702315a0440388a00a0100181100e018028040060140380600a0100181b", + "0x380600a010018b100e01802804006018028271602bc0380600a01001823", + "0x28040062d40380600a010018b400e018028040062cc0380600a010018b2", + "0x88ba01e2e4028b80221d0078b70220400788800a0480883101e2d803806", + "0x28bf00a2f808813030054028bd00a0480886d01e1c4028bc00a290028bb", + "0x88240303100380600a0100181b00a30c028c202204c0c00218208c6001b", + "0xc01b00a320028c702204c0c0c600a220028120220900781500a220028c5", + "0x8824030054028cb00a32808824030018028270f40540282e00a32408824", + "0x28d402234c4400500a348088d1022340088cf19c0086681500a018028cc", + "0x28d402201c6c80500e3600300500a35c0300500a3580300500a35408805", + "0x6c80500a370028071b2014038d802a014028db0223686c80500a35040005", + "0x6f00500a370028071bc014038d81bc014028d402201c6f00500e360088dd", + "0x28e11c0014028d402201c7000500e3601700500a36c088df00c014028d4", + "0x28db1c0014028dc022014028d700a01c7000500e3600a80500a38415805", + "0x6300500a3706400500a3487280500a370720e300a3884400500a35044005", + "0x1700500a3844400500a3840300500a3846580500a3844000500a384088e6", + "0x28db02e014028db00c014028ea1d2014028e800c014028e704c014028e1", + "0x28d41da014028d41d8014028d40c6014028d400a01c7580500e3600d805", + "0x4f80500a36c4f00500a36c4e80500a36c088f01de014028d40223b875805", + "0x28db148014028db146014028db144014028db142014028db140014028db", + "0x5e80500a36c3880500a36c3800500a36c3780500a36c5e00500a36c5c805", + "0x28f317e014028e11e4014028dc1e238c028e205c014028d404c014028d4", + "0x28e81e8014028e802201c7580500e3606180500a36c0a00500a3840a005", + "0x300500a3e87c80500a3a07c00500a3a07b80500a3a07b00500a3a07a805", + "0x7f00500a3a07e80500a3842480500a35002807092014038d80223f0088fb", + "0x8807092014038d802240c4500500a3508100500a3a008901022400088ff", + "0x8480500a3508400700a41c8300500a3a08280500a3a02480500a37008904", + "0x28e1178014028e117a014028d217a014028e117a014028f321401c02907", + "0x8680500a370258e300a3885600500a3488600500a370858e300a38838805", + "0x890e056014028d705c014028d205c014028fa05c014028f3154014028d2", + "0x8980500a370890e300a38808911150014028d2220014028dc21e38c028e2", + "0x8b00500a35008915092014028e122838c028e207838c028e214c014028e1", + "0x28d222e38c028e2124014028e1122014028e1126014028d2126014028d6", + "0x8c8e300a3888c00500a3a01e8e300a3880a00500a3500b80500a3840d805", + "0x28e20e2014028f3238014028e804c014028fa236014028e823401c02907", + "0x3980500a3848f00500a370210e300a3883b00500a3848e80500a370340e3", + "0x291f0a238c028e2242014028e8240014028e8036014028d402201c0291f", + "0x928e300a3889200500a3a09180500a3a03980500a3485300500a34891007", + "0x38d80224a40300500a4a00300500a49c4500500a3e808926100014028fa", + "0x9500500a3a07280500a350088071ca014038d8190014028db02201c63005", + "0x292c00a01c6300500e3609580500a3a04500500a384028071ca014038d8", + "0x28d2262014028dc26038c028e20c60140292f25c38c028e20224b431805", + "0x28d402201c7900500e3605f80500a36c248e300a3889900500a3a02f805", + "0x28e8268014028e8148014028e1266014028e100a01c7900500e36079005", + "0x38d8158014028db26c014028e8218014028d400a01c8600500e3609a805", + "0x9c00500a3a08680500a3500280721a014038d826e014028e802201c86005", + "0x28e802201c8680500e3605500500a36c0893b274014028e8272014028fa", + "0x38d8150014028db220014028d400a01c8800500e3609c80500a3849e005", + "0x2807226014038d827a014028e809a38c028e2148014028f302201c88005", + "0x8807226014038d814c014028db27c014028e809e38c028e2226014028d4", + "0x28db02250808941092014028fa280014028e8150014028e127e38c028e2", + "0xa00e300a3889f80500a3500880727e014038d800e01c2780500e36026805", + "0x3b00500a36c8e80500a3500280723a014038d825c014028e8260014028e8", + "0x38d802201c2880500e3602100500a36c9280500a3a00880723a014038d8", + "0x8f00500e3608f00500a3500880723c014038d80e6014028db00e01c9f805", + "0x28e8110014028fa02250c8b80500a3a08c80500a3a03400500a3a002807", + "0x894521e014028e8224014028e8078014028e80225101580500a3508a005", + "0x7680500a35c7600500a35c8580500a3a00880709e014038d8096014028db", + "0x28e81c8014028e11c8014028f31c8014028db1e2014028e8028014028d7", + "0xa400500a3cca400500a36ca380500a3a09f0e300a3887200500a350a3005", + "0x8807262014038d80be014028db27a38c028e2290014028d4290014028e1", + "0xa500500a3a0a480500a3a05200500a3e802807262014038d8262014028d4", + "0x9f80500a3709f80500a3849f80500a3cc0280709e014038d8098014028db", + "0x28fa296014028e80a2014028dc0a0014028dc27838c028e209e014028d4", + "0x2180500a3482180500a3e8a600500a3a01300500a35c2100500a34821005", + "0x28e8196014028d400c0140295002253ca700500a3a07200500a3480894d", + "0x28d22aa014028dc27438c028e2022550a980500a3a0a900500a3a0a8805", + "0x7180500a3a02780500a370ab80500a3a0ab00500a3a0a400500a3480d005", + "0x28e8098014028d2098014028fa00e014028e8096014028d2096014028fa", + "0xaa80500e3600d00500a36c2480500a35c2680500a3482680500a3e802805", + "0x3805022044ac8050220440895800a01caa80500e360aa80500a35008807", + "0x295700a38c088112b2014088070220680a8072b4050ab0072b201c03805", + "0x381700a0500895600a5640295600a558088112b20140895702205c02959", + "0x895200a5640295500a054088112b20140880702254c029512aa06c03959", + "0x295900a06c0281b0225380295900a544028170225440295900a5480281a", + "0x88112b2014088070220442180502254c0894b00a5640294e00a5540894c", + "0xa60052b2014a9805036044218052b2014130052a2044130052b201408952", + "0x88070220ac0295b0a0014ac807296014a7011296014ac805086014aa811", + "0x895900a04403811294014ae04c05c01cac8070a05580394c022044ac805", + "0x381128e0147894829201cac8072980140a01105c014ac80505c014ab011", + "0x130111c8014ac8052920140d81128c014ac805290014a581102256402811", + "0x28112a40440895900a044038110220f0028112a6044788052b2014a3005", + "0x28260223900295900a51c0281b02212c0295900a42c0284302242c02959", + "0x895900a044038112240144110f00a564038f100a140088f100a5640284b", + "0xac80522801415811228014ac8050780140d011078014ac80521e0140a811", + "0xac80502201c088420d04647189207a45c0395900e4501700705c0448a005", + "0x892e00a4fc9285100e564038e400a0500891700a5640291700a55808811", + "0x884900a5640285100a06c0893000a5640292500a52c088112b201408807", + "0x8952022044ac80502201c08811274014089530221340295900a4c002826", + "0x13011092014ac80525c0140d81127e014ac80509e0142181109e014ac805", + "0xac80502201c0893e00a1bca00052b201c268050a0044268052b20149f805", + "0x293c00a0ac0893c00a5640293d00a0680893d00a5640294000a05408811", + "0x281100e0449b13727038c9505627401cac80727845c0382e0224f002959", + "0x29560224d00295900a4d40294a0224d40295900a1581e80709804408959", + "0x893100a5640293400a5240885f00a5640284900a06c0893200a5640293a", + "0x9b0052900440895900a4dc02948022044ac80502201c0881112601408953", + "0x28112a6044318052b20149c0052ac0440895900a0f402948022044ac805", + "0x895900a0f402948022044ac80527c014a38110225640281100e0440891e", + "0x295900a4cc029460224cc0295900a044a90110c6014ac80522e014ab011", + "0x292b00a5240885f00a5640284900a06c0893200a5640286300a3900892b", + "0x895900a1a002948022044ac80502201c08811126014089530224c402959", + "0x8811114014089530224a80295900a46402956022044ac805084014a4011", + "0xa9011254014ac80505c014ab0110225640291200a51c088112b201408807", + "0x893200a5640292a00a3900892300a5640292400a5180892400a56402811", + "0x295900e4c4028f10224c40295900a48c0294902217c0295900a3900281b", + "0x990052ac044900052b20142f8052160440895900a04403811242014ae866", + "0x3806f00e5640292026401c87811240014ac80524001425811264014ac805", + "0x287100a0f0088112b2014088070221cc0295e0e2014ac8070e001489011", + "0x88112b2014088070224700295f23a014ac8070ec0148a0110ec47803959", + "0x8807022244029021244600395900e46c0281402246c0295900a478028e3", + "0x28170222000295900a0180281a0220180295900a24802815022044ac805", + "0x888400a5640288800a5540888200a5640291800a06c0888800a56402880", + "0x448052a2044448052b201408952022044ac80502201c088111f201408953", + "0xa7011108014ac805114014aa811104014ac8051220140d811114014ac805", + "0x395900e20802814022044ac80502201c0888d00a5803d8052b201c42005", + "0x287c00a0f4088112b201408917022044ac80502201c0889300a0004087c", + "0xac80523a014210110225640287b00a1a0088112b20144080523204408959", + "0x8b0052b20140892e022044ac805098014928110225640286600a14408811", + "0xac80513a458038490222740295900a2740282b0222740295900a04498011", + "0x5000527e044500052b20144f09f00e13c0889f00a5640281109a0444f005", + "0x9f0110de014ac8050de014ab011022014ac805022014a0011142014ac805", + "0x508052b201450805278044718052b20147180527a0440a0052b20140a005", + "0x9d0110225640289300a0f4088112b201408807022284718140de044ab005", + "0x395900e2880a06f1c64e0088a200a564028a200a158088a200a56402811", + "0x281126e0440895900a0448b8110225640281100e044898a600e584520a3", + "0xac8050224d0088aa00a5640281126a044880052b2014089360222a002959", + "0x295900a04498811218014ac80502217c088ac00a5640281126404486805", + "0x810052b2014089330224140295900a418860ac21a2a8880a802a18c08906", + "0x7f0052b2014089240224e40295900a04495011212014ac80520401495811", + "0x29560223e40295900a3f4849051c6198088fd00a564028fe27201c91811", + "0x881100a5640281100a500088a400a564028a400a4f8088a300a564028a3", + "0x295900a198029200221300295900a1300292102238c0295900a38c0293d", + "0x520a302e1bc0887b00a5640287b00a0ac0891d00a5640291d00a12c08866", + "0x295900e3d0028700223d07a8f61ee3e0ab15900a1ec8e8660983e471811", + "0xac8050224b8088112b2014618050e20440895900a04403811172014b10c3", + "0x5f8052160440895900a2f40291e0222fc5e8072b20145e0050e60445e005", + "0xa00111da014ac8051de0148e8111de014ac8051e40143b0111e4014ac805", + "0x7b8052b20147b80527c0447c0052b20147c0052ac0447b0052b20147b005", + "0x7a8f71f03d8ab0051da014ac8051da0149e0111ea014ac8051ea0149e811", + "0x295900a3d8029400223ac0295900a2e40293f022044ac80502201c088ed", + "0x28f500a4f4088f700a564028f700a4f8088f800a564028f800a558088f6", + "0x281100e044758f51ee3e07b15600a3ac0295900a3ac0293c0223d402959", + "0x895900a47402842022044ac8050f6014340110225640281122e04408959", + "0x88e900a5640281125c0440895900a13002925022044ac8050cc01428811", + "0x295900a31874807092044630052b201463005056044630052b20140891c", + "0x28e000a4fc088e000a564028c81ca01c278111ca014ac805022134088c8", + "0x293e0222980295900a298029560220440295900a0440294002232c02959", + "0x28cb00a564028cb00a4f0088e300a564028e300a4f40891300a56402913", + "0x4680528e0440895900a0448b8110225640281100e044658e322629808956", + "0x286600a144088112b20148e8050840440895900a2080283d022044ac805", + "0x295900a0448d8111bc014ac8050224b8088112b20142600524a04408959", + "0x281109a044760052b20146c8de00e124088d900a564028d900a0ac088d9", + "0xa00112c8014ac8052c60149f8112c6014ac8051d80000384f02200002959", + "0xa0052b20140a00527c044378052b2014378052ac044088052b201408805", + "0x718140de044ab0052c8014ac8052c80149e0111c6014ac8051c60149e811", + "0x928110225640291c00a51c088112b201408917022044ac80502201c08964", + "0x892e022044ac8050cc014288110225640291e00a108088112b201426005", + "0x38490225980295900a5980282b0225980295900a0448c0112ca014ac805", + "0xb48052b2014b396800e13c0896800a5640281109a044b38052b2014b3165", + "0xac8050de014ab011022014ac805022014a00112d4014ac8052d20149f811", + "0xb5005278044718052b20147180527a0440a0052b20140a00527c04437805", + "0xac80502245c088112b2014088070225a8718140de044ab0052d4014ac805", + "0x295900a1cc0293f022044ac8050cc014288110225640284c00a49408811", + "0x281400a4f80886f00a5640286f00a5580881100a5640281100a5000896b", + "0x895600a5ac0295900a5ac0293c02238c0295900a38c0293d02205002959", + "0xac805242014a38110225640281122e0440895900a044038112d638c0a06f", + "0xb60052b20140892e022044ac805098014928110225640285f00a0f408811", + "0xac8052da5b0038490225b40295900a5b40282b0225b40295900a04449011", + "0xb800527e044b80052b2014b716f00e13c0896f00a5640281109a044b7005", + "0x9f011264014ac805264014ab011022014ac805022014a00112e2014ac805", + "0xb88052b2014b8805278044718052b20147180527a0440a0052b20140a005", + "0xab0110225640294c00a0f4088112b2014088070225c471814264044ab005", + "0x1580528e0440895900a044038110225cc028112a6044b90052b2014a5005", + "0x281122e044b90052b2014ab0052ac0440895900a5300283d022044ac805", + "0xac8052ea014158112ea014ac8050222440897400a5640281125c04408959", + "0xbb80709e044bb8052b20140884d0225d80295900a5d4ba007092044ba805", + "0x881100a5640281100a5000897900a5640297800a4fc0897800a56402976", + "0x295900a38c0293d0220500295900a0500293e0225c80295900a5c802956", + "0x895900a044038112f238c0a1720225580297900a5640297900a4f0088e3", + "0x897b00a56402811238044bd0052b20140892e022044ac8052ae01421011", + "0x295900a044268112f8014ac8052f65e8038490225ec0295900a5ec0282b", + "0x8805280044bf8052b2014bf00527e044bf0052b2014be17d00e13c0897d", + "0x9e811034014ac8050340149f01102a014ac80502a014ab011022014ac805", + "0x897f1c60680a8112ac014bf8052b2014bf805278044718052b201471805", + "0x88070220680a807300050ab0072b201c0380500e014088112b201408811", + "0x295600a558088112b20140895702205c0295900a55c028e3022044ac805", + "0x88112b20140880702254c029812aa06c0395900e05c0281402255802959", + "0x295900a544028170225440295900a5480281a0225480295900a55402815", + "0xc100502254c0894b00a5640294e00a5540894c00a5640281b00a06c0894e", + "0x218052b2014130052a2044130052b201408952022044ac80502201c08811", + "0xac807296014a7011296014ac805086014aa811298014ac8052a60140d811", + "0xc204c05c01cac8070a05580394c022044ac80502201c0882b00a60c28005", + "0xac8072980140a01105c014ac80505c014ab0110225640281100e044a5005", + "0xd81128c014ac805290014a58110225640281100e044a380530a520a4807", + "0x3811022618028112a6044788052b2014a300504c044720052b2014a4805", + "0x281b02212c0295900a42c0284302242c0295900a044a901102256402811", + "0xc390f00a564038f100a140088f100a5640284b00a098088e400a56402947", + "0xac8050780140d011078014ac80521e0140a8110225640281100e04489005", + "0x7198807a45c0395900e4501700705c0448a0052b20148a0050560448a005", + "0x38e400a0500891700a5640291700a558088112b20140880702210834119", + "0x893000a5640292500a52c088112b2014088070224b80298924a14403959", + "0x8811314014089530221340295900a4c0028260221240295900a1440281b", + "0xd81127e014ac80509e0142181109e014ac805022548088112b201408807", + "0xa00052b201c268050a0044268052b20149f80504c044248052b201497005", + "0x293d00a0680893d00a5640294000a054088112b2014088070224f80298b", + "0xc605627401cac80727845c0382e0224f00295900a4f00282b0224f002959", + "0x294a0224d40295900a1581e8070980440895900a0440381126c4dc9c0e3", + "0x885f00a5640284900a06c0893200a5640293a00a5580893400a56402935", + "0x2948022044ac80502201c0881131a014089530224c40295900a4d002949", + "0x9c0052ac0440895900a0f402948022044ac80526c014a401102256402937", + "0xac80527c014a38110225640281100e0440898e00a044a98110c6014ac805", + "0x295900a044a90110c6014ac80522e014ab0110225640283d00a52008811", + "0x284900a06c0893200a5640286300a3900892b00a5640293300a51808933", + "0xac80502201c0881131a014089530224c40295900a4ac0294902217c02959", + "0x295900a46402956022044ac805084014a40110225640286800a52008811", + "0xab0110225640291200a51c088112b201408807022044c780502254c0892a", + "0x892300a5640292400a5180892400a564028112a4044950052b201417005", + "0x295900a48c0294902217c0295900a3900281b0224c80295900a4a8028e4", + "0x2f8052160440895900a04403811242014c806600a5640393100a3c408931", + "0x87811240014ac80524001425811264014ac805264014ab011240014ac805", + "0x88070221cc029910e2014ac8070e0014890110e01bc0395900a48099007", + "0x299223a014ac8070ec0148a0110ec4780395900a1c40283c022044ac805", + "0x395900e46c0281402246c0295900a478028e3022044ac80502201c0891c", + "0x281a0220180295900a24802815022044ac80502201c0889100a64c49118", + "0x888200a5640291800a06c0888800a5640288000a05c0888000a56402806", + "0x8952022044ac80502201c08811328014089530222100295900a22002955", + "0xaa811104014ac8051220140d811114014ac805112014a8811112014ac805", + "0xac80502201c0888d00a6543d8052b201c4200529c044420052b201445005", + "0x8917022044ac80502201c0889300a6584087c00e5640388200a05008811", + "0x287b00a1a0088112b2014408052320440895900a1f00283d022044ac805", + "0xac805098014928110225640286600a144088112b20148e80508404408959", + "0x295900a2740282b0222740295900a0449801122c014ac8050224b808811", + "0x4f09f00e13c0889f00a5640281109a0444f0052b20144e91600e1240889d", + "0xab011022014ac805022014a0011142014ac8051400149f811140014ac805", + "0x718052b20147180527a0440a0052b20140a00527c044378052b201437805", + "0x88112b201408807022284718140de044ab005142014ac8051420149e011", + "0x88a200a564028a200a158088a200a564028112740440895900a24c0283d", + "0x8b8110225640281100e044898a600e65c520a300e564038a20281bc71938", + "0x281126a044880052b2014089360222a00295900a0449b81102256402811", + "0xac80502217c088ac00a56402811264044868052b2014089340222a802959", + "0x295900a418860ac21a2a8880a802a18c0890600a5640281126204486005", + "0x295900a04495011212014ac80520401495811204014ac8050224cc08905", + "0x849051c6198088fd00a564028fe27201c918111fc014ac80502249008939", + "0x88a400a564028a400a4f8088a300a564028a300a558088f900a564028fd", + "0x295900a1300292102238c0295900a38c0293d0220440295900a04402940", + "0x287b00a0ac0891d00a5640291d00a12c0886600a5640286600a4800884c", + "0x7a8f61ee3e0ab15900a1ec8e8660983e47181114828c0b86f0221ec02959", + "0x618050e20440895900a04403811172014cc0c300a564038f400a1c0088f4", + "0x291e0222fc5e8072b20145e0050e60445e0052b20140892e022044ac805", + "0x8e8111de014ac8051e40143b0111e4014ac80517e01485811022564028bd", + "0x7c0052b20147c0052ac0447b0052b20147b005280044768052b201477805", + "0xac8051da0149e0111ea014ac8051ea0149e8111ee014ac8051ee0149f011", + "0x295900a2e40293f022044ac80502201c088ed1ea3dc7c0f62ac01476805", + "0x28f700a4f8088f800a564028f800a558088f600a564028f600a500088eb", + "0x7b15600a3ac0295900a3ac0293c0223d40295900a3d40293d0223dc02959", + "0xac8050f6014340110225640281122e0440895900a044038111d63d47b8f8", + "0x895900a13002925022044ac8050cc014288110225640291d00a10808811", + "0x630052b201463005056044630052b20140891c0223a40295900a04497011", + "0x28c81ca01c278111ca014ac805022134088c800a564028c61d201c24811", + "0x29560220440295900a0440294002232c0295900a3800293f02238002959", + "0x88e300a564028e300a4f40891300a5640291300a4f8088a600a564028a6", + "0x8b8110225640281100e044658e32262980895600a32c0295900a32c0293c", + "0x8e8050840440895900a2080283d022044ac80511a014a381102256402811", + "0xac8050224b8088112b20142600524a0440895900a19802851022044ac805", + "0x6c8de00e124088d900a564028d900a0ac088d900a564028112360446f005", + "0x9f8112c6014ac8051d80000384f0220000295900a044268111d8014ac805", + "0x378052b2014378052ac044088052b201408805280044b20052b2014b1805", + "0xac8052c80149e0111c6014ac8051c60149e811028014ac8050280149f011", + "0x88112b201408917022044ac80502201c089641c6050378112ac014b2005", + "0x288110225640291e00a108088112b20142600524a0440895900a47002947", + "0x282b0225980295900a0448c0112ca014ac8050224b8088112b201433005", + "0x896800a5640281109a044b38052b2014b316500e1240896600a56402966", + "0xac805022014a00112d4014ac8052d20149f8112d2014ac8052ce5a00384f", + "0x7180527a0440a0052b20140a00527c044378052b2014378052ac04408805", + "0x88070225a8718140de044ab0052d4014ac8052d40149e0111c6014ac805", + "0xac8050cc014288110225640284c00a494088112b201408917022044ac805", + "0x286f00a5580881100a5640281100a5000896b00a5640287300a4fc08811", + "0x293c02238c0295900a38c0293d0220500295900a0500293e0221bc02959", + "0x281122e0440895900a044038112d638c0a06f0225580296b00a5640296b", + "0xac805098014928110225640285f00a0f4088112b20149080528e04408959", + "0x295900a5b40282b0225b40295900a044490112d8014ac8050224b808811", + "0xb716f00e13c0896f00a5640281109a044b70052b2014b696c00e1240896d", + "0xab011022014ac805022014a00112e2014ac8052e00149f8112e0014ac805", + "0x718052b20147180527a0440a0052b20140a00527c044990052b201499005", + "0x88112b2014088070225c471814264044ab0052e2014ac8052e20149e011", + "0x3811022664028112a6044b90052b2014a50052ac0440895900a5300283d", + "0xab0052ac0440895900a5300283d022044ac805056014a381102256402811", + "0xac8050222440897400a5640281125c0440895900a0448b8112e4014ac805", + "0x884d0225d80295900a5d4ba007092044ba8052b2014ba805056044ba805", + "0x897900a5640297800a4fc0897800a564029762ee01c278112ee014ac805", + "0x295900a0500293e0225c80295900a5c8029560220440295900a04402940", + "0xa1720225580297900a5640297900a4f0088e300a564028e300a4f408814", + "0xbd0052b20140892e022044ac8052ae014210110225640281100e044bc8e3", + "0xac8052f65e8038490225ec0295900a5ec0282b0225ec0295900a0448e011", + "0xbf00527e044bf0052b2014be17d00e13c0897d00a5640281109a044be005", + "0x9f01102a014ac80502a014ab011022014ac805022014a00112fe014ac805", + "0xbf8052b2014bf805278044718052b20147180527a0440d0052b20140d005", + "0xab0072b201c0380500e014088112b2014088110225fc7181a02a044ab005", + "0x895702205c0295900a55c028e3022044ac80502201c0881a02a01ccd014", + "0x299b2aa06c0395900e05c028140225580295900a55802956022044ac805", + "0x295900a5480281a0225480295900a55402815022044ac80502201c08953", + "0x294e00a5540894c00a5640281b00a06c0894e00a5640295100a05c08951", + "0x130052b201408952022044ac80502201c088113380140895302252c02959", + "0xac805086014aa811298014ac8052a60140d811086014ac80504c014a8811", + "0x2814022044ac80502201c0882b00a674280052b201ca580529c044a5805", + "0x88112b201408917022044ac80502201c0894a00a6782602e00e5640394c", + "0x970110225640285000a1a0088112b2014260052320440895900a0b80283d", + "0x24811290014ac80529001415811290014ac8050224c00894900a56402811", + "0x295900a51ca300709e044a30052b20140884d02251c0295900a520a4807", + "0x295600a5580881100a5640281100a500088f100a564028e400a4fc088e4", + "0x293c02238c0295900a38c0293d0220500295900a0500293e02255802959", + "0x281122e0440895900a044038111e238c0a156022558028f100a564028f1", + "0xac8052160142b011216014ac8050224e8088112b2014a500507a04408959", + "0xac80502201c0883c22401ccf90f09601cac807216050ab0e327004485805", + "0x8a11700e220089170a001cac8050a001440011228014ac80502201808811", + "0x41011096014ac805096014ab01107a014ac80507a0141581107a014ac805", + "0x88112b2014280050d00440895900a04403811232014d00112b201c1e805", + "0x288052b201408805280044210052b201434005108044340052b201408952", + "0xac8051c60149e81125c014ac80521e0149f01124a014ac805096014ab011", + "0x895900a04403811022684028112a6044248052b20142100511204498005", + "0x268052b201426805056044268052b20140887b022044ac80523201445011", + "0x387c0224fc0295900a4fc0282b0224fc278072b20142804d02238c46811", + "0x9e0052b2014088930224f40295900a4f8028810224f8a00072b20149f84b", + "0xac805280014ab01109e014ac80509e014a0011278014ac8052780148b011", + "0x381126a4d89b8e33444e02b13a1c65640393d27838c8795713a044a0005", + "0x9d00527c0449c0052b20149c0050560440895900a044ab81102256402811", + "0x9a005346044ac807270014410110ac014ac8050ac0149e811274014ac805", + "0x885f00a5640293200a2100893200a564028112a40440895900a04403811", + "0x288a022044ac80502201c08811348014089530224c40295900a17c02889", + "0x28890224cc0295900a18c0289e02218c0295900a044a901102256402934", + "0x29400224ac0295900a4c40289f022044ac80502245c0893100a56402933", + "0x892e00a5640293a00a4f80892500a5640294000a5580885100a5640284f", + "0x950052b20140892e0221240295900a4ac028890224c00295900a1580293d", + "0xac80502201c0892300a694920052b201c248051400440895900a044ab811", + "0x295900a1980282b0221980295900a044508110225640292400a51c08811", + "0x510110225640292300a51c088112b201408807022044d300502254c08921", + "0x3849022044ac80502245c0892100a5640292000a0ac0892000a56402811", + "0x895900a1c00291e0221c4380072b2014378050e6044378052b20149092a", + "0xac80523c0148e81123c014ac8050e60143b0110e6014ac8050e201485811", + "0x9700527c044928052b2014928052ac044288052b2014288052800443b005", + "0xab0050ec014ac8050ec0149e011260014ac8052600149e81125c014ac805", + "0x8e80709e0448e8052b20140884d022044ac80502201c088762604b892851", + "0x884f00a5640284f00a5000891b00a5640291c00a4fc0891c00a56402935", + "0x295900a4d80293d0224dc0295900a4dc0293e0225000295900a50002956", + "0x895900a044038112364d89b94009e5580291b00a5640291b00a4f008936", + "0x889200a564028112380448c0052b20140892e022044ac8050a001434011", + "0x295900a04426811122014ac805124460038490222480295900a2480282b", + "0x8805280044440052b20144000527e044400052b20144880600e13c08806", + "0x9e811078014ac8050780149f011224014ac805224014ab011022014ac805", + "0x88881c60f0890112ac014440052b201444005278044718052b201471805", + "0xa600507a0440895900a0ac02947022044ac80502245c088112b201408807", + "0x288400a0ac0888400a56402811122044410052b20140892e022044ac805", + "0x384f0222280295900a04426811112014ac8051082080384902221002959", + "0x88052b201408805280044468052b20143d80527e0443d8052b20144488a", + "0xac8051c60149e811028014ac8050280149f0112ac014ac8052ac014ab011", + "0xac80502201c0888d1c6050ab0112ac014468052b20144680527804471805", + "0x408052b20140891c0221f00295900a044970110225640295700a10808811", + "0xac8050221340889300a564028810f801c24811102014ac80510201415811", + "0x29400222780295900a2740293f0222740295900a24c8b00709e0448b005", + "0x881a00a5640281a00a4f80881500a5640281500a5580881100a56402811", + "0x4f0e30340540895600a2780295900a2780293c02238c0295900a38c0293d", + "0x381102a050039a72ac55c0395900e0140880700a0440895900a04408811", + "0xa0112ae014ac8052ae014ab011034014ac8051c60147181102256402811", + "0xac80502e0141e8110225640281100e044aa80535006c0b8072b201c0d005", + "0xa90052b20140893002254c0295900a044970110225640281b00a46408811", + "0xac8050221340895100a564029522a601c248112a4014ac8052a401415811", + "0x295602252c0295900a5300293f0225300295900a544a700709e044a7005", + "0x880700a5640280700a4f40895600a5640295600a4f80895700a56402957", + "0x283d022044ac80502201c0894b00e558ab95700a52c0295900a52c0293c", + "0x719380220980295900a098028560220980295900a0449d01102256402955", + "0x28111460440895900a0440381105c0ac039a90a010c0395900e098ab157", + "0xa480522c044a48052b2014088930225280295900a1300288102213002959", + "0x4e811086014ac805086014ab011294014ac80529401452011292014ac805", + "0x895900a044038112163c4720e3354518a39481c65640394a29201c28157", + "0xac80528c12c038490225180295900a5180282b02212c0295900a04497011", + "0x1e0052160440895900a4480291e0220f0890072b2014878050e604487805", + "0xab01107a014ac80522e0148e81122e014ac8052280143b011228014ac805", + "0xa38052b2014a380527a044a40052b2014a400527c044218052b201421805", + "0x268110225640281100e0441e94729010cab80507a014ac80507a0149e011", + "0x210052b20143400527e044340052b20148591900e13c0891900a56402811", + "0xac8051e20149e8111c8014ac8051c80149f011086014ac805086014ab011", + "0x895900a044038110843c4720432ae014210052b20142100527804478805", + "0x928052b201492805056044928052b20140891c0221440295900a04497011", + "0x292e26001c27811260014ac8050221340892e00a564029250a201c24811", + "0x293e0220ac0295900a0ac029560221340295900a1240293f02212402959", + "0x284d00a5640284d00a4f00880700a5640280700a4f40882e00a5640282e", + "0x281125c0440895900a38c02842022044ac80502201c0884d00e0b815957", + "0x278070920449f8052b20149f8050560449f8052b20140891c02213c02959", + "0x893d00a5640294027c01c2781127c014ac8050221340894000a5640293f", + "0x295900a0540293e0220500295900a050029560224f00295900a4f40293f", + "0x381502855c0293c00a5640293c00a4f00880700a5640280700a4f408815", + "0x881502801cd59562ae01cac80700a04403805022044ac8050220440893c", + "0x895700a5640295700a5580881a00a564028e300a38c088112b201408807", + "0x281700a0f4088112b201408807022554029ac03605c0395900e06802814", + "0x295900a044980112a6014ac8050224b8088112b20140d80523204408959", + "0x281109a044a88052b2014a915300e1240895200a5640295200a0ac08952", + "0xab011296014ac8052980149f811298014ac8052a25380384f02253802959", + "0x38052b20140380527a044ab0052b2014ab00527c044ab8052b2014ab805", + "0x1e8110225640281100e044a58072ac55cab805296014ac8052960149e011", + "0x9c01104c014ac80504c0142b01104c014ac8050224e8088112b2014aa805", + "0x88a6022044ac80502201c0882e05601cd685008601cac80704c558ab8e3", + "0x29160225240295900a04449811294014ac80509801440811098014ac805", + "0x884300a5640284300a5580894a00a5640294a00a2900894900a56402949", + "0xac80502201c0890b1e2390719ae28c51ca40e32b201ca514900e140ab89d", + "0x294609601c2481128c014ac80528c01415811096014ac8050224b808811", + "0x290b022044ac8052240148f0110784480395900a43c0287302243c02959", + "0x883d00a5640291700a4740891700a5640291400a1d80891400a5640283c", + "0x295900a51c0293d0225200295900a5200293e02210c0295900a10c02956", + "0x88112b2014088070220f4a394808655c0283d00a5640283d00a4f008947", + "0x295900a1a00293f0221a00295900a42c8c80709e0448c8052b20140884d", + "0x28f100a4f4088e400a564028e400a4f80884300a5640284300a55808842", + "0xac80502201c088421e23902195700a1080295900a1080293c0223c402959", + "0x295900a4940282b0224940295900a0448e0110a2014ac8050224b808811", + "0x9713000e13c0893000a5640281109a044970052b20149285100e12408925", + "0x9f011056014ac805056014ab01109a014ac8050920149f811092014ac805", + "0x268052b201426805278044038052b20140380527a044170052b201417005", + "0x892e022044ac8051c6014210110225640281100e0442680705c0acab805", + "0x38490224fc0295900a4fc0282b0224fc0295900a0448e01109e014ac805", + "0x9e8052b2014a013e00e13c0893e00a5640281109a044a00052b20149f84f", + "0xac80502a0149f011028014ac805028014ab011278014ac80527a0149f811", + "0xa8142ae0149e0052b20149e005278044038052b20140380527a0440a805", + "0xd01500e6bc0a15600e5640380700a01c02811022564028110220449e007", + "0xab011022564028112ae0440b8052b2014ab8051c60440895900a04403811", + "0x281100e044a98053605540d8072b201c0b805028044ab0052b2014ab005", + "0xa900504c044a88052b20140d805036044a90052b2014aa80529604408959", + "0x295900a044a90110225640281100e044089b100a044a981129c014ac805", + "0x294b00a0980895100a5640295300a06c0894b00a5640294c00a10c0894c", + "0xa8110225640281100e044218053640980295900e5380285002253802959", + "0x158052b201415805056044158052b201428005034044280052b201413005", + "0x88112b201408807022520a494a1c66cc2602e00e5640382b2ac01c17011", + "0x8807022390029b428c51c0395900e544028140220b80295900a0b802956", + "0x282602242c0295900a51c0281b0223c40295900a5180294b022044ac805", + "0xac805022548088112b201408807022044da80502254c0884b00a564028f1", + "0x8900504c044858052b201472005036044890052b20148780508604487805", + "0x88112b201408807022450029b6078014ac80709601428011096014ac805", + "0x295900a0f40282b0220f40295900a45c0281a02245c0295900a0f002815", + "0x895900a0440381124a144210e336e1a08c8072b201c1e82e00e0b80883d", + "0x291900a5580893000a5640292e00a5280892e00a5640286809801c26011", + "0x895302213c0295900a4c0029490221340295900a42c0281b02212402959", + "0xac80524a014a40110225640285100a520088112b201408807022044dc005", + "0x89b900a044a981127e014ac805084014ab0110225640284c00a52008811", + "0xab0110225640284c00a520088112b20148a00528e0440895900a04403811", + "0x893e00a5640294000a5180894000a564028112a40449f8052b201417005", + "0x295900a4f8029490221340295900a42c0281b0221240295900a4fc028e4", + "0xa40110225640294900a520088112b201408807022044dc00502254c0884f", + "0x8807022044dd00502254c0893d00a5640294a00a558088112b2014a4005", + "0x28112a40449e8052b2014ab0052ac0440895900a10c02947022044ac805", + "0x281b0221240295900a4f4028e40224e80295900a4f0029460224f002959", + "0xdd85600a5640384f00a3c40884f00a5640293a00a5240884d00a56402951", + "0x381126a014de13626e01cac80709a0140a0110225640281100e0449c005", + "0x293600a464088112b20149b80507a0440895900a0448b81102256402811", + "0x295900a04498011268014ac8050224b8088112b20142b0050a204408959", + "0x281109a0442f8052b20149913400e1240893200a5640293200a0ac08932", + "0xa0011266014ac8050c60149f8110c6014ac8050be4c40384f0224c402959", + "0xa0052b20140a00527c044248052b2014248052ac044088052b201408805", + "0x71814092044ab005266014ac8052660149e0111c6014ac8051c60149e811", + "0x9d0110225640293500a0f4088112b201408917022044ac80502201c08933", + "0x395900e4ac0a0491c64e00892b00a5640292b00a1580892b00a56402811", + "0x89360224840295900a0449b8110225640281100e0443312300e6f49212a", + "0x2811264044380052b2014089340221bc0295900a0449a811240014ac805", + "0x9012102a18c0891e00a56402811262044398052b20140885f0221c402959", + "0xac80523a0149581123a014ac8050224cc0887600a5640291e0e61c43806f", + "0x291823601c91811230014ac8050224900891b00a564028112540448e005", + "0x4000600e5640289100a44c0889100a564028922381d87186602224802959", + "0x288200a2a8088841042207195900a20002910022044ac80500c01454011", + "0x292400a4f80892a00a5640292a00a558088112b20144200521a04408959", + "0x292002238c0295900a38c0293d0220440295900a0440294002249002959", + "0x3e08d0f6228449562b20142b0881c60449212a0282b00885600a56402856", + "0xac8050224b8088112b20140880702224c029be102014ac8070f801486011", + "0x28730222780295900a2748b0070920444e8052b20144080520c0448b005", + "0x88a100a564028a000a42c088112b20144f80523c0445009f00e5640289e", + "0x295900a1ec0294002228c0295900a2880291d0222880295900a28402876", + "0x288d00a4f40888a00a5640288a00a4f80888900a5640288900a5580887b", + "0x281100e0445188d1142243d95600a28c0295900a28c0293c02223402959", + "0x448052ac0443d8052b20143d805280044520052b20144980527e04408959", + "0x9e01111a014ac80511a0149e811114014ac8051140149f011112014ac805", + "0x2851022044ac80502201c088a411a2284487b2ac014520052b201452005", + "0x89805056044898052b20140891c0222980295900a0449701102256402856", + "0x27811220014ac805022134088a800a5640291314c01c24811226014ac805", + "0x295900a044029400224340295900a2a80293f0222a80295900a2a088007", + "0x28e300a4f40886600a5640286600a4f80892300a5640292300a55808811", + "0x281100e044868e30cc48c0895600a4340295900a4340293c02238c02959", + "0x895900a1340283d022044ac805270014a38110225640281122e04408959", + "0x860052b201486005056044860052b2014088910222b00295900a04497011", + "0x290620a01c2781120a014ac8050221340890600a5640290c15801c24811", + "0x29560220440295900a044029400224240295900a4080293f02240802959", + "0x88e300a564028e300a4f40881400a5640281400a4f80884900a56402849", + "0x210110225640281100e044848e30281240895600a4240295900a4240293c", + "0x282b0223f80295900a0448e011272014ac8050224b8088112b2014ab805", + "0x88f900a5640281109a0447e8052b20147f13900e124088fe00a564028fe", + "0xac805022014a00111ee014ac8051f00149f8111f0014ac8051fa3e40384f", + "0x7180527a0440d0052b20140d00527c0440a8052b20140a8052ac04408805", + "0x88110223dc7181a02a044ab0051ee014ac8051ee0149e0111c6014ac805", + "0xac80502201c0881a02a01cdf8142ac01cac80700e01403805022044ac805", + "0x295900a55802956022044ac80502255c0881700a5640295700a38c08811", + "0x294b022044ac80502201c0895300a700aa81b00e5640381700a05008956", + "0x894e00a5640295200a0980895100a5640281b00a06c0895200a56402955", + "0xa6005086044a60052b201408952022044ac80502201c0881138201408953", + "0x2801129c014ac805296014130112a2014ac8052a60140d811296014ac805", + "0x295900a09802815022044ac80502201c0884300a708130052b201ca7005", + "0x1595600e0b80882b00a5640282b00a0ac0882b00a5640285000a06808850", + "0xac80505c014ab0110225640281100e044a414929438ce184c05c01cac807", + "0xa58110225640281100e04472005388518a38072b201ca880502804417005", + "0x258052b20147880504c044858052b2014a3805036044788052b2014a3005", + "0x284302243c0295900a044a90110225640281100e044089c500a044a9811", + "0x884b00a5640291200a0980890b00a564028e400a06c0891200a5640290f", + "0xac8050780140a8110225640281100e0448a00538c0f00295900e12c02850", + "0x1700705c0441e8052b20141e8050560441e8052b20148b8050340448b805", + "0x3404c00e130088112b201408807022494288421c671c3411900e5640383d", + "0xd811092014ac805232014ab011260014ac80525c014a501125c014ac805", + "0x3811022720028112a6044278052b201498005292044268052b201485805", + "0x260052900440895900a49402948022044ac8050a2014a401102256402811", + "0xac80502201c08811392014089530224fc0295900a10802956022044ac805", + "0x295900a0b802956022044ac805098014a40110225640291400a51c08811", + "0xac80527e0147201127c014ac805280014a3011280014ac8050225480893f", + "0x28112a6044278052b20149f005292044268052b20148580503604424805", + "0x895900a52002948022044ac805292014a40110225640281100e044089c8", + "0xa38110225640281100e044089ca00a044a981127a014ac805294014ab011", + "0xa3011278014ac8050225480893d00a5640295600a558088112b201421805", + "0x268052b2014a8805036044248052b20149e8051c80449d0052b20149e005", + "0x88070224e0029cb0ac014ac80709e0147881109e014ac805274014a4811", + "0x88112b2014088070224d4029cc26c4dc0395900e13402814022044ac805", + "0x2851022044ac80526c0148c8110225640293700a0f4088112b201408917", + "0x99005056044990052b2014089300224d00295900a0449701102256402856", + "0x27811262014ac8050221340885f00a5640293226801c24811264014ac805", + "0x295900a044029400224cc0295900a18c0293f02218c0295900a17c98807", + "0x28e300a4f40881400a5640281400a4f80884900a5640284900a55808811", + "0x281100e044998e30281240895600a4cc0295900a4cc0293c02238c02959", + "0x958052b20140893a022044ac80526a0141e8110225640281122e04408959", + "0x9180739a490950072b201c9581409238c9c011256014ac8052560142b011", + "0x892000a5640281126c044908052b201408937022044ac80502201c08866", + "0x2f8110e2014ac8050224c80887000a56402811268044378052b201408935", + "0x8f0730e21c0379202420543181123c014ac8050224c40887300a56402811", + "0x892a0224700295900a4740292b0224740295900a044998110ec014ac805", + "0x33011124014ac80523046c039230224600295900a04492011236014ac805", + "0x280600a2a00888000c01cac80512201489811122014ac8051244703b0e3", + "0x290d022044ac80510401455011108208440e32b20144000522004408959", + "0xa0011248014ac8052480149f011254014ac805254014ab01102256402884", + "0x2b0052b20142b005240044718052b20147180527a044088052b201408805", + "0x387c00a4300887c11a1ec450892ac5640285611038c0892425405056011", + "0x29060224580295900a044970110225640281100e0444980539c20402959", + "0x4f8072b20144f0050e60444f0052b20144e91600e1240889d00a56402881", + "0xac8051420143b011142014ac805140014858110225640289f00a478088a0", + "0x448052ac0443d8052b20143d805280044518052b20145100523a04451005", + "0x9e01111a014ac80511a0149e811114014ac8051140149f011112014ac805", + "0x293f022044ac80502201c088a311a2284487b2ac014518052b201451805", + "0x888900a5640288900a5580887b00a5640287b00a500088a400a56402893", + "0x295900a2900293c0222340295900a2340293d0222280295900a2280293e", + "0x88112b20142b0050a20440895900a04403811148234450890f6558028a4", + "0x891300a5640291300a0ac0891300a56402811238044530052b20140892e", + "0xac8051504400384f0224400295900a04426811150014ac80522629803849", + "0x918052ac044088052b201408805280044868052b20145500527e04455005", + "0x9e0111c6014ac8051c60149e8110cc014ac8050cc0149f011246014ac805", + "0x8917022044ac80502201c0890d1c6198918112ac014868052b201486805", + "0xac8050224b8088112b20142680507a0440895900a4e002947022044ac805", + "0x860ac00e1240890c00a5640290c00a0ac0890c00a5640281112204456005", + "0x9f811204014ac80520c4140384f0224140295900a0442681120c014ac805", + "0x248052b2014248052ac044088052b201408805280044848052b201481005", + "0xac8052120149e0111c6014ac8051c60149e811028014ac8050280149f011", + "0x895900a55c02842022044ac80502201c089091c6050248112ac01484805", + "0x7f0052b20147f0050560447f0052b20140891c0224e40295900a04497011", + "0x28fd1f201c278111f2014ac805022134088fd00a564028fe27201c24811", + "0x29560220440295900a044029400223dc0295900a3e00293f0223e002959", + "0x88e300a564028e300a4f40881a00a5640281a00a4f80881500a56402815", + "0x2811022564028110220447b8e30340540895600a3dc0295900a3dc0293c", + "0xab8051c60440895900a04403811034054039cf0285580395900e01c02807", + "0xb805028044ab0052b2014ab0052ac0440895900a044ab81102e014ac805", + "0xa90052b2014aa80502a0440895900a044038112a6014e815503601cac807", + "0xac8050360140d81129c014ac8052a20140b8112a2014ac8052a40140d011", + "0x895900a04403811022744028112a6044a58052b2014a70052aa044a6005", + "0x295900a54c0281b02210c0295900a098029510220980295900a044a9011", + "0x3811056014e905000a5640394b00a5380894b00a5640284300a5540894c", + "0xac80502201c0894a00a74c2602e00e564038502ac01ca601102256402811", + "0x894700a750a414900e5640394c00a0500882e00a5640282e00a55808811", + "0xa40052320440895900a5240283d022044ac80502245c088112b201408807", + "0xac8050224c00894600a5640281125c0440895900a13002925022044ac805", + "0x884d0223c40295900a390a3007092044720052b20147200505604472005", + "0x890f00a5640284b00a4fc0884b00a564028f121601c27811216014ac805", + "0x295900a0500293e0220b80295900a0b8029560220440295900a04402940", + "0xa02e0225580290f00a5640290f00a4f0088e300a564028e300a4f408814", + "0x88112b2014a380507a0440895900a0448b8110225640281100e044878e3", + "0xac807224050170e3270044890052b2014890050ac044890052b20140893a", + "0x9b011232014ac8050224dc088112b2014088070220f48b8073aa4501e007", + "0x89320221440295900a0449a011084014ac8050224d40886800a56402811", + "0x8c8150c6044980052b2014089310224b80295900a0442f81124a014ac805", + "0x284d00a4ac0884d00a56402811266044248052b20149812e24a14421068", + "0xa013f00e48c0894000a564028112480449f8052b20140892a02213c02959", + "0x9e0072b20149e8052260449e8052b20149f04f09238c3301127c014ac805", + "0x9c0051540449b9380ac38cac805274014880110225640293c00a2a00893a", + "0x8a00527c0441e0052b20141e0052ac0440895900a4dc0290d022044ac805", + "0x908111c6014ac8051c60149e811022014ac805022014a0011228014ac805", + "0x9913426a4d8ab15900a1302b0e30224501e01420a044260052b201426005", + "0x281125c0440895900a044038110c6014eb13100a5640385f00a4080885f", + "0x288112484a80395900a4ac029390224ac0295900a4c4029090224cc02959", + "0x330072b2014918051fa0449192400e5640292400a3f8088112b201495005", + "0xac8052400147c011240014ac8050cc0147c8110225640292100a52008921", + "0xa40110e61c40395900a490028fd0221c00295900a1bc9980709204437805", + "0x887600a5640291e00a3e00891e00a5640287300a3e4088112b201438805", + "0x291c00a4780891b23801cac80523a0143981123a014ac8050ec1c003849", + "0x4900523a044490052b20148c0050ec0448c0052b20148d80521604408959", + "0x9f01126c014ac80526c014ab011268014ac805268014a0011122014ac805", + "0x488052b201448805278044990052b20149900527a0449a8052b20149a805", + "0x880600a5640286300a4fc088112b2014088070222449913526c4d0ab005", + "0x295900a4d40293e0224d80295900a4d8029560224d00295900a4d002940", + "0x9a9362685580280600a5640280600a4f00893200a5640293200a4f408935", + "0x400052b20140892e022044ac805098014928110225640281100e04403132", + "0xac805110200038490222200295900a2200282b0222200295900a0448e011", + "0x4480527e044448052b20144108400e13c0888400a5640281109a04441005", + "0x9f01122e014ac80522e014ab011022014ac805022014a0011114014ac805", + "0x450052b201445005278044718052b20147180527a0441e8052b20141e805", + "0xab0110225640294c00a0f4088112b2014088070222287183d22e044ab005", + "0x1580528e0440895900a0440381102275c028112a60443d8052b2014a5005", + "0x281122e0443d8052b2014ab0052ac0440895900a5300283d022044ac805", + "0xac8050f8014158110f8014ac8050222440888d00a5640281125c04408959", + "0x4980709e044498052b20140884d0222040295900a1f0468070920443e005", + "0x881100a5640281100a5000889d00a5640291600a4fc0891600a56402881", + "0x295900a38c0293d0220500295900a0500293e0221ec0295900a1ec02956", + "0x895900a0440381113a38c0a07b0225580289d00a5640289d00a4f0088e3", + "0x889f00a564028112380444f0052b20140892e022044ac8052ae01421011", + "0x295900a04426811140014ac80513e2780384902227c0295900a27c0282b", + "0x8805280044518052b20145100527e044510052b2014500a100e13c088a1", + "0x9e811034014ac8050340149f01102a014ac80502a014ab011022014ac805", + "0x88a31c60680a8112ac014518052b201451805278044718052b201471805", + "0x88070220680a8073b0050ab0072b201c0380500e014088112b201408811", + "0x295600a558088112b20140895702205c0295900a55c028e3022044ac805", + "0x88112b20140880702254c029d92aa06c0395900e05c0281402255802959", + "0x295900a548028260225440295900a06c0281b0225480295900a5540294b", + "0x21811298014ac805022548088112b201408807022044ed00502254c0894e", + "0xa70052b2014a580504c044a88052b2014a9805036044a58052b2014a6005", + "0x282600a054088112b20140880702210c029db04c014ac80729c01428011", + "0x382e0220ac0295900a0ac0282b0220ac0295900a1400281a02214002959", + "0x170052ac0440895900a04403811290524a50e33b8130170072b201c15956", + "0x895900a044038111c8014ee94628e01cac8072a20140a01105c014ac805", + "0xac8051e201413011216014ac80528e0140d8111e2014ac80528c014a5811", + "0x890f00a564028112a40440895900a04403811022778028112a604425805", + "0x295900a4480282602242c0295900a3900281b0224480295900a43c02843", + "0x1e00502a0440895900a04403811228014ef83c00a5640384b00a1400884b", + "0x1701107a014ac80507a0141581107a014ac80522e0140d01122e014ac805", + "0x384c022044ac80502201c089250a2108719e00d04640395900e0f417007", + "0x248052b20148c8052ac044980052b201497005294044970052b20143404c", + "0x89e100a044a981109e014ac805260014a481109a014ac8052160140d811", + "0xa40110225640292500a520088112b2014288052900440895900a04403811", + "0x8807022044f100502254c0893f00a5640284200a558088112b201426005", + "0x282e00a558088112b2014260052900440895900a45002947022044ac805", + "0x9f8051c80449f0052b2014a000528c044a00052b2014089520224fc02959", + "0xa981109e014ac80527c014a481109a014ac8052160140d811092014ac805", + "0x294800a520088112b2014a48052900440895900a0440381102278402811", + "0x895900a0440381102278c028112a60449e8052b2014a50052ac04408959", + "0x9e0052b2014089520224f40295900a55802956022044ac805086014a3811", + "0xac8052a20140d811092014ac80527a01472011274014ac805278014a3011", + "0x893800a7902b0052b201c278051e2044278052b20149d00529204426805", + "0xac80502201c0893500a7949b13700e5640384d00a050088112b201408807", + "0x88112b20149b0052320440895900a4dc0283d022044ac80502245c08811", + "0x15811264014ac8050224c00893400a5640281125c0440895900a15802851", + "0x988052b20140884d02217c0295900a4c89a007092044990052b201499005", + "0x281100a5000893300a5640286300a4fc0886300a5640285f26201c27811", + "0x293d0220500295900a0500293e0221240295900a1240295602204402959", + "0x381126638c0a0490225580293300a5640293300a4f0088e300a564028e3", + "0xac8050224e8088112b20149a80507a0440895900a0448b81102256402811", + "0xf312425401cac807256050248e3270044958052b2014958050ac04495805", + "0x295900a0449b011242014ac8050224dc088112b20140880702219891807", + "0x388052b2014089320221c00295900a0449a0110de014ac8050224d408920", + "0x388700de480908150c60448f0052b2014089310221cc0295900a0442f811", + "0x891c00a5640291d00a4ac0891d00a564028112660443b0052b20148f073", + "0x490052b20148c11b00e48c0891800a564028112480448d8052b20140892a", + "0x28a8022200030072b201448805226044488052b20144911c0ec38c33011", + "0x88112b2014410051540444208211038cac8051000148801102256402806", + "0x920052b20149200527c044950052b2014950052ac0440895900a2100290d", + "0xac8050ac014900111c6014ac8051c60149e811022014ac805022014a0011", + "0x28f60221f04687b114224ab15900a158440e3022490950141ee0442b005", + "0x891600a5640281125c0440895900a04403811126014f388100a5640387c", + "0xac80513c458038490222780295900a274028f40222740295900a204028f5", + "0x508052160440895900a2800291e022284500072b20144f8050e60444f805", + "0xa0011148014ac8051460148e811146014ac8051440143b011144014ac805", + "0x450052b20144500527c044448052b2014448052ac0443d8052b20143d805", + "0x4688a1121ecab005148014ac8051480149e01111a014ac80511a0149e811", + "0x295900a1ec029400222980295900a24c0293f022044ac80502201c088a4", + "0x288d00a4f40888a00a5640288a00a4f80888900a5640288900a5580887b", + "0x281100e0445308d1142243d95600a2980295900a2980293c02223402959", + "0x295900a0448e011226014ac8050224b8088112b20142b0050a204408959", + "0x281109a044880052b20145411300e124088a800a564028a800a0ac088a8", + "0xa0011158014ac80521a0149f81121a014ac8052202a80384f0222a802959", + "0x330052b20143300527c044918052b2014918052ac044088052b201408805", + "0x71866246044ab005158014ac8051580149e0111c6014ac8051c60149e811", + "0x1e8110225640293800a51c088112b201408917022044ac80502201c088ac", + "0x282b0224180295900a04448811218014ac8050224b8088112b201426805", + "0x890200a5640281109a044828052b20148310c00e1240890600a56402906", + "0xac805022014a0011272014ac8052120149f811212014ac80520a4080384f", + "0x7180527a0440a0052b20140a00527c044248052b2014248052ac04408805", + "0x88070224e471814092044ab005272014ac8052720149e0111c6014ac805", + "0xac805022470088fe00a5640281125c0440895900a55c02842022044ac805", + "0x884d0223e40295900a3f47f0070920447e8052b20147e8050560447e805", + "0x88f600a564028f700a4fc088f700a564028f91f001c278111f0014ac805", + "0x295900a0680293e0220540295900a054029560220440295900a04402940", + "0xd015022558028f600a564028f600a4f0088e300a564028e300a4f40881a", + "0xd01500e7a00a15600e5640380700a01c02811022564028110220447b0e3", + "0xab011022564028112ae0440b8052b2014ab8051c60440895900a04403811", + "0x281100e044a98053d25540d8072b201c0b805028044ab0052b2014ab005", + "0xa880502e044a88052b2014a9005034044a90052b2014aa80502a04408959", + "0xa9811296014ac80529c014aa811298014ac8050360140d81129c014ac805", + "0x282600a5440882600a564028112a40440895900a044038110227a802811", + "0x294e02252c0295900a10c029550225300295900a54c0281b02210c02959", + "0x395900e140ab0072980440895900a04403811056014f585000a5640394b", + "0x28140220b80295900a0b802956022044ac80502201c0894a00a7b02602e", + "0x295900a52002815022044ac80502201c0894700a7b4a414900e5640394c", + "0x294900a06c088f100a564028e400a05c088e400a5640294600a06808946", + "0xac80502201c088113dc0140895302212c0295900a3c40295502242c02959", + "0xac80528e0140d811224014ac80521e014a881121e014ac80502254808811", + "0x891400a7bc1e0052b201c2580529c044258052b2014890052aa04485805", + "0x281100e0448c8053e00f48b8072b201c1e02e00e530088112b201408807", + "0x288053e2108340072b201c858050280448b8052b20148b8052ac04408959", + "0x970052b201434005036044928052b2014210052960440895900a04403811", + "0xa90110225640281100e044089f200a044a9811260014ac80524a01413011", + "0x892e00a5640285100a06c0884d00a5640284900a10c0884900a56402811", + "0x281100e0449f8053e613c0295900e4c0028500224c00295900a13402826", + "0x9f0050560449f0052b2014a0005034044a00052b20142780502a04408959", + "0x88070224e02b13a1c67d09e13d00e5640393e22e01c1701127c014ac805", + "0x29f526c4dc0395900e4b8028140224f40295900a4f402956022044ac805", + "0x295900a4dc0281b0224d00295900a4d80294b022044ac80502201c08935", + "0x88112b201408807022044fb00502254c0885f00a5640293400a09808932", + "0x990052b20149a805036044318052b201498805086044988052b201408952", + "0x88070224ac029f7266014ac8070be014280110be014ac8050c601413011", + "0x282b0224900295900a4a80281a0224a80295900a4cc02815022044ac805", + "0x38110de480908e33f0198918072b201c9213d00e0b80892400a56402924", + "0x887100a5640287000a5280887000a5640286627801c2601102256402811", + "0x295900a1c4029490224780295900a4c80281b0221cc0295900a48c02956", + "0xa40110225640292000a520088112b201408807022044fc80502254c08876", + "0xa981123a014ac805242014ab0110225640293c00a520088112b201437805", + "0x293c00a520088112b20149580528e0440895900a044038110227e802811", + "0x291c00a5180891c00a564028112a40448e8052b20149e8052ac04408959", + "0x29490224780295900a4c80281b0221cc0295900a474028e402246c02959", + "0x285600a520088112b201408807022044fc80502254c0887600a5640291b", + "0xfd80502254c0891800a5640293a00a558088112b20149c00529004408959", + "0x8c0052b20148b8052ac0440895900a4fc02947022044ac80502201c08811", + "0x295900a460028e40222440295900a248029460222480295900a044a9011", + "0x387600a3c40887600a5640289100a5240891e00a5640292e00a06c08873", + "0xab011110014ac80523c014858110225640281100e044400053f801802959", + "0x395900a2203980721e044440052b201444005096044398052b201439805", + "0x283c022044ac80502201c0888a00a7f4448052b201c4200522404442082", + "0xac80502201c0888100a7f83e0052b201c468052280444687b00e56402889", + "0x889e00a7fc4e91600e5640389300a0500889300a5640287b00a38c08811", + "0x4e8052320440895900a4580283d022044ac80502245c088112b201408807", + "0x283d00a494088112b2014030050a20440895900a1f002842022044ac805", + "0x295900a0449801113e014ac8050224b8088112b20142600524a04408959", + "0x281109a044508052b20145009f00e124088a000a564028a000a0ac088a0", + "0xa0011148014ac8051460149f811146014ac8051422880384f02228802959", + "0xa0052b20140a00527c044410052b2014410052ac044088052b201408805", + "0x71814104044ab005148014ac8051480149e0111c6014ac8051c60149e811", + "0x88a600a564028112740440895900a2780283d022044ac80502201c088a4", + "0x5511000e8005411300e564038a6028208719380222980295900a29802856", + "0x89360224340295900a0449b8110225640281122e0440895900a04403811", + "0x2811264044830052b2014089340224300295900a0449a811158014ac805", + "0x5610d02a18c0890900a56402811262044810052b20140885f02241402959", + "0x28a800a4f80891300a5640291300a5580893900a564029092044148310c", + "0x292102238c0295900a38c0293d0220440295900a044029400222a002959", + "0x880600a5640280600a4800883d00a5640283d00a4840884c00a5640284c", + "0xab15900a1f00303d0984e47181115044c0b8c30221f00295900a1f00284b", + "0x895900a044038111ea015008f600a564038f700a2e4088f71f03e47e8fe", + "0x618072b20147a0050e60447a0052b20140892e022044ac8051ec0145e011", + "0xac8051780143b011178014ac80517201485811022564028c300a478088b9", + "0x7f0052ac0447c8052b20147c8052800445f8052b20145e80523a0445e805", + "0x9e0111f0014ac8051f00149e8111fa014ac8051fa0149f0111fc014ac805", + "0x293f022044ac80502201c088bf1f03f47f0f92ac0145f8052b20145f805", + "0x88fe00a564028fe00a558088f900a564028f900a500088f200a564028f5", + "0x295900a3c80293c0223e00295900a3e00293d0223f40295900a3f40293e", + "0x210110225640281122e0440895900a044038111e43e07e8fe1f2558028f2", + "0x2925022044ac80507a014928110225640280600a144088112b20143e005", + "0x76805056044768052b20140891c0223bc0295900a044970110225640284c", + "0x278111d2014ac805022134088eb00a564028ed1de01c248111da014ac805", + "0x295900a044029400223200295900a3180293f0223180295900a3ac74807", + "0x28e300a4f4088aa00a564028aa00a4f80891000a5640291000a55808811", + "0x281100e044640e31544400895600a3200295900a3200293c02238c02959", + "0x895900a1ec02842022044ac805102014a38110225640281122e04408959", + "0x88112b20142600524a0440895900a0f402925022044ac80500c01428811", + "0x88e000a564028e000a0ac088e000a56402811236044728052b20140892e", + "0xac8051963780384f0223780295900a04426811196014ac8051c039403849", + "0x410052ac044088052b201408805280044760052b20146c80527e0446c805", + "0x9e0111c6014ac8051c60149e811028014ac8050280149f011104014ac805", + "0x8917022044ac80502201c088ec1c6050410112ac014760052b201476005", + "0x283d00a494088112b2014030050a20440895900a13002925022044ac805", + "0x410052ac044088052b201408805280044000052b20144500527e04408959", + "0x9e0111c6014ac8051c60149e811028014ac8050280149f011104014ac805", + "0x8917022044ac80502201c088001c6050410112ac014000052b201400005", + "0x284c00a494088112b20141e80524a0440895900a20002947022044ac805", + "0x295900a0448c0112c6014ac8050224b8088112b20148f00507a04408959", + "0x281109a044b28052b2014b216300e1240896400a5640296400a0ac08964", + "0xa00112d0014ac8052ce0149f8112ce014ac8052ca5980384f02259802959", + "0xa0052b20140a00527c044398052b2014398052ac044088052b201408805", + "0x718140e6044ab0052d0014ac8052d00149e0111c6014ac8051c60149e811", + "0x88112b20142600524a0440895900a42c0283d022044ac80502201c08968", + "0x2947022044ac80502201c08811404014089530225a40295900a46402956", + "0x170052ac0440895900a13002925022044ac8052160141e81102256402914", + "0xac8050222480896a00a5640281125c0440895900a0448b8112d2014ac805", + "0x884d0225b00295900a5acb5007092044b58052b2014b5805056044b5805", + "0x896f00a5640296e00a4fc0896e00a5640296c2da01c278112da014ac805", + "0x295900a0500293e0225a40295900a5a4029560220440295900a04402940", + "0xa1690225580296f00a5640296f00a4f0088e300a564028e300a4f408814", + "0x295900a52802956022044ac8052980141e8110225640281100e044b78e3", + "0x1e8110225640282b00a51c088112b2014088070220450180502254c08970", + "0x892e022044ac80502245c0897000a5640295600a558088112b2014a6005", + "0x38490225c80295900a5c80282b0225c80295900a044488112e2014ac805", + "0xbb0052b2014ba17500e13c0897500a5640281109a044ba0052b2014b9171", + "0xac8052e0014ab011022014ac805022014a00112ee014ac8052ec0149f811", + "0xbb805278044718052b20147180527a0440a0052b20140a00527c044b8005", + "0x295700a108088112b2014088070225dc718142e0044ab0052ee014ac805", + "0xac8052f2014158112f2014ac8050224700897800a5640281125c04408959", + "0xbd80709e044bd8052b20140884d0225e80295900a5e4bc007092044bc805", + "0x881100a5640281100a5000897d00a5640297c00a4fc0897c00a5640297a", + "0x295900a38c0293d0220680295900a0680293e0220540295900a05402956", + "0x895900a044088112fa38c0d0150225580297d00a5640297d00a4f0088e3", + "0x718110225640281100e0440d01500e8100a15600e5640380700a01c02811", + "0xa0112ac014ac8052ac014ab011022564028112ae0440b8052b2014ab805", + "0xac8052aa0140a8110225640281100e044a980540a5540d8072b201c0b805", + "0xd805036044a70052b2014a880502e044a88052b2014a9005034044a9005", + "0x281100e04408a0600a044a9811296014ac80529c014aa811298014ac805", + "0x295300a06c0884300a5640282600a5440882600a564028112a404408959", + "0x1580540e1400295900e52c0294e02252c0295900a10c0295502253002959", + "0x880702252802a080980b80395900e140ab0072980440895900a04403811", + "0x2a092905240395900e530028140220b80295900a0b802956022044ac805", + "0x295900a5180281a0225180295900a52002815022044ac80502201c08947", + "0x28f100a5540890b00a5640294900a06c088f100a564028e400a05c088e4", + "0x878052b201408952022044ac80502201c088114140140895302212c02959", + "0xac805224014aa811216014ac80528e0140d811224014ac80521e014a8811", + "0x394c022044ac80502201c0891400a82c1e0052b201c2580529c04425805", + "0xac80522e014ab0110225640281100e0448c8054180f48b8072b201c1e02e", + "0xa58110225640281100e0442880541a108340072b201c858050280448b805", + "0x980052b20149280504c044970052b201434005036044928052b201421005", + "0x28430221240295900a044a90110225640281100e04408a0e00a044a9811", + "0x893000a5640284d00a0980892e00a5640285100a06c0884d00a56402849", + "0xac80509e0140a8110225640281100e0449f80541e13c0295900e4c002850", + "0x8b80705c0449f0052b20149f0050560449f0052b2014a0005034044a0005", + "0x293d00a558088112b2014088070224e02b13a1c68409e13d00e5640393e", + "0x88112b2014088070224d402a1126c4dc0395900e4b8028140224f402959", + "0x295900a4d0028260224c80295900a4dc0281b0224d00295900a4d80294b", + "0x21811262014ac805022548088112b2014088070220450900502254c0885f", + "0x2f8052b20143180504c044990052b20149a805036044318052b201498805", + "0x293300a054088112b2014088070224ac02a13266014ac8070be01428011", + "0x382e0224900295900a4900282b0224900295900a4a80281a0224a802959", + "0x9e0070980440895900a044038110de480908e3428198918072b201c9213d", + "0x887300a5640292300a5580887100a5640287000a5280887000a56402866", + "0x881142a014089530221d80295900a1c4029490224780295900a4c80281b", + "0x2948022044ac8050de014a40110225640292000a520088112b201408807", + "0x281100e04408a1600a044a981123a014ac805242014ab0110225640293c", + "0xac80527a014ab0110225640293c00a520088112b20149580528e04408959", + "0x291d00a3900891b00a5640291c00a5180891c00a564028112a40448e805", + "0x89530221d80295900a46c029490224780295900a4c80281b0221cc02959", + "0xac805270014a40110225640285600a520088112b2014088070220450a805", + "0x88112b2014088070220450b80502254c0891800a5640293a00a55808811", + "0x889200a564028112a40448c0052b20148b8052ac0440895900a4fc02947", + "0x295900a4b80281b0221cc0295900a460028e40222440295900a24802946", + "0x38111000150c00600a5640387600a3c40887600a5640289100a5240891e", + "0x895900a044038111080150c88211001cac80723c0140a01102256402811", + "0x288110225640288200a464088112b20144400507a0440895900a0448b811", + "0x892e022044ac805098014928110225640283d00a494088112b201403005", + "0x38490222280295900a2280282b0222280295900a04498011112014ac805", + "0x3e0052b20143d88d00e13c0888d00a5640281109a0443d8052b201445089", + "0xac8050e6014ab011022014ac805022014a0011102014ac8050f80149f811", + "0x40805278044718052b20147180527a0440a0052b20140a00527c04439805", + "0x288400a0f4088112b201408807022204718140e6044ab005102014ac805", + "0xa0731c64e00889300a5640289300a1580889300a5640281127404408959", + "0x895900a0448b8110225640281100e0444f89e00e8684e91600e56403893", + "0x88a200a5640281126a044508052b2014089360222800295900a0449b811", + "0x9881114c014ac80502217c088a400a56402811264044518052b201408934", + "0x89330222a00295900a44c530a4146288508a002a18c0891300a56402811", + "0x89240224340295900a04495011154014ac80522001495811220014ac805", + "0x295900a430550a81c61980890c00a564028ac21a01c91811158014ac805", + "0x281100a5000889d00a5640289d00a4f80891600a5640291600a55808906", + "0x29210221300295900a1300292102238c0295900a38c0293d02204402959", + "0x261061c60444e9160342f40880600a5640280600a4800883d00a5640283d", + "0x88f900a86c7e8052b201c7f0050e00447f139212408829562b20140303d", + "0x28730223e00295900a04497011022564028fd00a1c4088112b201408807", + "0x88f500a564028f600a42c088112b20147b80523c0447b0f700e564028f8", + "0x295900a4240294002230c0295900a3d00291d0223d00295900a3d402876", + "0x293900a4f40890200a5640290200a4f80890500a5640290500a55808909", + "0x281100e044619392044148495600a30c0295900a30c0293c0224e402959", + "0x828052ac044848052b2014848052800445c8052b20147c80527e04408959", + "0x9e011272014ac8052720149e811204014ac8052040149f01120a014ac805", + "0x8917022044ac80502201c088b9272408829092ac0145c8052b20145c805", + "0x284c00a494088112b20141e80524a0440895900a01802851022044ac805", + "0xac80517a0141581117a014ac805022470088bc00a5640281125c04408959", + "0x7900709e044790052b20140884d0222fc0295900a2f45e0070920445e805", + "0x881100a5640281100a500088ed00a564028ef00a4fc088ef00a564028bf", + "0x295900a38c0293d02227c0295900a27c0293e0222780295900a27802956", + "0x895900a044038111da38c4f89e022558028ed00a564028ed00a4f0088e3", + "0x928110225640291e00a0f4088112b20144000528e0440895900a0448b811", + "0x89180223ac0295900a044970110225640284c00a494088112b20141e805", + "0x88c600a564028e91d601c248111d2014ac8051d2014158111d2014ac805", + "0x295900a3940293f0223940295900a3186400709e044640052b20140884d", + "0x281400a4f80887300a5640287300a5580881100a5640281100a500088e0", + "0x895600a3800295900a3800293c02238c0295900a38c0293d02205002959", + "0x284c00a494088112b20148580507a0440895900a044038111c038c0a073", + "0x895900a04403811022870028112a6044658052b20148c8052ac04408959", + "0x88112b20142600524a0440895900a42c0283d022044ac805228014a3811", + "0x490111bc014ac8050224b8088112b20140891702232c0295900a0b802956", + "0x760052b20146c8de00e124088d900a564028d900a0ac088d900a56402811", + "0xac8052c60149f8112c6014ac8051d80000384f0220000295900a04426811", + "0xa00527c044658052b2014658052ac044088052b201408805280044b2005", + "0xab0052c8014ac8052c80149e0111c6014ac8051c60149e811028014ac805", + "0xa50052ac0440895900a5300283d022044ac80502201c089641c605065811", + "0xac805056014a38110225640281100e04408a1d00a044a98112ca014ac805", + "0x895900a0448b8112ca014ac8052ac014ab0110225640294c00a0f408811", + "0xb38052b2014b3805056044b38052b2014088910225980295900a04497011", + "0x29682d201c278112d2014ac8050221340896800a564029672cc01c24811", + "0x29560220440295900a044029400225ac0295900a5a80293f0225a802959", + "0x88e300a564028e300a4f40881400a5640281400a4f80896500a56402965", + "0x210110225640281100e044b58e30285940895600a5ac0295900a5ac0293c", + "0x282b0225b40295900a0448e0112d8014ac8050224b8088112b2014ab805", + "0x896f00a5640281109a044b70052b2014b696c00e1240896d00a5640296d", + "0xac805022014a00112e2014ac8052e00149f8112e0014ac8052dc5bc0384f", + "0x7180527a0440d0052b20140d00527c0440a8052b20140a8052ac04408805", + "0x88110225c47181a02a044ab0052e2014ac8052e20149e0111c6014ac805", + "0xac80502201c0881a02a01d0f0142ac01cac80700e01403805022044ac805", + "0x295900a55802956022044ac80502255c0881700a5640295700a38c08811", + "0x2815022044ac80502201c0895300a87caa81b00e5640381700a05008956", + "0x894e00a5640295100a05c0895100a5640295200a0680895200a56402955", + "0x88114400140895302252c0295900a538029550225300295900a06c0281b", + "0xd811086014ac80504c014a881104c014ac805022548088112b201408807", + "0x280052b201ca580529c044a58052b2014218052aa044a60052b2014a9805", + "0xa5005444130170072b201c2815600e530088112b2014088070220ac02a21", + "0xa48072b201ca6005028044170052b2014170052ac0440895900a04403811", + "0xa4805036044a30052b2014a40052960440895900a0440381128e01511948", + "0x281100e04408a2400a044a98111e2014ac80528c014130111c8014ac805", + "0x294700a06c0884b00a5640290b00a10c0890b00a564028112a404408959", + "0x8900544a43c0295900e3c4028500223c40295900a12c0282602239002959", + "0x8a0052b20141e0050340441e0052b20148780502a0440895900a04403811", + "0x341191c68981e91700e5640391405c01c17011228014ac80522801415811", + "0x395900e3900281402245c0295900a45c02956022044ac80502201c08842", + "0x281b0224c00295900a4940294b022044ac80502201c0892e00a89c92851", + "0x88070220451400502254c0884d00a5640293000a0980884900a56402851", + "0x970050360449f8052b201427805086044278052b201408952022044ac805", + "0x2a29280014ac80709a0142801109a014ac80527e01413011092014ac805", + "0x295900a4f40281a0224f40295900a50002815022044ac80502201c0893e", + "0x9c0e34541589d0072b201c9e11700e0b80893c00a5640293c00a0ac0893c", + "0x293500a5280893500a5640285607a01c260110225640281100e0449b137", + "0x294902217c0295900a1240281b0224c80295900a4e8029560224d002959", + "0x293700a520088112b2014088070220451580502254c0893100a56402934", + "0xac805270014ab0110225640283d00a520088112b20149b00529004408959", + "0x88112b20149f00528e0440895900a044038110228b0028112a604431805", + "0x893300a564028112a4044318052b20148b8052ac0440895900a0f402948", + "0x295900a1240281b0224c80295900a18c028e40224ac0295900a4cc02946", + "0x88112b2014088070220451580502254c0893100a5640292b00a5240885f", + "0x892a00a5640291900a558088112b2014210052900440895900a1a002948", + "0x170052ac0440895900a44802947022044ac80502201c0881145a01408953", + "0x28e402248c0295900a490029460224900295900a044a9011254014ac805", + "0x893100a5640292300a5240885f00a564028e400a06c0893200a5640292a", + "0xac8070be0140a0110225640281100e0449080545c1980295900e4c4028f1", + "0x9000507a0440895900a0448b8110225640281100e0443800545e1bc90007", + "0x284c00a494088112b2014330050a20440895900a1bc02919022044ac805", + "0xac8050e6014158110e6014ac8050224c00887100a5640281125c04408959", + "0x3b00709e0443b0052b20140884d0224780295900a1cc3880709204439805", + "0x881100a5640281100a5000891c00a5640291d00a4fc0891d00a5640291e", + "0x295900a38c0293d0220500295900a0500293e0224c80295900a4c802956", + "0x895900a0440381123838c0a1320225580291c00a5640291c00a4f0088e3", + "0x8d8052b20148d8050ac0448d8052b20140893a022044ac8050e00141e811", + "0x88112b201408807022018488074602488c0072b201c8d81426438c9c011", + "0x89350222200295900a0449b011100014ac8050224dc088112b201408917", + "0x28110be044448052b2014089320222100295900a0449a011104014ac805", + "0xac8050f622844884104220400150c60443d8052b20140893102222802959", + "0x8805280044490052b20144900527c0448c0052b20148c0052ac04446805", + "0x90011098014ac805098014908111c6014ac8051c60149e811022014ac805", + "0x498810f8558ac8050cc130468e30222488c01517e044330052b201433005", + "0x28bc022044ac80502201c0889f00a8c44f0052b201c4e8051720444e916", + "0x8f0111442840395900a280028730222800295900a044970110225640289e", + "0x88a400a564028a300a1d8088a300a564028a200a42c088112b201450805", + "0x295900a1f00295602224c0295900a24c029400222980295900a2900291d", + "0x28a600a4f00891600a5640291600a4f40888100a5640288100a4f80887c", + "0xac80513e0149f8110225640281100e044531161021f04995600a29802959", + "0x4080527c0443e0052b20143e0052ac044498052b20144980528004489805", + "0xab005226014ac8052260149e01122c014ac80522c0149e811102014ac805", + "0x286600a144088112b201408917022044ac80502201c0891322c2043e093", + "0x295900a0448e011150014ac8050224b8088112b20142600524a04408959", + "0x281109a044550052b2014880a800e1240891000a5640291000a0ac08910", + "0xa0011218014ac8051580149f811158014ac8051544340384f02243402959", + "0x30052b20140300527c044488052b2014488052ac044088052b201408805", + "0x71806122044ab005218014ac8052180149e0111c6014ac8051c60149e811", + "0x1e8110225640292100a51c088112b201408917022044ac80502201c0890c", + "0x88920224180295900a044970110225640284c00a494088112b20142f805", + "0x890200a5640290520c01c2481120a014ac80520a0141581120a014ac805", + "0x295900a4e40293f0224e40295900a4088480709e044848052b20140884d", + "0x281400a4f80893200a5640293200a5580881100a5640281100a500088fe", + "0x895600a3f80295900a3f80293c02238c0295900a38c0293d02205002959", + "0x294a00a558088112b2014a600507a0440895900a044038111fc38c0a132", + "0x895900a0ac02947022044ac80502201c08811464014089530223f402959", + "0x88112b2014089170223f40295900a55802956022044ac8052980141e811", + "0x88f800a564028f800a0ac088f800a564028111220447c8052b20140892e", + "0xac8051ee3d80384f0223d80295900a044268111ee014ac8051f03e403849", + "0x7e8052ac044088052b2014088052800447a0052b20147a80527e0447a805", + "0x9e0111c6014ac8051c60149e811028014ac8050280149f0111fa014ac805", + "0x2842022044ac80502201c088f41c60507e8112ac0147a0052b20147a005", + "0x5c8050560445c8052b20140891c02230c0295900a0449701102256402957", + "0x2781117a014ac805022134088bc00a564028b918601c24811172014ac805", + "0x295900a044029400223c80295900a2fc0293f0222fc0295900a2f05e807", + "0x28e300a4f40881a00a5640281a00a4f80881500a5640281500a55808811", + "0x2811022044790e30340540895600a3c80295900a3c80293c02238c02959", + "0x895900a0440381103405403a330285580395900e01c0280700a04408959", + "0xab0052b2014ab0052ac0440895900a044ab81102e014ac8052ae01471811", + "0xaa80502a0440895900a044038112a60151a15503601cac80702e0140a011", + "0xd81129c014ac8052a20140b8112a2014ac8052a40140d0112a4014ac805", + "0x38110228d4028112a6044a58052b2014a70052aa044a60052b20140d805", + "0x281b02210c0295900a098029510220980295900a044a901102256402811", + "0x11b05000a5640394b00a5380894b00a5640284300a5540894c00a56402953", + "0x894a00a8dc2602e00e564038502ac01ca60110225640281100e04415805", + "0xa414900e5640394c00a0500882e00a5640282e00a558088112b201408807", + "0x294900a06c0894600a5640294800a52c088112b20140880702251c02a38", + "0xac80502201c08811472014089530223c40295900a5180282602239002959", + "0xac80528e0140d811096014ac80521601421811216014ac80502254808811", + "0x891200a8e8878052b201c788050a0044788052b20142580504c04472005", + "0x891400a5640283c00a0680883c00a5640290f00a054088112b201408807", + "0xac80502201c0891700a8ec0895900e450028820224500295900a4500282b", + "0xac80523201444811232014ac80507a0144201107a014ac80502254808811", + "0x88112b20148b8051140440895900a044038110228f0028112a604434005", + "0x340052b201428805112044288052b20142100513c044210052b201408952", + "0x281122e0440895900a044038112600151e92e24a01cac8071c80140a011", + "0xac8050d0014790110225640292e00a464088112b20149280507a04408959", + "0x268052b2014089300221240295900a044970110225640284c00a49408811", + "0xac8050221340884f00a5640284d09201c2481109a014ac80509a01415811", + "0x29400224f80295900a5000293f0225000295900a13c9f80709e0449f805", + "0x881400a5640281400a4f80882e00a5640282e00a5580881100a56402811", + "0x9f0e30280b80895600a4f80295900a4f80293c02238c0295900a38c0293d", + "0x2b01127a014ac8050224e8088112b20149800507a0440895900a04403811", + "0x89380ac01d1f13a27801cac80727a050170e32700449e8052b20149e805", + "0x9b8e32b201c7193a00e3bc0893c00a5640293c00a558088112b201408807", + "0x28ed022044ac80502245c088112b20140880702217c991341c68fc9a936", + "0x886300a5640286800a27c0893100a5640293500a3ac0893500a56402935", + "0x958051900440895900a4cc028c602248c9212a2564ccab15900a4c4028e9", + "0xac8050224dc088112b2014918050d00440895900a49002925022044ac805", + "0x295900a0449a011240014ac8050224d40892100a5640281126c04433005", + "0x398052b2014089310221c40295900a0442f8110e0014ac8050224c80886f", + "0x9e0052b20149e0052ac0448f0052b2014398710e01bc901210cc05431811", + "0xac80526c0149e811022014ac805022014a001126e014ac80526e0149f011", + "0x31805112044260052b201426005242044950052b2014950052420449b005", + "0x8d91c23a1d8ab15900a18c2612a23c4d808937278068728110c6014ac805", + "0x490051780440895900a044038111220152009200a5640391800a2e408918", + "0x291e022220400072b2014030050e6044030052b20140892e022044ac805", + "0x8e811108014ac8051040143b011104014ac8051100148581102256402880", + "0x3b0052b20143b0052ac0448e0052b20148e005280044448052b201442005", + "0xac8051120149e011236014ac8052360149e81123a014ac80523a0149f011", + "0x395900a244028e0022044ac80502201c088892364743b11c2ac01444805", + "0x287600a5580888d00a5640291c00a500088112b2014450051960443d88a", + "0x28de02224c0295900a46c0293d0222040295900a4740293e0221f002959", + "0xac80502245c088112b2014088070220452080502254c0891600a5640287b", + "0x295900a04402940022044ac805098014928110225640286800a3c808811", + "0x293200a4f40888100a5640293400a4f80887c00a5640293c00a5580888d", + "0x4e80709e0444e8052b20140884d0224580295900a17c028de02224c02959", + "0x888d00a5640288d00a5000889f00a5640289e00a4fc0889e00a56402916", + "0x295900a24c0293d0222040295900a2040293e0221f00295900a1f002956", + "0x895900a0440381113e24c4087c11a5580289f00a5640289f00a4f008893", + "0x970110225640284c00a494088112b2014340051e40440895900a0448b811", + "0x24811142014ac80514201415811142014ac805022470088a000a56402811", + "0x295900a2885180709e044518052b20140884d0222880295900a28450007", + "0x285600a5580881100a5640281100a500088a600a564028a400a4fc088a4", + "0x293c02238c0295900a38c0293d0224e00295900a4e00293e02215802959", + "0x281122e0440895900a0440381114c38c9c056022558028a600a564028a6", + "0xac80509801492811022564028e400a0f4088112b20148900528e04408959", + "0x295900a2a00282b0222a00295900a04449011226014ac8050224b808811", + "0x880aa00e13c088aa00a5640281109a044880052b20145411300e124088a8", + "0xab011022014ac805022014a0011158014ac80521a0149f81121a014ac805", + "0x718052b20147180527a0440a0052b20140a00527c044170052b201417005", + "0x88112b2014088070222b07181405c044ab005158014ac8051580149e011", + "0x3811022908028112a6044860052b2014a50052ac0440895900a5300283d", + "0xab0052ac0440895900a5300283d022044ac805056014a381102256402811", + "0xac8050222440890600a5640281125c0440895900a0448b811218014ac805", + "0x884d0224080295900a41483007092044828052b20148280505604482805", + "0x88fe00a5640293900a4fc0893900a5640290221201c27811212014ac805", + "0x295900a0500293e0224300295900a430029560220440295900a04402940", + "0xa10c022558028fe00a564028fe00a4f0088e300a564028e300a4f408814", + "0x7e8052b20140892e022044ac8052ae014210110225640281100e0447f0e3", + "0xac8051f23f4038490223e40295900a3e40282b0223e40295900a0448e011", + "0x7b00527e0447b0052b20147c0f700e13c088f700a5640281109a0447c005", + "0x9f01102a014ac80502a014ab011022014ac805022014a00111ea014ac805", + "0x7a8052b20147a805278044718052b20147180527a0440d0052b20140d005", + "0xab0072b201c0380500e014088112b2014088110223d47181a02a044ab005", + "0x895702205c0295900a55c028e3022044ac80502201c0881a02a01d21814", + "0x2a442aa06c0395900e05c028140225580295900a55802956022044ac805", + "0x295900a06c0281b0225480295900a5540294b022044ac80502201c08953", + "0x88112b2014088070220452280502254c0894e00a5640295200a09808951", + "0xa88052b2014a9805036044a58052b2014a6005086044a60052b201408952", + "0x880702210c02a4604c014ac80729c0142801129c014ac80529601413011", + "0x282b0220ac0295900a1400281a0221400295900a09802815022044ac805", + "0x3811290524a50e348e130170072b201c1595600e0b80882b00a5640282b", + "0x12414628e01cac8072a20140a01105c014ac80505c014ab01102256402811", + "0xac80528e0140d8111e2014ac80528c014a58110225640281100e04472005", + "0x895900a04403811022924028112a6044258052b20147880504c04485805", + "0x295900a3900281b0224480295900a43c0284302243c0295900a044a9011", + "0x38112280152503c00a5640384b00a1400884b00a5640291200a0980890b", + "0x1581107a014ac80522e0140d01122e014ac8050780140a81102256402811", + "0x89250a210871a4b0d04640395900e0f41700705c0441e8052b20141e805", + "0x980052b201497005294044970052b20143404c00e130088112b201408807", + "0xac805260014a481109a014ac8052160140d811092014ac805232014ab011", + "0x88112b2014288052900440895900a04403811022930028112a604427805", + "0x893f00a5640284200a558088112b2014260052900440895900a49402948", + "0x260052900440895900a45002947022044ac80502201c0881149a01408953", + "0xa000528c044a00052b2014089520224fc0295900a0b802956022044ac805", + "0xa481109a014ac8052160140d811092014ac80527e0147201127c014ac805", + "0xa48052900440895900a04403811022930028112a6044278052b20149f005", + "0x28112a60449e8052b2014a50052ac0440895900a52002948022044ac805", + "0x295900a55802956022044ac805086014a38110225640281100e04408a4e", + "0xac80527a01472011274014ac805278014a3011278014ac8050225480893d", + "0x278051e2044278052b20149d005292044268052b2014a880503604424805", + "0x9b13700e5640384d00a050088112b2014088070224e002a4f0ac014ac807", + "0x895900a4dc0283d022044ac80502245c088112b2014088070224d402a50", + "0x893400a5640281125c0440895900a15802851022044ac80526c0148c811", + "0x295900a4c89a007092044990052b201499005056044990052b201408930", + "0x286300a4fc0886300a5640285f26201c27811262014ac8050221340885f", + "0x293e0221240295900a124029560220440295900a044029400224cc02959", + "0x293300a5640293300a4f0088e300a564028e300a4f40881400a56402814", + "0x9a80507a0440895900a0448b8110225640281100e044998e302812408956", + "0x248e3270044958052b2014958050ac044958052b20140893a022044ac805", + "0xac8050224dc088112b201408807022198918074a2490950072b201c95814", + "0x295900a0449a0110de014ac8050224d40892000a5640281126c04490805", + "0x8f0052b2014089310221cc0295900a0442f8110e2014ac8050224c808870", + "0x891d00a564028112660443b0052b20148f0730e21c03792024205431811", + "0x891800a564028112480448d8052b20140892a0224700295900a4740292b", + "0x48805226044488052b20144911c0ec38c33011124014ac80523046c03923", + "0x4208211038cac805100014880110225640280600a2a00888000c01cac805", + "0x950052b2014950052ac0440895900a2100290d022044ac80510401455011", + "0xac8051c60149e811022014ac805022014a0011248014ac8052480149f011", + "0xab15900a158440e3022490950141b20442b0052b20142b00524004471805", + "0x895900a044038111260152908100a5640387c00a3d80887c11a1ec45089", + "0x295900a274028f40222740295900a204028f50224580295900a04497011", + "0x291e022284500072b20144f8050e60444f8052b20144f11600e1240889e", + "0x8e811146014ac8051440143b011144014ac80514201485811022564028a0", + "0x448052b2014448052ac0443d8052b20143d805280044520052b201451805", + "0xac8051480149e01111a014ac80511a0149e811114014ac8051140149f011", + "0x295900a24c0293f022044ac80502201c088a411a2284487b2ac01452005", + "0x288a00a4f80888900a5640288900a5580887b00a5640287b00a500088a6", + "0x3d95600a2980295900a2980293c0222340295900a2340293d02222802959", + "0xac8050224b8088112b20142b0050a20440895900a0440381114c23445089", + "0x5411300e124088a800a564028a800a0ac088a800a5640281123804489805", + "0x9f81121a014ac8052202a80384f0222a80295900a04426811220014ac805", + "0x918052b2014918052ac044088052b201408805280044560052b201486805", + "0xac8051580149e0111c6014ac8051c60149e8110cc014ac8050cc0149f011", + "0x88112b201408917022044ac80502201c088ac1c6198918112ac01456005", + "0x48811218014ac8050224b8088112b20142680507a0440895900a4e002947", + "0x828052b20148310c00e1240890600a5640290600a0ac0890600a56402811", + "0xac8052120149f811212014ac80520a4080384f0224080295900a04426811", + "0xa00527c044248052b2014248052ac044088052b2014088052800449c805", + "0xab005272014ac8052720149e0111c6014ac8051c60149e811028014ac805", + "0x281125c0440895900a55c02842022044ac80502201c089391c605024811", + "0x7f0070920447e8052b20147e8050560447e8052b20140891c0223f802959", + "0x88f700a564028f91f001c278111f0014ac805022134088f900a564028fd", + "0x295900a054029560220440295900a044029400223d80295900a3dc0293f", + "0x28f600a4f0088e300a564028e300a4f40881a00a5640281a00a4f808815", + "0x380700a01c02811022564028110220447b0e30340540895600a3d802959", + "0xb8052b2014ab8051c60440895900a0440381103405403a5302855803959", + "0xd8072b201c0b805028044ab0052b2014ab0052ac0440895900a044ab811", + "0xa9005034044a90052b2014aa80502a0440895900a044038112a60152a155", + "0xaa811298014ac8050360140d81129c014ac8052a20140b8112a2014ac805", + "0x28112a40440895900a04403811022954028112a6044a58052b2014a7005", + "0x29550225300295900a54c0281b02210c0295900a0980295102209802959", + "0x895900a044038110560152b05000a5640394b00a5380894b00a56402843", + "0x2956022044ac80502201c0894a00a95c2602e00e564038502ac01ca6011", + "0xac80502201c0894700a960a414900e5640394c00a0500882e00a5640282e", + "0x28e400a05c088e400a5640294600a0680894600a5640294800a05408811", + "0x895302212c0295900a3c40295502242c0295900a5240281b0223c402959", + "0xac80521e014a881121e014ac805022548088112b2014088070220452c805", + "0x2580529c044258052b2014890052aa044858052b2014a380503604489005", + "0x8b8072b201c1e02e00e530088112b20140880702245002a5a078014ac807", + "0x858050280448b8052b20148b8052ac0440895900a044038112320152d83d", + "0x1e8110225640281122e0440895900a044038110a20152e0420d001cac807", + "0x2925022044ac805098014928110225640284200a464088112b201434005", + "0x97005056044970052b2014089300224940295900a044970110225640283d", + "0x27811092014ac8050221340893000a5640292e24a01c2481125c014ac805", + "0x295900a0440294002213c0295900a1340293f0221340295900a4c024807", + "0x28e300a4f40881400a5640281400a4f80891700a5640291700a55808811", + "0x281100e044278e302845c0895600a13c0295900a13c0293c02238c02959", + "0xac80527e0142b01127e014ac8050224e8088112b20142880507a04408959", + "0xac80502201c0893c27a01d2e93e28001cac80727e0508b8e32700449f805", + "0xac8050ac014158110ac014ac8050223b00893a00a5640284c00a3d008811", + "0x893600a5640283d00a3d00893727001cac805274158088e311a0442b005", + "0x9a0050560449a13500e5640293626e4e07188d0224dc0295900a4dc0282b", + "0x988052b20142f8051020442f93200e5640293428001c3e011268014ac805", + "0x295900a4d40294002218c0295900a18c0291602218c0295900a04449811", + "0x9512b26638cac80726218c7193e2ae2740893200a5640293200a55808935", + "0x293e0224a80295900a4a80282b022044ac80502201c0886624649071a5e", + "0x2a5f0225640392a00a2080892b00a5640292b00a4f40893300a56402933", + "0x378052b201490005108044900052b201408952022044ac80502201c08921", + "0x450110225640281100e04408a6000a044a98110e0014ac8050de01444811", + "0x448110e6014ac8050e20144f0110e2014ac805022548088112b201490805", + "0x887600a5640287000a27c0891e00a5640281125c044380052b201439805", + "0x281100e0448e0054c24740295900e1d8028a00221d80295900a1d802889", + "0xac80523601415811236014ac805022284088112b20148e80528e04408959", + "0x88112b20148e00528e0440895900a04403811022988028112a60448c005", + "0x248110225640281122e0448c0052b201449005056044490052b2014088a2", + "0xac80500c0148f0111000180395900a244028730222440295900a4608f007", + "0x288200a4740888200a5640288800a1d80888800a5640288000a42c08811", + "0x293e0224c80295900a4c8029560224d40295900a4d40294002221002959", + "0x288400a5640288400a4f00892b00a5640292b00a4f40893300a56402933", + "0x281109a0440895900a0448b8110225640281100e0444212b2664c89a956", + "0xa00110f6014ac8051140149f811114014ac8050cc2240384f02222402959", + "0x920052b20149200527c044990052b2014990052ac0449a8052b20149a805", + "0x919242644d4ab0050f6014ac8050f60149e011246014ac8052460149e811", + "0x928110225640284c00a494088112b201408917022044ac80502201c0887b", + "0x282b0221f00295900a0448e01111a014ac8050224b8088112b20141e805", + "0x889300a5640281109a044408052b20143e08d00e1240887c00a5640287c", + "0xac805022014a001113a014ac80522c0149f81122c014ac80510224c0384f", + "0x7180527a0449e0052b20149e00527c0449e8052b20149e8052ac04408805", + "0x88070222747193c27a044ab00513a014ac80513a0149e0111c6014ac805", + "0x291900a558088112b20142600524a0440895900a42c0283d022044ac805", + "0x895900a45002947022044ac80502201c088114c60140895302227802959", + "0x4f0052b2014170052ac0440895900a13002925022044ac8052160141e811", + "0x15811140014ac8050222480889f00a5640281125c0440895900a0448b811", + "0x510052b20140884d0222840295900a2804f807092044500052b201450005", + "0x281100a500088a400a564028a300a4fc088a300a564028a114401c27811", + "0x293d0220500295900a0500293e0222780295900a2780295602204402959", + "0x381114838c0a09e022558028a400a564028a400a4f0088e300a564028e3", + "0x89530222980295900a52802956022044ac8052980141e81102256402811", + "0xac8052980141e8110225640282b00a51c088112b20140880702204532005", + "0x898052b20140892e022044ac80502245c088a600a5640295600a55808811", + "0xac80515044c038490222a00295900a2a00282b0222a00295900a04448811", + "0x8680527e044868052b2014880aa00e13c088aa00a5640281109a04488005", + "0x9f01114c014ac80514c014ab011022014ac805022014a0011158014ac805", + "0x560052b201456005278044718052b20147180527a0440a0052b20140a005", + "0x970110225640295700a108088112b2014088070222b07181414c044ab005", + "0x2481120c014ac80520c0141581120c014ac8050224700890c00a56402811", + "0x295900a4148100709e044810052b20140884d0224140295900a41886007", + "0x281500a5580881100a5640281100a5000893900a5640290900a4fc08909", + "0x293c02238c0295900a38c0293d0220680295900a0680293e02205402959", + "0x280700a0440895900a0440881127238c0d0150225580293900a56402939", + "0xac8052ae014718110225640281100e0440d01500e9940a15600e56403807", + "0xac80702e0140a0112ac014ac8052ac014ab011022564028112ae0440b805", + "0xd0112a4014ac8052aa0140a8110225640281100e044a98054cc5540d807", + "0xa60052b20140d805036044a70052b2014a880502e044a88052b2014a9005", + "0xa90110225640281100e04408a6700a044a9811296014ac80529c014aa811", + "0x894c00a5640295300a06c0884300a5640282600a5440882600a56402811", + "0x281100e044158054d01400295900e52c0294e02252c0295900a10c02955", + "0x88112b20140880702252802a690980b80395900e140ab00729804408959", + "0x880702251c02a6a2905240395900e530028140220b80295900a0b802956", + "0xac8052900148c8110225640294900a0f4088112b201408917022044ac805", + "0x720052b2014089300225180295900a044970110225640284c00a49408811", + "0xac805022134088f100a564028e428c01c248111c8014ac8051c801415811", + "0x294002243c0295900a12c0293f02212c0295900a3c48580709e04485805", + "0x881400a5640281400a4f80882e00a5640282e00a5580881100a56402811", + "0x878e30280b80895600a43c0295900a43c0293c02238c0295900a38c0293d", + "0x893a022044ac80528e0141e8110225640281122e0440895900a04403811", + "0x1e0072b201c8901405c38c9c011224014ac8052240142b011224014ac805", + "0x281126c0448c8052b201408937022044ac80502201c0883d22e01d35914", + "0xac8050224c80885100a56402811268044210052b2014089350221a002959", + "0x2106823205431811260014ac8050224c40892e00a564028110be04492805", + "0x295900a1340292b0221340295900a04499811092014ac8052604b892851", + "0xac8052804fc039230225000295900a0449201127e014ac8050224a80884f", + "0x893a27801cac80527a0148981127a014ac80527c13c248e30cc0449f005", + "0xac8052700145501126e4e02b0e32b20149d0052200440895900a4f0028a8", + "0xac8052280149f011078014ac805078014ab0110225640293700a43408811", + "0x26005242044718052b20147180527a044088052b2014088052800448a005", + "0x885f2644d09a9362ac5640284c0ac38c0891407805082811098014ac805", + "0x295900a044970110225640281100e044318054d84c40295900e17c02902", + "0x950050a20449212a00e5640292b00a4e40892b00a5640293100a42408933", + "0x89210cc01cac8052460147e8112464900395900a490028fe022044ac805", + "0x378052b2014900051f0044900052b2014330051f20440895900a48402948", + "0x388052900443987100e5640292400a3f40887000a5640286f26601c24811", + "0x38490221d80295900a478028f80224780295900a1cc028f9022044ac805", + "0x895900a4700291e02246c8e0072b20148e8050e60448e8052b20143b070", + "0xac8051240148e811124014ac8052300143b011230014ac80523601485811", + "0x9a80527c0449b0052b20149b0052ac0449a0052b20149a00528004448805", + "0xab005122014ac8051220149e011264014ac8052640149e81126a014ac805", + "0x29400220180295900a18c0293f022044ac80502201c088912644d49b134", + "0x893500a5640293500a4f80893600a5640293600a5580893400a56402934", + "0x313226a4d89a15600a0180295900a0180293c0224c80295900a4c80293d", + "0x8e011100014ac8050224b8088112b20142600524a0440895900a04403811", + "0x410052b20144408000e1240888800a5640288800a0ac0888800a56402811", + "0xac8051120149f811112014ac8051042100384f0222100295900a04426811", + "0x1e80527c0448b8052b20148b8052ac044088052b20140880528004445005", + "0xab005114014ac8051140149e0111c6014ac8051c60149e81107a014ac805", + "0xa50052ac0440895900a5300283d022044ac80502201c0888a1c60f48b811", + "0xac805056014a38110225640281100e04408a6d00a044a98110f6014ac805", + "0x895900a0448b8110f6014ac8052ac014ab0110225640294c00a0f408811", + "0x3e0052b20143e0050560443e0052b2014088910222340295900a04497011", + "0x288112601c27811126014ac8050221340888100a5640287c11a01c24811", + "0x29560220440295900a044029400222740295900a4580293f02245802959", + "0x88e300a564028e300a4f40881400a5640281400a4f80887b00a5640287b", + "0x210110225640281100e0444e8e30281ec0895600a2740295900a2740293c", + "0x282b02227c0295900a0448e01113c014ac8050224b8088112b2014ab805", + "0x88a100a5640281109a044500052b20144f89e00e1240889f00a5640289f", + "0xac805022014a0011146014ac8051440149f811144014ac8051402840384f", + "0x7180527a0440d0052b20140d00527c0440a8052b20140a8052ac04408805", + "0x881102228c7181a02a044ab005146014ac8051460149e0111c6014ac805", + "0xac80502201c0881a02a01d370142ac01cac80700e01403805022044ac805", + "0x295900a55802956022044ac80502255c0881700a5640295700a38c08811", + "0x294b022044ac80502201c0895300a9bcaa81b00e5640381700a05008956", + "0x894e00a5640295200a0980895100a5640281b00a06c0895200a56402955", + "0xa6005086044a60052b201408952022044ac80502201c088114e001408953", + "0x2801129c014ac805296014130112a2014ac8052a60140d811296014ac805", + "0x295900a09802815022044ac80502201c0884300a9c4130052b201ca7005", + "0x1595600e0b80882b00a5640282b00a0ac0882b00a5640285000a06808850", + "0xac80505c014ab0110225640281100e044a414929438d3904c05c01cac807", + "0xa58110225640281100e044720054e6518a38072b201ca880502804417005", + "0x258052b20147880504c044858052b2014a3805036044788052b2014a3005", + "0x284302243c0295900a044a90110225640281100e04408a7400a044a9811", + "0x884b00a5640291200a0980890b00a564028e400a06c0891200a5640290f", + "0xac8050780140a8110225640281100e0448a0054ea0f00295900e12c02850", + "0x1700705c0441e8052b20141e8050560441e8052b20148b8050340448b805", + "0x3404c00e130088112b201408807022494288421c69d83411900e5640383d", + "0xd811092014ac805232014ab011260014ac80525c014a501125c014ac805", + "0x38110229dc028112a6044278052b201498005292044268052b201485805", + "0x260052900440895900a49402948022044ac8050a2014a401102256402811", + "0xac80502201c088114f0014089530224fc0295900a10802956022044ac805", + "0x295900a0b802956022044ac805098014a40110225640291400a51c08811", + "0xac80527e0147201127c014ac805280014a3011280014ac8050225480893f", + "0x28112a6044278052b20149f005292044268052b20148580503604424805", + "0x895900a52002948022044ac805292014a40110225640281100e04408a77", + "0xa38110225640281100e04408a7900a044a981127a014ac805294014ab011", + "0xa3011278014ac8050225480893d00a5640295600a558088112b201421805", + "0x268052b2014a8805036044248052b20149e8051c80449d0052b20149e005", + "0x88070224e002a7a0ac014ac80709e0147881109e014ac805274014a4811", + "0x88112b2014088070224d402a7b26c4dc0395900e13402814022044ac805", + "0x2851022044ac80526c0148c8110225640293700a0f4088112b201408917", + "0x99005056044990052b2014089300224d00295900a0449701102256402856", + "0x27811262014ac8050221340885f00a5640293226801c24811264014ac805", + "0x295900a044029400224cc0295900a18c0293f02218c0295900a17c98807", + "0x28e300a4f40881400a5640281400a4f80884900a5640284900a55808811", + "0x281100e044998e30281240895600a4cc0295900a4cc0293c02238c02959", + "0x958052b20140893a022044ac80526a0141e8110225640281122e04408959", + "0x918074f8490950072b201c9581409238c9c011256014ac8052560142b011", + "0x892000a5640281126c044908052b201408937022044ac80502201c08866", + "0x2f8110e2014ac8050224c80887000a56402811268044378052b201408935", + "0x8f0730e21c0379202420543181123c014ac8050224c40887300a56402811", + "0x892a0224700295900a4740292b0224740295900a044998110ec014ac805", + "0x33011124014ac80523046c039230224600295900a04492011236014ac805", + "0x280600a2a00888000c01cac80512201489811122014ac8051244703b0e3", + "0x290d022044ac80510401455011108208440e32b20144000522004408959", + "0xa0011248014ac8052480149f011254014ac805254014ab01102256402884", + "0x2b0052b20142b005240044718052b20147180527a044088052b201408805", + "0x387c00a3d80887c11a1ec450892ac5640285611038c089242540507b811", + "0x28f50224580295900a044970110225640281100e044498054fa20402959", + "0x4f8052b20144f11600e1240889e00a5640289d00a3d00889d00a56402881", + "0xac80514201485811022564028a000a478088a114001cac80513e01439811", + "0x3d805280044520052b20145180523a044518052b2014510050ec04451005", + "0x9e811114014ac8051140149f011112014ac805112014ab0110f6014ac805", + "0x88a411a2284487b2ac014520052b201452005278044468052b201446805", + "0x887b00a5640287b00a500088a600a5640289300a4fc088112b201408807", + "0x295900a2340293d0222280295900a2280293e0222240295900a22402956", + "0x895900a0440381114c234450890f6558028a600a564028a600a4f00888d", + "0x88a800a56402811238044898052b20140892e022044ac8050ac01428811", + "0x295900a04426811220014ac80515044c038490222a00295900a2a00282b", + "0x8805280044560052b20148680527e044868052b2014880aa00e13c088aa", + "0x9e8110cc014ac8050cc0149f011246014ac805246014ab011022014ac805", + "0x88ac1c6198918112ac014560052b201456005278044718052b201471805", + "0x2680507a0440895900a4e002947022044ac80502245c088112b201408807", + "0x290600a0ac0890600a56402811122044860052b20140892e022044ac805", + "0x384f0224080295900a0442681120a014ac80520c4300384902241802959", + "0x88052b2014088052800449c8052b20148480527e044848052b201482902", + "0xac8051c60149e811028014ac8050280149f011092014ac805092014ab011", + "0xac80502201c089391c6050248112ac0149c8052b20149c80527804471805", + "0x7e8052b20140891c0223f80295900a044970110225640295700a10808811", + "0xac805022134088f900a564028fd1fc01c248111fa014ac8051fa01415811", + "0x29400223d80295900a3dc0293f0223dc0295900a3e47c00709e0447c005", + "0x881a00a5640281a00a4f80881500a5640281500a5580881100a56402811", + "0x7b0e30340540895600a3d80295900a3d80293c02238c0295900a38c0293d", + "0x381103405403a7e0285580395900e01c0280700a0440895900a04408811", + "0xab0052ac0440895900a044ab81102e014ac8052ae0147181102256402811", + "0x895900a044038112a60153f95503601cac80702e0140a0112ac014ac805", + "0xac8052a20140b8112a2014ac8052a40140d0112a4014ac8052aa0140a811", + "0x28112a6044a58052b2014a70052aa044a60052b20140d805036044a7005", + "0x295900a098029510220980295900a044a90110225640281100e04408a80", + "0x394b00a5380894b00a5640284300a5540894c00a5640295300a06c08843", + "0x2602e00e564038502ac01ca60110225640281100e0441580550214002959", + "0x394c00a0500882e00a5640282e00a558088112b20140880702252802a82", + "0x894600a5640294800a054088112b20140880702251c02a8329052403959", + "0x295900a5240281b0223c40295900a390028170223900295900a5180281a", + "0x88112b2014088070220454200502254c0884b00a564028f100a5540890b", + "0x858052b2014a3805036044890052b2014878052a2044878052b201408952", + "0x880702245002a85078014ac807096014a7011096014ac805224014aa811", + "0x895900a044038112320154303d22e01cac8070780b80394c022044ac805", + "0x38110a2015438420d001cac8072160140a01122e014ac80522e014ab011", + "0x1301125c014ac8050d00140d81124a014ac805084014a581102256402811", + "0x28112a40440895900a04403811022a20028112a6044980052b201492805", + "0x28260224b80295900a1440281b0221340295900a1240284302212402959", + "0x895900a0440381127e0154484f00a5640393000a1400893000a5640284d", + "0xac80527c0141581127c014ac8052800140d011280014ac80509e0140a811", + "0xac80502201c089380ac4e871a8a2784f40395900e4f88b80705c0449f005", + "0x893500aa2c9b13700e5640392e00a0500893d00a5640293d00a55808811", + "0x893200a5640293700a06c0893400a5640293600a52c088112b201408807", + "0x8952022044ac80502201c088115180140895302217c0295900a4d002826", + "0x13011264014ac80526a0140d8110c6014ac80526201421811262014ac805", + "0xac80502201c0892b00aa34998052b201c2f8050a00442f8052b201431805", + "0x292400a0ac0892400a5640292a00a0680892a00a5640293300a05408811", + "0x281100e0443792024238d4706624601cac8072484f40382e02249002959", + "0x29560221c40295900a1c00294a0221c00295900a1989e00709804408959", + "0x887600a5640287100a5240891e00a5640293200a06c0887300a56402923", + "0x378052900440895900a48002948022044ac80502201c0881151e01408953", + "0x28112a60448e8052b2014908052ac0440895900a4f002948022044ac805", + "0x895900a4f002948022044ac805256014a38110225640281100e04408a90", + "0x295900a470029460224700295900a044a901123a014ac80527a014ab011", + "0x291b00a5240891e00a5640293200a06c0887300a5640291d00a3900891b", + "0x895900a15802948022044ac80502201c0881151e014089530221d802959", + "0x8811522014089530224600295900a4e802956022044ac805270014a4011", + "0xa9011230014ac80522e014ab0110225640293f00a51c088112b201408807", + "0x887300a5640291800a3900889100a5640289200a5180889200a56402811", + "0x295900e1d8028f10221d80295900a244029490224780295900a4b80281b", + "0x398052ac044440052b20148f0052160440895900a0440381110001549006", + "0x4208200e564028880e601c87811110014ac805110014258110e6014ac805", + "0x288900a0f0088112b20140880702222802a93112014ac80710801489011", + "0x88112b20140880702220402a940f8014ac80711a0148a01111a1ec03959", + "0x880702227802a9513a4580395900e24c0281402224c0295900a1ec028e3", + "0xac80513a0148c8110225640291600a0f4088112b201408917022044ac805", + "0x895900a0f402925022044ac80500c014288110225640287c00a10808811", + "0x88a000a564028112600444f8052b20140892e022044ac80509801492811", + "0x295900a04426811142014ac80514027c038490222800295900a2800282b", + "0x8805280044520052b20145180527e044518052b2014508a200e13c088a2", + "0x9e811028014ac8050280149f011104014ac805104014ab011022014ac805", + "0x88a41c6050410112ac014520052b201452005278044718052b201471805", + "0x28560222980295900a0449d0110225640289e00a0f4088112b201408807", + "0x381115444003a9615044c0395900e2980a0821c64e0088a600a564028a6", + "0xac8050224d80890d00a5640281126e0440895900a0448b81102256402811", + "0x295900a0449901120c014ac8050224d00890c00a5640281126a04456005", + "0x8310c1584340a8630224240295900a04498811204014ac80502217c08905", + "0x295900a2a00293e02244c0295900a44c029560224e40295900a42481105", + "0x284c00a484088e300a564028e300a4f40881100a5640281100a500088a8", + "0x284b0220180295900a018029200220f40295900a0f40292102213002959", + "0x7e8fe2ac5640287c00c0f4261391c60445411302e30c0887c00a5640287c", + "0x5e0110225640281100e0447a80552e3d80295900e3dc028b90223dc7c0f9", + "0x88b918601cac8051e8014398111e8014ac8050224b8088112b20147b005", + "0x5e8052b20145e0050ec0445e0052b20145c8052160440895900a30c0291e", + "0xac8051fc014ab0111f2014ac8051f2014a001117e014ac80517a0148e811", + "0x5f8052780447c0052b20147c00527a0447e8052b20147e80527c0447f005", + "0x28f500a4fc088112b2014088070222fc7c0fd1fc3e4ab00517e014ac805", + "0x293e0223f80295900a3f8029560223e40295900a3e4029400223c802959", + "0x28f200a564028f200a4f0088f800a564028f800a4f4088fd00a564028fd", + "0x3e0050840440895900a0448b8110225640281100e044790f81fa3f87c956", + "0x284c00a494088112b20141e80524a0440895900a01802851022044ac805", + "0xac8051da014158111da014ac805022470088ef00a5640281125c04408959", + "0x7480709e044748052b20140884d0223ac0295900a3b47780709204476805", + "0x881100a5640281100a500088c800a564028c600a4fc088c600a564028eb", + "0x295900a38c0293d0222a80295900a2a80293e0224400295900a44002956", + "0x895900a0440381119038c55110022558028c800a564028c800a4f0088e3", + "0x288110225640287b00a108088112b20144080528e0440895900a0448b811", + "0x892e022044ac805098014928110225640283d00a494088112b201403005", + "0x38490223800295900a3800282b0223800295900a0448d8111ca014ac805", + "0x6c8052b2014658de00e13c088de00a5640281109a044658052b2014700e5", + "0xac805104014ab011022014ac805022014a00111d8014ac8051b20149f811", + "0x76005278044718052b20147180527a0440a0052b20140a00527c04441005", + "0xac80502245c088112b2014088070223b071814104044ab0051d8014ac805", + "0x895900a0f402925022044ac80500c014288110225640284c00a49408811", + "0xac805104014ab011022014ac805022014a0011000014ac8051140149f811", + "0x5278044718052b20147180527a0440a0052b20140a00527c04441005", + "0xac80502245c088112b20140880702200071814104044ab005000014ac805", + "0x895900a13002925022044ac80507a014928110225640288000a51c08811", + "0x896400a56402811230044b18052b20140892e022044ac80523c0141e811", + "0x295900a044268112ca014ac8052c858c038490225900295900a5900282b", + "0x8805280044b40052b2014b380527e044b38052b2014b296600e13c08966", + "0x9e811028014ac8050280149f0110e6014ac8050e6014ab011022014ac805", + "0x89681c6050398112ac014b40052b2014b4005278044718052b201471805", + "0x2956022044ac805098014928110225640290b00a0f4088112b201408807", + "0x291400a51c088112b2014088070220454c00502254c0896900a56402919", + "0xac80505c014ab0110225640284c00a494088112b20148580507a04408959", + "0xb58052b2014088920225a80295900a044970110225640281122e044b4805", + "0xac8050221340896c00a5640296b2d401c248112d6014ac8052d601415811", + "0x29400225bc0295900a5b80293f0225b80295900a5b0b680709e044b6805", + "0x881400a5640281400a4f80896900a5640296900a5580881100a56402811", + "0xb78e30285a40895600a5bc0295900a5bc0293c02238c0295900a38c0293d", + "0x897000a5640294a00a558088112b2014a600507a0440895900a04403811", + "0xa600507a0440895900a0ac02947022044ac80502201c0881153201408953", + "0xac8050224b8088112b2014089170225c00295900a55802956022044ac805", + "0xb917100e1240897200a5640297200a0ac0897200a56402811122044b8805", + "0x9f8112ec014ac8052e85d40384f0225d40295900a044268112e8014ac805", + "0xb80052b2014b80052ac044088052b201408805280044bb8052b2014bb005", + "0xac8052ee0149e0111c6014ac8051c60149e811028014ac8050280149f011", + "0x895900a55c02842022044ac80502201c089771c6050b80112ac014bb805", + "0xbc8052b2014bc805056044bc8052b20140891c0225e00295900a04497011", + "0x297a2f601c278112f6014ac8050221340897a00a564029792f001c24811", + "0x29560220440295900a044029400225f40295900a5f00293f0225f002959", + "0x88e300a564028e300a4f40881a00a5640281a00a4f80881500a56402815", + "0x281102256402811022044be8e30340540895600a5f40295900a5f40293c", + "0xab8051c60440895900a0440381103405403a9a0285580395900e01c02807", + "0xb805028044ab0052b2014ab0052ac0440895900a044ab81102e014ac805", + "0xa90052b2014aa80502a0440895900a044038112a60154d95503601cac807", + "0xac8050360140d81129c014ac8052a20140b8112a2014ac8052a40140d011", + "0x895900a04403811022a70028112a6044a58052b2014a70052aa044a6005", + "0x295900a54c0281b02210c0295900a098029510220980295900a044a9011", + "0x38110560154e85000a5640394b00a5380894b00a5640284300a5540894c", + "0xac80502201c0894a00aa782602e00e564038502ac01ca601102256402811", + "0x894700aa7ca414900e5640394c00a0500882e00a5640282e00a55808811", + "0x88e400a5640294600a0680894600a5640294800a054088112b201408807", + "0x295900a3c40295502242c0295900a5240281b0223c40295900a39002817", + "0xa881121e014ac805022548088112b2014088070220455000502254c0884b", + "0x258052b2014890052aa044858052b2014a3805036044890052b201487805", + "0x1e02e00e530088112b20140880702245002aa1078014ac807096014a7011", + "0x8b8052b20148b8052ac0440895900a044038112320155103d22e01cac807", + "0x210052960440895900a044038110a2015518420d001cac8072160140a011", + "0xa9811260014ac80524a0141301125c014ac8050d00140d81124a014ac805", + "0x284900a10c0884900a564028112a40440895900a04403811022a9002811", + "0x28500224c00295900a134028260224b80295900a1440281b02213402959", + "0xa00052b20142780502a0440895900a0440381127e0155284f00a56403930", + "0x393e22e01c1701127c014ac80527c0141581127c014ac8052800140d011", + "0x295900a4f402956022044ac80502201c089380ac4e871aa62784f403959", + "0x294b022044ac80502201c0893500aa9c9b13700e5640392e00a0500893d", + "0x885f00a5640293400a0980893200a5640293700a06c0893400a56402936", + "0x98805086044988052b201408952022044ac80502201c0881155001408953", + "0x280110be014ac8050c601413011264014ac80526a0140d8110c6014ac805", + "0x295900a4cc02815022044ac80502201c0892b00aaa4998052b201c2f805", + "0x9213d00e0b80892400a5640292400a0ac0892400a5640292a00a0680892a", + "0x286627801c260110225640281100e0443792024238d5506624601cac807", + "0x281b0221cc0295900a48c029560221c40295900a1c00294a0221c002959", + "0x88070220455580502254c0887600a5640287100a5240891e00a56402932", + "0x293c00a520088112b2014378052900440895900a48002948022044ac805", + "0x895900a04403811022ab0028112a60448e8052b2014908052ac04408959", + "0x8e8052b20149e8052ac0440895900a4f002948022044ac805256014a3811", + "0x295900a474028e402246c0295900a470029460224700295900a044a9011", + "0x15580502254c0887600a5640291b00a5240891e00a5640293200a06c08873", + "0x88112b20149c0052900440895900a15802948022044ac80502201c08811", + "0x2947022044ac80502201c0881155a014089530224600295900a4e802956", + "0x29460222480295900a044a9011230014ac80522e014ab0110225640293f", + "0x891e00a5640292e00a06c0887300a5640291800a3900889100a56402892", + "0x281100e0444000555c0180295900e1d8028f10221d80295900a24402949", + "0x8b8110225640281100e0444200555e208440072b201c8f00502804408959", + "0x30050a20440895900a20802919022044ac8051100141e81102256402811", + "0xac8050224b8088112b20142600524a0440895900a0f402925022044ac805", + "0x4508900e1240888a00a5640288a00a0ac0888a00a5640281126004444805", + "0x9f8110f8014ac8050f62340384f0222340295900a044268110f6014ac805", + "0x398052b2014398052ac044088052b201408805280044408052b20143e005", + "0xac8051020149e0111c6014ac8051c60149e811028014ac8050280149f011", + "0x895900a2100283d022044ac80502201c088811c6050398112ac01440805", + "0x38930281cc7193802224c0295900a24c0285602224c0295900a0449d011", + "0x9b8110225640281122e0440895900a0440381113e27803ab013a45803959", + "0x89340222880295900a0449a811142014ac8050224d8088a000a56402811", + "0x2811262044530052b20140885f0222900295900a04499011146014ac805", + "0xac8050224cc088a800a5640291314c290518a21422800a86302244c02959", + "0xac8050224900890d00a56402811254044550052b20148800525604488005", + "0x890600a5640290c1542a0718660224300295900a2b08680724604456005", + "0x295900a044029400222740295900a2740293e0224580295900a45802956", + "0x283d00a4840884c00a5640284c00a484088e300a564028e300a4f408811", + "0x303d0984187181113a4580d0000220180295900a018029200220f402959", + "0x88070223e402ab11fa014ac8071fc014380111fc4e48490220a558ac805", + "0x28f800a1cc088f800a5640281125c0440895900a3f402871022044ac805", + "0x28760223d40295900a3d80290b022044ac8051ee0148f0111ec3dc03959", + "0x890900a5640290900a500088c300a564028f400a474088f400a564028f5", + "0x295900a4e40293d0224080295900a4080293e0224140295900a41402956", + "0x895900a044038111864e481105212558028c300a564028c300a4f008939", + "0xac80520a014ab011212014ac805212014a0011172014ac8051f20149f811", + "0x5c8052780449c8052b20149c80527a044810052b20148100527c04482805", + "0xac80502245c088112b2014088070222e49c90220a424ab005172014ac805", + "0x895900a13002925022044ac80507a014928110225640280600a14408811", + "0x5e8052b20145e8050560445e8052b20140891c0222f00295900a04497011", + "0x28bf1e401c278111e4014ac805022134088bf00a564028bd17801c24811", + "0x29560220440295900a044029400223b40295900a3bc0293f0223bc02959", + "0x88e300a564028e300a4f40889f00a5640289f00a4f80889e00a5640289e", + "0x8b8110225640281100e044768e313e2780895600a3b40295900a3b40293c", + "0x1e80524a0440895900a4780283d022044ac805100014a381102256402811", + "0xac805022460088eb00a5640281125c0440895900a13002925022044ac805", + "0x884d0223180295900a3a475807092044748052b20147480505604474805", + "0x88e000a564028e500a4fc088e500a564028c619001c27811190014ac805", + "0x295900a0500293e0221cc0295900a1cc029560220440295900a04402940", + "0xa073022558028e000a564028e000a4f0088e300a564028e300a4f408814", + "0x895900a13002925022044ac8052160141e8110225640281100e044700e3", + "0xa38110225640281100e04408ab200a044a9811196014ac805232014ab011", + "0x2956022044ac805098014928110225640290b00a0f4088112b20148a005", + "0x28111240446f0052b20140892e022044ac80502245c088cb00a5640282e", + "0x268111d8014ac8051b2378038490223640295900a3640282b02236402959", + "0xb20052b2014b180527e044b18052b20147600000e13c0880000a56402811", + "0xac8050280149f011196014ac805196014ab011022014ac805022014a0011", + "0x658112ac014b20052b2014b2005278044718052b20147180527a0440a005", + "0xac805294014ab0110225640294c00a0f4088112b20140880702259071814", + "0x88112b20141580528e0440895900a04403811022acc028112a6044b2805", + "0x970110225640281122e044b28052b2014ab0052ac0440895900a5300283d", + "0x248112ce014ac8052ce014158112ce014ac8050222440896600a56402811", + "0x295900a5a0b480709e044b48052b20140884d0225a00295900a59cb3007", + "0x296500a5580881100a5640281100a5000896b00a5640296a00a4fc0896a", + "0x293c02238c0295900a38c0293d0220500295900a0500293e02259402959", + "0xab8050840440895900a044038112d638c0a1650225580296b00a5640296b", + "0x296d00a0ac0896d00a56402811238044b60052b20140892e022044ac805", + "0x384f0225bc0295900a044268112dc014ac8052da5b0038490225b402959", + "0x88052b201408805280044b88052b2014b800527e044b80052b2014b716f", + "0xac8051c60149e811034014ac8050340149f01102a014ac80502a014ab011", + "0xac805022044089711c60680a8112ac014b88052b2014b880527804471805", + "0x88112b2014088070220680a807568050ab0072b201c0380500e01408811", + "0x895600a5640295600a558088112b20140895702205c0295900a55c028e3", + "0x295500a054088112b20140880702254c02ab52aa06c0395900e05c02814", + "0x281b0225380295900a544028170225440295900a5480281a02254802959", + "0x88070220455b00502254c0894b00a5640294e00a5540894c00a5640281b", + "0xa9805036044218052b2014130052a2044130052b201408952022044ac805", + "0x2ab70a0014ac807296014a7011296014ac805086014aa811298014ac805", + "0x38112940155c04c05c01cac8070a05580394c022044ac80502201c0882b", + "0x15c94829201cac8072980140a01105c014ac80505c014ab01102256402811", + "0xac8052920140d81128c014ac805290014a58110225640281100e044a3805", + "0x895900a04403811022ae8028112a6044788052b2014a300504c04472005", + "0x295900a51c0281b02212c0295900a42c0284302242c0295900a044a9011", + "0x38112240155d90f00a564038f100a140088f100a5640284b00a098088e4", + "0x15811228014ac8050780140d011078014ac80521e0140a81102256402811", + "0x895900a0440381122e0155e0112b201c8a0051040448a0052b20148a005", + "0x295900a464028890224640295900a0f4028840220f40295900a044a9011", + "0xa90110225640291700a228088112b2014088070220455e80502254c08868", + "0x886800a5640285100a2240885100a5640284200a2780884200a56402811", + "0xac80502245c088112b2014088070224c002abe25c4940395900e39002814", + "0x895900a1a0028f2022044ac80525c0148c8110225640292500a0f408811", + "0x884d00a56402811260044248052b20140892e022044ac80509801492811", + "0x295900a0442681109e014ac80509a124038490221340295900a1340282b", + "0x88052800449f0052b2014a000527e044a00052b20142793f00e13c0893f", + "0x9e811028014ac8050280149f01105c014ac80505c014ab011022014ac805", + "0x893e1c6050170112ac0149f0052b20149f005278044718052b201471805", + "0x28560224f40295900a0449d0110225640293000a0f4088112b201408807", + "0x381127015803abf2744f00395900e4f40a02e1c64e00893d00a5640293d", + "0x9b1371c6564038e327401c77811278014ac805278014ab01102256402811", + "0x9a8051da0440895900a0448b8110225640281100e0442f93226838d60135", + "0x748110c6014ac8050d00144f811262014ac80526a0147581126a014ac805", + "0x292b00a320088112b20149980518c044919242544ac999562b201498805", + "0x295900a0449b8110225640292300a1a0088112b20149200524a04408959", + "0x378052b2014089340224800295900a0449a811242014ac8050224d808866", + "0x887300a56402811262044388052b20140885f0221c00295900a04499011", + "0x893c00a5640293c00a5580891e00a564028730e21c0379202421980a863", + "0x295900a4d80293d0220440295900a044029400224dc0295900a4dc0293e", + "0x286300a2240884c00a5640284c00a4840892a00a5640292a00a48408936", + "0x8c11b2384743b1562b20143184c2544789b01126e4f00d0e502218c02959", + "0x289200a2f0088112b20140880702224402ac1124014ac8072300145c811", + "0x4000523c0444408000e5640280600a1cc0880600a5640281125c04408959", + "0x291d0222100295900a208028760222080295900a2200290b022044ac805", + "0x887600a5640287600a5580891c00a5640291c00a5000888900a56402884", + "0x295900a2240293c02246c0295900a46c0293d0224740295900a4740293e", + "0x450072b2014488051c00440895900a0440381111246c8e87623855802889", + "0xac8050ec014ab01111a014ac805238014a00110225640288a00a32c0887b", + "0x3d8051bc044498052b20148d80527a044408052b20148e80527c0443e005", + "0x895900a0448b8110225640281100e04408ac200a044a981122c014ac805", + "0x468052b2014088052800440895900a13002925022044ac8050d001479011", + "0xac8052640149e811102014ac8052680149f0110f8014ac805278014ab011", + "0x8b09d00e13c0889d00a5640281109a0448b0052b20142f8051bc04449805", + "0xab01111a014ac80511a014a001113e014ac80513c0149f81113c014ac805", + "0x498052b20144980527a044408052b20144080527c0443e0052b20143e005", + "0x88112b20140880702227c498810f8234ab00513e014ac80513e0149e011", + "0x892e022044ac805098014928110225640286800a3c8088112b201408917", + "0x38490222840295900a2840282b0222840295900a0448e011140014ac805", + "0x520052b2014510a300e13c088a300a5640281109a044510052b2014508a0", + "0xac8050ac014ab011022014ac805022014a001114c014ac8051480149f811", + "0x53005278044718052b20147180527a0449c0052b20149c00527c0442b005", + "0xac80502245c088112b201408807022298719380ac044ab00514c014ac805", + "0x895900a13002925022044ac8051c80141e8110225640291200a51c08811", + "0x540052b201454005056044540052b20140889202244c0295900a04497011", + "0x291015401c27811154014ac8050221340891000a564028a822601c24811", + "0x29560220440295900a044029400222b00295900a4340293f02243402959", + "0x88e300a564028e300a4f40881400a5640281400a4f80882e00a5640282e", + "0x1e8110225640281100e044560e30280b80895600a2b00295900a2b00293c", + "0x88070220456180502254c0890c00a5640294a00a558088112b2014a6005", + "0x295600a558088112b2014a600507a0440895900a0ac02947022044ac805", + "0x295900a0444881120c014ac8050224b8088112b20140891702243002959", + "0x281109a044810052b20148290600e1240890500a5640290500a0ac08905", + "0xa00111fc014ac8052720149f811272014ac8052044240384f02242402959", + "0xa0052b20140a00527c044860052b2014860052ac044088052b201408805", + "0x71814218044ab0051fc014ac8051fc0149e0111c6014ac8051c60149e811", + "0x88fd00a5640281125c0440895900a55c02842022044ac80502201c088fe", + "0x295900a3e47e8070920447c8052b20147c8050560447c8052b20140891c", + "0x28f600a4fc088f600a564028f81ee01c278111ee014ac805022134088f8", + "0x293e0220540295900a054029560220440295900a044029400223d402959", + "0x28f500a564028f500a4f0088e300a564028e300a4f40881a00a5640281a", + "0xa15600e5640380700a01c02811022564028110220447a8e303405408956", + "0x28112ae0440b8052b2014ab8051c60440895900a0440381103405403ac4", + "0xa980558a5540d8072b201c0b805028044ab0052b2014ab0052ac04408959", + "0xa88052b20140d805036044a90052b2014aa8052960440895900a04403811", + "0xa90110225640281100e04408ac600a044a981129c014ac8052a401413011", + "0x895100a5640295300a06c0894b00a5640294c00a10c0894c00a56402811", + "0x281100e0442180558e0980295900e538028500225380295900a52c02826", + "0x15805056044158052b201428005034044280052b20141300502a04408959", + "0x8807022520a494a1c6b202602e00e5640382b2ac01c17011056014ac805", + "0x2ac928c51c0395900e544028140220b80295900a0b802956022044ac805", + "0x295900a51c0281b0223c40295900a5180294b022044ac80502201c088e4", + "0x88112b2014088070220456500502254c0884b00a564028f100a0980890b", + "0x858052b201472005036044890052b201487805086044878052b201408952", + "0x880702245002acb078014ac80709601428011096014ac80522401413011", + "0x282b0220f40295900a45c0281a02245c0295900a0f002815022044ac805", + "0x381124a144210e35981a08c8072b201c1e82e00e0b80883d00a5640283d", + "0x893000a5640292e00a5280892e00a5640286809801c2601102256402811", + "0x295900a4c0029490221340295900a42c0281b0221240295900a46402956", + "0xa40110225640285100a520088112b2014088070220456680502254c0884f", + "0xa981127e014ac805084014ab0110225640284c00a520088112b201492805", + "0x284c00a520088112b20148a00528e0440895900a04403811022b3802811", + "0x294000a5180894000a564028112a40449f8052b2014170052ac04408959", + "0x29490221340295900a42c0281b0221240295900a4fc028e40224f802959", + "0x294900a520088112b2014088070220456680502254c0884f00a5640293e", + "0x16780502254c0893d00a5640294a00a558088112b2014a400529004408959", + "0x9e8052b2014ab0052ac0440895900a10c02947022044ac80502201c08811", + "0x295900a4f4028e40224e80295900a4f0029460224f00295900a044a9011", + "0x384f00a3c40884f00a5640293a00a5240884d00a5640295100a06c08849", + "0x16893626e01cac80709a0140a0110225640281100e0449c0055a015802959", + "0x88112b20149b80507a0440895900a0448b8110225640281100e0449a805", + "0x98011268014ac8050224b8088112b20142b0050a20440895900a4d802919", + "0x2f8052b20149913400e1240893200a5640293200a0ac0893200a56402811", + "0xac8050c60149f8110c6014ac8050be4c40384f0224c40295900a04426811", + "0xa00527c044248052b2014248052ac044088052b20140880528004499805", + "0xab005266014ac8052660149e0111c6014ac8051c60149e811028014ac805", + "0x293500a0f4088112b201408917022044ac80502201c089331c605024811", + "0xa0491c64e00892b00a5640292b00a1580892b00a5640281127404408959", + "0x295900a0449b8110225640281100e0443312300eb489212a00e5640392b", + "0x380052b2014089340221bc0295900a0449a811240014ac8050224d808921", + "0x891e00a56402811262044398052b20140885f0221c40295900a04499011", + "0x9581123a014ac8050224cc0887600a5640291e0e61c43806f2404840a863", + "0x91811230014ac8050224900891b00a564028112540448e0052b20148e805", + "0x289100a44c0889100a564028922381d8718660222480295900a4608d807", + "0x88841042207195900a20002910022044ac80500c0145401110001803959", + "0x892a00a5640292a00a558088112b20144200521a0440895900a208028aa", + "0x295900a38c0293d0220440295900a044029400224900295900a4900293e", + "0x449562b20142b0881c60449212a0283640885600a5640285600a480088e3", + "0x88112b20140880702224c02ad3102014ac8070f80147b0110f82343d88a", + "0x4f0052b20144e8051e80444e8052b2014408051ea0448b0052b20140892e", + "0x5000523c044508a000e5640289f00a1cc0889f00a5640289e22c01c24811", + "0x291d02228c0295900a288028760222880295900a2840290b022044ac805", + "0x888900a5640288900a5580887b00a5640287b00a500088a400a564028a3", + "0x295900a2900293c0222340295900a2340293d0222280295900a2280293e", + "0x530052b20144980527e0440895900a04403811148234450890f6558028a4", + "0xac8051140149f011112014ac805112014ab0110f6014ac8050f6014a0011", + "0x4487b2ac014530052b201453005278044468052b20144680527a04445005", + "0x295900a044970110225640285600a144088112b2014088070222984688a", + "0x28a822601c24811150014ac80515001415811150014ac80502247008913", + "0x293f0224340295900a4405500709e044550052b20140884d02244002959", + "0x892300a5640292300a5580881100a5640281100a500088ac00a5640290d", + "0x295900a2b00293c02238c0295900a38c0293d0221980295900a1980293e", + "0xa38110225640281122e0440895900a0440381115838c33123022558028ac", + "0x88910224300295900a044970110225640284d00a0f4088112b20149c005", + "0x890500a5640290621801c2481120c014ac80520c0141581120c014ac805", + "0x295900a4240293f0224240295900a4148100709e044810052b20140884d", + "0x281400a4f80884900a5640284900a5580881100a5640281100a50008939", + "0x895600a4e40295900a4e40293c02238c0295900a38c0293d02205002959", + "0xac8050224b8088112b2014ab8050840440895900a0440381127238c0a049", + "0x7e8fe00e124088fd00a564028fd00a0ac088fd00a564028112380447f005", + "0x9f8111ee014ac8051f23e00384f0223e00295900a044268111f2014ac805", + "0xa8052b20140a8052ac044088052b2014088052800447b0052b20147b805", + "0xac8051ec0149e0111c6014ac8051c60149e811034014ac8050340149f011", + "0xac80700e01403805022044ac805022044088f61c60680a8112ac0147b005", + "0x881700a5640295700a38c088112b2014088070220680a8075a8050ab007", + "0xaa81b00e5640381700a0500895600a5640295600a558088112b201408957", + "0x295200a0680895200a5640295500a054088112b20140880702254c02ad5", + "0x29550225300295900a06c0281b0225380295900a5440281702254402959", + "0xac805022548088112b2014088070220456b00502254c0894b00a5640294e", + "0x218052aa044a60052b2014a9805036044218052b2014130052a204413005", + "0x88112b2014088070220ac02ad70a0014ac807296014a7011296014ac805", + "0x170052ac0440895900a044038112940156c04c05c01cac8070a05580394c", + "0x895900a0440381128e0156c94829201cac8072980140a01105c014ac805", + "0xac8051c80140b8111c8014ac80528c0140d01128c014ac8052900140a811", + "0x28112a6044258052b2014788052aa044858052b2014a480503604478805", + "0x295900a43c0295102243c0295900a044a90110225640281100e04408ada", + "0x384b00a5380884b00a5640291200a5540890b00a5640294700a06c08912", + "0x1e91700e5640383c05c01ca60110225640281100e0448a0055b60f002959", + "0x390b00a0500891700a5640291700a558088112b20140880702246402adc", + "0x283d022044ac80502245c088112b20140880702214402add0841a003959", + "0x1e80524a0440895900a13002925022044ac8050840148c81102256402868", + "0x292e00a0ac0892e00a56402811260044928052b20140892e022044ac805", + "0x384f0221240295900a04426811260014ac80525c494038490224b802959", + "0x88052b201408805280044278052b20142680527e044268052b201498049", + "0xac8051c60149e811028014ac8050280149f01122e014ac80522e014ab011", + "0xac80502201c0884f1c60508b8112ac014278052b20142780527804471805", + "0x295900a4fc028560224fc0295900a0449d0110225640285100a0f408811", + "0x895900a044038112784f403ade27c5000395900e4fc0a1171c64e00893f", + "0x295900a1580282b0221580295900a04476011274014ac8050980147a011", + "0x1581126c014ac80507a0147a01126e4e00395900a4e82b0111c623408856", + "0x293400a0ac0893426a01cac80526c4dc9c0e311a0449b8052b20149b805", + "0x893100a5640285f00a2040885f26401cac8052685000387c0224d002959", + "0x9a8052b20149a805280044318052b20143180522c044318052b201408893", + "0x16f92a2564cc7195900e4c4318e327c55c4e811264014ac805264014ab011", + "0x9980527c044950052b2014950050560440895900a044038110cc48c920e3", + "0x908055c0044ac80725401441011256014ac8052560149e811266014ac805", + "0x886f00a5640292000a2100892000a564028112a40440895900a04403811", + "0x288a022044ac80502201c088115c2014089530221c00295900a1bc02889", + "0x28890221cc0295900a1c40289e0221c40295900a044a901102256402921", + "0x448110ec014ac8050e00144f81123c014ac8050224b80887000a56402873", + "0xac80502201c0891c00ab888e8052b201c3b0051400443b0052b20143b005", + "0x295900a46c0282b02246c0295900a044508110225640291d00a51c08811", + "0x510110225640291c00a51c088112b2014088070220457180502254c08918", + "0x3849022044ac80502245c0891800a5640289200a0ac0889200a56402811", + "0x895900a0180291e022200030072b2014488050e6044488052b20148c11e", + "0xac8051040148e811104014ac8051100143b011110014ac80510001485811", + "0x9980527c044990052b2014990052ac0449a8052b20149a80528004442005", + "0xab005108014ac8051080149e011256014ac8052560149e811266014ac805", + "0xac805022134088112b201408917022044ac80502201c088842564cc99135", + "0x29400221ec0295900a2280293f0222280295900a1984480709e04444805", + "0x892400a5640292400a4f80893200a5640293200a5580893500a56402935", + "0x3d9232484c89a95600a1ec0295900a1ec0293c02248c0295900a48c0293d", + "0x2925022044ac805098014928110225640281122e0440895900a04403811", + "0x3e0050560443e0052b20140891c0222340295900a044970110225640283d", + "0x27811126014ac8050221340888100a5640287c11a01c248110f8014ac805", + "0x295900a044029400222740295900a4580293f0224580295900a20449807", + "0x28e300a4f40893c00a5640293c00a4f80893d00a5640293d00a55808811", + "0x281100e0444e8e32784f40895600a2740295900a2740293c02238c02959", + "0xac805232014ab0110225640284c00a494088112b20148580507a04408959", + "0x88112b20148a00528e0440895900a04403811022b90028112a60444f005", + "0x889e00a5640282e00a558088112b20142600524a0440895900a42c0283d", + "0x282b0222800295900a0444901113e014ac8050224b8088112b201408917", + "0x88a200a5640281109a044508052b20145009f00e124088a000a564028a0", + "0xac805022014a0011148014ac8051460149f811146014ac8051422880384f", + "0x7180527a0440a0052b20140a00527c0444f0052b20144f0052ac04408805", + "0x88070222907181413c044ab005148014ac8051480149e0111c6014ac805", + "0x28112a6044530052b2014a50052ac0440895900a5300283d022044ac805", + "0x895900a5300283d022044ac805056014a38110225640281100e04408ae5", + "0x891300a5640281125c0440895900a0448b81114c014ac8052ac014ab011", + "0x295900a2a089807092044540052b201454005056044540052b201408891", + "0x290d00a4fc0890d00a5640291015401c27811154014ac80502213408910", + "0x293e0222980295900a298029560220440295900a044029400222b002959", + "0x28ac00a564028ac00a4f0088e300a564028e300a4f40881400a56402814", + "0x892e022044ac8052ae014210110225640281100e044560e302829808956", + "0x38490224180295900a4180282b0224180295900a0448e011218014ac805", + "0x848052b20148290200e13c0890200a5640281109a044828052b20148310c", + "0xac80502a014ab011022014ac805022014a0011272014ac8052120149f811", + "0x9c805278044718052b20147180527a0440d0052b20140d00527c0440a805", + "0x380500e014088112b2014088110224e47181a02a044ab005272014ac805", + "0x295900a55c028e3022044ac80502201c0881a02a01d730142ac01cac807", + "0x395900e05c028140225580295900a55802956022044ac80502255c08817", + "0x281a0225480295900a55402815022044ac80502201c0895300ab9caa81b", + "0x894c00a5640281b00a06c0894e00a5640295100a05c0895100a56402952", + "0x8952022044ac80502201c088115d00140895302252c0295900a53802955", + "0xaa811298014ac8052a60140d811086014ac80504c014a881104c014ac805", + "0xac80502201c0882b00aba4280052b201ca580529c044a58052b201421805", + "0x8917022044ac80502201c0894a00aba82602e00e5640394c00a05008811", + "0x285000a1a0088112b2014260052320440895900a0b80283d022044ac805", + "0xac80529001415811290014ac8050224c00894900a5640281125c04408959", + "0xa300709e044a30052b20140884d02251c0295900a520a4807092044a4005", + "0x881100a5640281100a500088f100a564028e400a4fc088e400a56402947", + "0x295900a38c0293d0220500295900a0500293e0225580295900a55802956", + "0x895900a044038111e238c0a156022558028f100a564028f100a4f0088e3", + "0x2b011216014ac8050224e8088112b2014a500507a0440895900a0448b811", + "0x883c22401d7590f09601cac807216050ab0e3270044858052b201485805", + "0x89170a001cac8050a001440011228014ac805022018088112b201408807", + "0xac805096014ab01107a014ac80507a0141581107a014ac80522845c03888", + "0x280050d00440895900a04403811232015760112b201c1e80510404425805", + "0x8805280044210052b201434005108044340052b201408952022044ac805", + "0x9e81125c014ac80521e0149f01124a014ac805096014ab0110a2014ac805", + "0x3811022bb4028112a6044248052b201421005112044980052b201471805", + "0x26805056044268052b20140887b022044ac8052320144501102256402811", + "0x295900a4fc0282b0224fc278072b20142804d02238c4681109a014ac805", + "0x88930224f40295900a4f8028810224f8a00072b20149f84b00e1f00893f", + "0xab01109e014ac80509e014a0011278014ac8052780148b011278014ac805", + "0x9b8e35dc4e02b13a1c65640393d27838c8795713a044a00052b2014a0005", + "0x9c0052b20149c0050560440895900a044ab8110225640281100e0449a936", + "0xac807270014410110ac014ac8050ac0149e811274014ac8052740149f011", + "0x293200a2100893200a564028112a40440895900a0440381126801577811", + "0xac80502201c088115e0014089530224c40295900a17c0288902217c02959", + "0x295900a18c0289e02218c0295900a044a90110225640293400a22808811", + "0x295900a4c40289f022044ac80502245c0893100a5640293300a22408933", + "0x293a00a4f80892500a5640294000a5580885100a5640284f00a5000892b", + "0x892e0221240295900a4ac028890224c00295900a1580293d0224b802959", + "0x892300abc4920052b201c248051400440895900a044ab811254014ac805", + "0x282b0221980295900a044508110225640292400a51c088112b201408807", + "0x292300a51c088112b2014088070220457900502254c0892100a56402866", + "0xac80502245c0892100a5640292000a0ac0892000a5640281114404408959", + "0x291e0221c4380072b2014378050e6044378052b20149092a00e12408811", + "0x8e81123c014ac8050e60143b0110e6014ac8050e20148581102256402870", + "0x928052b2014928052ac044288052b2014288052800443b0052b20148f005", + "0xac8050ec0149e011260014ac8052600149e81125c014ac80525c0149f011", + "0x8e8052b20140884d022044ac80502201c088762604b8928512ac0143b005", + "0x284f00a5000891b00a5640291c00a4fc0891c00a5640293523a01c27811", + "0x293d0224dc0295900a4dc0293e0225000295900a5000295602213c02959", + "0x38112364d89b94009e5580291b00a5640291b00a4f00893600a56402936", + "0x28112380448c0052b20140892e022044ac8050a00143401102256402811", + "0x26811122014ac805124460038490222480295900a2480282b02224802959", + "0x440052b20144000527e044400052b20144880600e13c0880600a56402811", + "0xac8050780149f011224014ac805224014ab011022014ac805022014a0011", + "0x890112ac014440052b201444005278044718052b20147180527a0441e005", + "0x895900a0ac02947022044ac80502245c088112b2014088070222207183c", + "0x888400a56402811122044410052b20140892e022044ac8052980141e811", + "0x295900a04426811112014ac805108208038490222100295900a2100282b", + "0x8805280044468052b20143d80527e0443d8052b20144488a00e13c0888a", + "0x9e811028014ac8050280149f0112ac014ac8052ac014ab011022014ac805", + "0x888d1c6050ab0112ac014468052b201446805278044718052b201471805", + "0x891c0221f00295900a044970110225640295700a108088112b201408807", + "0x889300a564028810f801c24811102014ac80510201415811102014ac805", + "0x295900a2740293f0222740295900a24c8b00709e0448b0052b20140884d", + "0x281a00a4f80881500a5640281500a5580881100a5640281100a5000889e", + "0x895600a2780295900a2780293c02238c0295900a38c0293d02206802959", + "0x3af32ac55c0395900e0140880700a0440895900a0440881113c38c0d015", + "0xac8052ae014ab011034014ac8051c6014718110225640281100e0440a814", + "0x1e8110225640281100e044aa8055e806c0b8072b201c0d005028044ab805", + "0x893002254c0295900a044970110225640281b00a464088112b20140b805", + "0x895100a564029522a601c248112a4014ac8052a4014158112a4014ac805", + "0x295900a5300293f0225300295900a544a700709e044a70052b20140884d", + "0x280700a4f40895600a5640295600a4f80895700a5640295700a5580894b", + "0xac80502201c0894b00e558ab95700a52c0295900a52c0293c02201c02959", + "0x295900a098028560220980295900a0449d0110225640295500a0f408811", + "0x895900a0440381105c0ac03af50a010c0395900e098ab1571c64e008826", + "0xa48052b2014088930225280295900a130028810221300295900a044b1811", + "0xac805086014ab011294014ac80529401452011292014ac8052920148b011", + "0x38112163c4720e35ec518a39481c65640394a29201c2815713a04421805", + "0x9e811290014ac8052900149f01128c014ac80528c0141581102256402811", + "0x880702244802af721e12c0395900e51821807298044a38052b2014a3805", + "0x1e0070920448a0052b2014878051e80441e0052b20140892e022044ac805", + "0x88112b20141e80523c0448c83d00e5640291700a1cc0891700a56402914", + "0x295900a1080291d0221080295900a1a0028760221a00295900a4640290b", + "0x294700a4f40894800a5640294800a4f80884b00a5640284b00a55808851", + "0xac80502201c0885128e5202595700a1440295900a1440293c02251c02959", + "0x295900a4b80282b0224b80295900a044b201124a014ac8050224b808811", + "0xa400527c044248052b2014890052ac044980052b20149712500e1240892e", + "0xa981127e014ac8052600146f01109e014ac80528e0149e81109a014ac805", + "0x7200527c044248052b2014218052ac0440895900a04403811022be002811", + "0x2681127e014ac8052160146f01109e014ac8051e20149e81109a014ac805", + "0x9e8052b20149f00527e0449f0052b20149f94000e13c0894000a56402811", + "0xac80509e0149e81109a014ac80509a0149f011092014ac805092014ab011", + "0x895900a0440381127a13c268492ae0149e8052b20149e80527804427805", + "0x9d0052b20149d0050560449d0052b20140891c0224f00295900a04497011", + "0x285627001c27811270014ac8050221340885600a5640293a27801c24811", + "0x293e0220ac0295900a0ac029560224d80295900a4dc0293f0224dc02959", + "0x293600a5640293600a4f00880700a5640280700a4f40882e00a5640282e", + "0x281125c0440895900a38c02842022044ac80502201c0893600e0b815957", + "0x9a8070920449a0052b20149a0050560449a0052b20140891c0224d402959", + "0x893100a564029320be01c278110be014ac8050221340893200a56402934", + "0x295900a0540293e0220500295900a0500295602218c0295900a4c40293f", + "0x381502855c0286300a5640286300a4f00880700a5640280700a4f408815", + "0x881502801d7c9562ae01cac80700a04403805022044ac80502204408863", + "0x2956022044ac80502255c0881a00a564028e300a38c088112b201408807", + "0xac80502201c0895500abe80d81700e5640381a00a0500895700a56402957", + "0x295200a05c0895200a5640295300a0680895300a5640281b00a05408811", + "0x89530225300295900a544029550225380295900a05c0281b02254402959", + "0xac805296014a8811296014ac805022548088112b2014088070220457d805", + "0xa600529c044a60052b2014130052aa044a70052b2014aa80503604413005", + "0x158072b201c2195700e530088112b20140880702214002afc086014ac807", + "0xa7005028044158052b2014158052ac0440895900a044038110980157e82e", + "0x1e8110225640281122e0440895900a044038112900157f14929401cac807", + "0x892e022044ac80505c014928110225640294900a464088112b2014a5005", + "0x38490225180295900a5180282b0225180295900a0449801128e014ac805", + "0x858052b2014720f100e13c088f100a5640281109a044720052b2014a3147", + "0xac8052ac0149f011056014ac805056014ab011096014ac8052160149f811", + "0xab02b2ae014258052b201425805278044038052b20140380527a044ab005", + "0x88112b2014a400507a0440895900a0448b8110225640281100e04425807", + "0xac80721e558158e3270044878052b2014878050ac044878052b20140893a", + "0x1e82e00e5640282e00a594088112b20140880702245c8a0075fe0f089007", + "0xac80723201441011224014ac805224014ab011232014ac80507a0147a011", + "0xac8050224b8088112b20141700524a0440895900a044038110d001580011", + "0x2884200e1240885100a5640285100a0ac0885100a564028112cc04421005", + "0x9e811260014ac8050780149f01125c014ac805224014ab01124a014ac805", + "0x3811022c04028112a6044268052b2014928051bc044248052b201403805", + "0x2811248044278052b20140892a022044ac8050d00144501102256402811", + "0x893d27c01cac805280014b3811280014ac80527e13c039230224fc02959", + "0x295900a01c0293d0220f00295900a0f00293e0224480295900a44802956", + "0x295900e4e0029690224e02b13a27855cac80527a01c1e1122ae5a008807", + "0x293c00a558088112b20149b8052d40440895900a0440381126c01581137", + "0x29210221580295900a1580293d0224e80295900a4e80293e0224f002959", + "0xb60110be4c89a1352ae5640282e27c1589d13c2ac5ac0882e00a5640282e", + "0x895900a4c40296d022044ac80502201c0886300ac0c988052b201c2f805", + "0xac8052560148f0112544ac0395900a4cc028730224cc0295900a04497011", + "0x292300a4740892300a5640292400a1d80892400a5640292a00a42c08811", + "0x293d0224d00295900a4d00293e0224d40295900a4d40295602219802959", + "0x88070221989913426a55c0286600a5640286600a4f00893200a56402932", + "0x2956022044ac805242014658112404840395900a18c028e0022044ac805", + "0x884900a5640293200a4f40893000a5640293400a4f80892e00a56402935", + "0x2925022044ac80502201c08811602014089530221340295900a480028de", + "0x658110e01bc0395900a4d8028e0022044ac80527c014868110225640282e", + "0x893000a5640293a00a4f80892e00a5640293c00a558088112b201437805", + "0x388052b20140884d0221340295900a1c0028de0221240295900a1580293d", + "0x292e00a5580891e00a5640287300a4fc0887300a5640284d0e201c27811", + "0x293c0221240295900a1240293d0224c00295900a4c00293e0224b802959", + "0x282e00a494088112b2014088070224782493025c55c0291e00a5640291e", + "0xac80523a0141581123a014ac8050224700887600a5640281125c04408959", + "0x8d80709e0448d8052b20140884d0224700295900a4743b0070920448e805", + "0x891400a5640291400a5580889200a5640291800a4fc0891800a5640291c", + "0x295900a2480293c02201c0295900a01c0293d02245c0295900a45c0293e", + "0xab0110225640294e00a0f4088112b2014088070222480391722855c02892", + "0x2800528e0440895900a04403811022c10028112a6044488052b201426005", + "0x281122e044488052b2014ab8052ac0440895900a5380283d022044ac805", + "0xac80510001415811100014ac8050222440880600a5640281125c04408959", + "0x4100709e044410052b20140884d0222200295900a2000300709204440005", + "0x889100a5640289100a5580888900a5640288400a4fc0888400a56402888", + "0x295900a2240293c02201c0295900a01c0293d0225580295900a5580293e", + "0x97011022564028e300a108088112b2014088070222240395612255c02889", + "0x248110f6014ac8050f6014158110f6014ac8050224700888a00a56402811", + "0x295900a2343e00709e0443e0052b20140884d0222340295900a1ec45007", + "0x281500a4f80881400a5640281400a5580889300a5640288100a4fc08881", + "0xa15700a24c0295900a24c0293c02201c0295900a01c0293d02205402959", + "0xa00760a558ab8072b201c0281100e014088112b20140881102224c03815", + "0x295900a55c029560220680295900a38c028e3022044ac80502201c08815", + "0x283d022044ac80502201c0895500ac180d81700e5640381a00a05008957", + "0x2811260044a98052b20140892e022044ac8050360148c81102256402817", + "0x268112a2014ac8052a454c038490225480295900a5480282b02254802959", + "0xa58052b2014a600527e044a60052b2014a894e00e13c0894e00a56402811", + "0xac80500e0149e8112ac014ac8052ac0149f0112ae014ac8052ae014ab011", + "0x895900a0440381129601cab1572ae014a58052b2014a580527804403805", + "0x130052b2014130050ac044130052b20140893a022044ac8052aa0141e811", + "0x88112b2014088070220b81580760e140218072b201c131562ae38c9c011", + "0xa48052b2014a504c00e48c0894a00a56402811248044260052b20140892a", + "0x285000a4f80884300a5640284300a5580894729001cac805292014b3811", + "0xa31572b2014a38070a010cab96802201c0295900a01c0293d02214002959", + "0xb50110225640281100e0448780561012c0295900e42c0296902242c788e4", + "0x9f01128c014ac80528c014ab011224014ac8050225b8088112b201425805", + "0x890052b201489005242044788052b20147880527a044720052b201472005", + "0x295900e0f40296c0220f48b91407855cac805224520788e428c558b5811", + "0xac8050224b8088112b20148c8052da0440895900a044038110d001584919", + "0x928052160440895900a1440291e022494288072b2014210050e604421005", + "0xab011092014ac8052600148e811260014ac80525c0143b01125c014ac805", + "0x8b8052b20148b80527a0448a0052b20148a00527c0441e0052b20141e005", + "0xab0110225640281100e044249172280f0ab805092014ac8050920149e011", + "0x9f8052b20148b80527a044278052b20148a00527c044268052b20141e005", + "0x868110225640281100e04408b0a00a044a9811280014ac8050d0014b7811", + "0x884f00a564028e400a4f80884d00a5640294600a558088112b2014a4005", + "0x295900a5000293f0225000295900a43c0296f0224fc0295900a3c40293d", + "0x293f00a4f40884f00a5640284f00a4f80884d00a5640284d00a5580893e", + "0xac80502201c0893e27e13c2695700a4f80295900a4f80293c0224fc02959", + "0x295900a4f00282b0224f00295900a0448e01127a014ac8050224b808811", + "0x9d05600e13c0885600a5640281109a0449d0052b20149e13d00e1240893c", + "0x9f011056014ac805056014ab01126e014ac8052700149f811270014ac805", + "0x9b8052b20149b805278044038052b20140380527a044170052b201417005", + "0x892e022044ac8051c6014210110225640281100e0449b80705c0acab805", + "0x38490224d40295900a4d40282b0224d40295900a0448e01126c014ac805", + "0x2f8052b20149a13200e13c0893200a5640281109a0449a0052b20149a936", + "0xac80502a0149f011028014ac805028014ab011262014ac8050be0149f811", + "0xa8142ae014988052b201498805278044038052b20140380527a0440a805", + "0xa81400ec2cab15700e5640380502201c028110225640281102204498807", + "0xab011022564028112ae0440d0052b2014718051c60440895900a04403811", + "0x281100e044aa80561806c0b8072b201c0d005028044ab8052b2014ab805", + "0xa900502e044a90052b2014a9805034044a98052b20140d80502a04408959", + "0xa9811298014ac8052a2014aa81129c014ac80502e0140d8112a2014ac805", + "0x294b00a5440894b00a564028112a40440895900a04403811022c3402811", + "0x294e0225300295900a098029550225380295900a5540281b02209802959", + "0x395900e10cab8072980440895900a044038110a00158704300a5640394c", + "0x28140220ac0295900a0ac02956022044ac80502201c0884c00ac3c1702b", + "0x88112b201408917022044ac80502201c0894800ac40a494a00e5640394e", + "0x970110225640282e00a494088112b2014a48052320440895900a5280283d", + "0x2481128c014ac80528c0141581128c014ac8050224c00894700a56402811", + "0x295900a3907880709e044788052b20140884d0223900295900a518a3807", + "0x295600a4f80882b00a5640282b00a5580884b00a5640290b00a4fc0890b", + "0x1595700a12c0295900a12c0293c02201c0295900a01c0293d02255802959", + "0x895900a5200283d022044ac80502245c088112b20140880702212c03956", + "0x390f2ac0ac7193802243c0295900a43c0285602243c0295900a0449d011", + "0x170072b2014170052ca0440895900a0440381122e45003b1107844803959", + "0x391900a2080891200a5640291200a5580891900a5640283d00a3d00883d", + "0x281125c0440895900a0b802925022044ac80502201c0886800ac4808959", + "0x21007092044288052b201428805056044288052b20140896602210802959", + "0x893000a5640283c00a4f80892e00a5640291200a5580892500a56402851", + "0x8811626014089530221340295900a494028de0221240295900a01c0293d", + "0x892402213c0295900a044950110225640286800a228088112b201408807", + "0x9e93e00e5640294000a59c0894000a5640293f09e01c9181127e014ac805", + "0xac80500e0149e811078014ac8050780149f011224014ac805224014ab011", + "0xac807270014b48112701589d13c2ae5640293d00e0f0891572d004403805", + "0x9e0052ac0440895900a4dc0296a022044ac80502201c0893600ac509b805", + "0x908110ac014ac8050ac0149e811274014ac8052740149f011278014ac805", + "0x885f2644d09a9572b20141713e0ac4e89e1562d6044170052b201417005", + "0xac805262014b68110225640281100e0443180562a4c40295900e17c0296c", + "0x292b00a4780892a25601cac80526601439811266014ac8050224b808811", + "0x9180523a044918052b2014920050ec044920052b20149500521604408959", + "0x9e811268014ac8052680149f01126a014ac80526a014ab0110cc014ac805", + "0x38110cc4c89a1352ae014330052b201433005278044990052b201499005", + "0xab0110225640292100a32c0892024201cac8050c60147001102256402811", + "0x248052b20149900527a044980052b20149a00527c044970052b20149a805", + "0x928110225640281100e04408b1300a044a981109a014ac8052400146f011", + "0x88700de01cac80526c014700110225640293e00a434088112b201417005", + "0x980052b20149d00527c044970052b20149e0052ac0440895900a1bc028cb", + "0x295900a0442681109a014ac8050e00146f011092014ac8050ac0149e811", + "0x970052ac0448f0052b20143980527e044398052b20142687100e13c08871", + "0x9e011092014ac8050920149e811260014ac8052600149f01125c014ac805", + "0x1700524a0440895900a0440381123c1249812e2ae0148f0052b20148f005", + "0x291d00a0ac0891d00a564028112380443b0052b20140892e022044ac805", + "0x384f02246c0295900a04426811238014ac80523a1d80384902247402959", + "0x8a0052b20148a0052ac044490052b20148c00527e0448c0052b20148e11b", + "0xac8051240149e01100e014ac80500e0149e81122e014ac80522e0149f011", + "0x88112b2014a700507a0440895900a0440381112401c8b9142ae01449005", + "0x2947022044ac80502201c0881162c014089530222440295900a13002956", + "0x89170222440295900a55c02956022044ac80529c0141e81102256402850", + "0x288000a0ac0888000a56402811122044030052b20140892e022044ac805", + "0x384f0222080295900a04426811110014ac8051000180384902220002959", + "0x488052b2014488052ac044448052b20144200527e044420052b201444082", + "0xac8051120149e01100e014ac80500e0149e8112ac014ac8052ac0149f011", + "0x88112b2014718050840440895900a0440381111201cab0912ae01444805", + "0x887b00a5640287b00a0ac0887b00a56402811238044450052b20140892e", + "0xac80511a1f00384f0221f00295900a0442681111a014ac8050f622803849", + "0xa80527c0440a0052b20140a0052ac044498052b20144080527e04440805", + "0xab805126014ac8051260149e01100e014ac80500e0149e81102a014ac805", + "0x3b172ac55c0395900e0140880700a0440895900a0440881112601c0a814", + "0xac8052ae014ab011034014ac8051c6014718110225640281100e0440a814", + "0x1e8110225640281100e044aa80563006c0b8072b201c0d005028044ab805", + "0x893002254c0295900a044970110225640281b00a464088112b20140b805", + "0x895100a564029522a601c248112a4014ac8052a4014158112a4014ac805", + "0x295900a5300293f0225300295900a544a700709e044a70052b20140884d", + "0x280700a4f40895600a5640295600a4f80895700a5640295700a5580894b", + "0xac80502201c0894b00e558ab95700a52c0295900a52c0293c02201c02959", + "0x295900a098028560220980295900a0449d0110225640295500a0f408811", + "0x895900a0440381105c0ac03b190a010c0395900e098ab1571c64e008826", + "0x295900a52826007246044a50052b2014089240221300295900a04495011", + "0x2800527c044218052b2014218052ac044a394800e5640294900a59c08949", + "0xab95900a51c0385008655cb401100e014ac80500e0149e8110a0014ac805", + "0x88112b20140880702243c02b1a096014ac807216014b48112163c472146", + "0x894600a5640294600a5580891200a564028112dc0440895900a12c0296a", + "0x295900a448029210223c40295900a3c40293d0223900295900a3900293e", + "0xac80707a014b601107a45c8a03c2ae564029122903c4721462ac5ac08912", + "0x281125c0440895900a4640296d022044ac80502201c0886800ac6c8c805", + "0x290b022044ac8050a20148f01124a1440395900a1080287302210802959", + "0x884900a5640293000a4740893000a5640292e00a1d80892e00a56402925", + "0x295900a45c0293d0224500295900a4500293e0220f00295900a0f002956", + "0x88112b2014088070221248b91407855c0284900a5640284900a4f008917", + "0x295900a45c0293d02213c0295900a4500293e0221340295900a0f002956", + "0x88112b2014088070220458e00502254c0894000a5640286800a5bc0893f", + "0x278052b20147200527c044268052b2014a30052ac0440895900a5200290d", + "0xac8052800149f811280014ac80521e014b781127e014ac8051e20149e811", + "0x9f80527a044278052b20142780527c044268052b2014268052ac0449f005", + "0x281100e0449f13f09e134ab80527c014ac80527c0149e01127e014ac805", + "0xac80527801415811278014ac8050224700893d00a5640281125c04408959", + "0x2b00709e0442b0052b20140884d0224e80295900a4f09e8070920449e005", + "0x882b00a5640282b00a5580893700a5640293800a4fc0893800a5640293a", + "0x295900a4dc0293c02201c0295900a01c0293d0220b80295900a0b80293e", + "0x97011022564028e300a108088112b2014088070224dc0382e05655c02937", + "0x2481126a014ac80526a0141581126a014ac8050224700893600a56402811", + "0x295900a4d09900709e044990052b20140884d0224d00295900a4d49b007", + "0x281500a4f80881400a5640281400a5580893100a5640285f00a4fc0885f", + "0xa15700a4c40295900a4c40293c02201c0295900a01c0293d02205402959", + "0xa80763a050ab0072b201c0380500e014088112b2014088110224c403815", + "0x295900a5580295602205c0295900a55c028e3022044ac80502201c0881a", + "0x283d022044ac80502201c0895300ac78aa81b00e5640381700a05008956", + "0x2811260044a90052b20140892e022044ac8052aa0148c8110225640281b", + "0x2681129c014ac8052a2548038490225440295900a5440282b02254402959", + "0x130052b2014a580527e044a58052b2014a714c00e13c0894c00a56402811", + "0xac8050280149f0112ac014ac8052ac014ab011022014ac805022014a0011", + "0xab0112ac014130052b201413005278044718052b20147180527a0440a005", + "0x295900a0449d0110225640295300a0f4088112b20140880702209871814", + "0x3b1f0561400395900e10c0a1561c64e00884300a5640284300a15808843", + "0xa48052b2014089710225280295900a044b80110225640281100e0442602e", + "0x894600a5640281126a044a38052b2014089360225200295900a0449b811", + "0x98811216014ac80502217c088f100a56402811264044720052b201408934", + "0x295602243c0295900a12c858f11c8518a394802a18c0884b00a56402811", + "0x881100a5640281100a5000882b00a5640282b00a4f80885000a56402850", + "0x295900a5240282b0225280295900a5280282b02238c0295900a38c0293d", + "0x28b90220f48b914078448ab15900a524a510f1c60441585002a5c808949", + "0x7195900e45c1e0071de0440895900a044038110d00159011900a5640383d", + "0x928052b2014928051da0440895900a044038110924c0970e364249428842", + "0x9f8052b20140892402213c0295900a0449501109a014ac80524a01475811", + "0x28c8022044ac805280014630112744f09e93e280558ac80509a01474811", + "0x278072460440895900a4e802868022044ac805278014928110225640293e", + "0x884200a5640284200a4f80891200a5640291200a5580885600a5640293f", + "0x2b051084448ab16b0224f40295900a4f4029210221440295900a1440293d", + "0x88070224c802b22268014ac80726a014b601126a4d89b9382ae5640293d", + "0xac8050224cc0893100a5640281125c0442f8052b201408974022044ac805", + "0x9a0052ec0440895900a4ac029470224ac998072b20148c8052ea04431805", + "0x886624601cac805262014398110225640292400a51c0892425401cac805", + "0x95811240014ac8050225e00892100a564028112ee0440895900a48c0291e", + "0xac8050cc014858110e0014ac8052541bc998e30cc044378052b201431805", + "0x8a0052800449b8052b20149b80527c0449c0052b20149c0052ac04438805", + "0x900110be014ac8050be0149081126c014ac80526c0149e811228014ac805", + "0x908052b201490805056044388052b201438805096044900052b201490005", + "0x380112384743b11e0e6558ac8052421c49005f0e04d88a13727005cbc811", + "0x895900a46c02871022044ac80502201c0891800ac8c8d8052b201c8e005", + "0xac8051220148f01100c2440395900a248028730222480295900a04497011", + "0x288800a4740888800a5640288000a1d80888000a5640280600a42c08811", + "0x293e0221cc0295900a1cc029560221d80295900a1d80294002220802959", + "0x288200a5640288200a4f00891d00a5640291d00a4f40891e00a5640291e", + "0x888910801cac805230014700110225640281100e0444111d23c1cc3b156", + "0x3d8052b2014398052ac044450052b20143b0052800440895900a210028cb", + "0xac8051120146f0110f8014ac80523a0149e81111a014ac80523c0149f011", + "0x88112b20148c8051780440895900a04403811022c90028112a604440805", + "0x295900a45002940022044ac8051260146581122c24c0395900a4c8028e0", + "0x293600a4f40888d00a5640293700a4f80887b00a5640293800a5580888a", + "0xac80502201c08811648014089530222040295900a458028de0221f002959", + "0xac805224014ab011114014ac805228014a00110225640291900a2f008811", + "0x248051bc0443e0052b20149800527a044468052b20149700527c0443d805", + "0xac8050d0014700110225640281100e04408b2400a044a9811102014ac805", + "0x890052ac044450052b20148a0052800440895900a274028cb0222784e807", + "0x6f0110f8014ac80522e0149e81111a014ac8050780149f0110f6014ac805", + "0x500052b20144089f00e13c0889f00a5640281109a044408052b20144f005", + "0xac8050f6014ab011114014ac805114014a0011142014ac8051400149f811", + "0x508052780443e0052b20143e00527a044468052b20144680527c0443d805", + "0xac8050224b8088112b2014088070222843e08d0f6228ab005142014ac805", + "0x518a200e124088a300a564028a300a0ac088a300a5640281123804451005", + "0x9f811226014ac8051482980384f0222980295900a04426811148014ac805", + "0x170052b2014170052ac044088052b201408805280044540052b201489805", + "0xac8051500149e0111c6014ac8051c60149e811098014ac8050980149f011", + "0x895900a55c02842022044ac80502201c088a81c6130170112ac01454005", + "0x550052b201455005056044550052b20140891c0224400295900a04497011", + "0x290d15801c27811158014ac8050221340890d00a564028aa22001c24811", + "0x29560220440295900a044029400224180295900a4300293f02243002959", + "0x88e300a564028e300a4f40881a00a5640281a00a4f80881500a56402815", + "0x38052b2014028051c6044830e30340540895600a4180295900a4180293c", + "0xab8052960440895900a044038112ac015929571c601cac80700e0140a011", + "0xa9811034014ac8050280141301102a014ac8051c60140d811028014ac805", + "0x281700a10c0881700a564028112a40440895900a04403811022c9802811", + "0x297a0220680295900a06c028260220540295900a5580281b02206c02959", + "0xa90052b201c0d0050a0044a98052b2014aa805216044aa81500e56402815", + "0x294e00a0680894e00a5640295200a054088112b20140880702254402b27", + "0x19402629601cac8072980440397b0225300295900a5300282b02253002959", + "0x280052b201408893022044ac8052a6014210110225640281100e04421805", + "0x2800522c0441702600e5640282600a5f00882b02a01cac80502a014bd011", + "0x880702252402b292941300395900e0b82802b29655cbe8110a0014ac805", + "0xbe01128e014ac805290014bf0112900540395900a0540297a022044ac805", + "0x295900a5280281b02251c0295900a51c02916022518130072b201413005", + "0x895900a0440381109642c03b2a1e23900395900e518a384c1c65fc0894a", + "0x88112b2014088070220f002b2b22443c0395900e3c4130151c855cbe811", + "0x295900a4480290b02245c0295900a45002b2c0224500295900a5280290b", + "0x878052ac044340052b20148c80565c0448c8052b20148b83d00ecb40883d", + "0x895900a044038110d043c038050d0014ac8050d00159781121e014ac805", + "0x885100a56402811660044210052b20140892e022044ac8052940141e811", + "0x295900a0442681124a014ac8050a2108038490221440295900a1440282b", + "0x1e0052ac044248052b201498005662044980052b20149292e00e13c0892e", + "0x895900a044038110920f003805092014ac80509201597811078014ac805", + "0x88112b20140a80507a0440895900a5280283d022044ac80509601599011", + "0x1581109e014ac805022ccc0884d00a5640281125c0440895900a09802b32", + "0xa00052b20140884d0224fc0295900a13c26807092044278052b201427805", + "0x290b00a5580893d00a5640293e00acc40893e00a5640293f28001c27811", + "0x88112b2014088070224f48580700a4f40295900a4f402b2f02242c02959", + "0x198011278014ac8050224b8088112b20140a80507a0440895900a09802b32", + "0x2b0052b20149d13c00e1240893a00a5640293a00a0ac0893a00a56402811", + "0xac80526e0159881126e014ac8050ac4e00384f0224e00295900a04426811", + "0x9b14900e0149b0052b20149b00565e044a48052b2014a48052ac0449b005", + "0x19a01126a014ac805022548088112b20140a80507a0440895900a04403811", + "0x295900a4c802b2e0224c80295900a4d0a980765a0449a0052b20149a805", + "0x885f08601c0285f00a5640285f00acbc0884300a5640284300a5580885f", + "0x8952022044ac80502a0141e8110225640295100a51c088112b201408807", + "0x893300a564028632a601d968110c6014ac8052620159a011262014ac805", + "0x295900a4ac02b2f0220440295900a044029560224ac0295900a4cc02b2e", + "0x281122e0440895900a0459b011036014ac805022cd40892b02201c0292b", + "0x894e2a201cac8052a4014b38112a454caa8e32b2014ab80522004408959", + "0x295900a38c0293d0220140295900a0140293e0220440295900a04402956", + "0x295900e10c0296902210c1314b29855cac80529c38c028112ae5a0088e3", + "0x294c00a558088112b2014280052d40440895900a044038110560159b850", + "0x293d02201c0295900a01c0294002252c0295900a52c0293e02253002959", + "0x170052b2014170052420441715600e5640295600a5940882600a56402826", + "0xa594c02ace00884c00a5640284c00a4800884c02801cac8050280147f011", + "0xb8052b20140b81b00ece40894729005ca494a2ac5640284c05c55413007", + "0xac8050225b8088112b20140880702239002b3a28c014ac80728e0145c811", + "0xa400527a044a48052b2014a480527c044a50052b2014a50052ac04478805", + "0x7f0112ac014ac8052ac014908111e2014ac8051e201490811290014ac805", + "0x295900a0540284b02242c0295900a42c0292002242c0a0072b20140a005", + "0x1e0056780441e11221e12cab95900a054859561e2520a494a02acec08815", + "0x883d00a5640291400acf8088112b20140880702245c02b3d228014ac807", + "0xac805232014a38110225640281100e0443400567e4640295900e0f4028a0", + "0x895900a06802868022044ac8052a6014550110225640295100a43408811", + "0x884200a5640281125c0440895900a518028bc022044ac80502801428811", + "0x295900a14421007092044288052b201428805056044288052b201408962", + "0x291200a4f40893000a5640290f00a4f80892e00a5640284b00a55808925", + "0xac80502201c08811680014089530221340295900a494028de02212402959", + "0x293f00a51c0893f09e01cac80528c014ba8110225640286800a51c08811", + "0xb805280044878052b20148780527c044258052b2014258052ac04408959", + "0x15811028014ac80502801490011224014ac8052240149e81102e014ac805", + "0x9e93e280558ac8050340502791202e43c258156820440d0052b20140d005", + "0x2975022044ac80502201c0893800ad082b0052b201c9d0051720449d13c", + "0x295900a544a99371c6198088112b20149b00528e0449b13700e56402856", + "0x293200ad100893200a5640293426a01da1811268014ac80502254808935", + "0x29400224f80295900a4f80293e0225000295900a5000295602217c02959", + "0x285f00a5640285f00ad140893c00a5640293c00a4f40893d00a5640293d", + "0x28aa022044ac8052a2014868110225640281100e0442f93c27a4f8a0156", + "0x9f011280014ac805280014ab011262014ac805270015a301102256402953", + "0x9e0052b20149e00527a0449e8052b20149e8052800449f0052b20149f005", + "0x88112b2014088070224c49e13d27c500ab005262014ac805262015a2811", + "0x288110225640281a00a1a0088112b2014a98051540440895900a5440290d", + "0x89330c601cac80522e014700110225640294600a2f0088112b20140a005", + "0x980052b20148780527c044970052b2014258052ac0440895900a18c028cb", + "0x8b4000a044a981109a014ac8052660146f011092014ac8052240149e811", + "0x868110225640281400a144088112b20140d0050d00440895900a04403811", + "0x2925022044ac80502a014210110225640295300a2a8088112b2014a8805", + "0xab0110225640292b00a32c0892a25601cac8051c80147001102256402956", + "0x248052b2014a400527a044980052b2014a480527c044970052b2014a5005", + "0xac80509a4900384f0224900295900a0442681109a014ac8052540146f011", + "0x9800527c044970052b2014970052ac044330052b20149180568c04491805", + "0x1a2811092014ac8050920149e81102e014ac80502e014a0011260014ac805", + "0x2925022044ac80502201c0886609205c9812e2ac014330052b201433005", + "0xa0050a20440895900a05402842022044ac8050340143401102256402956", + "0x281b00ad1c088112b2014a98051540440895900a5440290d022044ac805", + "0x294c00a5580892100a5640282b00ad18088112b2014aa80569004408959", + "0x293d02201c0295900a01c0294002252c0295900a52c0293e02253002959", + "0x1a40112420980394b2985580292100a5640292100ad140882600a56402826", + "0xa8072b20140a0051fa0440a15600e5640295600a3f8088112b2014ab805", + "0xac80503601415811036014ac8050225840881700a5640281500a3e00881a", + "0x895200a5640281a00a3e0089532aa01cac80502e06c038e311a0440d805", + "0xa7005056044a715100e564029522a65547188d02254c0295900a54c0282b", + "0x130052b2014a5805102044a594c00e5640294e02201c3e01129c014ac805", + "0x295900a5440294002210c0295900a10c0291602210c0295900a04449811", + "0x1702b0a038cac80704c10c718052ae2740894c00a5640294c00a55808951", + "0x293e0220b80295900a0b80282b022044ac80502201c0894929413071b49", + "0xa40072b201c1714c00e5300882b00a5640282b00a4f40885000a56402850", + "0xa40052ac044720052b2014a38051e80440895900a0440381128c015a5147", + "0xa90110225640281100e04478805696044ac8071c801441011290014ac805", + "0x890f00a5640284b00a2240884b00a5640290b00a2100890b00a56402811", + "0x28112a40440895900a3c40288a022044ac80502201c0881169801408953", + "0x289f02243c0295900a0f0028890220f00295900a4480289e02244802959", + "0x1a691700a5640391400a2800891400a5640291400a2240891400a5640290f", + "0x895900a55802851022044ac80522e014a38110225640281100e0441e805", + "0x340052b201434005056044340052b201408b4e0224640295900a04497011", + "0x28420a201c278110a2014ac8050221340884200a5640286823201c24811", + "0x293e0225200295900a520029560224b80295900a49402b4f02249402959", + "0x882b00a5640282b00a4f40895100a5640295100a5000885000a56402850", + "0xa38110225640281100e0449702b2a2140a415600a4b80295900a4b802b50", + "0x268052b2014980051f00442493000e5640295600a3f4088112b20141e805", + "0x284d09e5447188d02213c0295900a13c0282b02213c0295900a045a8811", + "0x46811280014ac8052800141581127c014ac8050920147c0112804fc03959", + "0x9e14800e1f00893c00a5640293c00a0ac0893c27a01cac80527c5009f8e3", + "0x8b01126e014ac80502224c0893800a5640285600a2040885627401cac805", + "0x9d0052b20149d0052ac0449e8052b20149e8052800449b8052b20149b805", + "0x281100e0449885f26438da913426a4d87195900e4e09b82b0a055c4e811", + "0x9d0052ac044998052b2014318056a8044318052b20149a0056a604408959", + "0x9e81127a014ac80527a014a001126c014ac80526c0149f011274014ac805", + "0x893326a4f49b13a2ac014998052b2014998056a00449a8052b20149a805", + "0x892a00a5640293125601c27811256014ac805022134088112b201408807", + "0x295900a4c80293e0224e80295900a4e8029560224900295900a4a802b4f", + "0x292400ad400885f00a5640285f00a4f40893d00a5640293d00a50008932", + "0xac8052ac014288110225640281100e0449205f27a4c89d15600a49002959", + "0x295900a1980282b0221980295900a044b2011246014ac8050224b808811", + "0x2800527c044900052b2014a30052ac044908052b20143312300e12408866", + "0xa98110e2014ac8052420146f0110e0014ac8050560149e8110de014ac805", + "0x294c00a558088112b2014ab0050a20440895900a04403811022d5402811", + "0x28de0221c00295900a5280293d0221bc0295900a1300293e02248002959", + "0x891e00a564028710e601c278110e6014ac8050221340887100a56402949", + "0x295900a1bc0293e0224800295900a480029560221d80295900a47802b4f", + "0x287600ad400887000a5640287000a4f40895100a5640295100a5000886f", + "0x295600a594088112b2014ab8056900443b0702a21bc9015600a1d802959", + "0xd0056ac044ac80702a0144101102a014ac8050280147a01102855803959", + "0x1ab81102e014ac8050224b8088112b2014ab00524a0440895900a04403811", + "0xaa8052b20140d81700e1240881b00a5640281b00a0ac0881b00a56402811", + "0xac8052a4015ac0112a4014ac8052aa54c0384f02254c0295900a04426811", + "0x3805280044028052b20140280527c044088052b2014088052ac044a8805", + "0xab0052a2014ac8052a2015ac8111c6014ac8051c60149e81100e014ac805", + "0xab0051e80440895900a0680288a022044ac80502201c089511c601c02811", + "0x7188d0225300295900a5300282b0225300295900a045ad01129c014ac805", + "0x282602201c3e01104c014ac80504c0141581104c52c0395900a538a6007", + "0x882e00a5640282b00a2040882b0a001cac8050a0015ad8110a010c03959", + "0x295900a52802916022528260072b2014260052f8044260052b201408893", + "0x718052ae2740884300a5640284300a5580894b00a5640294b00a5000894a", + "0x282b022044ac80502201c088f11c851871b5c28e520a48e32b201c1714a", + "0x894800a5640294800a4f40894900a5640294900a4f80894700a56402947", + "0x1af0110225640281100e0441e11221e38dae84b21601cac80728e10c0382e", + "0x260052b20142600522c0448b8052b20148a05000ed7c0891400a56402811", + "0x2614829255c4e811216014ac805216014ab01122e014ac80522e01452011", + "0x340050560440895900a0440381124a144210e36c01a08c83d1c656403917", + "0x17011232014ac8052320149e81107a014ac80507a0149f0110d0014ac805", + "0x384c022044ac80502201c0884f09a12471b612604b80395900e1a085807", + "0x9f0052b2014a00056c6044a00052b20149f8056c40449f8052b20149804b", + "0xac805296014a001107a014ac80507a0149f01125c014ac80525c014ab011", + "0x1e92e2ac0149f0052b20149f0056b20448c8052b20148c80527a044a5805", + "0xac80509e014a40110225640284d00a520088112b2014088070224f88c94b", + "0x9e0052b201408b640224f40295900a044970110225640284b00a52008811", + "0x284900a5580893a00a5640293c27a01c24811278014ac80527801415811", + "0x28de0224dc0295900a4640293d0224e00295900a0f40293e02215802959", + "0x284b00a520088112b201408807022045b280502254c0893600a5640293a", + "0x2880527a0449a0052b20142100527c0449a8052b2014858052ac04408959", + "0x281100e04408b6600a044a98110be014ac80524a0146f011264014ac805", + "0xac8050a0015b38110225640283c00a520088112b20148900529004408959", + "0x318052b201408b640224c40295900a044970110225640284c00acc808811", + "0x290f00a5580893300a5640286326201c248110c6014ac8050c601415811", + "0x28de0224dc0295900a5200293d0224e00295900a5240293e02215802959", + "0x892a00a5640293625601c27811256014ac8050221340893600a56402933", + "0x295900a4e00293e0221580295900a158029560224900295900a4a802b58", + "0x292400ad640893700a5640293700a4f40894b00a5640294b00a50008938", + "0xac805098015990110225640281100e044921372964e02b15600a49002959", + "0xac80528c0149f01126a014ac805086014ab0110225640285000ad9c08811", + "0x281109a0442f8052b2014788051bc044990052b20147200527a0449a005", + "0xab011242014ac8050cc015ac0110cc014ac8050be48c0384f02248c02959", + "0xa58052b2014a58052800449a0052b20149a00527c0449a8052b20149a805", + "0x9914b2684d4ab005242014ac805242015ac811264014ac8052640149e811", + "0x281400a3e00881502801cac8052ac0147e8110225640295700ad2008921", + "0x38e311a0440b8052b20140b8050560440b8052b20140896102206802959", + "0x295900a5540282b02254c0295900a054028f80225540d8072b20140d017", + "0x3e0112a2014ac8052a2014158112a25480395900a54caa81b1c623408955", + "0x295900a04449811296014ac805298014408112985380395900a54408807", + "0x294e00a5580895200a5640295200a5000882600a5640282600a45808826", + "0x894a0980b871b68056140218e32b201ca58261c6014ab89d02253802959", + "0x884300a5640284300a4f80882b00a5640282b00a0ac088112b201408807", + "0x381128e015b494829201cac8070565380394c0221400295900a1400293d", + "0x88e400a5640294600a3d00894629001cac805290014b281102256402811", + "0xac80502201c088f100ada80895900e390028820225240295900a52402956", + "0x258052b201408b4e02242c0295900a044970110225640294800a49408811", + "0xac8050221340890f00a5640284b21601c24811096014ac80509601415811", + "0x29560224500295900a0f002b6b0220f00295900a43c8900709e04489005", + "0x895200a5640295200a5000884300a5640284300a4f80894900a56402949", + "0x8a0502a410ca495600a4500295900a450029600221400295900a1400293d", + "0x891700a5640294800adb0088112b2014788051140440895900a04403811", + "0x295900a10c0293e0225240295900a524029560220f40295900a45c02b6d", + "0x283d00a5800885000a5640285000a4f40895200a5640295200a50008843", + "0x295900a044970110225640281100e0441e8502a410ca495600a0f402959", + "0x286823201c248110d0014ac8050d0014158110d0014ac80502259008919", + "0x293d0224940295900a10c0293e0221440295900a51c0295602210802959", + "0x8807022045b700502254c0893000a5640284200a3780892e00a56402850", + "0x293d0224940295900a0b80293e0221440295900a53802956022044ac805", + "0x27811092014ac8050221340893000a5640294a00a3780892e00a5640284c", + "0x295900a1440295602213c0295900a13402b6b0221340295900a4c024807", + "0x292e00a4f40895200a5640295200a5000892500a5640292500a4f808851", + "0x281166a0442792e2a44942895600a13c0295900a13c029600224b802959", + "0x395900a55c02b6f022044ac80502245c088112b201408b3602206c02959", + "0x281100e0441314b29838db814e2a25487195900e38c028071de044a9955", + "0x218051d2044218052b2014a70051d6044a70052b2014a70051da04408959", + "0x895900a0ac028c8022044ac8050a0014630112941301702b0a0558ac805", + "0x88052b2014088052ac0440895900a52802868022044ac80509801492811", + "0xac8052a20149e81100e014ac80500e014a00112a4014ac8052a40149f011", + "0x29200225240a8072b20140a8051fc044170052b201417005242044a8805", + "0x7214628e520ab15900a524171532a201ca901102adc40894900a56402949", + "0x8580567c0440895900a04403811096015b910b00a564038f100acf0088f1", + "0x88112b2014088070220f002b73224014ac80721e0145001121e014ac805", + "0x210110225640281400a494088112b2014ab00524a0440895900a44802947", + "0x2b48022044ac805036015a38110225640281500a144088112b20140d005", + "0x8b8050560448b8052b201408b740224500295900a0449701102256402955", + "0x27811232014ac8050221340883d00a5640291722801c2481122e014ac805", + "0x295900a520029560221080295900a1a002b750221a00295900a0f48c807", + "0x28e400a4f40894600a5640294600a5000894700a5640294700a4f808948", + "0x281100e044210e428c51ca415600a1080295900a10802b7602239002959", + "0x294700a4f80894800a5640294800a558088112b20141e00528e04408959", + "0x29650223900295900a3900293d0225180295900a5180294002251c02959", + "0xa0072b20140a0052ca044288052b2014288052420442895600e56402956", + "0x970052400449701500e5640281500a3f80892500a5640292500a48408925", + "0x268170924c0ab15900a4b8928512aa390a3147290069bb81125c014ac805", + "0x894000ade09f8052b201c278051720440b8052b20140b81b00ece40884f", + "0x884900a5640284900a4f80893000a5640293000a558088112b201408807", + "0x295900a050029210225580295900a558029210221340295900a1340293d", + "0x2493002acec0881a00a5640281a00a12c0881500a5640281500a48008814", + "0x2b790ac014ac8072740159e0112744f09e93e2ae5640281a02a050ab04d", + "0x295900e4dc028a00224dc0295900a15802b3e022044ac80502201c08938", + "0x293f00a2f0088112b20149b00528e0440895900a0440381126a015bd136", + "0xac80526401415811264014ac805022dec0893400a5640281125c04408959", + "0x9880709e044988052b20140884d02217c0295900a4c89a00709204499005", + "0x893e00a5640293e00a5580893300a5640286300add40886300a5640285f", + "0x295900a4f00293d02205c0295900a05c029400224f40295900a4f40293e", + "0x895900a044038112664f00b93d27c5580293300a5640293300add80893c", + "0xac805254014a38112544ac0395900a4fc02975022044ac80526a014a3811", + "0x292300adf40892300a5640292425601dbe011248014ac80502254808811", + "0x29400224f40295900a4f40293e0224f80295900a4f80295602219802959", + "0x286600a5640286600add80893c00a5640293c00a4f40881700a56402817", + "0x2b75022044ac80527e0145e0110225640281100e0443313c02e4f49f156", + "0x893d00a5640293d00a4f80893e00a5640293e00a5580892100a56402938", + "0x295900a48402b760224f00295900a4f00293d02205c0295900a05c02940", + "0x88112b20140d0050840440895900a044038112424f00b93d27c55802921", + "0x1ba8110225640295600a494088112b20140a00524a0440895900a05402851", + "0x248052b20142480527c044980052b2014980052ac044900052b2014a0005", + "0xac805240015bb01109a014ac80509a0149e81102e014ac80502e014a0011", + "0x895900a55802925022044ac80502201c0892009a05c249302ac01490005", + "0x88112b20140a8050a20440895900a06802842022044ac80502801492811", + "0x886f00a5640284b00add4088112b2014aa8056900440895900a06c02b47", + "0x295900a5180294002251c0295900a51c0293e0225200295900a52002956", + "0xa31472905580286f00a5640286f00add8088e400a564028e400a4f408946", + "0x895900a05402851022044ac805034014210110225640281100e044378e4", + "0x88112b2014ab00524a0440895900a55402b48022044ac805036015a3811", + "0x278110e0014ac805022134088112b2014a98056900440895900a05002925", + "0x295900a044029560221cc0295900a1c402b750221c40295900a09838007", + "0x294b00a4f40880700a5640280700a5000894c00a5640294c00a4f808811", + "0x281126e0443994b00e5300895600a1cc0295900a1cc02b7602252c02959", + "0xac8050224d00881b00a5640281126a0440b8052b20140893602206802959", + "0x295900a044988112a4014ac80502217c0895300a56402811264044aa805", + "0x395900a53802b6f0225380295900a544a91532aa06c0b81a02a18c08951", + "0x281100e0442602e05638dbf0500860987195900e38c028071de044a594c", + "0xa50051d2044a50052b2014280051d6044280052b2014280051da04408959", + "0x895900a520028c8022044ac805292014630111c8518a3948292558ac805", + "0x88052b2014088052ac0440895900a39002868022044ac80528c01492811", + "0xac8050860149e81100e014ac80500e014a001104c014ac80504c0149f011", + "0x29200223c40a8072b20140a8051fc044a38052b2014a380524204421805", + "0x8910f09642cab15900a3c4a394b08601c1301102adc4088f100a564028f1", + "0x8a00567c0440895900a0440381122e015bf91400a5640383c00acf00883c", + "0x88112b2014088070221a002b80232014ac80707a0145001107a014ac805", + "0x928110225640281500a144088112b2014ab8051500440895900a46402947", + "0x892e022044ac805298015a40110225640295600a494088112b20140a005", + "0x38490221440295900a1440282b0221440295900a045ba011084014ac805", + "0x980052b20142580527c044970052b2014858052ac044928052b201428842", + "0xac80524a0146f01109a014ac8052240149e811092014ac80521e014a0011", + "0x88112b20143400528e0440895900a04403811022e04028112a604427805", + "0x295900a43c0294002212c0295900a12c0293e02242c0295900a42c02956", + "0x281400a4840895600a5640295600a4840891200a5640291200a4f40890f", + "0xa8142ac5308910f09642c0d3770220540295900a0540292002205002959", + "0x880702215802b82274014ac8072780145c8112784f49f14027e558ac805", + "0x3b43022044ac805270015a401126e4e00395900a4e802975022044ac805", + "0x9f8052b20149f8052ac0449a8052b20149b0056880449b0052b20149b957", + "0xac80527a0149e81127c014ac80527c014a0011280014ac8052800149f011", + "0xac80502201c0893527a4f8a013f2ac0149a8052b20149a80568a0449e805", + "0x293400a32c0893226801cac8050ac014700110225640295700a2a008811", + "0x9f005280044980052b2014a000527c044970052b20149f8052ac04408959", + "0xa981109e014ac8052640146f01109a014ac80527a0149e811092014ac805", + "0x281500a144088112b2014ab8051500440895900a04403811022e0402811", + "0xac805298015a40110225640295600a494088112b20140a00524a04408959", + "0x290b00a558088112b20142f8051960449885f00e5640291700a38008811", + "0x293d0221240295900a43c029400224c00295900a12c0293e0224b802959", + "0x8807022045c080502254c0884f00a5640293100a3780884d00a56402912", + "0x281400a494088112b20140a8050a20440895900a53002b48022044ac805", + "0xac805296015a40110225640295700a2a0088112b2014ab00524a04408959", + "0x280700a5000893000a5640282b00a4f80892e00a5640281100a55808811", + "0x884d02213c0295900a130028de0221340295900a0b80293d02212402959", + "0x892b00a5640293300ad180893300a5640284f0c601c278110c6014ac805", + "0x295900a124029400224c00295900a4c00293e0224b80295900a4b802956", + "0x2493025c5580292b00a5640292b00ad140884d00a5640284d00a4f408849", + "0x293e0220440295900a044029560220680a8072b2014ab8056de0449584d", + "0x88e300a564028e300a4f40880700a5640280700a5000880500a56402805", + "0x38050220507b81102e014ac80502e0149001102e0500395900a050028fe", + "0xa60057065380295900e544028f6022544a91532aa06cab15900a05c0d0e3", + "0x1702b0a038dc204304c52c7195900e548aa8071de0440895900a04403811", + "0x260052b2014218051d6044218052b2014218051da0440895900a04403811", + "0x294900a3d00894929401cac805294014b2811294014ac80529c0147a811", + "0x895900a51c028c602242c788e428c51cab15900a130028e902252002959", + "0x88112b2014858050d00440895900a3c402925022044ac80528c01464011", + "0xac8050960147a0110963900395900a390029650223900295900a39002921", + "0x293e0224480295900a4480282b0224480295900a43ca400711004487805", + "0x2b850225640391200a2080882600a5640282600a4f40894b00a5640294b", + "0x88112b2014a500524a0440895900a39002925022044ac80502201c0883c", + "0x295900a54c0294002245c0295900a52c0293e0224500295900a06c02956", + "0x88112b201408807022045c300502254c0891900a5640282600a4f40883d", + "0x884200a564028111d8044340052b2014a50051e80440895900a0f00288a", + "0x720051e80449285100e5640286808454c7188d0221080295900a1080282b", + "0x980072b2014971250a238c4681124a014ac80524a0141581125c014ac805", + "0x288102213c268072b20142481b00e1f00884900a5640284900a0ac08849", + "0xa0011280014ac8052800148b011280014ac80502224c0893f00a5640284f", + "0x393f280098a595713a044268052b2014268052ac044980052b201498005", + "0xac805278014158110225640281100e0449c05627438dc393c27a4f871959", + "0x9e0051040449e8052b20149e80527a0449f0052b20149f00527c0449e005", + "0x28840224d80295900a044a90110225640281100e0449b805710044ac807", + "0x8807022045c480502254c0893400a5640293500a2240893500a56402936", + "0x293200a2780893200a564028112a40440895900a4dc0288a022044ac805", + "0x28890224c40295900a4d00289f0224d00295900a17c0288902217c02959", + "0x895900a04403811266015c506300a5640393100a2800893100a56402931", + "0x88112b2014ab00524a0440895900a05002851022044ac8050c6014a3811", + "0x15811254014ac805022dd00892b00a5640281125c0440895900a05402b48", + "0x918052b20140884d0224900295900a4a895807092044950052b201495005", + "0x284d00a5580892100a5640286600add40886600a5640292424601c27811", + "0x293d0224c00295900a4c0029400224f80295900a4f80293e02213402959", + "0x38112424f49813e09a5580292100a5640292100add80893d00a5640293d", + "0x293e0224500295900a13402956022044ac805266014a381102256402811", + "0x891900a5640293d00a4f40883d00a5640293000a5000891700a5640293e", + "0x8c83d22e4500ab8b0220500295900a050029200225580295900a55802921", + "0x281100e044398710e01bc9015600a1cc388700de480ab15900a050ab015", + "0xac805028014288110225640295600a494088112b20140a80569004408959", + "0x287600add40887600a5640293823c01c2781123c014ac80502213408811", + "0x29400224e80295900a4e80293e0221340295900a1340295602247402959", + "0x291d00a5640291d00add80885600a5640285600a4f40893000a56402930", + "0x2925022044ac805028014288110225640281100e0448e8562604e826956", + "0x281109a0440895900a53802b8c022044ac80502a015a401102256402956", + "0xab011230014ac805236015ba811236014ac80505c4700384f02247002959", + "0xa98052b2014a9805280044280052b20142800527c0440d8052b20140d805", + "0x159530a006cab005230014ac805230015bb011056014ac8050560149e811", + "0x88112b2014ab00524a0440895900a05002851022044ac80502201c08918", + "0xd8052b20140d8052ac044490052b2014a60056ea0440895900a05402b48", + "0xac8052a40149e8112a6014ac8052a6014a00112aa014ac8052aa0149f011", + "0x295600a594088922a454caa81b2ac014490052b2014490056ec044a9005", + "0x881b02801cac805028014b281102e014ac8050340147a01103455803959", + "0xac8052a6014158112a6014ac8052aa05c038880225540295900a06c028f4", + "0xab8056900440895900a044038112a4015c68112b201ca9805104044a9805", + "0x281500a3c8088112b2014ab00524a0440895900a05002925022044ac805", + "0xac80529c0141581129c014ac805022e380895100a5640281125c04408959", + "0xa580709e044a58052b20140884d0225300295900a538a8807092044a7005", + "0x881100a5640281100a5580884300a5640282600add40882600a5640294c", + "0x295900a38c0293d02201c0295900a01c029400220140295900a0140293e", + "0x895900a0440381108638c038050225580284300a5640284300add8088e3", + "0xac8050a00147a0110a05580395900a55802965022044ac8052a401445011", + "0x170071c62340882e00a5640282e00a0ac0882e00a564028111d804415805", + "0x295900a524028f40225240a0072b20140a0052ca044a504c00e5640282b", + "0x1581128c51c0395900a520a504c1c62340894a00a5640294a00a0ac08948", + "0xac80502a015c78111e23900395900a518088070f8044a30052b2014a3005", + "0x889302243c0295900a3c40288102212c0295900a42c02b9002242c0a807", + "0xab01128e014ac80528e014a0011224014ac8052240148b011224014ac805", + "0x8b8e37244501e0072b201c2590f22438c02956722044720052b201472005", + "0x34005728044340052b20140a8142ac38dc98110225640281100e0448c83d", + "0x89360224940295900a0449b8110a2014ac805084014af811084014ac805", + "0x2811264044248052b2014089340224c00295900a0449a81125c014ac805", + "0x9712502a18c0893f00a56402811262044278052b20140885f02213402959", + "0xac80527c0149581127c014ac8050224cc0894000a5640293f09e13424930", + "0x293a27801c91811274014ac8050224900893c00a564028112540449e805", + "0x883c00a5640283c00a4f80893800a5640285627a5007186602215802959", + "0x289382280f0abb960221440295900a14402b950224500295900a4500293d", + "0xac80502201c0893200ae5c9a0052b201c9a8050e00449a93626e38cac805", + "0xac8050be55c03b7c02217c0295900a044a90110225640293400a1c408811", + "0x9b80527c044720052b2014720052ac044318052b2014988056fa04498805", + "0x1bb01126c014ac80526c0149e81128e014ac80528e014a001126e014ac805", + "0x2b48022044ac80502201c0886326c51c9b8e42ac014318052b201431805", + "0x9f0111c8014ac8051c8014ab011266014ac805264015ba81102256402957", + "0x9b0052b20149b00527a044a38052b2014a38052800449b8052b20149b805", + "0x88112b2014088070224cc9b14726e390ab005266014ac805266015bb011", + "0x790110225640295600a494088112b20140a00524a0440895900a55c02b48", + "0x892a00a5640291925601c27811256014ac805022134088112b20140a805", + "0x295900a45c0293e0223900295900a390029560224900295900a4a802b75", + "0x292400add80883d00a5640283d00a4f40894700a5640294700a50008917", + "0x295600a3f8088112b2014ab8056900449203d28e45c7215600a49002959", + "0x881700a5640281500a3e00881a02a01cac8050280147e81102855803959", + "0xac80502e06c038e311a0440d8052b20140d8050560440d8052b201408961", + "0x7188d02254c0295900a54c0282b0225480295900a068028f802254caa807", + "0x294e02201c3e01129c014ac80529c0141581129c5440395900a548a9955", + "0x291602210c0295900a0444981104c014ac8052960144081129653003959", + "0x894c00a5640294c00a5580895100a5640295100a5000884300a56402843", + "0xac80502201c0894929413071b9805c0ac280e32b201c130431c6014ab89d", + "0x282b00a4f40885000a5640285000a4f80882e00a5640282e00a0ac08811", + "0x895900a0440381128c015cc94729001cac80705c5300394c0220ac02959", + "0xac8071c801441011290014ac805290014ab0111c8014ac80528e0147a011", + "0x290b00a2100890b00a564028112a40440895900a044038111e2015cd011", + "0xac80502201c088117360140895302243c0295900a12c0288902212c02959", + "0x295900a4480289e0224480295900a044a9011022564028f100a22808811", + "0x291400a2240891400a5640290f00a27c0890f00a5640283c00a2240883c", + "0xa38110225640281100e0441e80573845c0295900e450028a002245002959", + "0x8b4e0224640295900a044970110225640295600a144088112b20148b805", + "0x884200a5640286823201c248110d0014ac8050d0014158110d0014ac805", + "0x295900a49402b6b0224940295900a1082880709e044288052b20140884d", + "0x295100a5000885000a5640285000a4f80894800a5640294800a5580892e", + "0xa415600a4b80295900a4b8029600220ac0295900a0ac0293d02254402959", + "0x295600a3f4088112b20141e80528e0440895900a0440381125c0aca8850", + "0x282b02213c0295900a045ce81109a014ac8052600147c0110924c003959", + "0xac8050920147c0112804fc0395900a134279511c62340884f00a5640284f", + "0x893c27a01cac80527c5009f8e311a044a00052b2014a00050560449f005", + "0x285600a2040885627401cac8052785200387c0224f00295900a4f00282b", + "0x9e8052800449b8052b20149b80522c0449b8052b2014088930224e002959", + "0x7195900e4e09b82b0a055c4e811274014ac805274014ab01127a014ac805", + "0x9a0052b20149a0050560440895900a0440381126217c990e373c4d09a936", + "0x393427401ca601126a014ac80526a0149e81126c014ac80526c0149f011", + "0x892a00a5640293300adb0088112b2014088070224ac02b9f26618c03959", + "0x295900a4d80293e02218c0295900a18c029560224900295900a4a802b6d", + "0x292400a5800893500a5640293500a4f40893d00a5640293d00a50008936", + "0x295900a044970110225640281100e0449213527a4d83195600a49002959", + "0x286624601c248110cc014ac8050cc014158110cc014ac80502259008923", + "0x2b6b0221bc0295900a4849000709e044900052b20140884d02248402959", + "0x893600a5640293600a4f80892b00a5640292b00a5580887000a5640286f", + "0x295900a1c0029600224d40295900a4d40293d0224f40295900a4f402940", + "0x887100a5640281109a0440895900a044038110e04d49e93625655802870", + "0xac805274014ab01123c014ac8050e6015b58110e6014ac8052621c40384f", + "0x2f80527a0449e8052b20149e805280044990052b20149900527c0449d005", + "0x88070224782f93d2644e8ab00523c014ac80523c014b00110be014ac805", + "0xac8050225900887600a5640281125c0440895900a55802851022044ac805", + "0x29560224700295900a4743b0070920448e8052b20148e8050560448e805", + "0x889200a5640282b00a4f40891800a5640285000a4f80891b00a56402946", + "0x2851022044ac80502201c08811740014089530222440295900a470028de", + "0x9e811230014ac8050980149f011236014ac805298014ab01102256402956", + "0x880600a5640281109a044488052b2014a48051bc044490052b2014a5005", + "0xac805236014ab011110014ac805100015b5811100014ac8051220180384f", + "0x4900527a044a88052b2014a88052800448c0052b20148c00527c0448d805", + "0x89370222204915123046cab005110014ac805110014b0011124014ac805", + "0x28112680440d8052b20140893502205c0295900a0449b011034014ac805", + "0xac8050224c40895200a564028110be044a98052b20140893202255402959", + "0xac80529c015b781129c014ac8052a2548a995503605c0d0150c6044a8805", + "0x88070221301702b1c6e842804304c38cac8071c6014038ef02252ca6007", + "0x28e90225280295900a140028eb0221400295900a140028ed022044ac805", + "0xac805290014640110225640294900a318088e428c51ca41492ac5640294a", + "0x295900a04402956022044ac8051c8014340110225640294600a49408811", + "0x284300a4f40880700a5640280700a5000882600a5640282600a4f808811", + "0x900111e20540395900a054028fe02251c0295900a51c0292102210c02959", + "0x8784b216558ac8051e251ca584300e098088156e2044788052b201478805", + "0x2b3e022044ac80502201c0891700ae888a0052b201c1e0056780441e112", + "0x895900a044038110d0015d191900a5640383d00a2800883d00a56402914", + "0x88112b20140a8050a20440895900a55c028a8022044ac805232014a3811", + "0x970110225640294c00ad20088112b2014ab00524a0440895900a05002925", + "0x248110a2014ac8050a2014158110a2014ac805022dd00884200a56402811", + "0x295900a12c0293e0224b80295900a42c029560224940295900a14421007", + "0x292500a3780884d00a5640291200a4f40884900a5640290f00a50008930", + "0x895900a1a002947022044ac80502201c088117480140895302213c02959", + "0xac80521e014a0011096014ac8050960149f011216014ac805216014ab011", + "0xa005242044ab0052b2014ab005242044890052b20148900527a04487805", + "0xa1562984488784b216069bb81102a014ac80502a01490011028014ac805", + "0x38110ac015d293a00a5640393c00a2e40893c27a4f8a013f2ac56402815", + "0x1a18110225640293800ad200893727001cac805274014ba81102256402811", + "0x295900a4fc029560224d40295900a4d802b440224d80295900a4dcab807", + "0x293d00a4f40893e00a5640293e00a5000894000a5640294000a4f80893f", + "0x281100e0449a93d27c5009f95600a4d40295900a4d402b450224f402959", + "0x9a0051960449913400e5640285600a380088112b2014ab80515004408959", + "0x29400224c00295900a5000293e0224b80295900a4fc02956022044ac805", + "0x884f00a5640293200a3780884d00a5640293d00a4f40884900a5640293e", + "0xa8050a20440895900a55c028a8022044ac80502201c0881174801408953", + "0x294c00ad20088112b2014ab00524a0440895900a05002925022044ac805", + "0x858052ac0440895900a17c028cb0224c42f8072b20148b8051c004408959", + "0x9e811092014ac80521e014a0011260014ac8050960149f01125c014ac805", + "0x3811022e90028112a6044278052b2014988051bc044268052b201489005", + "0xa00524a0440895900a05402851022044ac805298015a401102256402811", + "0x294b00ad20088112b2014ab8051500440895900a55802925022044ac805", + "0x3805280044980052b20141580527c044970052b2014088052ac04408959", + "0x2681109e014ac8050980146f01109a014ac80505c0149e811092014ac805", + "0x958052b20149980568c044998052b20142786300e13c0886300a56402811", + "0xac805092014a0011260014ac8052600149f01125c014ac80525c014ab011", + "0x9812e2ac014958052b20149580568a044268052b20142680527a04424805", + "0x295700a2040895700a564028112c60440895900a38c0290d0224ac26849", + "0xab0051480440a0052b20140a00522c0440a0052b20140889302255802959", + "0xa995503638dd30170340547195900e5580a00700a55c4e8112ac014ac805", + "0xa8052b20140a80527c0440b8052b20140b8050560440895900a04403811", + "0x894e00ae9ca895200e5640381702201ca6011034014ac8050340149e811", + "0xa60e32b201c0d01500e3bc0895200a5640295200a558088112b201408807", + "0x882600a5640282600a3b4088112b2014088070220ac280431c6ea01314b", + "0x28c602251ca4149294130ab15900a0b8028e90220b80295900a098028eb", + "0xa38050d00440895900a52002925022044ac805294014640110225640284c", + "0x7a01128c5240395900a524029650225240295900a52402921022044ac805", + "0xa58052b2014a580527a044a60052b2014a600527c044720052b2014a3005", + "0xac8052a2014928110225640281100e04478805752044ac8071c801441011", + "0x258052b201408baa02242c0295900a044970110225640294900a49408811", + "0xac8050221340890f00a5640284b21601c24811096014ac80509601415811", + "0x29560224500295900a0f002bab0220f00295900a43c8900709e04489005", + "0x894b00a5640294b00a4f40894c00a5640294c00a4f80895200a56402952", + "0x288a022044ac80502201c08914296530a915700a4500295900a45002bac", + "0x4401107a014ac8052a20147a01122e014ac8052920147a011022564028f1", + "0x895900e464028820224640295900a4640282b0224640295900a0f48b807", + "0xac805084015d7011084014ac805022548088112b2014088070221a002bad", + "0xa600527c044a90052b2014a90052ac044928052b20142880575e04428805", + "0xab80524a014ac80524a015d6011296014ac8052960149e811298014ac805", + "0xac8050224b8088112b2014340051140440895900a0440381124a52ca6152", + "0x9812e00e1240893000a5640293000a0ac0893000a5640281176004497005", + "0x1d581109e014ac8050921340384f0221340295900a04426811092014ac805", + "0xa60052b2014a600527c044a90052b2014a90052ac0449f8052b201427805", + "0x9f94b298548ab80527e014ac80527e015d6011296014ac8052960149e811", + "0x27811280014ac805022134088112b2014a880524a0440895900a04403811", + "0x295900a548029560224f40295900a4f802bab0224f80295900a0aca0007", + "0x293d00aeb00885000a5640285000a4f40884300a5640284300a4f808952", + "0x9e0052b20140892e022044ac80502201c0893d0a010ca915700a4f402959", + "0xac8052744f0038490224e80295900a4e80282b0224e80295900a044b2011", + "0xd00527a0449b8052b20140a80527c0449c0052b2014a70052ac0442b005", + "0x281100e04408bb100a044a981126a014ac8050ac0146f01126c014ac805", + "0xaa80527a0449b8052b20140d80527c0449c0052b2014088052ac04408959", + "0x384f0224d00295900a0442681126a014ac8052a60146f01126c014ac805", + "0x9c0052b20149c0052ac0442f8052b201499005756044990052b20149a934", + "0xac8050be015d601126c014ac80526c0149e81126e014ac80526e0149f011", + "0x295900a558028810225580295900a044b18110be4d89b9382ae0142f805", + "0xac8050280145201102a014ac80502a0148b01102a014ac80502224c08814", + "0x38112a454caa8e376406c0b81a1c65640381402a01c0295713a0440a005", + "0x9e811034014ac8050340149f011036014ac8050360141581102256402811", + "0x880702253002bb329c5440395900e06c088072980440b8052b20140b805", + "0x28f4022098ab8072b2014ab8052ca044a58052b201408963022044ac805", + "0x8b011056014ac80502224c0885000a5640294b00a2040884300a56402826", + "0xa88052b2014a88052ac044280052b201428005148044158052b201415805", + "0x281100e044a414929438dda04c05c01cac80708614015817034559c8811", + "0x2bb70225180295900a51c02bb602251c0295900a55ca700776a04408959", + "0x893502242c0295900a0449b0111e2014ac8050224dc088e400a56402946", + "0x28110be044890052b20140893202243c0295900a0449a011096014ac805", + "0xac8052280f08910f09642c788150c60448a0052b2014089310220f002959", + "0xac8050224a80891900a5640283d00a4ac0883d00a564028112660448b805", + "0x8b8e30cc044288052b20142106800e48c0884200a5640281124804434005", + "0x260052b20142600527a044170052b20141700527c044928052b201428919", + "0x88492604b87195900a3909284c05c55dcb0111c8014ac8051c8015ca811", + "0xac80509a014388110225640281100e044278057701340295900e12402870", + "0x294000aee80894000a5640293f1c601ddc81127e014ac80502254808811", + "0x293d0224b80295900a4b80293e0225440295900a544029560224f802959", + "0x88070224f89812e2a255c0293e00a5640293e00aeec0893000a56402930", + "0xa88052ac0449e8052b2014278057780440895900a38c0290d022044ac805", + "0x1dd811260014ac8052600149e81125c014ac80525c0149f0112a2014ac805", + "0x7180521a0440895900a0440381127a4c0971512ae0149e8052b20149e805", + "0xac805022134088112b2014a700524a0440895900a55c02925022044ac805", + "0x29560221580295900a4e802bbc0224e80295900a5209e00709e0449e005", + "0x894900a5640294900a4f40894a00a5640294a00a4f80895100a56402951", + "0x290d022044ac80502201c08856292528a895700a1580295900a15802bbb", + "0x28112c80449c0052b20140892e022044ac8052ae01492811022564028e3", + "0xab01126c014ac80526e4e0038490224dc0295900a4dc0282b0224dc02959", + "0x990052b20140b80527a0449a0052b20140d00527c0449a8052b2014a6005", + "0x868110225640281100e04408bbd00a044a98110be014ac80526c0146f011", + "0x9f01126a014ac805022014ab0110225640295700a494088112b201471805", + "0x2f8052b2014a90051bc044990052b2014a980527a0449a0052b2014aa805", + "0xac8050c6015de0110c6014ac8050be4c40384f0224c40295900a04426811", + "0x9900527a0449a0052b20149a00527c0449a8052b20149a8052ac04499805", + "0x2811146044999322684d4ab805266014ac805266015dd811264014ac805", + "0xb80522c0440b8052b2014088930220680295900a0540288102205402959", + "0xac8072ac0680b8e300a559c8811034014ac8050340145201102e014ac805", + "0x894e00a5640281114c0440895900a044038112a2548a98e377c5540d807", + "0xd8052b20140d80527c044a58052b2014088930225300295900a53802881", + "0xa5955036559c8811298014ac80529801452011296014ac8052960148b011", + "0x28117800440895900a0440381105c0ac280e377e10c130072b201c0a14c", + "0x26005056044a50052b2014a5005056044a50052b20140887b02213002959", + "0x295900a5200282b022520a48072b20142614a00e38c46811098014ac805", + "0x72005108044720052b201408952022518a38072b2014a401100e1f008948", + "0x49811096014ac80528c01440811216014ac8051e2015c80111e2014ac805", + "0x890f00a5640290f00a4580882600a5640282600a4f80890f00a56402811", + "0x295900a51c029560225240295900a5240294002242c0295900a42c0282b", + "0x88070220f48b9141c6f041e11200e5640390b09643c218262ace4408947", + "0x286800a0ac0886800a564028110f60448c8052b201408bc2022044ac805", + "0x2884200e564029190d05247188d0224640295900a4640282b0221a002959", + "0x28112a40449712500e5640285128e01c3e0110a2014ac8050a201415811", + "0x28810221340295900a12402b900221240295900a4c0028840224c002959", + "0x8b011224014ac8052240149f01127e014ac80502224c0884f00a5640292e", + "0x210052b201421005280044268052b2014268050560449f8052b20149f805", + "0x1e193e28001cac80709a13c9f83c224559c881124a014ac80524a014ab011", + "0x2b15700edf00885600a564028112a40440895900a044038112744f09e8e3", + "0x9f01124a014ac80524a014ab01126e014ac805270015be811270014ac805", + "0x9f0052b20149f00527a044210052b201421005280044a00052b2014a0005", + "0x88112b2014088070224dc9f042280494ab00526e014ac80526e015bb011", + "0x9a8052b20149d13600e13c0893600a5640281109a0440895900a55c02b48", + "0xac80527a0149f01124a014ac80524a014ab011268014ac80526a015ba811", + "0x9a0056ec0449e0052b20149e00527a044210052b2014210052800449e805", + "0x295700ad20088112b2014088070224d09e04227a494ab005268014ac805", + "0x2f8056ea0442f8052b20141e93200e13c0893200a5640281109a04408959", + "0xa0011228014ac8052280149f01128e014ac80528e014ab011262014ac805", + "0x988052b2014988056ec0448b8052b20148b80527a044a48052b2014a4805", + "0x268110225640295700ad20088112b2014088070224c48b94922851cab005", + "0x958052b2014998056ea044998052b20141706300e13c0886300a56402811", + "0xac80500e014a00110a0014ac8050a00149f011022014ac805022014ab011", + "0x280112ac014958052b2014958056ec044158052b20141580527a04403805", + "0xac805028014340110225640295700ad20088112b2014088070224ac15807", + "0x292400add40892400a5640295125401c27811254014ac80502213408811", + "0x294002254c0295900a54c0293e0220440295900a0440295602248c02959", + "0x292300a5640292300add80895200a5640295200a4f40880700a56402807", + "0x8917022044ac805022cd80881b00a5640281166a0449195200e54c08956", + "0xac80502201c089512a401de21532aa01cac80700a04403805022044ac805", + "0x294b00a4e40894b00a564028112bc044a614e00e5640281400a4e408811", + "0x7e8110a05300395900a530028fe022044ac80504c0142881108609803959", + "0x218072b2014218051fc0440895900a0b8029480220b8158072b201428005", + "0x282b00a3e4088112b2014a4805290044a494a00e5640284c00a3f40884c", + "0x295500a558088112b20140895702251c0295900a528028f902252002959", + "0x2851022044ac80502201c0881178c044ac80728e52003bc502255402959", + "0xac80502201c0881178e01408953022044ac8052980142881102256402843", + "0x284300a3f4088112b2014a30052900447214600e5640294c00a3f408811", + "0x28f902212c0295900a390028f9022044ac8051e2014a40112163c403959", + "0x88112b201408807022045e40112b201c8784b00ef140890f00a5640290b", + "0x295900a554029560224501e1121c65640295700a440088112b201408917", + "0x28e300a4f40880700a5640280700a5000895300a5640295300a4f808955", + "0x7f01122e014ac80522e0149081122e5580395900a5580296502238c02959", + "0x718072a65540ab380220f40295900a0f4029200220f4a70072b2014a7005", + "0x5c81102e014ac80502e06c03b39022144210170d0464ab15900a0f48b912", + "0x980052b20140896e022044ac80502201c0892e00af24928052b201c28805", + "0xac8050840149e8110d0014ac8050d00149f011232014ac805232014ab011", + "0x2921022124ab0072b2014ab0052ca044980052b20149800524204421005", + "0x268052b2014268052400442694e00e5640294e00a3f80884900a56402849", + "0x3411902acec0884f00a5640284f00a12c0884f02a01cac80502a015e5011", + "0x2bcb278014ac80727a0159e01127a4f8a013f2ae5640284f09a12498042", + "0x295900e158028a00221580295900a4f002b3e022044ac80502201c0893a", + "0x281a00a1a0088112b20149c00528e0440895900a0440381126e015e6138", + "0xac8052ac014928110225640283c00a2a8088112b20140a80508404408959", + "0x895900a494028bc022044ac805228014868110225640294e00a14408811", + "0x9a8052b20149a8050560449a8052b2014089620224d80295900a04497011", + "0x294000a4f80893200a5640293f00a5580893400a5640293526c01c24811", + "0x895302218c0295900a4d0028de0224c40295900a4f80293d02217c02959", + "0xac80524a014ba8110225640293700a51c088112b201408807022045e6805", + "0xa000527c0449f8052b20149f8052ac0440895900a4ac029470224ac99807", + "0x7f01127c014ac80527c0149e81102e014ac80502e014a0011280014ac805", + "0x395900a068028800224a80295900a4a8029200224a8a70072b2014a7005", + "0xac8052484a89993e02e5009f815682044920052b2014920050560449201a", + "0xac80502201c0887100af38380052b201c378051720443792024219891956", + "0xac805022f3c088112b20148f00528e0448f07300e5640287000a5d408811", + "0xab81123046c0395900a1d8028fd0224708e8072b2014a70051fa0443b005", + "0x490072b201c8c11c24638de8811230014ac805230015e801102256402811", + "0x4400513c044440052b201408952022044ac80502201c0888000c01de9091", + "0x44811112014ac805122015e8011108014ac805124014ab011104014ac805", + "0x28112a40440895900a04403811022f4c028112a6044450052b201441005", + "0x2bd00222100295900a018029560222340295900a1ec028840221ec02959", + "0x891b00a5640291b00af400888a00a5640288d00a2240888900a56402880", + "0xab0110225640281100e0448b09300ef504087c00e5640391b23a21071bd1", + "0x4f8052b2014448057a00444f0052b2014408057a00444e8052b20143e005", + "0x1eb0110225640281100e04408bd500a044a9811140014ac80511401444811", + "0x395900e284448931c6f44088a100a564028a100af40088a100a56402811", + "0x1e801113a014ac805144014ab0110225640281100e044530a400ef5c518a2", + "0x500052b2014450051120444f8052b2014518057a00444f0052b20148b005", + "0x8952022044ac805114014790110225640281100e04408bd500a044a9811", + "0x1e801113a014ac805148014ab011150014ac80522601442011226014ac805", + "0x500052b2014540051120444f8052b2014530057a00444f0052b20148b005", + "0xac80502245c088112b2014088070222a802bd8220014ac80714001450011", + "0x4f007098044868052b20148a03c0e638c330110225640291000a51c08811", + "0x886600a5640286600a4f80889d00a5640289d00a558088ac00a5640289f", + "0x295900a558029210224800295900a4800293d0224840295900a48402940", + "0x281a00a0ac0881500a5640281500a12c088ac00a564028ac00a48008956", + "0x8110520c430ab15900a0680a8ac2ac434901210cc2740b97902206802959", + "0xa38110225640281122e0440895900a044038112124088290621855802909", + "0x2925022044ac80502a014210110225640281a00a1a0088112b201455005", + "0x8a00521a0440895900a27c02948022044ac80513c014a401102256402956", + "0xac8050224b8088112b2014398056900440895900a0f0028aa022044ac805", + "0x7f13900e124088fe00a564028fe00a0ac088fe00a564028117b20449c805", + "0x1a30111f0014ac8051fa3e40384f0223e40295900a044268111fa014ac805", + "0x330052b20143300527c0444e8052b20144e8052ac0447b8052b20147c005", + "0xac8051ee015a2811240014ac8052400149e811242014ac805242014a0011", + "0x895900a06802868022044ac80502201c088f72404843309d2ac0147b805", + "0x88112b2014ab00524a0440895900a0f0028aa022044ac80502a01421011", + "0x88f600a5640287100ad18088112b20148a00521a0440895900a53802851", + "0x295900a484029400221980295900a1980293e02248c0295900a48c02956", + "0x90866246558028f600a564028f600ad140892000a5640292000a4f408921", + "0x895900a05402842022044ac805034014340110225640281100e0447b120", + "0x88112b2014a70050a20440895900a55802925022044ac80507801455011", + "0x7a0f500e5640293a00a380088112b2014928051780440895900a4500290d", + "0x295900a5000293e0224c80295900a4fc02956022044ac8051ea01465811", + "0x1e680502254c0886300a564028f400a3780893100a5640293e00a4f40885f", + "0x88112b20148a00521a0440895900a53802851022044ac80502201c08811", + "0x928110225640283c00a2a8088112b20140a8050840440895900a06802868", + "0x88112b2014618051960445c8c300e5640292e00a380088112b2014ab005", + "0x295900a1080293d02217c0295900a1a00293e0224c80295900a46402956", + "0x286317801c27811178014ac8050221340886300a564028b900a37808931", + "0x293e0224c80295900a4c8029560222fc0295900a2f402b460222f402959", + "0x893100a5640293100a4f40881700a5640281700a5000885f00a5640285f", + "0x8b8110225640281100e0445f93102e17c9915600a2fc0295900a2fc02b45", + "0xd0050d00440895900a53802851022044ac8052ac0149281102256402811", + "0xac805022548088112b20140d80568e0440895900a05402842022044ac805", + "0x29560223b40295900a3bc02b440223bc0295900a3c8ab80768604479005", + "0x880700a5640280700a5000895300a5640295300a4f80895500a56402955", + "0x768e300e54caa95600a3b40295900a3b402b4502238c0295900a38c0293d", + "0x340110225640295700a2a0088112b2014ab00524a0440895900a04403811", + "0x2851022044ac805036015a38110225640281500a108088112b20140d005", + "0x74805056044748052b20140891c0223ac0295900a0449701102256402814", + "0x27811190014ac805022134088c600a564028e91d601c248111d2014ac805", + "0x295900a548029560223800295900a39402b460223940295900a31864007", + "0x28e300a4f40880700a5640280700a5000895100a5640295100a4f808952", + "0xab0052ca044700e300e544a915600a3800295900a38002b4502238c02959", + "0x2bda0225640381a00a2080881a00a5640281500a3d0088152ac01cac805", + "0x88112b20140a0050a20440895900a55c02b48022044ac80502201c08817", + "0x158112aa014ac805022f6c0881b00a5640281125c0440895900a55802925", + "0xa90052b20140884d02254c0295900a5540d807092044aa8052b2014aa805", + "0x281100a5580894e00a5640295100add40895100a564029532a401c27811", + "0x293d02201c0295900a01c029400220140295900a0140293e02204402959", + "0x381129c38c038050225580294e00a5640294e00add8088e300a564028e3", + "0x7e8112980500395900a050028fe022044ac80502e0144501102256402811", + "0x280052b20140896102210c0295900a52c028f8022098a58072b2014a6005", + "0x28f80220b8158072b20142185000e38c468110a0014ac8050a001415811", + "0x395900a1301702b1c62340882e00a5640282e00a0ac0884c00a56402826", + "0x4081128e5200395900a524088070f8044a48052b2014a4805056044a494a", + "0x88e400a564028e400a458088e400a56402811126044a30052b2014a3805", + "0xa30e41c6014ab89d0225200295900a520029560225280295900a52802940", + "0x284b00a0ac088112b2014088070220f08910f1c6f702590b1e238cac807", + "0x394c02242c0295900a42c0293d0223c40295900a3c40293e02212c02959", + "0xac80522e0147a0110225640281100e0441e8057ba45c8a0072b201c25948", + "0x38110d0015ef0112b201c8c8051040448a0052b20148a0052ac0448c805", + "0x28890221440295900a108028840221080295900a044a901102256402811", + "0x286800a228088112b201408807022045ef80502254c0892500a56402851", + "0x293000a2240893000a5640292e00a2780892e00a564028112a404408959", + "0x28a00221240295900a124028890221240295900a4940289f02249402959", + "0x88112b20142680528e0440895900a0440381109e015f004d00a56403849", + "0x295900a045ad011280014ac80527e0147a01127e5580395900a55802965", + "0x158112784f40395900a5009f14a1c62340893e00a5640293e00a0ac0893e", + "0xac8050ac015ad8110ac4e80395900a4f08a0070f80449e0052b20149e005", + "0x9b0052f80449b0052b2014088930224dc0295900a4e0028810224e02b007", + "0x893d00a5640293d00a5000893500a5640293500a4580893526c01cac805", + "0x71be10be4c89a0e32b201c9b9352163c4ab89d0224e80295900a4e802956", + "0x293400a4f80885f00a5640285f00a0ac088112b2014088070224cc31931", + "0x1f112a25601cac8070be4e80382e0224c80295900a4c80293d0224d002959", + "0x9085600ed7c0892100a564028116bc0440895900a044038110cc48c920e3", + "0xab011240014ac8052400145201126c014ac80526c0148b011240014ac805", + "0x398e37c61c43806f1c65640392026c4c89a15713a044958052b201495805", + "0xac8050de0149f0110e2014ac8050e2014158110225640281100e0443b11e", + "0x71be42384740395900e1c49580705c044380052b20143800527a04437805", + "0xac8051220147e811122014ac805022f3c088112b2014088070222488c11b", + "0x4108800e5640388023847471be50222000295900a20002bd002220003007", + "0x288a00a2780888a00a564028112a40440895900a0440381111221003be6", + "0x28890221f00295900a20802bd00222340295900a220029560221ec02959", + "0xac805022548088112b201408807022045f380502254c0888100a5640287b", + "0x448057a0044468052b2014420052ac0448b0052b20144980510804449805", + "0x1f281100c014ac80500c015e8011102014ac80522c014448110f8014ac805", + "0x2956022044ac80502201c088a013e01df409e13a01cac80700c4a8468e3", + "0x88a300a5640287c00af40088a200a5640289e00af40088a100a5640289d", + "0x8bd6022044ac80502201c088117d2014089530222900295900a20402889", + "0x898072b201c5307c13e38df281114c014ac80514c015e801114c014ac805", + "0x2bd00222840295900a44c02956022044ac80502201c088aa22001df50a8", + "0x88a400a5640288100a224088a300a564028a800af40088a200a564028a0", + "0x28112a40440895900a204028f2022044ac80502201c088117d201408953", + "0x2bd00222840295900a440029560222b00295900a4340288402243402959", + "0x88a400a564028ac00a224088a300a564028aa00af40088a200a564028a0", + "0xac805218014a38110225640281100e044830057d64300295900e290028a0", + "0x28116b4044810052b2014828051e80448295600e5640295600a59408811", + "0x7f13900e564029022124f47188d0224240295900a4240282b02242402959", + "0x510051f00447c8fd00e564028fe14201c3e0111fc014ac8051fc01415811", + "0x88f600a564028f700a204088f71f201cac8051f2015ad8111f0014ac805", + "0x295900a3d0029160223d07a8072b20147a8052f80447a8052b201408893", + "0x3806f2ace44088fd00a564028fd00a5580893900a5640293900a500088f4", + "0x28f8022044ac80502201c088bf17a2f071bec17230c0395900e3e07b0f4", + "0x88ed00a564028ef1f201daf8111de014ac805022d78088f200a564028a3", + "0x295900a3b4028a40223d40295900a3d40291602230c0295900a30c0293e", + "0x8807022394640c61c6fb4748eb00e564038f21da3d45c8c32ace44088ed", + "0x88de19601cac8051c00147e8111c00500395900a050028fe022044ac805", + "0x760052b201476005056044760052b2014089610223640295900a32c028f8", + "0x282b0225900295900a378028f802258c000072b20146c8ec27238c46811", + "0xac8052cc014158112cc5940395900a590b18001c62340896300a56402963", + "0x89692ac01cac8052ac014b28112d059c0395900a5987e8070f8044b3005", + "0xb60052b2014088930225ac0295900a5a0028810225a80295900a5a4028f4", + "0xac8052ca014a00112d8014ac8052d80148b0111d6014ac8051d60149f011", + "0xb68072b201cb516b2d83a475956722044b38052b2014b38052ac044b2805", + "0x71bef0225c80295900a044b70110225640281100e044b89702de38df716e", + "0x295900a5d40295f0225d40295900a5d00295d0225d00295900a050ab172", + "0xbc8052b2014089350225e00295900a0449b0112ee014ac8050224dc08976", + "0x897c00a564028110be044bd8052b2014089320225e80295900a0449a011", + "0x998112fc014ac8052fa5f0bd97a2f25e0bb8150c6044be8052b201408931", + "0x9201165a014ac8050224a808b2c00a5640297f00a4ac0897f00a56402811", + "0xac80565ecb0bf0e30cc045978052b20159732d00e48c08b2e00a56402811", + "0xbb00572a044b70052b2014b700527a044b68052b2014b680527c04598005", + "0x3b3300a1c008b33664cc47195900a5d99816e2da55dcb0112ec014ac805", + "0x8952022044ac805668014388110225640281100e0459a8057e0cd002959", + "0x8b3900a56402b3800adf408b3800a56402b362ae01dbe01166c014ac805", + "0x295900a59402940022cc40295900acc40293e02259c0295900a59c02956", + "0xb2b312ce55802b3900a56402b3900add808b3200a56402b3200a4f408965", + "0x295900acd402b75022044ac8052ae015a40110225640281100e0459cb32", + "0x296500a50008b3100a56402b3100a4f80896700a5640296700a55808b3b", + "0xb395600acec0295900acec02b76022cc80295900acc80293d02259402959", + "0x281400a144088112b2014ab8056900440895900a04403811676cc8b2b31", + "0x297167801c27811678014ac805022134088112b2014ab00524a04408959", + "0x293e02259c0295900a59c029560225880295900acf802b75022cf802959", + "0x897000a5640297000a4f40896500a5640296500a5000896f00a5640296f", + "0x1a40110225640281100e044b11702ca5bcb395600a5880295900a58802b76", + "0x293e022044ac8052ac014928110225640281400a144088112b2014ab805", + "0x8b4400a564028e500a37808b4300a564028c800a4f408b4100a564028c6", + "0xa0050a20440895900a55c02b48022044ac80502201c088117e201408953", + "0x28a300a520088112b20147c8056ce0440895900a55802925022044ac805", + "0x28bd00a4f408b4100a564028bc00a4f8088112b20147a80566404408959", + "0x1a280709e045a28052b20140884d022d100295900a2fc028de022d0c02959", + "0x88fd00a564028fd00a55808b4700a56402b4600add408b4600a56402b44", + "0x295900ad0c0293d0224e40295900a4e402940022d040295900ad040293e", + "0x895900a0440381168ed0c9cb411fa55802b4700a56402b4700add808b43", + "0x88112b2014510052900440895900a55c02b48022044ac80520c014a3811", + "0x97011022564028a300a520088112b2014ab00524a0440895900a05002851", + "0x248112c2014ac8052c2014158112c2014ac805022fc808b4800a56402811", + "0x295900ad39a780709e045a78052b20140884d022d380295900a585a4007", + "0x286f00a4f8088a100a564028a100a55808b5100a56402b5000add408b50", + "0x2b760221c00295900a1c00293d0224f40295900a4f4029400221bc02959", + "0x8c0052900440895900a044038116a21c09e86f14255802b5100a56402b51", + "0x292a00a520088112b2014ab8056900440895900a24802948022044ac805", + "0x295900a044970110225640295600a494088112b20140a0050a204408959", + "0x2b546a601c248116a8014ac8056a8014158116a8014ac805022d9008b53", + "0x293d022d640295900a1bc0293e022d600295900a46c02956022d5c02959", + "0x8807022045f980502254c08b5b00a56402b5700a37808b5a00a56402870", + "0x281400a144088112b2014950052900440895900a55c02b48022044ac805", + "0x287300a4f808b5e00a5640292b00a558088112b2014ab00524a04408959", + "0x8953022d8c0295900a1d8028de022d880295900a4780293d022d7c02959", + "0xac8050cc014a40110225640292300a520088112b201408807022045fa005", + "0x895900a55802925022044ac805028014288110225640295700ad2008811", + "0x8b6400a5640281125c0440895900a4d802b32022044ac8050ac015b3811", + "0x295900ad9db2007092045b38052b2015b3805056045b38052b201408b64", + "0x293200a4f408b5900a5640293400a4f808b5800a5640292400a55808b6b", + "0x2bf50225800295900ad60028e4022d6c0295900adac028de022d6802959", + "0x8b6f00a56402b5b00afdc08b6d00a56402b5a00afd808b6c00a56402b59", + "0x9b0056640440895900a55c02b48022044ac80502201c088117f001408953", + "0x285600ad9c088112b2014ab00524a0440895900a05002851022044ac805", + "0x3180527a045af8052b20149880527c045af0052b20149d0052ac04408959", + "0x1fa8112c0014ac8056bc014720116c6014ac8052660146f0116c4014ac805", + "0x1b78052b2015b18057ee045b68052b2015b10057ec045b60052b2015af805", + "0xac8056e8015ba8116e8014ac8056dedc40384f022dc40295900a04426811", + "0x9e805280045b60052b2015b600527c044b00052b2014b00052ac045ba805", + "0xab0056ea014ac8056ea015bb0116da014ac8056da0149e81127a014ac805", + "0xab8056900440895900a13c02947022044ac80502201c08b756da4f5b6160", + "0xac8050224b8088112b2014ab00524a0440895900a05002851022044ac805", + "0x1bbb7600e12408b7700a56402b7700a0ac08b7700a564028117f2045bb005", + "0x1ba8116fa014ac8056f6df00384f022df00295900a044268116f6014ac805", + "0x788052b20147880527c0448a0052b20148a0052ac045c58052b2015be805", + "0xac805716015bb011216014ac8052160149e811294014ac805294014a0011", + "0x895900a55c02b48022044ac80502201c08b8b216528789142ac015c5805", + "0x8b8c00a5640281125c0440895900a55802925022044ac80502801428811", + "0x295900ae39c6007092045c70052b2015c7005056045c70052b201408964", + "0x290b00a4f408b9100a564028f100a4f808b9000a5640283d00a55808b8f", + "0xac80502201c088117f401408953022e500295900ae3c028de022e4c02959", + "0x895900a55802925022044ac805028014288110225640295700ad2008811", + "0xac8052240149e811722014ac80521e0149f011720014ac805290014ab011", + "0x1ca15f00e13c0895f00a5640281109a045ca0052b20141e0051bc045c9805", + "0x9f011720014ac805720014ab01172c014ac80572a015ba81172a014ac805", + "0x1c98052b2015c980527a044a50052b2014a5005280045c88052b2015c8805", + "0x88112b201408917022e59c994a722e40ab00572c014ac80572c015bb011", + "0xac805034015fe011034014ac80502a015fd81102a55c0395900a55c02965", + "0x281100a5580895500a564028117fc0440895900a05c02bfd02206c0b807", + "0x2bff02201c0295900a01c0293d0220140295900a0140293e02204402959", + "0x295503601c028112ad0000895500a5640295500a0ac0881b00a5640281b", + "0xac80502201c0894b00b004a60052b201ca7005678044a71512a454cab959", + "0x38110a00160104300a5640382600a2800882600a5640294c00acf808811", + "0xab0050a20440895900a05002842022044ac805086014a381102256402811", + "0x158057f8044158052b2014ab8057f60440895900a38c02925022044ac805", + "0x29560225280295900a046018110225640282e00aff40884c05c01cac805", + "0x895100a5640295100a4f40895200a5640295200a4f80895300a56402953", + "0x261512a454cab4000225280295900a5280282b0221300295900a13002bff", + "0xa38110225640281100e044a3147290524ab80528c51ca41492ae5640294a", + "0x891221e12c71c042163c4720e32b201ca895200e3bc088112b201428005", + "0x883c00a5640290b00a3ac0890b00a5640290b00a3b4088112b201408807", + "0xac80522e0160381107a45c0395900a45002c060224500295900a55c02c05", + "0x640110225640291900a318089250a2108341192ac5640283c00a3a408811", + "0x2956022044ac80524a014340110225640285100a494088112b201434005", + "0x88f100a564028f100a4f4088e400a564028e400a4f80895300a56402953", + "0x295900a38c029210221080295900a108029210220f40295900a0f402c08", + "0x721530350240881400a5640281400a12c0895600a5640295600a480088e3", + "0x20504f00a5640384d00a4300884d0924c0971572b20140a1561c61081e8f1", + "0x295900a045ff011280014ac80509e014830110225640281100e0449f805", + "0xac80527a01415811022564028112ae0449e8052b20149f14000e2200893e", + "0x28112a40440895900a04403811278016058112b201c9e8051040449e805", + "0x89530224e00295900a158028890221580295900a4e8028840224e802959", + "0x295900a044a90110225640293c00a228088112b20140880702204606005", + "0xac80502245c0893800a5640293600a2240893600a5640293700a27808937", + "0x292e00a5580893400a5640293500b0340893500a5640293800a57008811", + "0x2c0e0221240295900a1240293d0224c00295900a4c00293e0224b802959", + "0x293f00b03c088112b2014088070224d02493025c55c0293400a56402934", + "0x293d0224c00295900a4c00293e0224b80295900a4b8029560224c802959", + "0x88070224c82493025c55c0293200a5640293200b0380884900a56402849", + "0x28e300a494088112b2014ab0050a20440895900a05002842022044ac805", + "0x29120be01c278110be014ac805022134088112b2014ab80524a04408959", + "0x293e02254c0295900a54c0295602218c0295900a4c402c0f0224c402959", + "0x286300a5640286300b0380890f00a5640290f00a4f40884b00a5640284b", + "0xa0050840440895900a55c02925022044ac80502201c0886321e12ca9957", + "0x294b00b03c088112b20147180524a0440895900a55802851022044ac805", + "0x293d0225480295900a5480293e02254c0295900a54c029560224cc02959", + "0x28fe0224cca89522a655c0293300a5640293300b0380895100a56402951", + "0x295900a068028f802205c0d0072b20140a8051fa0440a95600e56402956", + "0xd95500e38c468112aa014ac8052aa014158112aa014ac8050225840881b", + "0x895200a5640295200a0ac0895100a5640281700a3e0089522a601cac805", + "0x88070f8044a60052b2014a6005056044a614e00e564029512a454c7188d", + "0x885000a56402811126044218052b2014130051020441314b00e5640294c", + "0x295900a52c029560225380295900a538029400221400295900a14002916", + "0x8807022520a494a1c70402602e05638cac807086140718052ae2740894b", + "0x293d0220ac0295900a0ac0293e0221300295900a1300282b022044ac805", + "0x281100e04472005822518a38072b201c2614b00e5300882e00a5640282e", + "0x78805104044a38052b2014a38052ac044788052b2014a30051e804408959", + "0x288402212c0295900a044a90110225640281100e04485805824044ac807", + "0x88070220460980502254c0891200a5640290f00a2240890f00a5640284b", + "0x283c00a2780883c00a564028112a40440895900a42c0288a022044ac805", + "0x288902245c0295900a4480289f0224480295900a4500288902245002959", + "0x895900a044038112320160a03d00a5640391700a2800891700a56402917", + "0x88112b20140a0050d00440895900a55c02b48022044ac80507a014a3811", + "0x15811084014ac805022d380886800a5640281125c0440895900a55802851", + "0x928052b20140884d0221440295900a10834007092044210052b201421005", + "0x294700a5580893000a5640292e00add40892e00a5640285124a01c27811", + "0x293d0225380295900a538029400220ac0295900a0ac0293e02251c02959", + "0x38112600b8a702b28e5580293000a5640293000add80882e00a5640282e", + "0x7c01109a1240395900a558028fd022044ac805232014a381102256402811", + "0x893f00a5640293f00a0ac0893f00a564028116a2044278052b201424805", + "0x9f0050560449e8052b2014268051f00449f14000e5640284f27e5387188d", + "0x295900a4e80282b0224e89e0072b20149e93e28038c4681127c014ac805", + "0x88930224dc0295900a4e0028810224e02b0072b20149d14700e1f00893a", + "0xab011278014ac805278014a001126c014ac80526c0148b01126c014ac805", + "0x990e382a4d09a8072b201c0a13726c0b8159567220442b0052b20142b005", + "0xac8050c655c03b7c02218c0295900a044a90110225640281100e0449885f", + "0x9a80527c0442b0052b20142b0052ac044958052b2014998056fa04499805", + "0x1bb011268014ac8052680149e811278014ac805278014a001126a014ac805", + "0x2b48022044ac80502201c0892b2684f09a8562ac014958052b201495805", + "0x1ba811248014ac8052624a80384f0224a80295900a0442681102256402957", + "0x990052b20149900527c0442b0052b20142b0052ac044918052b201492005", + "0xac805246015bb0110be014ac8050be0149e811278014ac805278014a0011", + "0x895900a55802851022044ac80502201c089230be4f0990562ac01491805", + "0x886600a5640281125c0440895900a05002868022044ac8052ae015a4011", + "0x295900a48433007092044908052b201490805056044908052b201408964", + "0x282e00a4f40887000a5640282b00a4f80886f00a564028e400a55808920", + "0xac80502201c0881182c014089530221cc0295900a480028de0221c402959", + "0x895900a55c02b48022044ac805028014340110225640295600a14408811", + "0xac8052920149e8110e0014ac8052940149f0110de014ac805296014ab011", + "0x3991e00e13c0891e00a5640281109a044398052b2014a40051bc04438805", + "0x9f0110de014ac8050de014ab01123a014ac8050ec015ba8110ec014ac805", + "0x388052b20143880527a044a70052b2014a7005280044380052b201438005", + "0x295900a044029560224743894e0e01bcab00523a014ac80523a015bb011", + "0x28e300a4f40880700a5640280700a5000880500a5640280500a4f808811", + "0x881a02801cac8050280147f01102a55c0395900a55c0295b02238c02959", + "0xaa81b02e558ac8050340547180700a0440a0f70220680295900a06802920", + "0x28f5022044ac80502201c0894e00b05ca88052b201ca90051ec044a9153", + "0x130052b2014a58051e8044a594c00e5640294c00a5940894c00a56402951", + "0x28260865547188d02210c0295900a10c0282b02210c0295900a04476011", + "0x884c00a5640282e00a3d00882e2ac01cac8052ac014b281105614003959", + "0xa4805056044a494a00e5640284c0561407188d0220ac0295900a0ac0282b", + "0xa30052b2014a3805102044a394800e5640294902e01c3e011292014ac805", + "0x295900a528029400223900295900a390029160223900295900a04449811", + "0x2590b1e238cac80728c390a981b2ae2740894800a5640294800a5580894a", + "0x293e02212c0295900a12c0282b022044ac80502201c0883c22443c71c18", + "0x2c190225640384b00a2080890b00a5640290b00a4f4088f100a564028f1", + "0x1e8052b20148b8051080448b8052b201408952022044ac80502201c08914", + "0x450110225640281100e04408c1a00a044a9811232014ac80507a01444811", + "0x44811084014ac8050d00144f0110d0014ac805022548088112b20148a005", + "0xab0072b2014ab0052ca044288052b2014a60051e80448c8052b201421005", + "0x98005056044980052b20149705100e2200892e00a5640292500a3d008925", + "0x928110225640281100e04424805836044ac80726001441011260014ac805", + "0x28f2022044ac8052ae015a40110225640281400a144088112b2014ab005", + "0xac805092014450110225640281100e04408c1c00a044a981102256402919", + "0x384d00a2800884d00a5640284d00a2240884d00a5640291900a27c08811", + "0x2956022044ac80509e014a38110225640281100e0449f80583a13c02959", + "0x894a00a5640294a00a500088f100a564028f100a4f80894800a56402948", + "0x8594a1e25200a0d90220500295900a0500292002242c0295900a42c0293d", + "0x893800b0782b0052b201c9d0051ec0449d13c27a4f8a01562b20140a157", + "0x893600a5640285600a3d40893700a5640295600a3d0088112b201408807", + "0xac80526801415811268014ac80526a4dc038880224d40295900a4d8028f4", + "0x28112a40440895900a044038112640160f8112b201c9a0051040449a005", + "0x895302218c0295900a4c4028890224c40295900a17c0288402217c02959", + "0x295900a044a90110225640293200a228088112b20140880702204610005", + "0x294000a5580886300a5640292b00a2240892b00a5640293300a27808933", + "0x293d02248c0295900a4f4029400224900295900a4f80293e0224a802959", + "0x88070220461080502254c0892100a5640286300a2240886600a5640293c", + "0xa00052ac044900052b20149c00581e0440895900a55802925022044ac805", + "0x9e81127a014ac80527a014a001127c014ac80527c0149f011280014ac805", + "0x89202784f49f1402ac014900052b20149000581c0449e0052b20149e005", + "0x2851022044ac8052ac014928110225640293f00a51c088112b201408807", + "0x37805108044378052b201408952022044ac8052ae015a401102256402814", + "0xa0011248014ac8051e20149f011254014ac805290014ab0110e0014ac805", + "0x908052b201438005112044330052b20148580527a044918052b2014a5005", + "0xac805254014ab0110e6014ac8050e2016068110e2014ac805242014ae011", + "0x3300527a044918052b201491805280044920052b20149200527c04495005", + "0x88070221cc331232484a8ab0050e6014ac8050e6016070110cc014ac805", + "0x295600a494088112b2014a600524a0440895900a55c02b48022044ac805", + "0x283c23c01c2781123c014ac805022134088112b20140a0050a204408959", + "0x293e0225200295900a520029560224740295900a1d802c0f0221d802959", + "0x891200a5640291200a4f40894a00a5640294a00a5000890f00a5640290f", + "0x1a40110225640281100e0448e91229443ca415600a4740295900a47402c0e", + "0x2c0f022044ac805028014288110225640295600a494088112b2014ab805", + "0x881b00a5640281b00a4f80881700a5640281700a5580891c00a5640294e", + "0x295900a47002c0e02254c0295900a54c0293d0225540295900a55402940", + "0x281a00a3d00881a02801cac805028014b281123854caa81b02e5580291c", + "0x2925022044ac80502201c0881b00b0880895900e05c0288202205c02959", + "0xab8056900440895900a05002925022044ac80502a0142881102256402956", + "0x295300a0ac0895300a564028117b6044aa8052b20140892e022044ac805", + "0x384f0225440295900a044268112a4014ac8052a65540384902254c02959", + "0x88052b2014088052ac044a60052b2014a70056ea044a70052b2014a9151", + "0xac8051c60149e81100e014ac80500e014a001100a014ac80500a0149f011", + "0xac80502201c0894c1c601c028112ac014a60052b2014a60056ec04471805", + "0x281100a5580882629601cac8052ae015b78110225640281b00a22808811", + "0x293d02201c0295900a01c029400220140295900a0140293e02204402959", + "0x218052b2014218052400442181500e5640281500a3f8088e300a564028e3", + "0x394a00a3d80894a0980b8158502ac5640284304c38c038050220507b811", + "0x89472ac01cac8052ac014b28110225640281100e044a400584652402959", + "0x295900a390028f40223900295900a524028f50225180295900a51c028f4", + "0x85805104044858052b201485805056044858052b20147894600e220088f1", + "0x28fe02243c0295900a044b70110225640281100e04425805848044ac807", + "0x295900a0f0028f80224501e0072b2014890051fa0448901500e56402815", + "0x8b83d05c38c4681107a014ac80507a0141581107a014ac805022e7408917", + "0x886800a5640286800a0ac0884200a5640291400a3e00886823201cac805", + "0x280070f8044928052b2014928050560449285100e564028420d04647188d", + "0x268052b201498005102044248052b2014878051e80449812e00e56402925", + "0x295900a1240282b02213c0295900a13c0291602213c0295900a04449811", + "0x2602b2ace440892e00a5640292e00a5580885100a5640285100a50008849", + "0x2965022044ac80502201c0893c27a4f871c252804fc0395900e1242684f", + "0x893800a564028116b40442b0052b20149d0051e80449d15600e56402956", + "0x9b0050560449b13700e564028562701447188d0224e00295900a4e00282b", + "0x9a0072b20149a0056b60449a13500e5640293625c01c3e01126c014ac805", + "0xac805262014be011262014ac80502224c0885f00a5640293200a20408932", + "0x294002218c0295900a18c029160224fc0295900a4fc0293e02218c98807", + "0xac8070be18ca013f2ae2740893500a5640293500a5580893700a56402937", + "0x295900a4a80282b022044ac80502201c0886624649071c262544ac998e3", + "0x9513500e0b80892b00a5640292b00a4f40893300a5640293300a4f80892a", + "0x295900a045af0110225640281100e044388700de38e1392024201cac807", + "0x8f005148044988052b20149880522c0448f0052b20143993400ed7c08873", + "0x7195900e4789892b26655c4e811242014ac805242014ab01123c014ac805", + "0x8e0052b20148e0050560440895900a044038111244608d8e38504708e876", + "0x391c24201c1701123a014ac80523a0149e8110ec014ac8050ec0149f011", + "0x420052b201408bcf022044ac80502201c0888211020071c2900c24403959", + "0x30911c6f440888a00a5640288a00af400888a11201cac8051080147e811", + "0x295900a044a90110225640281100e0444087c00f0a84687b00e5640388a", + "0x288d00af400889d00a5640287b00a5580891600a5640289300a27808893", + "0xac80502201c088118560140895302227c0295900a4580288902227802959", + "0xac8050f8014ab011142014ac80514001442011140014ac80502254808811", + "0x448057a00444f8052b2014508051120444f0052b2014408057a00444e805", + "0x88070222985200785828c510072b201c4492013a38de8811112014ac805", + "0x2bd00222a00295900a28c02bd002244c0295900a28802956022044ac805", + "0x88070220461680502254c088aa00a5640289f00a2240891000a5640289e", + "0x520e37a2044868052b2014868057a0044868052b201408bd6022044ac805", + "0x28ac00a558088112b2014088070224148300785c430560072b201c8689e", + "0x28890224400295900a43002bd00222a00295900a29802bd002244c02959", + "0x289f00a3c8088112b2014088070220461680502254c088aa00a5640289f", + "0x290600a5580890900a5640290200a2100890200a564028112a404408959", + "0x28890224400295900a41402bd00222a00295900a29802bd002244c02959", + "0x895900a044038111fc0161793900a564038aa00a280088aa00a56402909", + "0xac8051fa0147a0111fa5580395900a55802965022044ac805272014a3811", + "0x7c1371c6234088f800a564028f800a0ac088f800a564028116b40447c805", + "0x395900a3d8898070f80447b0052b20147b0050560447b0f700e564028f9", + "0x28810222e47a0072b20147a0056b6044618052b2014540051f00447a0f5", + "0x88bf17a01cac80517a014be01117a014ac80502224c088bc00a564028b9", + "0x295900a3d4029560223dc0295900a3dc029400222fc0295900a2fc02916", + "0x88070223a4758ed1c70c0778f200e564038c31782fc8e8762ace44088f5", + "0x7a0076be044640052b201408b5e0223180295900a440028f8022044ac805", + "0x88bd00a564028bd00a458088f200a564028f200a4f8088e500a564028c8", + "0x71c311963800395900e318728bd1de3c8ab3910223940295900a394028a4", + "0x51e80440001400e5640281400a594088112b2014088070223b06c8de", + "0x7188d0225900295900a5900282b0225900295900a045ad0112c6014ac805", + "0x29661ea01c3e0112cc014ac8052cc014158112cc5940395900a58cb20f7", + "0x896a00a5640296900a204089692d001cac8052d0015ad8112d059c03959", + "0x295900a3800293e0225b0b58072b2014b58052f8044b58052b201408893", + "0x296700a5580896500a5640296500a5000896c00a5640296c00a458088e0", + "0x89722e25c071c322de5b8b68e32b201cb516c196380ab89d02259c02959", + "0x896d00a5640296d00a4f80896f00a5640296f00a0ac088112b201408807", + "0xbc1772ec38e199752e801cac8072de59c0382e0225b80295900a5b80293d", + "0xbd0052b2014bc96800ed7c0897900a564028116bc0440895900a04403811", + "0xac8052e8014ab0112f4014ac8052f4014520112d6014ac8052d60148b011", + "0x38116585fcbf0e38685f4be17b1c65640397a2d65b8b695713a044ba005", + "0x9e8112f6014ac8052f60149f0112fa014ac8052fa0141581102256402811", + "0x8b31660cbc71c3565ccb40395900e5f4ba00705c044be0052b2014be005", + "0x8b3466601cac8056640147e811664014ac805022f3c088112b201408807", + "0x19cb3800f0d99b33500e56403b3465ccb471be5022cd00295900acd002bd0", + "0x8b3c00a56402b3b00a27808b3b00a564028112a40440895900a04403811", + "0x295900acf0028890225880295900acd802bd0022cf80295900acd402956", + "0x42011686014ac805022548088112b2014088070220461b80502254c08b41", + "0xb10052b20159c8057a00459f0052b20159c0052ac045a20052b2015a1805", + "0x19997567c38df2811666014ac805666015e8011682014ac80568801444811", + "0x295900ad1402956022044ac80502201c08b4868e01e1c34668a01cac807", + "0x2b4100a22408b4f00a5640296200af4008b4e00a56402b4600af4008961", + "0x1a88052b201408bd6022044ac80502201c0881187201408953022d4002959", + "0x1ab807874d51a98072b201da896268e38df28116a2014ac8056a2015e8011", + "0x295900ad2002bd00225840295900ad4c02956022044ac80502201c08b58", + "0x21c80502254c08b5000a56402b4100a22408b4f00a56402b5400af4008b4e", + "0x8b5900a564028112a40440895900ad04028f2022044ac80502201c08811", + "0x295900ad2002bd00225840295900ad5c02956022d680295900ad6402884", + "0x3b5000a28008b5000a56402b5a00a22408b4f00a56402b5800af4008b4e", + "0x2965022044ac8056b6014a38110225640281100e045af005876d6c02959", + "0x8b6300a564028116b4045b10052b2015af8051e8045af81400e56402814", + "0x1b3805056045b3b6400e56402b626c65947188d022d8c0295900ad8c0282b", + "0x1b60052b2015a70051f0044b036b00e56402b672c201c3e0116ce014ac805", + "0xac80502224c08b6f00a56402b6d00a20408b6d2c001cac8052c0015ad811", + "0x2940022dd00295900add002916022dd1b88072b2015b88052f8045b8805", + "0x3b6c6dedd0be17b2ace4408b6b00a56402b6b00a55808b6400a56402b64", + "0x295900ad3c028f8022044ac80502201c08b7c6f6ddc71c3c6ecdd403959", + "0x2b7500a4f808b8c00a56402b8b2c001daf811716014ac805022d7808b7d", + "0xab391022e300295900ae30028a4022dc40295900adc402916022dd402959", + "0x88112b201408807022e4dc8b901c70f5c7b8e00e56403b7d718dc5bb375", + "0x295f00a3e008b952be01cac8057280147e8117280540395900a054028fe", + "0x1b20e311a045ce8052b2015ce805056045ce8052b201408961022e5802959", + "0x295900aeac0282b022eb00295900ae54028f8022eadd50072b2015cb39d", + "0x3e01175e014ac80575e0141581175eeb80395900aeb1d5baa1c623408bab", + "0x2bb600a3d008bb602801cac805028014b281176aec00395900aebdb5807", + "0x1c700527c045dd0052b201408893022ee40295900aed402881022edc02959", + "0xab01175c014ac80575c014a0011774014ac8057740148b01171c014ac805", + "0x1e00e387cef1dd8072b201ddbbb9774e3dc7156722045d80052b2015d8005", + "0x1e28052ba045e28052b20140a8142ac38df78110225640281100e044af3c2", + "0x8936022f400295900a0449b81179e014ac805794014af811794014ac805", + "0x2811264045ec8052b201408934022f580295900a0449a8117a2014ac805", + "0x1e8bd002a18c08bef00a56402811262045f28052b20140885f022f6c02959", + "0xac8057e4014958117e4014ac8050224cc0895d00a56402bef7caf6decbd6", + "0x2bf77ec01c918117ee014ac80502249008bf600a56402811254045fa805", + "0x8bbb00a56402bbb00a4f808bfb00a56402bf97ea57471866022fe402959", + "0x1e7bfb778eecabb96022f3c0295900af3c02b95022ef00295900aef00293d", + "0xac80502201c08c0000b0fdff8052b201dff0050e0045ff3fd7f838cac805", + "0xac80580652c03b7c02300c0295900a044a901102256402bff00a1c408811", + "0x1fe00527c045d80052b2015d80052ac046030052b2016028056fa04602805", + "0x1bb0117fa014ac8057fa0149e81175c014ac80575c014a00117f8014ac805", + "0x2b48022044ac80502201c08c067faeb9fe3b02ac016030052b201603005", + "0x9f011760014ac805760014ab01180e014ac805800015ba8110225640294b", + "0x1fe8052b2015fe80527a045d70052b2015d7005280045fe0052b2015fe005", + "0x88112b20140880702301dfebae7f8ec0ab00580e014ac80580e015bb011", + "0x288110225640295600a494088112b20140a00524a0440895900a52c02b48", + "0x8c0900a5640295e81001c27811810014ac805022134088112b20140a805", + "0x295900af000293e022ec00295900aec0029560225700295900b02402b75", + "0x295c00add808bc200a56402bc200a4f408bae00a56402bae00a50008bc0", + "0xac805296015a40110225640281100e044ae3c275cf01d815600a57002959", + "0x895900a05402851022044ac8052ac014928110225640281400a49408811", + "0xac8057260146f01181c014ac8057220149e81181a014ac8057200149f011", + "0x88112b2014a58056900440895900a04403811023100028112a604607805", + "0x1b38110225640281500a144088112b2014ab00524a0440895900a05002925", + "0x293e022044ac8056e20159901102256402b4f00a520088112b2014b0005", + "0x8c0f00a56402b7c00a37808c0e00a56402b7b00a4f408c0d00a56402b77", + "0x295900b10402b750231040295900b03cad80709e044ad8052b20140884d", + "0x2b6400a50008c0d00a56402c0d00a4f808b6b00a56402b6b00a55808c42", + "0x1b595600b1080295900b10802b760230380295900b0380293d022d9002959", + "0x294b00ad20088112b2015af00528e0440895900a04403811885039b240d", + "0xac8052ac014928110225640281400a494088112b2015a700529004408959", + "0x2218052b20140892e022044ac80569e014a40110225640281500a14408811", + "0xac8052e710c038490225cc0295900a5cc0282b0225cc0295900a045f9011", + "0x2230056ea046230052b20162244500e13c08c4500a5640281109a04622005", + "0xa00112f6014ac8052f60149f0112c2014ac8052c2014ab01188e014ac805", + "0x2238052b2016238056ec044be0052b2014be00527a044b28052b2014b2805", + "0xa401102256402b3000a520088112b20140880702311cbe1652f6584ab005", + "0x2925022044ac8052ea014a40110225640294b00ad20088112b201598805", + "0x281125c0440895900a05402851022044ac8052ac0149281102256402814", + "0x224007092046248052b201624805056046248052b201408b6402312002959", + "0x8c4c00a5640297b00a4f808c4b00a56402b2f00a55808c4a00a56402c49", + "0x881189e014089530231380295900b128028de0231340295900a5f00293d", + "0x2925022044ac8052ea014a40110225640294b00ad20088112b201408807", + "0xba0052ac0440895900a05402851022044ac8052ac0149281102256402814", + "0x6f0112b4014ac8052fe0149e8118a2014ac8052fc0149f0118a0014ac805", + "0xbb8052900440895900a0440381102314c028112a6046290052b201596005", + "0x281400a494088112b2014a58056900440895900a5e002948022044ac805", + "0xac8052d0015b38110225640281500a144088112b2014ab00524a04408959", + "0x22a8052b201408b640231500295900a044970110225640296b00acc808811", + "0x297600a55808c5600a56402c558a801c248118aa014ac8058aa01415811", + "0x28de0231340295900a5b80293d0231300295900a5b40293e02312c02959", + "0x8c5800a56402c4c00afd408c5700a56402c4b00a39008c4e00a56402c56", + "0x88118b6014089530231680295900b13802bf70231640295900b13402bf6", + "0x2925022044ac8052d6015990110225640294b00ad20088112b201408807", + "0xb40056ce0440895900a05402851022044ac8052ac0149281102256402814", + "0x293d0231440295900a5c00293e0231400295900a59c02956022044ac805", + "0x8c5700a56402c5000a39008c5200a5640297200a3780895a00a56402971", + "0x295900b14802bf70231640295900a56802bf60231600295900b14402bf5", + "0x2c5d00add408c5d00a56402c5a8b801c278118b8014ac80502213408c5a", + "0x29400231600295900b1600293e02315c0295900b15c0295602317802959", + "0x2c5e00a56402c5e00add808c5900a56402c5900a4f40896500a56402965", + "0x2925022044ac805296015a40110225640281100e0462f4592cb1622b956", + "0x6f00527c0440895900a05402851022044ac8052ac0149281102256402814", + "0xa98118c2014ac8051d80146f0118c0014ac8051b20149e8118be014ac805", + "0x281400a494088112b2014a58056900440895900a0440381102318802811", + "0xac8051e8015b38110225640281500a144088112b2014ab00524a04408959", + "0x295900a3b40293e022044ac80517a015990110225640291000a52008811", + "0xac80502213408c6100a564028e900a37808c6000a564028eb00a4f408c5f", + "0x29560231940295900b19002b750231900295900b1863180709e04631805", + "0x88f700a564028f700a50008c5f00a56402c5f00a4f8088f500a564028f5", + "0x232c601ef17c7a95600b1940295900b19402b760231800295900b1800293d", + "0x1a4011022564028a800a520088112b20147f00528e0440895900a04403811", + "0x2851022044ac8052ac014928110225640281400a494088112b2014a5805", + "0x28117b2046330052b20140892e022044ac805220014a401102256402815", + "0x268118d0014ac8058cf1980384902319c0295900b19c0282b02319c02959", + "0x2358052b2016350056ea046350052b20163446900e13c08c6900a56402811", + "0xac80526e014a00110ec014ac8050ec0149f011226014ac805226014ab011", + "0x3b1132ac016358052b2016358056ec0448e8052b20148e80527a0449b805", + "0xac805104014a40110225640288800a520088112b2014088070231ac8e937", + "0x895900a05002925022044ac805296015a40110225640292000a52008811", + "0x8c6c00a5640281125c0440895900a05402851022044ac8052ac01492811", + "0x295900b1b636007092046368052b201636805056046368052b201408b64", + "0x291d00a4f408c7000a5640287600a4f808c6f00a5640288000a55808c6e", + "0xac80502201c088118e4014089530231c40295900b1b8028de02260402959", + "0x895900a05002925022044ac805296015a40110225640292000a52008811", + "0x2398052b2014908052ac0440895900a05402851022044ac8052ac01492811", + "0xac8051240146f0118e8014ac8052300149e81119c014ac8052360149f011", + "0x88112b2014380052900440895900a044038110231d4028112a6044c1005", + "0x928110225640281400a494088112b2014a58056900440895900a1c402948", + "0x2b32022044ac805268015b38110225640281500a144088112b2014ab005", + "0x23b8050560463b8052b201408b640231d80295900a0449701102256402931", + "0x8c6f00a5640286f00a55808c7800a56402c778ec01c248118ee014ac805", + "0x295900b1e0028de0226040295900a4ac0293d0231c00295900a4cc0293e", + "0x298100afd808c7a00a56402c7000afd408c7900a56402c6f00a39008c71", + "0xac80502201c088118fa014089530231f00295900b1c402bf70231ec02959", + "0x895900a05002925022044ac805296015a40110225640293100acc808811", + "0x88112b20149a0056ce0440895900a05402851022044ac8052ac01492811", + "0x295900a48c0293d0223380295900a4900293e0231cc0295900a4d402956", + "0x28ce00afd408c7900a56402c7300a3900898200a5640286600a37808c74", + "0x884d0231f00295900a60802bf70231ec0295900b1d002bf60231e802959", + "0x8c8000a56402c7f00add408c7f00a56402c7c8fc01c278118fc014ac805", + "0x295900a4dc029400231e80295900b1e80293e0231e40295900b1e402956", + "0x9bc7a8f255802c8000a56402c8000add808c7b00a56402c7b00a4f408937", + "0x895900a05002925022044ac805296015a40110225640281100e0464047b", + "0x898500a5640281109a0440895900a05402851022044ac8052ac01492811", + "0xac80525c014ab011904014ac805902015ba811902014ac8052786140384f", + "0x9e80527a044288052b2014288052800449f0052b20149f00527c04497005", + "0x88070232089e85127c4b8ab005904014ac805904015bb01127a014ac805", + "0x281400a494088112b2014a58056900440895900a12c0288a022044ac805", + "0x295900a044970110225640281500a144088112b2014ab00524a04408959", + "0x2c8490601c24811908014ac80590801415811908014ac80502310408c83", + "0x2b750232180295900a61a4280709e046428052b20140884d02261802959", + "0x882b00a5640282b00a4f80885000a5640285000a55808c8700a56402c86", + "0x295900b21c02b760221300295900a1300293d0220b80295900a0b802940", + "0x88112b2014a58056900440895900a0440381190e1301702b0a055802c87", + "0x1ba8110225640281500a144088112b2014ab00524a0440895900a05002925", + "0x158052b20141580527c044280052b2014280052ac046440052b2014a4005", + "0xac805910015bb011098014ac8050980149e81105c014ac80505c014a0011", + "0x88052ac0440d01500e5640295700adbc08c880980b8158502ac01644005", + "0x9e81100e014ac80500e014a001100a014ac80500a0149f011022014ac805", + "0x295900a05c0292002205c0a0072b20140a0051fc044718052b201471805", + "0xa88051ec044a89522a65540d9562b20140b81a1c601c028110283dc08817", + "0x894b00a5640294e00a3d4088112b20140880702253002c8929c014ac807", + "0xac8052ac014b2811086014ac80504c0147a01104c52c0395900a52c02965", + "0x1581105c014ac80505610c038880220ac0295900a140028f4022140ab007", + "0x895900a04403811098016450112b201c17005104044170052b201417005", + "0x88112b2014a580524a0440895900a55802925022044ac80502a015a4011", + "0x15811292014ac8050231080894a00a5640281125c0440895900a05002851", + "0xa38052b20140884d0225200295900a524a5007092044a48052b2014a4805", + "0x281b00a558088e400a5640294600add40894600a5640294828e01c27811", + "0x293d02254c0295900a54c029400225540295900a5540293e02206c02959", + "0x38111c8548a9955036558028e400a564028e400add80895200a56402952", + "0x7e8111e20500395900a050028fe022044ac8050980144501102256402811", + "0x890052b201408b9d02243c0295900a42c028f802212c858072b201478805", + "0x28f80224501e0072b2014879122a638c46811224014ac80522401415811", + "0x395900a45c8a03c1c62340891400a5640291400a0ac0891700a5640284b", + "0xb28110841a00395900a4640d8070f80448c8052b20148c8050560448c83d", + "0x295900a108028810224940295900a144028f4022144ab0072b2014ab005", + "0xac80507a014a0011260014ac8052600148b011260014ac80502224c0892e", + "0x248072b201c9292e260548aa956722044340052b2014340052ac0441e805", + "0x9f0052b20140a15629638e218110225640281100e044a013f09e38e4584d", + "0x295900a0449b811278014ac80527a014af81127a014ac80527c014b9811", + "0x9b8052b2014089340224e00295900a0449a8110ac014ac8050224d80893a", + "0x893400a564028112620449a8052b20140885f0224d80295900a04499011", + "0x958110be014ac8050224cc0893200a5640293426a4d89b9380ac4e80a863", + "0x91811266014ac8050224900886300a56402811254044988052b20142f805", + "0x284900a4f80892a00a5640292b2624c8718660224ac0295900a4cc31807", + "0xabb960224f00295900a4f002b950221340295900a1340293d02212402959", + "0x892000b230908052b201c330050e00443312324838cac8052784a826849", + "0x3b7c0221bc0295900a044a90110225640292100a1c4088112b201408807", + "0x340052b2014340052ac044388052b2014380056fa044380052b201437815", + "0xac8052460149e81107a014ac80507a014a0011248014ac8052480149f011", + "0xac80502201c088712460f4920682ac014388052b2014388056ec04491805", + "0xac8050d0014ab0110e6014ac805240015ba8110225640281500ad2008811", + "0x9180527a0441e8052b20141e805280044920052b20149200527c04434005", + "0x88070221cc9183d2481a0ab0050e6014ac8050e6015bb011246014ac805", + "0x294b00a494088112b2014ab00524a0440895900a05402b48022044ac805", + "0x294023c01c2781123c014ac805022134088112b20140a0050a204408959", + "0x293e0221a00295900a1a0029560224740295900a1d802b750221d802959", + "0x893f00a5640293f00a4f40883d00a5640283d00a5000884f00a5640284f", + "0x1a40110225640281100e0448e93f07a13c3415600a4740295900a47402b76", + "0x2b75022044ac805028014288110225640295600a494088112b20140a805", + "0x895500a5640295500a4f80881b00a5640281b00a5580891c00a5640294c", + "0x295900a47002b760225480295900a5480293d02254c0295900a54c02940", + "0xab0052b20140892e02255c0295900a04497011238548a99550365580291c", + "0xac8e302a016230110225640281400b1140881502801cac8051c601622011", + "0xd0052b20140d00588e0440895900a044038110360164701700b2340d005", + "0xab15703438e240112ac014ac8052ac0146f0112ae014ac8052ae0146f011", + "0x895100a5640295300afdc0895200a5640295500afdc089532aa01cac805", + "0x895900a0440381102205c02c49022044ac80502201c0881191e01408953", + "0xac80502312c088112b20140880702253002c9029c014ac80703601625011", + "0x2c4c0220980295900a52cab807092044a58052b2014a5805056044a5805", + "0x895900a0ac029250220ac280072b20142180589a0442194e00e5640294e", + "0x284c04c01c24811098014ac80505c0147a01105c014ac8050a001627011", + "0x2c4e022044ac805292014928112905240395900a53802c4d02252802959", + "0x720052b2014a314a00e1240894600a5640294700a3d00894700a56402948", + "0x8c8f00a044a98112a2014ac8052ac0146f0112a4014ac8051c80146f011", + "0x88f100a564028f100a0ac088f100a564028118a00440895900a04403811", + "0x284b00a5680884b29801cac80529801628811216014ac8051e255c03849", + "0x28f40220f00295900a43c02c4e022044ac8052240149281122443c03959", + "0x1e8072b2014a60052b40448b8052b20148a10b00e1240891400a5640283c", + "0xac8050d00147a0110d0014ac805232016270110225640283d00a49408919", + "0x28de0225480295900a144028de0221440295900a1088b80709204421005", + "0x88112b20149280523c0449712500e5640295200a1cc0895100a56402956", + "0x295900a4b80290b022044ac8052600148f0110924c00395900a54402873", + "0x24894027e01cac80709e134028112af1480884f00a5640284900a42c0884d", + "0x9d00700ed0c0893a00a564028112a40440895900a044038112784f49f0e3", + "0x9e81127e014ac80527e0149f011270014ac8050ac015a20110ac014ac805", + "0x88070224e0a013f1c60149c0052b20149c00568a044a00052b2014a0005", + "0x9e13700e13c0893700a5640281109a0440895900a01c028a8022044ac805", + "0x9e81127c014ac80527c0149f01126a014ac80526c015a301126c014ac805", + "0x892e0224d49e93e1c60149a8052b20149a80568a0449e8052b20149e805", + "0x881500a564028e300b1500881400a564029572ac01c248112ac014ac805", + "0xd8072b20140a0050e60440b8052b201408c550220680295900a05402c4e", + "0xac805034014b28112a6014ac8052aa014858110225640281b00a47808955", + "0x158112a254c0395900a54c02bca02254c0295900a54c0284b0225480d007", + "0x71c92296530a70e32b201ca88172a401c029568ac0440b8052b20140b805", + "0xac805034014928110225640295300a108088112b20140880702214021826", + "0x294c00a4f40882e00a5640294e00a4f80882b00a5640281100a55808811", + "0xac80502201c08811926014089530225280295900a52c0284b02213002959", + "0x294800a06c0894700a56402811126044a414900e5640285000a1cc08811", + "0x293d0220980295900a0980293e02251c0295900a51c0291602252002959", + "0x395900e51ca40111c715c0894900a5640294900a3780884300a56402843", + "0x28150223900295900a39002c58022044ac80502201c088f100b25072146", + "0x1581121e014ac8050231640884b00a5640290b00a0680890b00a564028e4", + "0x295900a4480282b0224480295900a43c25807110044258052b201425805", + "0x88070220f002c950225640391200a2080894600a5640294600a55808912", + "0x291400a0ac0891400a564028118b40440895900a5240291e022044ac805", + "0x288420d038e4b11907a45c7195900e54c8a01a086098ab45602245002959", + "0x170052b20148b80527c044158052b2014a30052ac0440895900a04403811", + "0xac80529401471811294014ac80523201425811098014ac80507a0149e811", + "0x1e8110225640281100e0442480592e4c0970072b201c9280502804492805", + "0x884f00a5640284d00a0680884d00a5640293000a054088112b201497005", + "0xac80502201c0893f00b2600895900e13c0288202213c0295900a13c0282b", + "0xac80527c0144481127c014ac80528001442011280014ac80502254808811", + "0x88112b20149f8051140440895900a04403811023264028112a60449e805", + "0x9e8052b20149d0051120449d0052b20149e00513c0449e0052b201408952", + "0xac80527001606811270014ac8050ac014ae0110ac014ac80527a0144f811", + "0x2600527a044170052b20141700527c044158052b2014158052ac0449b805", + "0x281100e0449b84c05c0acab80526e014ac80526e01607011098014ac805", + "0x295900a0462e01126c014ac8050224b8088112b20142480507a04408959", + "0x281109a0449a0052b20149a93600e1240893500a5640293500a0ac08935", + "0xab011262014ac8050be016078110be014ac8052684c80384f0224c802959", + "0x260052b20142600527a044170052b20141700527c044158052b201415805", + "0x9f0110225640281100e0449884c05c0acab805262014ac80526201607011", + "0x958052b2014288051bc044998052b20142100527a044318052b201434005", + "0x2842022044ac805078014450110225640281100e04408c9a00a044a9811", + "0x293d02218c0295900a0980293e022044ac8050340149281102256402953", + "0x27811254014ac8050221340892b00a5640294900a3780893300a56402843", + "0x295900a5180295602248c0295900a49002c0f0224900295900a4ac95007", + "0x292300b0380893300a5640293300a4f40886300a5640286300a4f808946", + "0x895900a5240291e022044ac80502201c0892326618ca315700a48c02959", + "0x886600a5640281125c0440895900a06802925022044ac8052a601421011", + "0x295900a48433007092044908052b201490805056044908052b201408b30", + "0x287000b03c0887000a564029200de01c278110de014ac80502213408920", + "0x293d0220980295900a0980293e0223c40295900a3c4029560221c402959", + "0x89170221c4218261e255c0287100a5640287100b0380884300a56402843", + "0xd0070920440b8052b2014ab8051e80440d0052b20140892e022044ac805", + "0xa98052b2014aa81b00e1240895500a5640295600a3d00881b00a56402817", + "0xac8052a20147f0110225640295200a144089512a401cac8050280149c811", + "0x28f9022044ac805296014a40112965300395900a538028fd022538a8807", + "0x280052b20142195300e1240884300a5640282600a3e00882600a5640294c", + "0xac80505c0147c8110225640282b00a5200882e05601cac8052a20147e811", + "0x2bca0225240295900a52828007092044a50052b2014260051f004426005", + "0xa30052b2014a38052fc044a38052b2014a40051c6044a401500e56402815", + "0x28e429201c248111c8014ac8051c8014158111c8014ac80528c0162e811", + "0x284b0220140295900a0140293e0220440295900a044029560223c402959", + "0xac8051e2054028112af178088f100a564028f100a3780881500a56402815", + "0x88112b2014088070220f002c9b224014ac80721e0162f81121e12c858e3", + "0x295900a38c02c61022044ac80522e014a381122e4500395900a44802c60", + "0xac805228014398110d0014ac80502318c0891900a5640283d00b1380883d", + "0x8c8052ca044928052b2014288052160440895900a1080291e02214421007", + "0x340052b2014340050560449812500e5640292500af280892e23201cac805", + "0x88070224f8a013f1c72702784d09238cac8072601a09700709655a2b011", + "0x290b00a558088112b20148c80524a0440895900a49402842022044ac805", + "0x284b0224e80295900a1340293d0224f00295900a1240293e0224f402959", + "0x293e00a1cc088112b2014088070220464e80502254c0885600a5640284f", + "0x29160224dc0295900a4dc0281b0224d80295900a0444981126e4e003959", + "0x894000a5640294000a4f40893f00a5640293f00a4f80893600a56402936", + "0x893200b2789a13500e5640393626e42c71c570224e00295900a4e0028de", + "0x885f00a5640293400a0540893400a5640293400b160088112b201408807", + "0x988052b201498805056044318052b201408c590224c40295900a17c0281a", + "0x295900a4cc0282b022044ac80502255c0893300a5640286326201c44011", + "0x88070224ac02c9f0225640393300a2080893500a5640293500a55808933", + "0x292a00a0ac0892a00a564028118c80440895900a4e00291e022044ac805", + "0x3792024238e500662464907195900e494951192804fcab4560224a802959", + "0x9f01127a014ac80526a014ab0110225640281122e0440895900a04403811", + "0x2b0052b2014330050960449d0052b20149180527a0449e0052b201492005", + "0x381123c016508730e201cac8070e00140a0110e0014ac8050ac01471811", + "0x281a0221d80295900a1cc02815022044ac8050e20141e81102256402811", + "0x891b00a5640291c00ad500891c00a5640291d00ad4c0891d00a56402876", + "0x295900a4e80293d0224f00295900a4f00293e0224f40295900a4f402956", + "0x88112b20140880702246c9d13c27a55c0291b00a5640291b00ad400893a", + "0x15811124014ac8050231700891800a5640281125c0440895900a4780283d", + "0x30052b20140884d0222440295900a2488c007092044490052b201449005", + "0x293d00a5580888800a5640288000ad3c0888000a5640289100c01c27811", + "0x2b500224e80295900a4e80293d0224f00295900a4f00293e0224f402959", + "0x292100a4f8088112b2014088070222209d13c27a55c0288800a56402888", + "0x89530222240295900a1bc028de0222100295900a4800293d02220802959", + "0xac80524a014210110225640292b00a228088112b20140880702204651005", + "0xac8052800149e811104014ac80527e0149f0110225640291900a49408811", + "0x295900a044268110225640281122e044448052b20149c0051bc04442005", + "0x9a8052ac044468052b20143d80569e0443d8052b20144488a00e13c0888a", + "0x1a8011108014ac8051080149e811104014ac8051040149f01126a014ac805", + "0x9c00523c0440895900a0440381111a210411352ae014468052b201446805", + "0xac8050224b8088112b20148c80524a0440895900a49402842022044ac805", + "0x4087c00e1240888100a5640288100a0ac0888100a564028116600443e005", + "0x1a781113a014ac8051264580384f0224580295900a04426811126014ac805", + "0x9f8052b20149f80527c044990052b2014990052ac0444f0052b20144e805", + "0x4f14027e4c8ab80513c014ac80513c015a8011280014ac8052800149e811", + "0x889f00a5640283c00ad3c088112b20147180580e0440895900a04403811", + "0x295900a01c0293d02212c0295900a12c0293e02242c0295900a42c02956", + "0x29591c604402c6502227c0384b21655c0289f00a5640289f00ad4008807", + "0x15811028014ac805023198088112b20140880702255802ca42ae016518e3", + "0x395900a38c02c670220540295900a050028070920440a0052b20140a005", + "0x2851022044ac805036014928112aa06c0b8e32b20140d0058d00440d0e3", + "0x248112a4014ac8052a60147a0112a6014ac80502e0162701102256402955", + "0xac80529c0163401129c38c0395900a38c02c670225440295900a5480a807", + "0xa580589c0440895900a09802851022044ac8052980149281104c52ca60e3", + "0x882b00a564028502a201c248110a0014ac8050860147a011086014ac805", + "0xac805098014928110225640282e00a4940894a0980b87195900a38c02c68", + "0x294802251ca40072b2014a48051fa044a494a00e5640294a00a3f808811", + "0x248111c8014ac80528c0147c01128c014ac8052900147c81102256402947", + "0xac805216014a401109642c0395900a528028fd0223c40295900a39015807", + "0x890f100e1240891200a5640290f00a3e00890f00a5640284b00a3e408811", + "0x380500e014ac80500e0146f011078014ac8050780146f011078014ac805", + "0x295900a4500282b0224500295900a046348110225640281100e0440383c", + "0x2c6b0220f4ab8072b2014ab8058d40448b8052b20148a00500e12408914", + "0x88112b2014210050a20440895900a1a002925022108341191c65640283d", + "0xac80524a45c038490224940295900a144028f40221440295900a46402c4e", + "0x884f09a1247195900a4c002c6b0224c0ab8072b2014ab8058d404497005", + "0x893f00a5640284d00b138088112b2014278050a20440895900a12402925", + "0xac8052ae0163581127c014ac8052804b8038490225000295900a4fc028f4", + "0x9d0051fc0440895900a4f002925022044ac80527a014928112744f09e8e3", + "0x88112b20149b8052900449b93800e5640285600a3f40885627401cac805", + "0xac80526a4f8038490224d40295900a4d8028f80224d80295900a4e0028f9", + "0x2f8051f20440895900a4c80294802217c990072b20149d0051fa0449a005", + "0x893300a5640286326801c248110c6014ac8052620147c011262014ac805", + "0x880702201c9980700a01c0295900a01c028de0224cc0295900a4cc028de", + "0x2807092044958052b201495805056044958052b201408c6c022044ac805", + "0x918e32b2014920058dc0449215600e5640295600b1b40892a00a5640292b", + "0xac805246016270110225640292100a3c8088112b20143300524a04490866", + "0x2c6d0221c00295900a1bc95007092044378052b2014900051e804490005", + "0xac8050e6014928110ec478398e32b2014388058dc0443895600e56402956", + "0xac80523a0147a01123a014ac80523c016270110225640287600a3c808811", + "0x88911244607195900a55802c6e02246c0295900a470380070920448e005", + "0x880600a5640289100b1bc088112b20144900524a0440895900a46002925", + "0x281100e0444400594a2000295900e018028a002246c0295900a46c028de", + "0xac80510401415811104014ac805022284088112b20144000528e04408959", + "0x88112b20144400528e0440895900a04403811023298028112a604442005", + "0x295900a21003807092044420052b201444805056044448052b2014088a2", + "0x888a23601c0288a00a5640288a00a3780891b00a5640291b00a3780888a", + "0x88070220540a00794e558ab8072b201c0281100e014088112b201408917", + "0x295700a558088112b2014089570220680295900a01c028e3022044ac805", + "0x88112b20140880702255402ca803605c0395900e0680281402255c02959", + "0x295900a54c028260225480295900a05c0281b02254c0295900a06c0294b", + "0x2181129c014ac805022548088112b2014088070220465480502254c08951", + "0xa88052b2014a600504c044a90052b2014aa805036044a60052b2014a7005", + "0xac80502245c088112b20140880702209802caa296014ac8072a201428011", + "0x285000a0ac0885000a5640284300a0680884300a5640294b00a05408811", + "0xab01105c014ac8052a401485811056014ac8050a038c0384902214002959", + "0x170052b201417005096044ab0052b2014ab00527c044ab8052b2014ab805", + "0x29492941307195900a0ac171562ae55e2f011056014ac8050560146f011", + "0xac80504c014a38110225640281122e0440895900a04403811292528260e3", + "0xac80529038c03c700225200295900a044a90110225640295200a0f408811", + "0xab00527c044ab8052b2014ab8052ac044a30052b2014a3805302044a3805", + "0xac80502201c089462ac55c7180528c014ac80528c016388112ac014ac805", + "0x720052b20140892e022044ac80500e01421011022564028e300a47808811", + "0xac8051e2390038490223c40295900a3c40282b0223c40295900a0448e011", + "0x878058e6044878052b20148584b00e13c0884b00a5640281109a04485805", + "0x23881102a014ac80502a0149f011028014ac805028014ab011224014ac805", + "0x760110c6558440ed1d8044319560ac4480a8141c6014890052b201489005", + "0x28111d63b4760110c6558440ed1d80443195602255c7180700a044758ed", + "0x2559571c601c028111d63b4760110c6558440ed1d8044319568c655c71807", + "0x89571103b4760112af2b07180700a044758ed1d8044ab8881da3b008957", + "0x28111d63b4760110c6558440ed1d80443195695a38c038050223ac768ec", + "0x2579571c601c028111d63b4760110c6558440ed1d80443195695c55c71807", + "0x760110c655a581571c601c028111d63b4760110c6558440ed1d804431956", + "0x319561103b4760110c655a589571c601c028111d63b4760110c6558440ed", + "0x758ed1d8044319561103b4760110c655a591571c601c028111d63b476011", + "0x7180700a044758ed1d8044319561103b4760110c655a599571c601c02811", + "0x3195696a55c7180700a044758ed1d8044319561103b4760110c655a5a157", + "0x440ed1d80443195696c55c7180700a044758ed1d8044319561103b476011", + "0x760110c6558440ed1d80443195696e55c7180700a044758ed1d804431956", + "0x28111d63b4760110c6558440ed1d80443195697055c7180700a044758ed", + "0x25d1571c601c028111d63b4760110c6558440ed1d80443195697255c71807", + "0x760110c655a5d9571c601c028111d63b4760110c6558440ed1d804431956", + "0x319561103b4760110c655a5e1571c601c028111d63b4760110c6558440ed", + "0x758ed1d8044319561103b4760110c655a5e9571c601c028111d63b476011", + "0x7180700a044758ed1d8044319561103b4760110c655a5f1571c601c02811", + "0x440ed1d8044abcc01c601c028111d63b4760112ae220768ec02255e5f957", + "0x28111d63b4760112ae220768ec02255e608e300e014088eb1da3b008957", + "0x768ec02255e618e300e014088eb1da3b0089571103b4760112af30871807", + "0x768ec02218cab0881da3b0088632ad3107180700a044758ed1d8044ab888", + "0x5e8ed0c63b00881798c014088e502201c4401100f314ab8e300e014088eb", + "0x881498e0680a8142ac55c7180700a044790ed0c63b00895600c22017026", + "0x318ec022052641562ae38c03805022430768631d8044ab02e1483b4318ec", + "0x520ed0c63b008814992558ab8e300e0140890d1da18c760112ac098520ed", + "0x130261483b4318ec02205e651562ae38c03805022440768631d8044ab02e", + "0x318ec02206a6581a02a050ab1571c601c028112263b4318ec0225584402e", + "0x88159980540a1562ae38c038050223c8768631d8044ab02e04c0985e8ed", + "0x881a99a050ab1571c601c028112263b4318ec022558170261483b4318ec", + "0x267015028558ab8e300e014089131da18c760112ac124130261483b4318ec", + "0x881a99e558ab8e300e014089101da18c760112ac0b8520ed0c63b008814", + "0x268015028558ab8e300e014088f21da18c760112ac0b81302617a3b4318ec", + "0xab8260e23b4760112ad3447180700a0448e8ed1d8044ab8711da3b008957", + "0x318ec022558030061483b4318ec022056691571c601c0281123c3b476011", + "0x895600c2201702617a3b4318ec02205e698142ac55c7180700a044898ed", + "0x170261483b4318ec0220566a01a02a050ab1571c601c028111e43b4318ec", + "0x4402e04c098768ec0220566a8142ac55c7180700a044898ed0c63b008956", + "0xab00605c290768631d80440acd6028558ab8e300e014089311da3b008957", + "0xab02e04c290768631d80440acd7028558ab8e300e014089131da18c76011", + "0x1702604c290768631d80440d4d8028558ab8e300e014089311da18c76011", + "0x130a41da18c7601102b3640a8142ac55c7180700a044898ed0c63b008956", + "0x760e327e2f4768ec2af3680a1562ae38c0380502244c768631d8044ab02e", + "0x7180700a044988ed1d8044ab8061c83b4760112ad36c7180700a044790ed", + "0xab1571c601c028112183b4760112ae2201702604c520768ec02206a6e157", + "0x760111c6050440ec02255e6f00700a0440a01400e0500a04f1c73740a814", + "0x26f8e300e01408955" + ], + "entry_points_by_type": { + "CONSTRUCTOR": [ + { + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "function_idx": 28 + } + ], + "EXTERNAL": [ + { + "selector": "0x52580a92c73f4428f1a260c5d768ef462b25955307de00f99957df119865d", + "function_idx": 25 + }, + { + "selector": "0x2962ba17806af798afa6eaf4aa8c93a9fb60a3e305045b6eea33435086cae9", + "function_idx": 16 + }, + { + "selector": "0x41b033f4a31df8067c24d1e9b550a2ce75fd4a29e1147af9752174f0e6cb20", + "function_idx": 18 + }, + { + "selector": "0xb180e2fe9f14914416216da76338ac0beb980443725c802af615f8431fdb1e", + "function_idx": 20 + }, + { + "selector": "0xd5d33d590e6660853069b37a2aea67c6fdaa0268626bc760350b590490feb5", + "function_idx": 27 + }, + { + "selector": "0xd86ca3d41635e20c180181046b11abcf19e1bdef3dcaa4c180300ccca1813f", + "function_idx": 12 + }, + { + "selector": "0xfe80f537b66d12a00b6d3c072b44afbb716e78dde5c3f0ef116ee93d3e3283", + "function_idx": 22 + }, + { + "selector": "0x10afda8059ba2a1532119bd61893d785a1234b13d88881862c113c2ebdfa57b", + "function_idx": 1 + }, + { + "selector": "0x12a7823b0c6bee58f8c694888f32f862c6584caa8afa0242de046d298ba684d", + "function_idx": 6 + }, + { + "selector": "0x14a390f291e2e1f29874769efdef47ddad94d76f77ff516fad206a385e8995f", + "function_idx": 26 + }, + { + "selector": "0x16f0218b33b5cf273196787d7cf139a9ad13d58e6674dcdce722b3bf8389863", + "function_idx": 9 + }, + { + "selector": "0x19d59d013d4aa1a8b1ce4c8299086f070733b453c02d0dc46e735edc04d6444", + "function_idx": 17 + }, + { + "selector": "0x2016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0", + "function_idx": 23 + }, + { + "selector": "0x216b05c387bab9ac31918a3e61672f4618601f3c598a2f3f2710f37053e1ea4", + "function_idx": 4 + }, + { + "selector": "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "function_idx": 11 + }, + { + "selector": "0x21cdf9aedfed41bc4485ae779fda471feca12075d9127a0fc70ac6b3b3d9c30", + "function_idx": 21 + }, + { + "selector": "0x226ad7e84c1fe08eb4c525ed93cccadf9517670341304571e66f7c4f95cbe54", + "function_idx": 5 + }, + { + "selector": "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd", + "function_idx": 2 + }, + { + "selector": "0x2a3bb1eaa05b77c4b0eeee0116a3177c6d62319dd7149ae148185d9e09de74a", + "function_idx": 24 + }, + { + "selector": "0x2aa3ea196f9b8a4f65613b67fcf185e69d8faa9601a3382871d15b3060e30dd", + "function_idx": 14 + }, + { + "selector": "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "function_idx": 19 + }, + { + "selector": "0x2e4263afad30923c891518314c3c95dbe830a16874e8abc5777a9a20b54c76e", + "function_idx": 15 + }, + { + "selector": "0x309065f1424d76d4a4ace2ff671391d59536e0297409434908d38673290a749", + "function_idx": 13 + }, + { + "selector": "0x3552df12bdc6089cf963c40c4cf56fbfd4bd14680c244d1c5494c2790f1ea5c", + "function_idx": 8 + }, + { + "selector": "0x356e031d0eb85d7d18caddcba9e6d00a082a6154063068fd6bc45b16da68cb0", + "function_idx": 0 + }, + { + "selector": "0x35a73cd311a05d46deda634c5ee045db92f811b4e74bca4437fcb5302b7af33", + "function_idx": 7 + }, + { + "selector": "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "function_idx": 3 + }, + { + "selector": "0x3704ffe8fba161be0e994951751a5033b1462b918ff785c0a636be718dfdb68", + "function_idx": 10 + } + ], + "L1_HANDLER": [] + }, + "abi": "[{\"type\": \"struct\", \"name\": \"core::integer::u256\", \"members\": [{\"name\": \"low\", \"type\": \"core::integer::u128\"}, {\"name\": \"high\", \"type\": \"core::integer::u128\"}]}, {\"type\": \"struct\", \"name\": \"core::array::Span::\", \"members\": [{\"name\": \"snapshot\", \"type\": \"@core::array::Array::\"}]}, {\"type\": \"function\", \"name\": \"safe_mint\", \"inputs\": [{\"name\": \"recipient\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"token_id\", \"type\": \"core::integer::u256\"}, {\"name\": \"data\", \"type\": \"core::array::Span::\"}, {\"name\": \"token_uri\", \"type\": \"core::felt252\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"safeMint\", \"inputs\": [{\"name\": \"recipient\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"tokenId\", \"type\": \"core::integer::u256\"}, {\"name\": \"data\", \"type\": \"core::array::Span::\"}, {\"name\": \"tokenURI\", \"type\": \"core::felt252\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"enum\", \"name\": \"core::bool\", \"variants\": [{\"name\": \"False\", \"type\": \"()\"}, {\"name\": \"True\", \"type\": \"()\"}]}, {\"type\": \"function\", \"name\": \"supportsInterface\", \"inputs\": [{\"name\": \"interface_id\", \"type\": \"core::felt252\"}], \"outputs\": [{\"type\": \"core::bool\"}], \"state_mutability\": \"view\"}, {\"type\": \"impl\", \"name\": \"ERC721MetadataImpl\", \"interface_name\": \"openzeppelin::token::erc721::interface::IERC721Metadata\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::token::erc721::interface::IERC721Metadata\", \"items\": [{\"type\": \"function\", \"name\": \"name\", \"inputs\": [], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"symbol\", \"inputs\": [], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"token_uri\", \"inputs\": [{\"name\": \"token_id\", \"type\": \"core::integer::u256\"}], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"view\"}]}, {\"type\": \"impl\", \"name\": \"ERC721MetadataCamelOnly\", \"interface_name\": \"openzeppelin::token::erc721::interface::IERC721MetadataCamelOnly\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::token::erc721::interface::IERC721MetadataCamelOnly\", \"items\": [{\"type\": \"function\", \"name\": \"tokenURI\", \"inputs\": [{\"name\": \"tokenId\", \"type\": \"core::integer::u256\"}], \"outputs\": [{\"type\": \"core::felt252\"}], \"state_mutability\": \"view\"}]}, {\"type\": \"impl\", \"name\": \"ERC721Impl\", \"interface_name\": \"openzeppelin::token::erc721::interface::IERC721\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::token::erc721::interface::IERC721\", \"items\": [{\"type\": \"function\", \"name\": \"balance_of\", \"inputs\": [{\"name\": \"account\", \"type\": \"core::starknet::contract_address::ContractAddress\"}], \"outputs\": [{\"type\": \"core::integer::u256\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"owner_of\", \"inputs\": [{\"name\": \"token_id\", \"type\": \"core::integer::u256\"}], \"outputs\": [{\"type\": \"core::starknet::contract_address::ContractAddress\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"safe_transfer_from\", \"inputs\": [{\"name\": \"from\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"to\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"token_id\", \"type\": \"core::integer::u256\"}, {\"name\": \"data\", \"type\": \"core::array::Span::\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"transfer_from\", \"inputs\": [{\"name\": \"from\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"to\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"token_id\", \"type\": \"core::integer::u256\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"approve\", \"inputs\": [{\"name\": \"to\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"token_id\", \"type\": \"core::integer::u256\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"set_approval_for_all\", \"inputs\": [{\"name\": \"operator\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"approved\", \"type\": \"core::bool\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"get_approved\", \"inputs\": [{\"name\": \"token_id\", \"type\": \"core::integer::u256\"}], \"outputs\": [{\"type\": \"core::starknet::contract_address::ContractAddress\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"is_approved_for_all\", \"inputs\": [{\"name\": \"owner\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"operator\", \"type\": \"core::starknet::contract_address::ContractAddress\"}], \"outputs\": [{\"type\": \"core::bool\"}], \"state_mutability\": \"view\"}]}, {\"type\": \"impl\", \"name\": \"ERC721CamelOnly\", \"interface_name\": \"openzeppelin::token::erc721::interface::IERC721CamelOnly\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::token::erc721::interface::IERC721CamelOnly\", \"items\": [{\"type\": \"function\", \"name\": \"balanceOf\", \"inputs\": [{\"name\": \"account\", \"type\": \"core::starknet::contract_address::ContractAddress\"}], \"outputs\": [{\"type\": \"core::integer::u256\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"ownerOf\", \"inputs\": [{\"name\": \"tokenId\", \"type\": \"core::integer::u256\"}], \"outputs\": [{\"type\": \"core::starknet::contract_address::ContractAddress\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"safeTransferFrom\", \"inputs\": [{\"name\": \"from\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"to\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"tokenId\", \"type\": \"core::integer::u256\"}, {\"name\": \"data\", \"type\": \"core::array::Span::\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"transferFrom\", \"inputs\": [{\"name\": \"from\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"to\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"tokenId\", \"type\": \"core::integer::u256\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"setApprovalForAll\", \"inputs\": [{\"name\": \"operator\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"approved\", \"type\": \"core::bool\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"getApproved\", \"inputs\": [{\"name\": \"tokenId\", \"type\": \"core::integer::u256\"}], \"outputs\": [{\"type\": \"core::starknet::contract_address::ContractAddress\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"isApprovedForAll\", \"inputs\": [{\"name\": \"owner\", \"type\": \"core::starknet::contract_address::ContractAddress\"}, {\"name\": \"operator\", \"type\": \"core::starknet::contract_address::ContractAddress\"}], \"outputs\": [{\"type\": \"core::bool\"}], \"state_mutability\": \"view\"}]}, {\"type\": \"impl\", \"name\": \"SRC5Impl\", \"interface_name\": \"openzeppelin::introspection::interface::ISRC5\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::introspection::interface::ISRC5\", \"items\": [{\"type\": \"function\", \"name\": \"supports_interface\", \"inputs\": [{\"name\": \"interface_id\", \"type\": \"core::felt252\"}], \"outputs\": [{\"type\": \"core::bool\"}], \"state_mutability\": \"view\"}]}, {\"type\": \"impl\", \"name\": \"OwnableImpl\", \"interface_name\": \"openzeppelin::access::ownable::interface::IOwnable\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::access::ownable::interface::IOwnable\", \"items\": [{\"type\": \"function\", \"name\": \"owner\", \"inputs\": [], \"outputs\": [{\"type\": \"core::starknet::contract_address::ContractAddress\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"transfer_ownership\", \"inputs\": [{\"name\": \"new_owner\", \"type\": \"core::starknet::contract_address::ContractAddress\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"renounce_ownership\", \"inputs\": [], \"outputs\": [], \"state_mutability\": \"external\"}]}, {\"type\": \"impl\", \"name\": \"OwnableCamelOnlyImpl\", \"interface_name\": \"openzeppelin::access::ownable::interface::IOwnableCamelOnly\"}, {\"type\": \"interface\", \"name\": \"openzeppelin::access::ownable::interface::IOwnableCamelOnly\", \"items\": [{\"type\": \"function\", \"name\": \"transferOwnership\", \"inputs\": [{\"name\": \"newOwner\", \"type\": \"core::starknet::contract_address::ContractAddress\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"renounceOwnership\", \"inputs\": [], \"outputs\": [], \"state_mutability\": \"external\"}]}, {\"type\": \"constructor\", \"name\": \"constructor\", \"inputs\": []}, {\"type\": \"event\", \"name\": \"openzeppelin::token::erc721::erc721::ERC721Component::Transfer\", \"kind\": \"struct\", \"members\": [{\"name\": \"from\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"to\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"token_id\", \"type\": \"core::integer::u256\", \"kind\": \"key\"}]}, {\"type\": \"event\", \"name\": \"openzeppelin::token::erc721::erc721::ERC721Component::Approval\", \"kind\": \"struct\", \"members\": [{\"name\": \"owner\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"approved\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"token_id\", \"type\": \"core::integer::u256\", \"kind\": \"key\"}]}, {\"type\": \"event\", \"name\": \"openzeppelin::token::erc721::erc721::ERC721Component::ApprovalForAll\", \"kind\": \"struct\", \"members\": [{\"name\": \"owner\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"operator\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"approved\", \"type\": \"core::bool\", \"kind\": \"data\"}]}, {\"type\": \"event\", \"name\": \"openzeppelin::token::erc721::erc721::ERC721Component::Event\", \"kind\": \"enum\", \"variants\": [{\"name\": \"Transfer\", \"type\": \"openzeppelin::token::erc721::erc721::ERC721Component::Transfer\", \"kind\": \"nested\"}, {\"name\": \"Approval\", \"type\": \"openzeppelin::token::erc721::erc721::ERC721Component::Approval\", \"kind\": \"nested\"}, {\"name\": \"ApprovalForAll\", \"type\": \"openzeppelin::token::erc721::erc721::ERC721Component::ApprovalForAll\", \"kind\": \"nested\"}]}, {\"type\": \"event\", \"name\": \"openzeppelin::introspection::src5::SRC5Component::Event\", \"kind\": \"enum\", \"variants\": []}, {\"type\": \"event\", \"name\": \"openzeppelin::access::ownable::ownable::OwnableComponent::OwnershipTransferred\", \"kind\": \"struct\", \"members\": [{\"name\": \"previous_owner\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"new_owner\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}]}, {\"type\": \"event\", \"name\": \"openzeppelin::access::ownable::ownable::OwnableComponent::OwnershipTransferStarted\", \"kind\": \"struct\", \"members\": [{\"name\": \"previous_owner\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}, {\"name\": \"new_owner\", \"type\": \"core::starknet::contract_address::ContractAddress\", \"kind\": \"key\"}]}, {\"type\": \"event\", \"name\": \"openzeppelin::access::ownable::ownable::OwnableComponent::Event\", \"kind\": \"enum\", \"variants\": [{\"name\": \"OwnershipTransferred\", \"type\": \"openzeppelin::access::ownable::ownable::OwnableComponent::OwnershipTransferred\", \"kind\": \"nested\"}, {\"name\": \"OwnershipTransferStarted\", \"type\": \"openzeppelin::access::ownable::ownable::OwnableComponent::OwnershipTransferStarted\", \"kind\": \"nested\"}]}, {\"type\": \"event\", \"name\": \"nft_card::LzToken::Event\", \"kind\": \"enum\", \"variants\": [{\"name\": \"ERC721Event\", \"type\": \"openzeppelin::token::erc721::erc721::ERC721Component::Event\", \"kind\": \"flat\"}, {\"name\": \"SRC5Event\", \"type\": \"openzeppelin::introspection::src5::SRC5Component::Event\", \"kind\": \"flat\"}, {\"name\": \"OwnableEvent\", \"type\": \"openzeppelin::access::ownable::ownable::OwnableComponent::Event\", \"kind\": \"flat\"}]}]" +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/class/0x3297a93c52357144b7da71296d7e8231c3e0959f0a1d37222204f2f7712010e.json b/clients/feeder/testdata/mainnet/class/0x3297a93c52357144b7da71296d7e8231c3e0959f0a1d37222204f2f7712010e.json index 18dddb91ef..a7123e480e 100644 --- a/clients/feeder/testdata/mainnet/class/0x3297a93c52357144b7da71296d7e8231c3e0959f0a1d37222204f2f7712010e.json +++ b/clients/feeder/testdata/mainnet/class/0x3297a93c52357144b7da71296d7e8231c3e0959f0a1d37222204f2f7712010e.json @@ -1,3916 +1,3916 @@ { - "abi": [ + "abi": [ + { + "inputs": [ + { + "name": "amount", + "type": "felt" + } + ], + "name": "increase_balance", + "outputs": [], + "type": "function" + }, + { + "inputs": [], + "name": "get_balance", + "outputs": [ + { + "name": "res", + "type": "felt" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "constructor", + "outputs": [], + "type": "constructor" + } + ], + "program": { + "attributes": [ { - "inputs": [ - { - "name": "amount", - "type": "felt" - } + "accessible_scopes": [ + "__main__", + "__main__", + "__main__.increase_balance" ], - "name": "increase_balance", - "outputs": [], + "value": "Amount should not be negative. Got: {amount}.", + "start_pc": 50, + "name": "error_message", + "end_pc": 54, + "flow_tracking_data": { + "reference_ids": { + "__main__.increase_balance.amount": 37, + "__main__.increase_balance.pedersen_ptr": 39, + "__main__.increase_balance.range_check_ptr": 40, + "__main__.increase_balance.syscall_ptr": 38 + }, + "ap_tracking": { + "group": 6, + "offset": 0 + } + } + } + ], + "prime": "0x800000000000011000000000000000000000000000000000000000000000001", + "compiler_version": "0.10.3", + "identifiers": { + "__main__.HashBuiltin": { + "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", + "type": "alias" + }, + "__main__.assert_nn": { + "destination": "starkware.cairo.common.math.assert_nn", + "type": "alias" + }, + "__main__.balance": { + "type": "namespace" + }, + "__main__.balance.Args": { + "size": 0, + "full_name": "__main__.balance.Args", + "members": {}, + "type": "struct" + }, + "__main__.balance.HashBuiltin": { + "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", + "type": "alias" + }, + "__main__.balance.ImplicitArgs": { + "size": 0, + "full_name": "__main__.balance.ImplicitArgs", + "members": {}, + "type": "struct" + }, + "__main__.balance.Return": { + "cairo_type": "()", + "type": "type_definition" + }, + "__main__.balance.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.balance.addr": { + "pc": 20, + "decorators": [], "type": "function" }, - { - "inputs": [], - "name": "get_balance", - "outputs": [ + "__main__.balance.addr.Args": { + "size": 0, + "full_name": "__main__.balance.addr.Args", + "members": {}, + "type": "struct" + }, + "__main__.balance.addr.ImplicitArgs": { + "size": 2, + "full_name": "__main__.balance.addr.ImplicitArgs", + "members": { + "pedersen_ptr": { + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "offset": 0 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 1 + } + }, + "type": "struct" + }, + "__main__.balance.addr.Return": { + "cairo_type": "(res: felt)", + "type": "type_definition" + }, + "__main__.balance.addr.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.balance.addr.pedersen_ptr": { + "references": [ { - "name": "res", - "type": "felt" + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 20, + "ap_tracking_data": { + "group": 3, + "offset": 0 + } } ], - "stateMutability": "view", - "type": "function" + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__main__.balance.addr.pedersen_ptr", + "type": "reference" }, - { - "inputs": [], - "name": "constructor", - "outputs": [], - "type": "constructor" - } - ], - "program": { - "attributes": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__main__.increase_balance" - ], - "value": "Amount should not be negative. Got: {amount}.", - "start_pc": 50, - "name": "error_message", - "end_pc": 54, - "flow_tracking_data": { - "reference_ids": { - "__main__.increase_balance.amount": 37, - "__main__.increase_balance.pedersen_ptr": 39, - "__main__.increase_balance.range_check_ptr": 40, - "__main__.increase_balance.syscall_ptr": 38 - }, - "ap_tracking": { - "group": 6, + "__main__.balance.addr.range_check_ptr": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 20, + "ap_tracking_data": { + "group": 3, "offset": 0 } } - } - ], - "prime": "0x800000000000011000000000000000000000000000000000000000000000001", - "compiler_version": "0.10.3", - "identifiers": { - "__main__.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.assert_nn": { - "destination": "starkware.cairo.common.math.assert_nn", - "type": "alias" - }, - "__main__.balance": { - "type": "namespace" - }, - "__main__.balance.Args": { - "size": 0, - "full_name": "__main__.balance.Args", - "members": {}, - "type": "struct" - }, - "__main__.balance.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "__main__.balance.ImplicitArgs": { - "size": 0, - "full_name": "__main__.balance.ImplicitArgs", - "members": {}, - "type": "struct" - }, - "__main__.balance.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.balance.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__main__.balance.addr": { - "pc": 20, - "decorators": [], - "type": "function" - }, - "__main__.balance.addr.Args": { - "size": 0, - "full_name": "__main__.balance.addr.Args", - "members": {}, - "type": "struct" - }, - "__main__.balance.addr.ImplicitArgs": { - "size": 2, - "full_name": "__main__.balance.addr.ImplicitArgs", - "members": { - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + ], + "cairo_type": "felt", + "full_name": "__main__.balance.addr.range_check_ptr", + "type": "reference" + }, + "__main__.balance.addr.res": { + "references": [ + { + "value": "cast(916907772491729262376534102982219947830828984996257231353398618781993312401, felt)", + "pc": 20, + "ap_tracking_data": { + "group": 3, "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 } - }, - "type": "struct" - }, - "__main__.balance.addr.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.balance.addr.SIZEOF_LOCALS": { - "value": 0, - "type": "const" + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.addr.res", + "type": "reference" + }, + "__main__.balance.hash2": { + "destination": "starkware.cairo.common.hash.hash2", + "type": "alias" + }, + "__main__.balance.normalize_address": { + "destination": "starkware.starknet.common.storage.normalize_address", + "type": "alias" + }, + "__main__.balance.read": { + "pc": 25, + "decorators": [], + "type": "function" + }, + "__main__.balance.read.Args": { + "size": 0, + "full_name": "__main__.balance.read.Args", + "members": {}, + "type": "struct" + }, + "__main__.balance.read.ImplicitArgs": { + "size": 3, + "full_name": "__main__.balance.read.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + }, + "pedersen_ptr": { + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "offset": 1 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 2 + } }, - "__main__.balance.addr.pedersen_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 20, - "ap_tracking_data": { - "group": 3, - "offset": 0 - } - } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__main__.balance.addr.pedersen_ptr", - "type": "reference" - }, - "__main__.balance.addr.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 20, - "ap_tracking_data": { - "group": 3, - "offset": 0 - } + "type": "struct" + }, + "__main__.balance.read.Return": { + "cairo_type": "(res: felt)", + "type": "type_definition" + }, + "__main__.balance.read.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.balance.read.__storage_var_temp0": { + "references": [ + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 33, + "ap_tracking_data": { + "group": 4, + "offset": 14 } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.addr.range_check_ptr", - "type": "reference" - }, - "__main__.balance.addr.res": { - "references": [ - { - "value": "cast(916907772491729262376534102982219947830828984996257231353398618781993312401, felt)", - "pc": 20, - "ap_tracking_data": { - "group": 3, - "offset": 0 - } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 37, + "ap_tracking_data": { + "group": 4, + "offset": 18 } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.addr.res", - "type": "reference" - }, - "__main__.balance.hash2": { - "destination": "starkware.cairo.common.hash.hash2", - "type": "alias" - }, - "__main__.balance.normalize_address": { - "destination": "starkware.starknet.common.storage.normalize_address", - "type": "alias" - }, - "__main__.balance.read": { - "pc": 25, - "decorators": [], - "type": "function" - }, - "__main__.balance.read.Args": { - "size": 0, - "full_name": "__main__.balance.read.Args", - "members": {}, - "type": "struct" - }, - "__main__.balance.read.ImplicitArgs": { - "size": 3, - "full_name": "__main__.balance.read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.read.__storage_var_temp0", + "type": "reference" + }, + "__main__.balance.read.pedersen_ptr": { + "references": [ + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 25, + "ap_tracking_data": { + "group": 4, "offset": 0 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 } }, - "type": "struct" - }, - "__main__.balance.read.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.balance.read.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__main__.balance.read.__storage_var_temp0": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 33, - "ap_tracking_data": { - "group": 4, - "offset": 14 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 37, - "ap_tracking_data": { - "group": 4, - "offset": 18 - } - } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.read.__storage_var_temp0", - "type": "reference" - }, - "__main__.balance.read.pedersen_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 25, - "ap_tracking_data": { - "group": 4, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 29, - "ap_tracking_data": { - "group": 4, - "offset": 7 - } - }, - { - "value": "[cast(ap + (-1), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 35, - "ap_tracking_data": { - "group": 4, - "offset": 16 - } - } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__main__.balance.read.pedersen_ptr", - "type": "reference" - }, - "__main__.balance.read.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 25, - "ap_tracking_data": { - "group": 4, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 29, - "ap_tracking_data": { - "group": 4, - "offset": 7 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 36, - "ap_tracking_data": { - "group": 4, - "offset": 17 - } - } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.read.range_check_ptr", - "type": "reference" - }, - "__main__.balance.read.storage_addr": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 29, - "ap_tracking_data": { - "group": 4, - "offset": 7 - } + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 29, + "ap_tracking_data": { + "group": 4, + "offset": 7 } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.read.storage_addr", - "type": "reference" - }, - "__main__.balance.read.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-5), felt**)]", - "pc": 25, - "ap_tracking_data": { - "group": 4, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), felt**)]", - "pc": 33, - "ap_tracking_data": { - "group": 4, - "offset": 14 - } - }, - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 34, - "ap_tracking_data": { - "group": 4, - "offset": 15 - } + }, + { + "value": "[cast(ap + (-1), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 35, + "ap_tracking_data": { + "group": 4, + "offset": 16 } - ], - "cairo_type": "felt*", - "full_name": "__main__.balance.read.syscall_ptr", - "type": "reference" - }, - "__main__.balance.storage_read": { - "destination": "starkware.starknet.common.syscalls.storage_read", - "type": "alias" - }, - "__main__.balance.storage_write": { - "destination": "starkware.starknet.common.syscalls.storage_write", - "type": "alias" - }, - "__main__.balance.write": { - "pc": 38, - "decorators": [], - "type": "function" - }, - "__main__.balance.write.Args": { - "size": 1, - "full_name": "__main__.balance.write.Args", - "members": { - "value": { - "cairo_type": "felt", + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__main__.balance.read.pedersen_ptr", + "type": "reference" + }, + "__main__.balance.read.range_check_ptr": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 25, + "ap_tracking_data": { + "group": 4, "offset": 0 } }, - "type": "struct" - }, - "__main__.balance.write.ImplicitArgs": { - "size": 3, - "full_name": "__main__.balance.write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 29, + "ap_tracking_data": { + "group": 4, + "offset": 7 } }, - "type": "struct" - }, - "__main__.balance.write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.balance.write.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__main__.balance.write.pedersen_ptr": { - "references": [ - { - "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 38, - "ap_tracking_data": { - "group": 5, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 42, - "ap_tracking_data": { - "group": 5, - "offset": 7 - } + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 36, + "ap_tracking_data": { + "group": 4, + "offset": 17 } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__main__.balance.write.pedersen_ptr", - "type": "reference" - }, - "__main__.balance.write.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), felt*)]", - "pc": 38, - "ap_tracking_data": { - "group": 5, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 42, - "ap_tracking_data": { - "group": 5, - "offset": 7 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.read.range_check_ptr", + "type": "reference" + }, + "__main__.balance.read.storage_addr": { + "references": [ + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 29, + "ap_tracking_data": { + "group": 4, + "offset": 7 } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.write.range_check_ptr", - "type": "reference" - }, - "__main__.balance.write.storage_addr": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 42, - "ap_tracking_data": { - "group": 5, - "offset": 7 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.read.storage_addr", + "type": "reference" + }, + "__main__.balance.read.syscall_ptr": { + "references": [ + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 25, + "ap_tracking_data": { + "group": 4, + "offset": 0 } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.write.storage_addr", - "type": "reference" - }, - "__main__.balance.write.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-6), felt**)]", - "pc": 38, - "ap_tracking_data": { - "group": 5, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 47, - "ap_tracking_data": { - "group": 5, - "offset": 14 - } + }, + { + "value": "[cast(ap + (-2), felt**)]", + "pc": 33, + "ap_tracking_data": { + "group": 4, + "offset": 14 } - ], - "cairo_type": "felt*", - "full_name": "__main__.balance.write.syscall_ptr", - "type": "reference" - }, - "__main__.balance.write.value": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 38, - "ap_tracking_data": { - "group": 5, - "offset": 0 - } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 34, + "ap_tracking_data": { + "group": 4, + "offset": 15 } - ], - "cairo_type": "felt", - "full_name": "__main__.balance.write.value", - "type": "reference" + } + ], + "cairo_type": "felt*", + "full_name": "__main__.balance.read.syscall_ptr", + "type": "reference" + }, + "__main__.balance.storage_read": { + "destination": "starkware.starknet.common.syscalls.storage_read", + "type": "alias" + }, + "__main__.balance.storage_write": { + "destination": "starkware.starknet.common.syscalls.storage_write", + "type": "alias" + }, + "__main__.balance.write": { + "pc": 38, + "decorators": [], + "type": "function" + }, + "__main__.balance.write.Args": { + "size": 1, + "full_name": "__main__.balance.write.Args", + "members": { + "value": { + "cairo_type": "felt", + "offset": 0 + } }, - "__main__.constructor": { - "pc": 114, - "decorators": [ - "constructor" - ], - "type": "function" - }, - "__main__.constructor.Args": { - "size": 0, - "full_name": "__main__.constructor.Args", - "members": {}, - "type": "struct" - }, - "__main__.constructor.ImplicitArgs": { - "size": 3, - "full_name": "__main__.constructor.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", + "type": "struct" + }, + "__main__.balance.write.ImplicitArgs": { + "size": 3, + "full_name": "__main__.balance.write.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + }, + "pedersen_ptr": { + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "offset": 1 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 2 + } + }, + "type": "struct" + }, + "__main__.balance.write.Return": { + "cairo_type": "()", + "type": "type_definition" + }, + "__main__.balance.write.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.balance.write.pedersen_ptr": { + "references": [ + { + "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, "offset": 0 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 } }, - "type": "struct" - }, - "__main__.constructor.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.constructor.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__main__.constructor.pedersen_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 114, - "ap_tracking_data": { - "group": 11, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 121, - "ap_tracking_data": { - "group": 11, - "offset": 22 - } - } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__main__.constructor.pedersen_ptr", - "type": "reference" - }, - "__main__.constructor.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 114, - "ap_tracking_data": { - "group": 11, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 121, - "ap_tracking_data": { - "group": 11, - "offset": 22 - } - } - ], - "cairo_type": "felt", - "full_name": "__main__.constructor.range_check_ptr", - "type": "reference" - }, - "__main__.constructor.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-5), felt**)]", - "pc": 114, - "ap_tracking_data": { - "group": 11, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 121, - "ap_tracking_data": { - "group": 11, - "offset": 22 - } + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 42, + "ap_tracking_data": { + "group": 5, + "offset": 7 } - ], - "cairo_type": "felt*", - "full_name": "__main__.constructor.syscall_ptr", - "type": "reference" - }, - "__main__.get_balance": { - "pc": 84, - "decorators": [ - "view" - ], - "type": "function" - }, - "__main__.get_balance.Args": { - "size": 0, - "full_name": "__main__.get_balance.Args", - "members": {}, - "type": "struct" - }, - "__main__.get_balance.ImplicitArgs": { - "size": 3, - "full_name": "__main__.get_balance.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__main__.balance.write.pedersen_ptr", + "type": "reference" + }, + "__main__.balance.write.range_check_ptr": { + "references": [ + { + "value": "[cast(fp + (-4), felt*)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, "offset": 0 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 } }, - "type": "struct" - }, - "__main__.get_balance.Return": { - "cairo_type": "(res: felt)", - "type": "type_definition" - }, - "__main__.get_balance.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__main__.get_balance.pedersen_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 84, - "ap_tracking_data": { - "group": 8, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 42, + "ap_tracking_data": { + "group": 5, + "offset": 7 } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__main__.get_balance.pedersen_ptr", - "type": "reference" - }, - "__main__.get_balance.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 84, - "ap_tracking_data": { - "group": 8, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.write.range_check_ptr", + "type": "reference" + }, + "__main__.balance.write.storage_addr": { + "references": [ + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 42, + "ap_tracking_data": { + "group": 5, + "offset": 7 } - ], - "cairo_type": "felt", - "full_name": "__main__.get_balance.range_check_ptr", - "type": "reference" - }, - "__main__.get_balance.res": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.write.storage_addr", + "type": "reference" + }, + "__main__.balance.write.syscall_ptr": { + "references": [ + { + "value": "[cast(fp + (-6), felt**)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, + "offset": 0 } - ], - "cairo_type": "felt", - "full_name": "__main__.get_balance.res", - "type": "reference" - }, - "__main__.get_balance.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-5), felt**)]", - "pc": 84, - "ap_tracking_data": { - "group": 8, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-4), felt**)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 47, + "ap_tracking_data": { + "group": 5, + "offset": 14 } - ], - "cairo_type": "felt*", - "full_name": "__main__.get_balance.syscall_ptr", - "type": "reference" - }, - "__main__.increase_balance": { - "pc": 50, - "decorators": [ - "external" - ], - "type": "function" - }, - "__main__.increase_balance.Args": { - "size": 1, - "full_name": "__main__.increase_balance.Args", - "members": { - "amount": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt*", + "full_name": "__main__.balance.write.syscall_ptr", + "type": "reference" + }, + "__main__.balance.write.value": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, "offset": 0 } - }, - "type": "struct" + } + ], + "cairo_type": "felt", + "full_name": "__main__.balance.write.value", + "type": "reference" + }, + "__main__.constructor": { + "pc": 114, + "decorators": [ + "constructor" + ], + "type": "function" + }, + "__main__.constructor.Args": { + "size": 0, + "full_name": "__main__.constructor.Args", + "members": {}, + "type": "struct" + }, + "__main__.constructor.ImplicitArgs": { + "size": 3, + "full_name": "__main__.constructor.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + }, + "pedersen_ptr": { + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "offset": 1 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 2 + } }, - "__main__.increase_balance.ImplicitArgs": { - "size": 3, - "full_name": "__main__.increase_balance.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", + "type": "struct" + }, + "__main__.constructor.Return": { + "cairo_type": "()", + "type": "type_definition" + }, + "__main__.constructor.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.constructor.pedersen_ptr": { + "references": [ + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 114, + "ap_tracking_data": { + "group": 11, "offset": 0 - }, - "pedersen_ptr": { - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "offset": 1 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 2 } }, - "type": "struct" - }, - "__main__.increase_balance.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "__main__.increase_balance.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__main__.increase_balance.amount": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 121, + "ap_tracking_data": { + "group": 11, + "offset": 22 } - ], - "cairo_type": "felt", - "full_name": "__main__.increase_balance.amount", - "type": "reference" - }, - "__main__.increase_balance.pedersen_ptr": { - "references": [ - { - "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 65, - "ap_tracking_data": { - "group": 6, - "offset": 50 - } + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__main__.constructor.pedersen_ptr", + "type": "reference" + }, + "__main__.constructor.range_check_ptr": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 114, + "ap_tracking_data": { + "group": 11, + "offset": 0 } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__main__.increase_balance.pedersen_ptr", - "type": "reference" - }, - "__main__.increase_balance.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), felt*)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 54, - "ap_tracking_data": { - "group": 6, - "offset": 5 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 65, - "ap_tracking_data": { - "group": 6, - "offset": 50 - } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 121, + "ap_tracking_data": { + "group": 11, + "offset": 22 } - ], - "cairo_type": "felt", - "full_name": "__main__.increase_balance.range_check_ptr", - "type": "reference" - }, - "__main__.increase_balance.res": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.constructor.range_check_ptr", + "type": "reference" + }, + "__main__.constructor.syscall_ptr": { + "references": [ + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 114, + "ap_tracking_data": { + "group": 11, + "offset": 0 } - ], - "cairo_type": "felt", - "full_name": "__main__.increase_balance.res", - "type": "reference" - }, - "__main__.increase_balance.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-6), felt**)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-4), felt**)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 65, - "ap_tracking_data": { - "group": 6, - "offset": 50 - } + }, + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 121, + "ap_tracking_data": { + "group": 11, + "offset": 22 } - ], - "cairo_type": "felt*", - "full_name": "__main__.increase_balance.syscall_ptr", - "type": "reference" + } + ], + "cairo_type": "felt*", + "full_name": "__main__.constructor.syscall_ptr", + "type": "reference" + }, + "__main__.get_balance": { + "pc": 84, + "decorators": [ + "view" + ], + "type": "function" + }, + "__main__.get_balance.Args": { + "size": 0, + "full_name": "__main__.get_balance.Args", + "members": {}, + "type": "struct" + }, + "__main__.get_balance.ImplicitArgs": { + "size": 3, + "full_name": "__main__.get_balance.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + }, + "pedersen_ptr": { + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "offset": 1 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 2 + } }, - "__wrappers__.constructor": { - "pc": 122, - "decorators": [ - "constructor" - ], - "type": "function" - }, - "__wrappers__.constructor.Args": { - "size": 0, - "full_name": "__wrappers__.constructor.Args", - "members": {}, - "type": "struct" - }, - "__wrappers__.constructor.ImplicitArgs": { - "size": 0, - "full_name": "__wrappers__.constructor.ImplicitArgs", - "members": {}, - "type": "struct" - }, - "__wrappers__.constructor.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.constructor.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__wrappers__.constructor.__calldata_actual_size": { - "references": [ - { - "value": "cast([fp + (-3)] - [fp + (-3)], felt)", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.constructor.__calldata_actual_size", - "type": "reference" - }, - "__wrappers__.constructor.__calldata_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt**)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } + "type": "struct" + }, + "__main__.get_balance.Return": { + "cairo_type": "(res: felt)", + "type": "type_definition" + }, + "__main__.get_balance.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.get_balance.pedersen_ptr": { + "references": [ + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 84, + "ap_tracking_data": { + "group": 8, + "offset": 0 } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.constructor.__calldata_ptr", - "type": "reference" - }, - "__wrappers__.constructor.__wrapped_func": { - "destination": "__main__.constructor", - "type": "alias" - }, - "__wrappers__.constructor.pedersen_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } + }, + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__wrappers__.constructor.pedersen_ptr", - "type": "reference" - }, - "__wrappers__.constructor.range_check_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)] + 2, felt*)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__main__.get_balance.pedersen_ptr", + "type": "reference" + }, + "__main__.get_balance.range_check_ptr": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 84, + "ap_tracking_data": { + "group": 8, + "offset": 0 } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.constructor.range_check_ptr", - "type": "reference" - }, - "__wrappers__.constructor.ret_value": { - "references": [ - { - "value": "[cast(ap + 0, ()*)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 } - ], - "cairo_type": "()", - "full_name": "__wrappers__.constructor.ret_value", - "type": "reference" - }, - "__wrappers__.constructor.retdata": { - "references": [ - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 130, - "ap_tracking_data": { - "group": 12, - "offset": 28 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.get_balance.range_check_ptr", + "type": "reference" + }, + "__main__.get_balance.res": { + "references": [ + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.constructor.retdata", - "type": "reference" - }, - "__wrappers__.constructor.retdata_size": { - "references": [ - { - "value": "cast(0, felt)", - "pc": 130, - "ap_tracking_data": { - "group": 12, - "offset": 28 - } + } + ], + "cairo_type": "felt", + "full_name": "__main__.get_balance.res", + "type": "reference" + }, + "__main__.get_balance.syscall_ptr": { + "references": [ + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 84, + "ap_tracking_data": { + "group": 8, + "offset": 0 } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.constructor.retdata_size", - "type": "reference" - }, - "__wrappers__.constructor.syscall_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)], felt**)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } + }, + { + "value": "[cast(ap + (-4), felt**)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.constructor.syscall_ptr", - "type": "reference" + } + ], + "cairo_type": "felt*", + "full_name": "__main__.get_balance.syscall_ptr", + "type": "reference" + }, + "__main__.increase_balance": { + "pc": 50, + "decorators": [ + "external" + ], + "type": "function" + }, + "__main__.increase_balance.Args": { + "size": 1, + "full_name": "__main__.increase_balance.Args", + "members": { + "amount": { + "cairo_type": "felt", + "offset": 0 + } }, - "__wrappers__.constructor_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" + "type": "struct" + }, + "__main__.increase_balance.ImplicitArgs": { + "size": 3, + "full_name": "__main__.increase_balance.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + }, + "pedersen_ptr": { + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "offset": 1 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 2 + } }, - "__wrappers__.get_balance": { - "pc": 99, - "decorators": [ - "view" - ], - "type": "function" - }, - "__wrappers__.get_balance.Args": { - "size": 0, - "full_name": "__wrappers__.get_balance.Args", - "members": {}, - "type": "struct" - }, - "__wrappers__.get_balance.ImplicitArgs": { - "size": 0, - "full_name": "__wrappers__.get_balance.ImplicitArgs", - "members": {}, - "type": "struct" - }, - "__wrappers__.get_balance.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.get_balance.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__wrappers__.get_balance.__calldata_actual_size": { - "references": [ - { - "value": "cast([fp + (-3)] - [fp + (-3)], felt)", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.get_balance.__calldata_actual_size", - "type": "reference" - }, - "__wrappers__.get_balance.__calldata_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt**)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.get_balance.__calldata_ptr", - "type": "reference" - }, - "__wrappers__.get_balance.__wrapped_func": { - "destination": "__main__.get_balance", - "type": "alias" - }, - "__wrappers__.get_balance.pedersen_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__wrappers__.get_balance.pedersen_ptr", - "type": "reference" - }, - "__wrappers__.get_balance.range_check_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)] + 2, felt*)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-3), felt*)]", - "pc": 108, - "ap_tracking_data": { - "group": 10, - "offset": 36 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.get_balance.range_check_ptr", - "type": "reference" - }, - "__wrappers__.get_balance.ret_value": { - "references": [ - { - "value": "[cast(ap + (-1), (res: felt)*)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - } - ], - "cairo_type": "(res: felt)", - "full_name": "__wrappers__.get_balance.ret_value", - "type": "reference" - }, - "__wrappers__.get_balance.retdata": { - "references": [ - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 108, - "ap_tracking_data": { - "group": 10, - "offset": 36 - } - } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.get_balance.retdata", - "type": "reference" - }, - "__wrappers__.get_balance.retdata_size": { - "references": [ - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 108, - "ap_tracking_data": { - "group": 10, - "offset": 36 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.get_balance.retdata_size", - "type": "reference" - }, - "__wrappers__.get_balance.syscall_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)], felt**)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-4), felt**)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } + "type": "struct" + }, + "__main__.increase_balance.Return": { + "cairo_type": "()", + "type": "type_definition" + }, + "__main__.increase_balance.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__main__.increase_balance.amount": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, + "offset": 0 } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.get_balance.syscall_ptr", - "type": "reference" - }, - "__wrappers__.get_balance_encode_return": { - "pc": 90, - "decorators": [], - "type": "function" - }, - "__wrappers__.get_balance_encode_return.Args": { - "size": 2, - "full_name": "__wrappers__.get_balance_encode_return.Args", - "members": { - "ret_value": { - "cairo_type": "(res: felt)", + } + ], + "cairo_type": "felt", + "full_name": "__main__.increase_balance.amount", + "type": "reference" + }, + "__main__.increase_balance.pedersen_ptr": { + "references": [ + { + "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, "offset": 0 - }, - "range_check_ptr": { - "cairo_type": "felt", - "offset": 1 } }, - "type": "struct" - }, - "__wrappers__.get_balance_encode_return.ImplicitArgs": { - "size": 0, - "full_name": "__wrappers__.get_balance_encode_return.ImplicitArgs", - "members": {}, - "type": "struct" - }, - "__wrappers__.get_balance_encode_return.Return": { - "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", - "type": "type_definition" - }, - "__wrappers__.get_balance_encode_return.SIZEOF_LOCALS": { - "value": 1, - "type": "const" - }, - "__wrappers__.get_balance_encode_return.__return_value_ptr": { - "references": [ - { - "value": "[cast(fp, felt**)]", - "pc": 92, - "ap_tracking_data": { - "group": 9, - "offset": 1 - } - }, - { - "value": "cast([fp] + 1, felt*)", - "pc": 93, - "ap_tracking_data": { - "group": 9, - "offset": 1 - } - } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.get_balance_encode_return.__return_value_ptr", - "type": "reference" - }, - "__wrappers__.get_balance_encode_return.__return_value_ptr_start": { - "references": [ - { - "value": "[cast(fp, felt**)]", - "pc": 92, - "ap_tracking_data": { - "group": 9, - "offset": 1 - } - } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.get_balance_encode_return.__return_value_ptr_start", - "type": "reference" - }, - "__wrappers__.get_balance_encode_return.__temp3": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 95, - "ap_tracking_data": { - "group": 9, - "offset": 2 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.get_balance_encode_return.__temp3", - "type": "reference" - }, - "__wrappers__.get_balance_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "__wrappers__.get_balance_encode_return.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 90, - "ap_tracking_data": { - "group": 9, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.get_balance_encode_return.range_check_ptr", - "type": "reference" - }, - "__wrappers__.get_balance_encode_return.ret_value": { - "references": [ - { - "value": "[cast(fp + (-4), (res: felt)*)]", - "pc": 90, - "ap_tracking_data": { - "group": 9, - "offset": 0 - } - } - ], - "cairo_type": "(res: felt)", - "full_name": "__wrappers__.get_balance_encode_return.ret_value", - "type": "reference" - }, - "__wrappers__.increase_balance": { - "pc": 66, - "decorators": [ - "external" - ], - "type": "function" - }, - "__wrappers__.increase_balance.Args": { - "size": 0, - "full_name": "__wrappers__.increase_balance.Args", - "members": {}, - "type": "struct" - }, - "__wrappers__.increase_balance.ImplicitArgs": { - "size": 0, - "full_name": "__wrappers__.increase_balance.ImplicitArgs", - "members": {}, - "type": "struct" - }, - "__wrappers__.increase_balance.Return": { - "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", - "type": "type_definition" - }, - "__wrappers__.increase_balance.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "__wrappers__.increase_balance.__calldata_actual_size": { - "references": [ - { - "value": "cast([fp + (-3)] + 1 - [fp + (-3)], felt)", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.increase_balance.__calldata_actual_size", - "type": "reference" - }, - "__wrappers__.increase_balance.__calldata_arg_amount": { - "references": [ - { - "value": "[cast([fp + (-3)], felt*)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.increase_balance.__calldata_arg_amount", - "type": "reference" - }, - "__wrappers__.increase_balance.__calldata_ptr": { - "references": [ - { - "value": "[cast(fp + (-3), felt**)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "cast([fp + (-3)] + 1, felt*)", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.increase_balance.__calldata_ptr", - "type": "reference" - }, - "__wrappers__.increase_balance.__temp2": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 68, - "ap_tracking_data": { - "group": 7, - "offset": 1 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.increase_balance.__temp2", - "type": "reference" - }, - "__wrappers__.increase_balance.__wrapped_func": { - "destination": "__main__.increase_balance", - "type": "alias" - }, - "__wrappers__.increase_balance.pedersen_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 - } - } - ], - "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", - "full_name": "__wrappers__.increase_balance.pedersen_ptr", - "type": "reference" - }, - "__wrappers__.increase_balance.range_check_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)] + 2, felt*)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 - } - } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.increase_balance.range_check_ptr", - "type": "reference" - }, - "__wrappers__.increase_balance.ret_value": { - "references": [ - { - "value": "[cast(ap + 0, ()*)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 - } - } - ], - "cairo_type": "()", - "full_name": "__wrappers__.increase_balance.ret_value", - "type": "reference" - }, - "__wrappers__.increase_balance.retdata": { - "references": [ - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 77, - "ap_tracking_data": { - "group": 7, - "offset": 58 - } - } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.increase_balance.retdata", - "type": "reference" - }, - "__wrappers__.increase_balance.retdata_size": { - "references": [ - { - "value": "cast(0, felt)", - "pc": 77, - "ap_tracking_data": { - "group": 7, - "offset": 58 - } + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 } - ], - "cairo_type": "felt", - "full_name": "__wrappers__.increase_balance.retdata_size", - "type": "reference" - }, - "__wrappers__.increase_balance.syscall_ptr": { - "references": [ - { - "value": "[cast([fp + (-5)], felt**)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 - } + }, + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 65, + "ap_tracking_data": { + "group": 6, + "offset": 50 } - ], - "cairo_type": "felt*", - "full_name": "__wrappers__.increase_balance.syscall_ptr", - "type": "reference" - }, - "__wrappers__.increase_balance_encode_return.memcpy": { - "destination": "starkware.cairo.common.memcpy.memcpy", - "type": "alias" - }, - "starkware.cairo.common.bool.FALSE": { - "value": 0, - "type": "const" - }, - "starkware.cairo.common.bool.TRUE": { - "value": 1, - "type": "const" - }, - "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { - "size": 5, - "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", - "members": { - "x": { - "cairo_type": "felt", + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__main__.increase_balance.pedersen_ptr", + "type": "reference" + }, + "__main__.increase_balance.range_check_ptr": { + "references": [ + { + "value": "[cast(fp + (-4), felt*)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - }, - "x_and_y": { - "cairo_type": "felt", - "offset": 2 - }, - "x_xor_y": { - "cairo_type": "felt", - "offset": 3 - }, - "x_or_y": { - "cairo_type": "felt", - "offset": 4 } }, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { - "size": 7, - "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", - "members": { - "p": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 0 - }, - "q": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", - "offset": 2 - }, - "m": { - "cairo_type": "felt", - "offset": 4 - }, - "r": { - "cairo_type": "starkware.cairo.common.ec_point.EcPoint", + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 54, + "ap_tracking_data": { + "group": 6, "offset": 5 } }, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.EcPoint": { - "destination": "starkware.cairo.common.ec_point.EcPoint", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.HashBuiltin": { - "size": 3, - "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 - }, - "result": { - "cairo_type": "felt", - "offset": 2 + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 } }, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { - "size": 16, - "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", - "members": { - "input": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 0 - }, - "output": { - "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "offset": 8 + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 65, + "ap_tracking_data": { + "group": 6, + "offset": 50 } - }, - "type": "struct" - }, - "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { - "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "type": "alias" - }, - "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { - "size": 2, - "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", - "members": { - "pub_key": { - "cairo_type": "felt", - "offset": 0 - }, - "message": { - "cairo_type": "felt", - "offset": 1 + } + ], + "cairo_type": "felt", + "full_name": "__main__.increase_balance.range_check_ptr", + "type": "reference" + }, + "__main__.increase_balance.res": { + "references": [ + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 } - }, - "type": "struct" - }, - "starkware.cairo.common.dict_access.DictAccess": { - "size": 3, - "full_name": "starkware.cairo.common.dict_access.DictAccess", - "members": { - "key": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt", + "full_name": "__main__.increase_balance.res", + "type": "reference" + }, + "__main__.increase_balance.syscall_ptr": { + "references": [ + { + "value": "[cast(fp + (-6), felt**)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, "offset": 0 - }, - "prev_value": { - "cairo_type": "felt", - "offset": 1 - }, - "new_value": { - "cairo_type": "felt", - "offset": 2 } }, - "type": "struct" - }, - "starkware.cairo.common.ec_point.EcPoint": { - "size": 2, - "full_name": "starkware.cairo.common.ec_point.EcPoint", - "members": { - "x": { - "cairo_type": "felt", - "offset": 0 - }, - "y": { - "cairo_type": "felt", - "offset": 1 + { + "value": "[cast(ap + (-4), felt**)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 } }, - "type": "struct" - }, - "starkware.cairo.common.hash.HashBuiltin": { - "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", - "type": "alias" - }, - "starkware.cairo.common.keccak_state.KeccakBuiltinState": { - "size": 8, - "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", - "members": { - "s0": { - "cairo_type": "felt", + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 65, + "ap_tracking_data": { + "group": 6, + "offset": 50 + } + } + ], + "cairo_type": "felt*", + "full_name": "__main__.increase_balance.syscall_ptr", + "type": "reference" + }, + "__wrappers__.constructor": { + "pc": 122, + "decorators": [ + "constructor" + ], + "type": "function" + }, + "__wrappers__.constructor.Args": { + "size": 0, + "full_name": "__wrappers__.constructor.Args", + "members": {}, + "type": "struct" + }, + "__wrappers__.constructor.ImplicitArgs": { + "size": 0, + "full_name": "__wrappers__.constructor.ImplicitArgs", + "members": {}, + "type": "struct" + }, + "__wrappers__.constructor.Return": { + "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", + "type": "type_definition" + }, + "__wrappers__.constructor.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__wrappers__.constructor.__calldata_actual_size": { + "references": [ + { + "value": "cast([fp + (-3)] - [fp + (-3)], felt)", + "pc": 122, + "ap_tracking_data": { + "group": 12, "offset": 0 - }, - "s1": { - "cairo_type": "felt", - "offset": 1 - }, - "s2": { - "cairo_type": "felt", - "offset": 2 - }, - "s3": { - "cairo_type": "felt", - "offset": 3 - }, - "s4": { - "cairo_type": "felt", - "offset": 4 - }, - "s5": { - "cairo_type": "felt", - "offset": 5 - }, - "s6": { - "cairo_type": "felt", - "offset": 6 - }, - "s7": { - "cairo_type": "felt", - "offset": 7 } - }, - "type": "struct" - }, - "starkware.cairo.common.math.FALSE": { - "destination": "starkware.cairo.common.bool.FALSE", - "type": "alias" - }, - "starkware.cairo.common.math.TRUE": { - "destination": "starkware.cairo.common.bool.TRUE", - "type": "alias" - }, - "starkware.cairo.common.math.assert_nn": { - "pc": 0, - "decorators": [], - "type": "function" - }, - "starkware.cairo.common.math.assert_nn.Args": { - "size": 1, - "full_name": "starkware.cairo.common.math.assert_nn.Args", - "members": { - "a": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.constructor.__calldata_actual_size", + "type": "reference" + }, + "__wrappers__.constructor.__calldata_ptr": { + "references": [ + { + "value": "[cast(fp + (-3), felt**)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, "offset": 0 } - }, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.ImplicitArgs": { - "size": 1, - "full_name": "starkware.cairo.common.math.assert_nn.ImplicitArgs", - "members": { - "range_check_ptr": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.constructor.__calldata_ptr", + "type": "reference" + }, + "__wrappers__.constructor.__wrapped_func": { + "destination": "__main__.constructor", + "type": "alias" + }, + "__wrappers__.constructor.pedersen_ptr": { + "references": [ + { + "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, "offset": 0 } }, - "type": "struct" - }, - "starkware.cairo.common.math.assert_nn.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.cairo.common.math.assert_nn.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "starkware.cairo.common.math.assert_nn.a": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 0, - "ap_tracking_data": { - "group": 0, - "offset": 0 - } + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 } - ], - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_nn.a", - "type": "reference" - }, - "starkware.cairo.common.math.assert_nn.range_check_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), felt*)]", - "pc": 0, - "ap_tracking_data": { - "group": 0, - "offset": 0 - } - }, - { - "value": "cast([fp + (-4)] + 1, felt)", - "pc": 1, - "ap_tracking_data": { - "group": 0, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "starkware.cairo.common.math.assert_nn.range_check_ptr", - "type": "reference" - }, - "starkware.starknet.common.storage.ADDR_BOUND": { - "value": -1.0671072950157357e+59, - "type": "const" - }, - "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { - "value": 256, - "type": "const" - }, - "starkware.starknet.common.storage.assert_250_bit": { - "destination": "starkware.cairo.common.math.assert_250_bit", - "type": "alias" - }, - "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { - "value": 2.0853273475220474e+28, - "type": "const" - }, - "starkware.starknet.common.syscalls.CallContract": { - "size": 7, - "full_name": "starkware.starknet.common.syscalls.CallContract", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__wrappers__.constructor.pedersen_ptr", + "type": "reference" + }, + "__wrappers__.constructor.range_check_ptr": { + "references": [ + { + "value": "[cast([fp + (-5)] + 2, felt*)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractRequest": { - "size": 5, - "full_name": "starkware.starknet.common.syscalls.CallContractRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "calldata": { - "cairo_type": "felt*", - "offset": 4 + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.CallContractResponse": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.CallContractResponse", - "members": { - "retdata_size": { - "cairo_type": "felt", - "offset": 0 - }, - "retdata": { - "cairo_type": "felt*", - "offset": 1 + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.constructor.range_check_ptr", + "type": "reference" + }, + "__wrappers__.constructor.ret_value": { + "references": [ + { + "value": "[cast(ap + 0, ()*)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { - "value": 2.1167594061783206e+28, - "type": "const" - }, - "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { - "value": 2.3274015802972845e+40, - "type": "const" - }, - "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { - "value": 75202468540281, - "type": "const" - }, - "starkware.starknet.common.syscalls.Deploy": { - "size": 9, - "full_name": "starkware.starknet.common.syscalls.Deploy", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", - "offset": 6 + } + ], + "cairo_type": "()", + "full_name": "__wrappers__.constructor.ret_value", + "type": "reference" + }, + "__wrappers__.constructor.retdata": { + "references": [ + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 130, + "ap_tracking_data": { + "group": 12, + "offset": 28 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployRequest": { - "size": 6, - "full_name": "starkware.starknet.common.syscalls.DeployRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "contract_address_salt": { - "cairo_type": "felt", - "offset": 2 - }, - "constructor_calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "constructor_calldata": { - "cairo_type": "felt*", - "offset": 4 - }, - "deploy_from_zero": { - "cairo_type": "felt", - "offset": 5 + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.constructor.retdata", + "type": "reference" + }, + "__wrappers__.constructor.retdata_size": { + "references": [ + { + "value": "cast(0, felt)", + "pc": 130, + "ap_tracking_data": { + "group": 12, + "offset": 28 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DeployResponse": { - "size": 3, - "full_name": "starkware.starknet.common.syscalls.DeployResponse", - "members": { - "contract_address": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.constructor.retdata_size", + "type": "reference" + }, + "__wrappers__.constructor.syscall_ptr": { + "references": [ + { + "value": "[cast([fp + (-5)], felt**)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, "offset": 0 - }, - "constructor_retdata_size": { - "cairo_type": "felt", - "offset": 1 - }, - "constructor_retdata": { - "cairo_type": "felt*", - "offset": 2 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.DictAccess": { - "destination": "starkware.cairo.common.dict_access.DictAccess", - "type": "alias" - }, - "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { - "value": 1.2807093015503357e+21, - "type": "const" - }, - "starkware.starknet.common.syscalls.EmitEvent": { - "size": 5, - "full_name": "starkware.starknet.common.syscalls.EmitEvent", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "keys_len": { - "cairo_type": "felt", - "offset": 1 - }, - "keys": { - "cairo_type": "felt*", - "offset": 2 - }, - "data_len": { - "cairo_type": "felt", - "offset": 3 - }, - "data": { - "cairo_type": "felt*", - "offset": 4 + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { - "value": 1.448089106835523e+33, - "type": "const" - }, - "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { - "value": 2.4294903732626647e+40, - "type": "const" - }, - "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { - "value": 9.490196778139308e+37, - "type": "const" - }, - "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { - "value": 6.219495360805491e+42, - "type": "const" - }, - "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { - "value": 1.5921908335819916e+45, - "type": "const" - }, - "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { - "value": 1.3170293902041122e+21, - "type": "const" - }, - "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { - "value": 1.44808912865234e+33, - "type": "const" - }, - "starkware.starknet.common.syscalls.GetBlockNumber": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.constructor.syscall_ptr", + "type": "reference" + }, + "__wrappers__.constructor_encode_return.memcpy": { + "destination": "starkware.cairo.common.memcpy.memcpy", + "type": "alias" + }, + "__wrappers__.get_balance": { + "pc": 99, + "decorators": [ + "view" + ], + "type": "function" + }, + "__wrappers__.get_balance.Args": { + "size": 0, + "full_name": "__wrappers__.get_balance.Args", + "members": {}, + "type": "struct" + }, + "__wrappers__.get_balance.ImplicitArgs": { + "size": 0, + "full_name": "__wrappers__.get_balance.ImplicitArgs", + "members": {}, + "type": "struct" + }, + "__wrappers__.get_balance.Return": { + "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", + "type": "type_definition" + }, + "__wrappers__.get_balance.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__wrappers__.get_balance.__calldata_actual_size": { + "references": [ + { + "value": "cast([fp + (-3)] - [fp + (-3)], felt)", + "pc": 99, + "ap_tracking_data": { + "group": 10, "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "offset": 1 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", - "members": { - "selector": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.get_balance.__calldata_actual_size", + "type": "reference" + }, + "__wrappers__.get_balance.__calldata_ptr": { + "references": [ + { + "value": "[cast(fp + (-3), felt**)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, "offset": 0 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockNumberResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", - "members": { - "block_number": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.get_balance.__calldata_ptr", + "type": "reference" + }, + "__wrappers__.get_balance.__wrapped_func": { + "destination": "__main__.get_balance", + "type": "alias" + }, + "__wrappers__.get_balance.pedersen_ptr": { + "references": [ + { + "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, "offset": 0 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestamp": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "offset": 1 + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", - "members": { - "selector": { - "cairo_type": "felt", + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__wrappers__.get_balance.pedersen_ptr", + "type": "reference" + }, + "__wrappers__.get_balance.range_check_ptr": { + "references": [ + { + "value": "[cast([fp + (-5)] + 2, felt*)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, "offset": 0 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", - "members": { - "block_timestamp": { - "cairo_type": "felt", - "offset": 0 + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddress": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "offset": 1 + { + "value": "[cast(ap + (-3), felt*)]", + "pc": 108, + "ap_tracking_data": { + "group": 10, + "offset": 36 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.get_balance.range_check_ptr", + "type": "reference" + }, + "__wrappers__.get_balance.ret_value": { + "references": [ + { + "value": "[cast(ap + (-1), (res: felt)*)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetCallerAddressResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", - "members": { - "caller_address": { - "cairo_type": "felt", - "offset": 0 + } + ], + "cairo_type": "(res: felt)", + "full_name": "__wrappers__.get_balance.ret_value", + "type": "reference" + }, + "__wrappers__.get_balance.retdata": { + "references": [ + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 108, + "ap_tracking_data": { + "group": 10, + "offset": 36 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddress": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetContractAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "offset": 1 + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.get_balance.retdata", + "type": "reference" + }, + "__wrappers__.get_balance.retdata_size": { + "references": [ + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 108, + "ap_tracking_data": { + "group": 10, + "offset": 36 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.get_balance.retdata_size", + "type": "reference" + }, + "__wrappers__.get_balance.syscall_ptr": { + "references": [ + { + "value": "[cast([fp + (-5)], felt**)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, "offset": 0 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetContractAddressResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", - "members": { - "contract_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddress": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "offset": 1 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", - "members": { - "sequencer_address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfo": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetTxInfo", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "offset": 1 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxInfoResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", - "members": { - "tx_info": { - "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignature": { - "size": 3, - "full_name": "starkware.starknet.common.syscalls.GetTxSignature", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "offset": 1 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureRequest": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.GetTxSignatureResponse": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", - "members": { - "signature_len": { - "cairo_type": "felt", - "offset": 0 - }, - "signature": { - "cairo_type": "felt*", - "offset": 1 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { - "value": 4.362334527541981e+47, - "type": "const" - }, - "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { - "value": 9.2376026794327e+25, - "type": "const" - }, - "starkware.starknet.common.syscalls.LibraryCall": { - "size": 7, - "full_name": "starkware.starknet.common.syscalls.LibraryCall", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", - "offset": 5 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.LibraryCallRequest": { - "size": 5, - "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "class_hash": { - "cairo_type": "felt", - "offset": 1 - }, - "function_selector": { - "cairo_type": "felt", - "offset": 2 - }, - "calldata_size": { - "cairo_type": "felt", - "offset": 3 - }, - "calldata": { - "cairo_type": "felt*", - "offset": 4 + { + "value": "[cast(ap + (-4), felt**)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { - "value": 4.3301790876830345e+35, - "type": "const" - }, - "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { - "value": 1.0089069337060175e+26, - "type": "const" - }, - "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { - "value": 2.582801750287405e+28, - "type": "const" + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.get_balance.syscall_ptr", + "type": "reference" + }, + "__wrappers__.get_balance_encode_return": { + "pc": 90, + "decorators": [], + "type": "function" + }, + "__wrappers__.get_balance_encode_return.Args": { + "size": 2, + "full_name": "__wrappers__.get_balance_encode_return.Args", + "members": { + "ret_value": { + "cairo_type": "(res: felt)", + "offset": 0 + }, + "range_check_ptr": { + "cairo_type": "felt", + "offset": 1 + } }, - "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { - "size": 4, - "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "to_address": { - "cairo_type": "felt", + "type": "struct" + }, + "__wrappers__.get_balance_encode_return.ImplicitArgs": { + "size": 0, + "full_name": "__wrappers__.get_balance_encode_return.ImplicitArgs", + "members": {}, + "type": "struct" + }, + "__wrappers__.get_balance_encode_return.Return": { + "cairo_type": "(range_check_ptr: felt, data_len: felt, data: felt*)", + "type": "type_definition" + }, + "__wrappers__.get_balance_encode_return.SIZEOF_LOCALS": { + "value": 1, + "type": "const" + }, + "__wrappers__.get_balance_encode_return.__return_value_ptr": { + "references": [ + { + "value": "[cast(fp, felt**)]", + "pc": 92, + "ap_tracking_data": { + "group": 9, "offset": 1 - }, - "payload_size": { - "cairo_type": "felt", - "offset": 2 - }, - "payload_ptr": { - "cairo_type": "felt*", - "offset": 3 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageRead": { - "size": 3, - "full_name": "starkware.starknet.common.syscalls.StorageRead", - "members": { - "request": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", - "offset": 0 - }, - "response": { - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "offset": 2 } }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadRequest": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "address": { - "cairo_type": "felt", + { + "value": "cast([fp] + 1, felt*)", + "pc": 93, + "ap_tracking_data": { + "group": 9, "offset": 1 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageReadResponse": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", - "members": { - "value": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.StorageWrite": { - "size": 3, - "full_name": "starkware.starknet.common.syscalls.StorageWrite", - "members": { - "selector": { - "cairo_type": "felt", - "offset": 0 - }, - "address": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.get_balance_encode_return.__return_value_ptr", + "type": "reference" + }, + "__wrappers__.get_balance_encode_return.__return_value_ptr_start": { + "references": [ + { + "value": "[cast(fp, felt**)]", + "pc": 92, + "ap_tracking_data": { + "group": 9, "offset": 1 - }, - "value": { - "cairo_type": "felt", - "offset": 2 } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.TxInfo": { - "size": 8, - "full_name": "starkware.starknet.common.syscalls.TxInfo", - "members": { - "version": { - "cairo_type": "felt", - "offset": 0 - }, - "account_contract_address": { - "cairo_type": "felt", - "offset": 1 - }, - "max_fee": { - "cairo_type": "felt", + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.get_balance_encode_return.__return_value_ptr_start", + "type": "reference" + }, + "__wrappers__.get_balance_encode_return.__temp3": { + "references": [ + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 95, + "ap_tracking_data": { + "group": 9, "offset": 2 - }, - "signature_len": { - "cairo_type": "felt", - "offset": 3 - }, - "signature": { - "cairo_type": "felt*", - "offset": 4 - }, - "transaction_hash": { - "cairo_type": "felt", - "offset": 5 - }, - "chain_id": { - "cairo_type": "felt", - "offset": 6 - }, - "nonce": { - "cairo_type": "felt", - "offset": 7 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read": { - "pc": 4, - "decorators": [], - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_read.Args": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.storage_read.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_read.Return": { - "cairo_type": "(value: felt)", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "starkware.starknet.common.syscalls.storage_read.__temp0": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 6, - "ap_tracking_data": { - "group": 1, - "offset": 1 - } - } - ], - "cairo_type": "felt", - "full_name": "starkware.starknet.common.syscalls.storage_read.__temp0", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read.address": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 4, - "ap_tracking_data": { - "group": 1, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "starkware.starknet.common.syscalls.storage_read.address", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read.response": { - "references": [ - { - "value": "[cast([fp + (-4)] + 2, starkware.starknet.common.syscalls.StorageReadResponse*)]", - "pc": 8, - "ap_tracking_data": { - "group": 1, - "offset": 1 - } - } - ], - "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", - "full_name": "starkware.starknet.common.syscalls.storage_read.response", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read.syscall": { - "references": [ - { - "value": "[cast([fp + (-4)], starkware.starknet.common.syscalls.StorageRead*)]", - "pc": 4, - "ap_tracking_data": { - "group": 1, - "offset": 0 - } - } - ], - "cairo_type": "starkware.starknet.common.syscalls.StorageRead", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-4), felt**)]", - "pc": 4, - "ap_tracking_data": { - "group": 1, - "offset": 0 - } - }, - { - "value": "cast([fp + (-4)] + 3, felt*)", - "pc": 8, - "ap_tracking_data": { - "group": 1, - "offset": 1 - } - } - ], - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write": { - "pc": 12, - "decorators": [], - "type": "function" - }, - "starkware.starknet.common.syscalls.storage_write.Args": { - "size": 2, - "full_name": "starkware.starknet.common.syscalls.storage_write.Args", - "members": { - "address": { - "cairo_type": "felt", - "offset": 0 - }, - "value": { - "cairo_type": "felt", - "offset": 1 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { - "size": 1, - "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", - "members": { - "syscall_ptr": { - "cairo_type": "felt*", - "offset": 0 - } - }, - "type": "struct" - }, - "starkware.starknet.common.syscalls.storage_write.Return": { - "cairo_type": "()", - "type": "type_definition" - }, - "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { - "value": 0, - "type": "const" - }, - "starkware.starknet.common.syscalls.storage_write.__temp1": { - "references": [ - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 14, - "ap_tracking_data": { - "group": 2, - "offset": 1 - } - } - ], - "cairo_type": "felt", - "full_name": "starkware.starknet.common.syscalls.storage_write.__temp1", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write.address": { - "references": [ - { - "value": "[cast(fp + (-4), felt*)]", - "pc": 12, - "ap_tracking_data": { - "group": 2, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "starkware.starknet.common.syscalls.storage_write.address", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { - "references": [ - { - "value": "[cast(fp + (-5), felt**)]", - "pc": 12, - "ap_tracking_data": { - "group": 2, - "offset": 0 - } - }, - { - "value": "cast([fp + (-5)] + 3, felt*)", - "pc": 17, - "ap_tracking_data": { - "group": 2, - "offset": 1 - } } - ], - "cairo_type": "felt*", - "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", - "type": "reference" - }, - "starkware.starknet.common.syscalls.storage_write.value": { - "references": [ - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 12, - "ap_tracking_data": { - "group": 2, - "offset": 0 - } - } - ], - "cairo_type": "felt", - "full_name": "starkware.starknet.common.syscalls.storage_write.value", - "type": "reference" - } + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.get_balance_encode_return.__temp3", + "type": "reference" }, - "main_scope": "__main__", - "hints": { - "0": [ - { - "accessible_scopes": [ - "starkware.cairo.common.math", - "starkware.cairo.common.math.assert_nn" - ], - "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert 0 <= ids.a % PRIME < range_check_builtin.bound, f'a = {ids.a} is out of range.'", - "flow_tracking_data": { - "reference_ids": { - "starkware.cairo.common.math.assert_nn.a": 0, - "starkware.cairo.common.math.assert_nn.range_check_ptr": 1 - }, - "ap_tracking": { - "group": 0, - "offset": 0 - } - } - } - ], - "8": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_read" - ], - "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "reference_ids": { - "starkware.starknet.common.syscalls.storage_read.__temp0": 6, - "starkware.starknet.common.syscalls.storage_read.address": 3, - "starkware.starknet.common.syscalls.storage_read.syscall": 5, - "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 4 - }, - "ap_tracking": { - "group": 1, - "offset": 1 - } - } - } - ], - "17": [ - { - "accessible_scopes": [ - "starkware.starknet.common.syscalls", - "starkware.starknet.common.syscalls.storage_write" - ], - "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", - "flow_tracking_data": { - "reference_ids": { - "starkware.starknet.common.syscalls.storage_write.__temp1": 12, - "starkware.starknet.common.syscalls.storage_write.address": 9, - "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 11, - "starkware.starknet.common.syscalls.storage_write.value": 10 - }, - "ap_tracking": { - "group": 2, - "offset": 1 - } - } - } - ], - "75": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.increase_balance" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "reference_ids": { - "__wrappers__.increase_balance.__calldata_actual_size": 55, - "__wrappers__.increase_balance.__calldata_arg_amount": 53, - "__wrappers__.increase_balance.__calldata_ptr": 54, - "__wrappers__.increase_balance.__temp2": 56, - "__wrappers__.increase_balance.pedersen_ptr": 58, - "__wrappers__.increase_balance.range_check_ptr": 59, - "__wrappers__.increase_balance.ret_value": 60, - "__wrappers__.increase_balance.syscall_ptr": 57 - }, - "ap_tracking": { - "group": 7, - "offset": 57 - } - } - } - ], - "90": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.get_balance_encode_return" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "reference_ids": { - "__wrappers__.get_balance_encode_return.range_check_ptr": 71, - "__wrappers__.get_balance_encode_return.ret_value": 70 - }, - "ap_tracking": { - "group": 9, - "offset": 0 - } - } - } - ], - "128": [ - { - "accessible_scopes": [ - "__main__", - "__main__", - "__wrappers__", - "__wrappers__.constructor" - ], - "code": "memory[ap] = segments.add()", - "flow_tracking_data": { - "reference_ids": { - "__wrappers__.constructor.__calldata_actual_size": 98, - "__wrappers__.constructor.__calldata_ptr": 97, - "__wrappers__.constructor.pedersen_ptr": 100, - "__wrappers__.constructor.range_check_ptr": 101, - "__wrappers__.constructor.ret_value": 102, - "__wrappers__.constructor.syscall_ptr": 99 - }, - "ap_tracking": { - "group": 12, - "offset": 27 - } - } - } - ] - }, - "builtins": [ - "pedersen", - "range_check" - ], - "data": [ - "0x400380007ffc7ffd", - "0x482680017ffc8000", - "0x1", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f7261676552656164", - "0x400280007ffc7fff", - "0x400380017ffc7ffd", - "0x482680017ffc8000", - "0x3", - "0x480280027ffc8000", - "0x208b7fff7fff7ffe", - "0x480680017fff8000", - "0x53746f726167655772697465", - "0x400280007ffb7fff", - "0x400380017ffb7ffc", - "0x400380027ffb7ffd", - "0x482680017ffb8000", - "0x3", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x206f38f7e4f15e87567361213c28f235cccdaa1d7fd34c9db1dfe9489c6a091", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", - "0x480a7ffb7fff8000", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", - "0x48127ffe7fff8000", - "0x48127ff57fff8000", - "0x48127ff57fff8000", - "0x48127ffc7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", - "0x480a7ffa7fff8000", - "0x48127ffe7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", - "0x48127ff67fff8000", - "0x48127ff67fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcd", - "0x480a7ffa7fff8000", - "0x480a7ffb7fff8000", - "0x48127ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48287ffd7ffc8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", - "0x208b7fff7fff7ffe", - "0x482680017ffd8000", - "0x1", - "0x402a7ffd7ffc7fff", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x480280007ffd8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc3", - "0x208b7fff7fff7ffe", - "0x40780017fff7fff", - "0x1", - "0x4003800080007ffc", - "0x4826800180008000", - "0x1", - "0x480a7ffd7fff8000", - "0x4828800080007ffe", - "0x480a80007fff8000", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", - "0x48127ffe7fff8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", - "0x48127ff47fff8000", - "0x48127ff47fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe", - "0x480a7ffb7fff8000", - "0x480a7ffc7fff8000", - "0x480a7ffd7fff8000", - "0x480680017fff8000", - "0x0", - "0x1104800180018000", - "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb0", - "0x208b7fff7fff7ffe", - "0x402b7ffd7ffc7ffd", - "0x480280007ffb8000", - "0x480280017ffb8000", - "0x480280027ffb8000", - "0x1104800180018000", - "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff5", - "0x40780017fff7fff", - "0x1", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x48127ffc7fff8000", - "0x480680017fff8000", - "0x0", - "0x48127ffb7fff8000", - "0x208b7fff7fff7ffe" - ], - "debug_info": null, - "reference_manager": { + "__wrappers__.get_balance_encode_return.memcpy": { + "destination": "starkware.cairo.common.memcpy.memcpy", + "type": "alias" + }, + "__wrappers__.get_balance_encode_return.range_check_ptr": { "references": [ { "value": "[cast(fp + (-3), felt*)]", - "pc": 0, + "pc": 90, "ap_tracking_data": { - "group": 0, + "group": 9, "offset": 0 } - }, + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.get_balance_encode_return.range_check_ptr", + "type": "reference" + }, + "__wrappers__.get_balance_encode_return.ret_value": { + "references": [ { - "value": "[cast(fp + (-4), felt*)]", - "pc": 0, + "value": "[cast(fp + (-4), (res: felt)*)]", + "pc": 90, "ap_tracking_data": { - "group": 0, + "group": 9, "offset": 0 } - }, + } + ], + "cairo_type": "(res: felt)", + "full_name": "__wrappers__.get_balance_encode_return.ret_value", + "type": "reference" + }, + "__wrappers__.increase_balance": { + "pc": 66, + "decorators": [ + "external" + ], + "type": "function" + }, + "__wrappers__.increase_balance.Args": { + "size": 0, + "full_name": "__wrappers__.increase_balance.Args", + "members": {}, + "type": "struct" + }, + "__wrappers__.increase_balance.ImplicitArgs": { + "size": 0, + "full_name": "__wrappers__.increase_balance.ImplicitArgs", + "members": {}, + "type": "struct" + }, + "__wrappers__.increase_balance.Return": { + "cairo_type": "(syscall_ptr: felt*, pedersen_ptr: starkware.cairo.common.cairo_builtins.HashBuiltin*, range_check_ptr: felt, size: felt, retdata: felt*)", + "type": "type_definition" + }, + "__wrappers__.increase_balance.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "__wrappers__.increase_balance.__calldata_actual_size": { + "references": [ { - "value": "cast([fp + (-4)] + 1, felt)", - "pc": 1, + "value": "cast([fp + (-3)] + 1 - [fp + (-3)], felt)", + "pc": 66, "ap_tracking_data": { - "group": 0, + "group": 7, "offset": 0 } - }, + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.increase_balance.__calldata_actual_size", + "type": "reference" + }, + "__wrappers__.increase_balance.__calldata_arg_amount": { + "references": [ { - "value": "[cast(fp + (-3), felt*)]", - "pc": 4, + "value": "[cast([fp + (-3)], felt*)]", + "pc": 66, "ap_tracking_data": { - "group": 1, + "group": 7, "offset": 0 } - }, + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.increase_balance.__calldata_arg_amount", + "type": "reference" + }, + "__wrappers__.increase_balance.__calldata_ptr": { + "references": [ { - "value": "[cast(fp + (-4), felt**)]", - "pc": 4, + "value": "[cast(fp + (-3), felt**)]", + "pc": 66, "ap_tracking_data": { - "group": 1, + "group": 7, "offset": 0 } }, { - "value": "[cast([fp + (-4)], starkware.starknet.common.syscalls.StorageRead*)]", - "pc": 4, + "value": "cast([fp + (-3)] + 1, felt*)", + "pc": 66, "ap_tracking_data": { - "group": 1, + "group": 7, "offset": 0 } - }, + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.increase_balance.__calldata_ptr", + "type": "reference" + }, + "__wrappers__.increase_balance.__temp2": { + "references": [ { "value": "[cast(ap + (-1), felt*)]", - "pc": 6, - "ap_tracking_data": { - "group": 1, - "offset": 1 - } - }, - { - "value": "[cast([fp + (-4)] + 2, starkware.starknet.common.syscalls.StorageReadResponse*)]", - "pc": 8, - "ap_tracking_data": { - "group": 1, - "offset": 1 - } - }, - { - "value": "cast([fp + (-4)] + 3, felt*)", - "pc": 8, + "pc": 68, "ap_tracking_data": { - "group": 1, + "group": 7, "offset": 1 } - }, + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.increase_balance.__temp2", + "type": "reference" + }, + "__wrappers__.increase_balance.__wrapped_func": { + "destination": "__main__.increase_balance", + "type": "alias" + }, + "__wrappers__.increase_balance.pedersen_ptr": { + "references": [ { - "value": "[cast(fp + (-4), felt*)]", - "pc": 12, + "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 66, "ap_tracking_data": { - "group": 2, + "group": 7, "offset": 0 } }, { - "value": "[cast(fp + (-3), felt*)]", - "pc": 12, + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 75, "ap_tracking_data": { - "group": 2, - "offset": 0 + "group": 7, + "offset": 57 } - }, + } + ], + "cairo_type": "starkware.cairo.common.cairo_builtins.HashBuiltin*", + "full_name": "__wrappers__.increase_balance.pedersen_ptr", + "type": "reference" + }, + "__wrappers__.increase_balance.range_check_ptr": { + "references": [ { - "value": "[cast(fp + (-5), felt**)]", - "pc": 12, + "value": "[cast([fp + (-5)] + 2, felt*)]", + "pc": 66, "ap_tracking_data": { - "group": 2, + "group": 7, "offset": 0 } }, { "value": "[cast(ap + (-1), felt*)]", - "pc": 14, - "ap_tracking_data": { - "group": 2, - "offset": 1 - } - }, - { - "value": "cast([fp + (-5)] + 3, felt*)", - "pc": 17, + "pc": 75, "ap_tracking_data": { - "group": 2, - "offset": 1 + "group": 7, + "offset": 57 } - }, + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.increase_balance.range_check_ptr", + "type": "reference" + }, + "__wrappers__.increase_balance.ret_value": { + "references": [ { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 20, + "value": "[cast(ap + 0, ()*)]", + "pc": 75, "ap_tracking_data": { - "group": 3, - "offset": 0 + "group": 7, + "offset": 57 } - }, + } + ], + "cairo_type": "()", + "full_name": "__wrappers__.increase_balance.ret_value", + "type": "reference" + }, + "__wrappers__.increase_balance.retdata": { + "references": [ { - "value": "[cast(fp + (-3), felt*)]", - "pc": 20, + "value": "[cast(ap + (-1), felt**)]", + "pc": 77, "ap_tracking_data": { - "group": 3, - "offset": 0 + "group": 7, + "offset": 58 } - }, + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.increase_balance.retdata", + "type": "reference" + }, + "__wrappers__.increase_balance.retdata_size": { + "references": [ { - "value": "cast(916907772491729262376534102982219947830828984996257231353398618781993312401, felt)", - "pc": 20, + "value": "cast(0, felt)", + "pc": 77, "ap_tracking_data": { - "group": 3, - "offset": 0 + "group": 7, + "offset": 58 } - }, + } + ], + "cairo_type": "felt", + "full_name": "__wrappers__.increase_balance.retdata_size", + "type": "reference" + }, + "__wrappers__.increase_balance.syscall_ptr": { + "references": [ { - "value": "[cast(fp + (-5), felt**)]", - "pc": 25, + "value": "[cast([fp + (-5)], felt**)]", + "pc": 66, "ap_tracking_data": { - "group": 4, + "group": 7, "offset": 0 } }, { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 25, + "value": "[cast(ap + (-3), felt**)]", + "pc": 75, "ap_tracking_data": { - "group": 4, - "offset": 0 + "group": 7, + "offset": 57 } - }, + } + ], + "cairo_type": "felt*", + "full_name": "__wrappers__.increase_balance.syscall_ptr", + "type": "reference" + }, + "__wrappers__.increase_balance_encode_return.memcpy": { + "destination": "starkware.cairo.common.memcpy.memcpy", + "type": "alias" + }, + "starkware.cairo.common.bool.FALSE": { + "value": 0, + "type": "const" + }, + "starkware.cairo.common.bool.TRUE": { + "value": 1, + "type": "const" + }, + "starkware.cairo.common.cairo_builtins.BitwiseBuiltin": { + "size": 5, + "full_name": "starkware.cairo.common.cairo_builtins.BitwiseBuiltin", + "members": { + "x": { + "cairo_type": "felt", + "offset": 0 + }, + "y": { + "cairo_type": "felt", + "offset": 1 + }, + "x_and_y": { + "cairo_type": "felt", + "offset": 2 + }, + "x_xor_y": { + "cairo_type": "felt", + "offset": 3 + }, + "x_or_y": { + "cairo_type": "felt", + "offset": 4 + } + }, + "type": "struct" + }, + "starkware.cairo.common.cairo_builtins.EcOpBuiltin": { + "size": 7, + "full_name": "starkware.cairo.common.cairo_builtins.EcOpBuiltin", + "members": { + "p": { + "cairo_type": "starkware.cairo.common.ec_point.EcPoint", + "offset": 0 + }, + "q": { + "cairo_type": "starkware.cairo.common.ec_point.EcPoint", + "offset": 2 + }, + "m": { + "cairo_type": "felt", + "offset": 4 + }, + "r": { + "cairo_type": "starkware.cairo.common.ec_point.EcPoint", + "offset": 5 + } + }, + "type": "struct" + }, + "starkware.cairo.common.cairo_builtins.EcPoint": { + "destination": "starkware.cairo.common.ec_point.EcPoint", + "type": "alias" + }, + "starkware.cairo.common.cairo_builtins.HashBuiltin": { + "size": 3, + "full_name": "starkware.cairo.common.cairo_builtins.HashBuiltin", + "members": { + "x": { + "cairo_type": "felt", + "offset": 0 + }, + "y": { + "cairo_type": "felt", + "offset": 1 + }, + "result": { + "cairo_type": "felt", + "offset": 2 + } + }, + "type": "struct" + }, + "starkware.cairo.common.cairo_builtins.KeccakBuiltin": { + "size": 16, + "full_name": "starkware.cairo.common.cairo_builtins.KeccakBuiltin", + "members": { + "input": { + "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", + "offset": 0 + }, + "output": { + "cairo_type": "starkware.cairo.common.keccak_state.KeccakBuiltinState", + "offset": 8 + } + }, + "type": "struct" + }, + "starkware.cairo.common.cairo_builtins.KeccakBuiltinState": { + "destination": "starkware.cairo.common.keccak_state.KeccakBuiltinState", + "type": "alias" + }, + "starkware.cairo.common.cairo_builtins.SignatureBuiltin": { + "size": 2, + "full_name": "starkware.cairo.common.cairo_builtins.SignatureBuiltin", + "members": { + "pub_key": { + "cairo_type": "felt", + "offset": 0 + }, + "message": { + "cairo_type": "felt", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.cairo.common.dict_access.DictAccess": { + "size": 3, + "full_name": "starkware.cairo.common.dict_access.DictAccess", + "members": { + "key": { + "cairo_type": "felt", + "offset": 0 + }, + "prev_value": { + "cairo_type": "felt", + "offset": 1 + }, + "new_value": { + "cairo_type": "felt", + "offset": 2 + } + }, + "type": "struct" + }, + "starkware.cairo.common.ec_point.EcPoint": { + "size": 2, + "full_name": "starkware.cairo.common.ec_point.EcPoint", + "members": { + "x": { + "cairo_type": "felt", + "offset": 0 + }, + "y": { + "cairo_type": "felt", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.cairo.common.hash.HashBuiltin": { + "destination": "starkware.cairo.common.cairo_builtins.HashBuiltin", + "type": "alias" + }, + "starkware.cairo.common.keccak_state.KeccakBuiltinState": { + "size": 8, + "full_name": "starkware.cairo.common.keccak_state.KeccakBuiltinState", + "members": { + "s0": { + "cairo_type": "felt", + "offset": 0 + }, + "s1": { + "cairo_type": "felt", + "offset": 1 + }, + "s2": { + "cairo_type": "felt", + "offset": 2 + }, + "s3": { + "cairo_type": "felt", + "offset": 3 + }, + "s4": { + "cairo_type": "felt", + "offset": 4 + }, + "s5": { + "cairo_type": "felt", + "offset": 5 + }, + "s6": { + "cairo_type": "felt", + "offset": 6 + }, + "s7": { + "cairo_type": "felt", + "offset": 7 + } + }, + "type": "struct" + }, + "starkware.cairo.common.math.FALSE": { + "destination": "starkware.cairo.common.bool.FALSE", + "type": "alias" + }, + "starkware.cairo.common.math.TRUE": { + "destination": "starkware.cairo.common.bool.TRUE", + "type": "alias" + }, + "starkware.cairo.common.math.assert_nn": { + "pc": 0, + "decorators": [], + "type": "function" + }, + "starkware.cairo.common.math.assert_nn.Args": { + "size": 1, + "full_name": "starkware.cairo.common.math.assert_nn.Args", + "members": { + "a": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.cairo.common.math.assert_nn.ImplicitArgs": { + "size": 1, + "full_name": "starkware.cairo.common.math.assert_nn.ImplicitArgs", + "members": { + "range_check_ptr": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.cairo.common.math.assert_nn.Return": { + "cairo_type": "()", + "type": "type_definition" + }, + "starkware.cairo.common.math.assert_nn.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "starkware.cairo.common.math.assert_nn.a": { + "references": [ { "value": "[cast(fp + (-3), felt*)]", - "pc": 25, + "pc": 0, "ap_tracking_data": { - "group": 4, + "group": 0, "offset": 0 } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 29, - "ap_tracking_data": { - "group": 4, - "offset": 7 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 29, - "ap_tracking_data": { - "group": 4, - "offset": 7 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 29, - "ap_tracking_data": { - "group": 4, - "offset": 7 - } - }, - { - "value": "[cast(ap + (-2), felt**)]", - "pc": 33, - "ap_tracking_data": { - "group": 4, - "offset": 14 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 33, - "ap_tracking_data": { - "group": 4, - "offset": 14 - } - }, - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 34, - "ap_tracking_data": { - "group": 4, - "offset": 15 - } - }, + } + ], + "cairo_type": "felt", + "full_name": "starkware.cairo.common.math.assert_nn.a", + "type": "reference" + }, + "starkware.cairo.common.math.assert_nn.range_check_ptr": { + "references": [ { - "value": "[cast(ap + (-1), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 35, + "value": "[cast(fp + (-4), felt*)]", + "pc": 0, "ap_tracking_data": { - "group": 4, - "offset": 16 + "group": 0, + "offset": 0 } }, { - "value": "[cast(ap + (-1), felt*)]", - "pc": 36, + "value": "cast([fp + (-4)] + 1, felt)", + "pc": 1, "ap_tracking_data": { - "group": 4, - "offset": 17 + "group": 0, + "offset": 0 } - }, - { + } + ], + "cairo_type": "felt", + "full_name": "starkware.cairo.common.math.assert_nn.range_check_ptr", + "type": "reference" + }, + "starkware.starknet.common.storage.ADDR_BOUND": { + "value": -106710729501573572985208420194530329073740042555888586719489, + "type": "const" + }, + "starkware.starknet.common.storage.MAX_STORAGE_ITEM_SIZE": { + "value": 256, + "type": "const" + }, + "starkware.starknet.common.storage.assert_250_bit": { + "destination": "starkware.cairo.common.math.assert_250_bit", + "type": "alias" + }, + "starkware.starknet.common.syscalls.CALL_CONTRACT_SELECTOR": { + "value": 20853273475220472486191784820, + "type": "const" + }, + "starkware.starknet.common.syscalls.CallContract": { + "size": 7, + "full_name": "starkware.starknet.common.syscalls.CallContract", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.CallContractRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", + "offset": 5 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.CallContractRequest": { + "size": 5, + "full_name": "starkware.starknet.common.syscalls.CallContractRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "contract_address": { + "cairo_type": "felt", + "offset": 1 + }, + "function_selector": { + "cairo_type": "felt", + "offset": 2 + }, + "calldata_size": { + "cairo_type": "felt", + "offset": 3 + }, + "calldata": { + "cairo_type": "felt*", + "offset": 4 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.CallContractResponse": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.CallContractResponse", + "members": { + "retdata_size": { + "cairo_type": "felt", + "offset": 0 + }, + "retdata": { + "cairo_type": "felt*", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.DELEGATE_CALL_SELECTOR": { + "value": 21167594061783206823196716140, + "type": "const" + }, + "starkware.starknet.common.syscalls.DELEGATE_L1_HANDLER_SELECTOR": { + "value": 23274015802972845247556842986379118667122, + "type": "const" + }, + "starkware.starknet.common.syscalls.DEPLOY_SELECTOR": { + "value": 75202468540281, + "type": "const" + }, + "starkware.starknet.common.syscalls.Deploy": { + "size": 9, + "full_name": "starkware.starknet.common.syscalls.Deploy", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.DeployRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.DeployResponse", + "offset": 6 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.DeployRequest": { + "size": 6, + "full_name": "starkware.starknet.common.syscalls.DeployRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "class_hash": { + "cairo_type": "felt", + "offset": 1 + }, + "contract_address_salt": { + "cairo_type": "felt", + "offset": 2 + }, + "constructor_calldata_size": { + "cairo_type": "felt", + "offset": 3 + }, + "constructor_calldata": { + "cairo_type": "felt*", + "offset": 4 + }, + "deploy_from_zero": { + "cairo_type": "felt", + "offset": 5 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.DeployResponse": { + "size": 3, + "full_name": "starkware.starknet.common.syscalls.DeployResponse", + "members": { + "contract_address": { + "cairo_type": "felt", + "offset": 0 + }, + "constructor_retdata_size": { + "cairo_type": "felt", + "offset": 1 + }, + "constructor_retdata": { + "cairo_type": "felt*", + "offset": 2 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.DictAccess": { + "destination": "starkware.cairo.common.dict_access.DictAccess", + "type": "alias" + }, + "starkware.starknet.common.syscalls.EMIT_EVENT_SELECTOR": { + "value": 1280709301550335749748, + "type": "const" + }, + "starkware.starknet.common.syscalls.EmitEvent": { + "size": 5, + "full_name": "starkware.starknet.common.syscalls.EmitEvent", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "keys_len": { + "cairo_type": "felt", + "offset": 1 + }, + "keys": { + "cairo_type": "felt*", + "offset": 2 + }, + "data_len": { + "cairo_type": "felt", + "offset": 3 + }, + "data": { + "cairo_type": "felt*", + "offset": 4 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GET_BLOCK_NUMBER_SELECTOR": { + "value": 1448089106835523001438702345020786, + "type": "const" + }, + "starkware.starknet.common.syscalls.GET_BLOCK_TIMESTAMP_SELECTOR": { + "value": 24294903732626645868215235778792757751152, + "type": "const" + }, + "starkware.starknet.common.syscalls.GET_CALLER_ADDRESS_SELECTOR": { + "value": 94901967781393078444254803017658102643, + "type": "const" + }, + "starkware.starknet.common.syscalls.GET_CONTRACT_ADDRESS_SELECTOR": { + "value": 6219495360805491471215297013070624192820083, + "type": "const" + }, + "starkware.starknet.common.syscalls.GET_SEQUENCER_ADDRESS_SELECTOR": { + "value": 1592190833581991703053805829594610833820054387, + "type": "const" + }, + "starkware.starknet.common.syscalls.GET_TX_INFO_SELECTOR": { + "value": 1317029390204112103023, + "type": "const" + }, + "starkware.starknet.common.syscalls.GET_TX_SIGNATURE_SELECTOR": { + "value": 1448089128652340074717162277007973, + "type": "const" + }, + "starkware.starknet.common.syscalls.GetBlockNumber": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetBlockNumber", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetBlockNumberResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetBlockNumberRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetBlockNumberRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetBlockNumberResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetBlockNumberResponse", + "members": { + "block_number": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetBlockTimestamp": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetBlockTimestamp", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetBlockTimestampRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetBlockTimestampResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetBlockTimestampResponse", + "members": { + "block_timestamp": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetCallerAddress": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetCallerAddress", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetCallerAddressResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetCallerAddressRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetCallerAddressRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetCallerAddressResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetCallerAddressResponse", + "members": { + "caller_address": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetContractAddress": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetContractAddress", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetContractAddressResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetContractAddressRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetContractAddressRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetContractAddressResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetContractAddressResponse", + "members": { + "contract_address": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetSequencerAddress": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetSequencerAddress", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetSequencerAddressRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetSequencerAddressResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetSequencerAddressResponse", + "members": { + "sequencer_address": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetTxInfo": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetTxInfo", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetTxInfoResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetTxInfoRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetTxInfoRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetTxInfoResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetTxInfoResponse", + "members": { + "tx_info": { + "cairo_type": "starkware.starknet.common.syscalls.TxInfo*", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetTxSignature": { + "size": 3, + "full_name": "starkware.starknet.common.syscalls.GetTxSignature", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.GetTxSignatureResponse", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetTxSignatureRequest": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.GetTxSignatureRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.GetTxSignatureResponse": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.GetTxSignatureResponse", + "members": { + "signature_len": { + "cairo_type": "felt", + "offset": 0 + }, + "signature": { + "cairo_type": "felt*", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.LIBRARY_CALL_L1_HANDLER_SELECTOR": { + "value": 436233452754198157705746250789557519228244616562, + "type": "const" + }, + "starkware.starknet.common.syscalls.LIBRARY_CALL_SELECTOR": { + "value": 92376026794327011772951660, + "type": "const" + }, + "starkware.starknet.common.syscalls.LibraryCall": { + "size": 7, + "full_name": "starkware.starknet.common.syscalls.LibraryCall", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.LibraryCallRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.CallContractResponse", + "offset": 5 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.LibraryCallRequest": { + "size": 5, + "full_name": "starkware.starknet.common.syscalls.LibraryCallRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "class_hash": { + "cairo_type": "felt", + "offset": 1 + }, + "function_selector": { + "cairo_type": "felt", + "offset": 2 + }, + "calldata_size": { + "cairo_type": "felt", + "offset": 3 + }, + "calldata": { + "cairo_type": "felt*", + "offset": 4 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.SEND_MESSAGE_TO_L1_SELECTOR": { + "value": 433017908768303439907196859243777073, + "type": "const" + }, + "starkware.starknet.common.syscalls.STORAGE_READ_SELECTOR": { + "value": 100890693370601760042082660, + "type": "const" + }, + "starkware.starknet.common.syscalls.STORAGE_WRITE_SELECTOR": { + "value": 25828017502874050592466629733, + "type": "const" + }, + "starkware.starknet.common.syscalls.SendMessageToL1SysCall": { + "size": 4, + "full_name": "starkware.starknet.common.syscalls.SendMessageToL1SysCall", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "to_address": { + "cairo_type": "felt", + "offset": 1 + }, + "payload_size": { + "cairo_type": "felt", + "offset": 2 + }, + "payload_ptr": { + "cairo_type": "felt*", + "offset": 3 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.StorageRead": { + "size": 3, + "full_name": "starkware.starknet.common.syscalls.StorageRead", + "members": { + "request": { + "cairo_type": "starkware.starknet.common.syscalls.StorageReadRequest", + "offset": 0 + }, + "response": { + "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", + "offset": 2 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.StorageReadRequest": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.StorageReadRequest", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "address": { + "cairo_type": "felt", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.StorageReadResponse": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.StorageReadResponse", + "members": { + "value": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.StorageWrite": { + "size": 3, + "full_name": "starkware.starknet.common.syscalls.StorageWrite", + "members": { + "selector": { + "cairo_type": "felt", + "offset": 0 + }, + "address": { + "cairo_type": "felt", + "offset": 1 + }, + "value": { + "cairo_type": "felt", + "offset": 2 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.TxInfo": { + "size": 8, + "full_name": "starkware.starknet.common.syscalls.TxInfo", + "members": { + "version": { + "cairo_type": "felt", + "offset": 0 + }, + "account_contract_address": { + "cairo_type": "felt", + "offset": 1 + }, + "max_fee": { + "cairo_type": "felt", + "offset": 2 + }, + "signature_len": { + "cairo_type": "felt", + "offset": 3 + }, + "signature": { + "cairo_type": "felt*", + "offset": 4 + }, + "transaction_hash": { + "cairo_type": "felt", + "offset": 5 + }, + "chain_id": { + "cairo_type": "felt", + "offset": 6 + }, + "nonce": { + "cairo_type": "felt", + "offset": 7 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.storage_read": { + "pc": 4, + "decorators": [], + "type": "function" + }, + "starkware.starknet.common.syscalls.storage_read.Args": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.storage_read.Args", + "members": { + "address": { + "cairo_type": "felt", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.storage_read.ImplicitArgs": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.storage_read.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.storage_read.Return": { + "cairo_type": "(value: felt)", + "type": "type_definition" + }, + "starkware.starknet.common.syscalls.storage_read.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "starkware.starknet.common.syscalls.storage_read.__temp0": { + "references": [ + { "value": "[cast(ap + (-1), felt*)]", - "pc": 37, + "pc": 6, "ap_tracking_data": { - "group": 4, - "offset": 18 + "group": 1, + "offset": 1 } - }, + } + ], + "cairo_type": "felt", + "full_name": "starkware.starknet.common.syscalls.storage_read.__temp0", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_read.address": { + "references": [ { "value": "[cast(fp + (-3), felt*)]", - "pc": 38, + "pc": 4, "ap_tracking_data": { - "group": 5, + "group": 1, "offset": 0 } - }, + } + ], + "cairo_type": "felt", + "full_name": "starkware.starknet.common.syscalls.storage_read.address", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_read.response": { + "references": [ { - "value": "[cast(fp + (-6), felt**)]", - "pc": 38, + "value": "[cast([fp + (-4)] + 2, starkware.starknet.common.syscalls.StorageReadResponse*)]", + "pc": 8, "ap_tracking_data": { - "group": 5, - "offset": 0 + "group": 1, + "offset": 1 } - }, + } + ], + "cairo_type": "starkware.starknet.common.syscalls.StorageReadResponse", + "full_name": "starkware.starknet.common.syscalls.storage_read.response", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_read.syscall": { + "references": [ { - "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 38, + "value": "[cast([fp + (-4)], starkware.starknet.common.syscalls.StorageRead*)]", + "pc": 4, "ap_tracking_data": { - "group": 5, + "group": 1, "offset": 0 } - }, + } + ], + "cairo_type": "starkware.starknet.common.syscalls.StorageRead", + "full_name": "starkware.starknet.common.syscalls.storage_read.syscall", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_read.syscall_ptr": { + "references": [ { - "value": "[cast(fp + (-4), felt*)]", - "pc": 38, + "value": "[cast(fp + (-4), felt**)]", + "pc": 4, "ap_tracking_data": { - "group": 5, + "group": 1, "offset": 0 } }, { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 42, - "ap_tracking_data": { - "group": 5, - "offset": 7 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 42, + "value": "cast([fp + (-4)] + 3, felt*)", + "pc": 8, "ap_tracking_data": { - "group": 5, - "offset": 7 + "group": 1, + "offset": 1 } - }, + } + ], + "cairo_type": "felt*", + "full_name": "starkware.starknet.common.syscalls.storage_read.syscall_ptr", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_write": { + "pc": 12, + "decorators": [], + "type": "function" + }, + "starkware.starknet.common.syscalls.storage_write.Args": { + "size": 2, + "full_name": "starkware.starknet.common.syscalls.storage_write.Args", + "members": { + "address": { + "cairo_type": "felt", + "offset": 0 + }, + "value": { + "cairo_type": "felt", + "offset": 1 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.storage_write.ImplicitArgs": { + "size": 1, + "full_name": "starkware.starknet.common.syscalls.storage_write.ImplicitArgs", + "members": { + "syscall_ptr": { + "cairo_type": "felt*", + "offset": 0 + } + }, + "type": "struct" + }, + "starkware.starknet.common.syscalls.storage_write.Return": { + "cairo_type": "()", + "type": "type_definition" + }, + "starkware.starknet.common.syscalls.storage_write.SIZEOF_LOCALS": { + "value": 0, + "type": "const" + }, + "starkware.starknet.common.syscalls.storage_write.__temp1": { + "references": [ { "value": "[cast(ap + (-1), felt*)]", - "pc": 42, + "pc": 14, "ap_tracking_data": { - "group": 5, - "offset": 7 + "group": 2, + "offset": 1 } - }, + } + ], + "cairo_type": "felt", + "full_name": "starkware.starknet.common.syscalls.storage_write.__temp1", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_write.address": { + "references": [ { - "value": "[cast(ap + (-1), felt**)]", - "pc": 47, + "value": "[cast(fp + (-4), felt*)]", + "pc": 12, "ap_tracking_data": { - "group": 5, - "offset": 14 + "group": 2, + "offset": 0 } - }, + } + ], + "cairo_type": "felt", + "full_name": "starkware.starknet.common.syscalls.storage_write.address", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_write.syscall_ptr": { + "references": [ { - "value": "[cast(fp + (-3), felt*)]", - "pc": 50, + "value": "[cast(fp + (-5), felt**)]", + "pc": 12, "ap_tracking_data": { - "group": 6, + "group": 2, "offset": 0 } }, { - "value": "[cast(fp + (-6), felt**)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-4), felt*)]", - "pc": 50, - "ap_tracking_data": { - "group": 6, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 54, - "ap_tracking_data": { - "group": 6, - "offset": 5 - } - }, - { - "value": "[cast(ap + (-4), felt**)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 59, - "ap_tracking_data": { - "group": 6, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 65, - "ap_tracking_data": { - "group": 6, - "offset": 50 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 65, - "ap_tracking_data": { - "group": 6, - "offset": 50 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 65, - "ap_tracking_data": { - "group": 6, - "offset": 50 - } - }, - { - "value": "[cast([fp + (-5)], felt**)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-5)] + 2, felt*)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-3), felt**)]", - "pc": 66, - "ap_tracking_data": { - "group": 7, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-3)], felt*)]", - "pc": 66, + "value": "cast([fp + (-5)] + 3, felt*)", + "pc": 17, "ap_tracking_data": { - "group": 7, - "offset": 0 + "group": 2, + "offset": 1 } - }, + } + ], + "cairo_type": "felt*", + "full_name": "starkware.starknet.common.syscalls.storage_write.syscall_ptr", + "type": "reference" + }, + "starkware.starknet.common.syscalls.storage_write.value": { + "references": [ { - "value": "cast([fp + (-3)] + 1, felt*)", - "pc": 66, + "value": "[cast(fp + (-3), felt*)]", + "pc": 12, "ap_tracking_data": { - "group": 7, + "group": 2, "offset": 0 } - }, - { - "value": "cast([fp + (-3)] + 1 - [fp + (-3)], felt)", - "pc": 66, - "ap_tracking_data": { - "group": 7, + } + ], + "cairo_type": "felt", + "full_name": "starkware.starknet.common.syscalls.storage_write.value", + "type": "reference" + } + }, + "main_scope": "__main__", + "hints": { + "0": [ + { + "accessible_scopes": [ + "starkware.cairo.common.math", + "starkware.cairo.common.math.assert_nn" + ], + "code": "from starkware.cairo.common.math_utils import assert_integer\nassert_integer(ids.a)\nassert 0 <= ids.a % PRIME < range_check_builtin.bound, f'a = {ids.a} is out of range.'", + "flow_tracking_data": { + "reference_ids": { + "starkware.cairo.common.math.assert_nn.a": 0, + "starkware.cairo.common.math.assert_nn.range_check_ptr": 1 + }, + "ap_tracking": { + "group": 0, "offset": 0 } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 68, - "ap_tracking_data": { - "group": 7, + } + } + ], + "8": [ + { + "accessible_scopes": [ + "starkware.starknet.common.syscalls", + "starkware.starknet.common.syscalls.storage_read" + ], + "code": "syscall_handler.storage_read(segments=segments, syscall_ptr=ids.syscall_ptr)", + "flow_tracking_data": { + "reference_ids": { + "starkware.starknet.common.syscalls.storage_read.__temp0": 6, + "starkware.starknet.common.syscalls.storage_read.address": 3, + "starkware.starknet.common.syscalls.storage_read.syscall": 5, + "starkware.starknet.common.syscalls.storage_read.syscall_ptr": 4 + }, + "ap_tracking": { + "group": 1, "offset": 1 } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 + } + } + ], + "17": [ + { + "accessible_scopes": [ + "starkware.starknet.common.syscalls", + "starkware.starknet.common.syscalls.storage_write" + ], + "code": "syscall_handler.storage_write(segments=segments, syscall_ptr=ids.syscall_ptr)", + "flow_tracking_data": { + "reference_ids": { + "starkware.starknet.common.syscalls.storage_write.__temp1": 12, + "starkware.starknet.common.syscalls.storage_write.address": 9, + "starkware.starknet.common.syscalls.storage_write.syscall_ptr": 11, + "starkware.starknet.common.syscalls.storage_write.value": 10 + }, + "ap_tracking": { + "group": 2, + "offset": 1 } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 75, - "ap_tracking_data": { + } + } + ], + "75": [ + { + "accessible_scopes": [ + "__main__", + "__main__", + "__wrappers__", + "__wrappers__.increase_balance" + ], + "code": "memory[ap] = segments.add()", + "flow_tracking_data": { + "reference_ids": { + "__wrappers__.increase_balance.__calldata_actual_size": 55, + "__wrappers__.increase_balance.__calldata_arg_amount": 53, + "__wrappers__.increase_balance.__calldata_ptr": 54, + "__wrappers__.increase_balance.__temp2": 56, + "__wrappers__.increase_balance.pedersen_ptr": 58, + "__wrappers__.increase_balance.range_check_ptr": 59, + "__wrappers__.increase_balance.ret_value": 60, + "__wrappers__.increase_balance.syscall_ptr": 57 + }, + "ap_tracking": { "group": 7, "offset": 57 } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 + } + } + ], + "90": [ + { + "accessible_scopes": [ + "__main__", + "__main__", + "__wrappers__", + "__wrappers__.get_balance_encode_return" + ], + "code": "memory[ap] = segments.add()", + "flow_tracking_data": { + "reference_ids": { + "__wrappers__.get_balance_encode_return.range_check_ptr": 71, + "__wrappers__.get_balance_encode_return.ret_value": 70 + }, + "ap_tracking": { + "group": 9, + "offset": 0 } - }, - { - "value": "[cast(ap + 0, ()*)]", - "pc": 75, - "ap_tracking_data": { - "group": 7, - "offset": 57 - } - }, - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 77, - "ap_tracking_data": { - "group": 7, - "offset": 58 - } - }, - { - "value": "cast(0, felt)", - "pc": 77, - "ap_tracking_data": { - "group": 7, - "offset": 58 - } - }, - { - "value": "[cast(fp + (-5), felt**)]", - "pc": 84, - "ap_tracking_data": { - "group": 8, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 84, - "ap_tracking_data": { - "group": 8, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 84, - "ap_tracking_data": { - "group": 8, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-4), felt**)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 89, - "ap_tracking_data": { - "group": 8, - "offset": 23 - } - }, - { - "value": "[cast(fp + (-4), (res: felt)*)]", - "pc": 90, - "ap_tracking_data": { - "group": 9, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 90, - "ap_tracking_data": { - "group": 9, - "offset": 0 - } - }, - { - "value": "[cast(fp, felt**)]", - "pc": 92, - "ap_tracking_data": { - "group": 9, - "offset": 1 - } - }, - { - "value": "[cast(fp, felt**)]", - "pc": 92, - "ap_tracking_data": { - "group": 9, - "offset": 1 - } - }, - { - "value": "cast([fp] + 1, felt*)", - "pc": 93, - "ap_tracking_data": { - "group": 9, - "offset": 1 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 95, - "ap_tracking_data": { - "group": 9, - "offset": 2 - } - }, - { - "value": "[cast([fp + (-5)], felt**)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-5)] + 2, felt*)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-3), felt**)]", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "cast([fp + (-3)] - [fp + (-3)], felt)", - "pc": 99, - "ap_tracking_data": { - "group": 10, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-4), felt**)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-1), (res: felt)*)]", - "pc": 105, - "ap_tracking_data": { - "group": 10, - "offset": 28 - } - }, - { - "value": "[cast(ap + (-3), felt*)]", - "pc": 108, - "ap_tracking_data": { - "group": 10, - "offset": 36 - } - }, - { - "value": "[cast(ap + (-2), felt*)]", - "pc": 108, - "ap_tracking_data": { - "group": 10, - "offset": 36 - } - }, - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 108, - "ap_tracking_data": { - "group": 10, - "offset": 36 - } - }, - { - "value": "[cast(fp + (-5), felt**)]", - "pc": 114, - "ap_tracking_data": { - "group": 11, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 114, - "ap_tracking_data": { - "group": 11, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-3), felt*)]", - "pc": 114, - "ap_tracking_data": { - "group": 11, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 121, - "ap_tracking_data": { - "group": 11, - "offset": 22 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 121, - "ap_tracking_data": { - "group": 11, - "offset": 22 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 121, - "ap_tracking_data": { - "group": 11, - "offset": 22 - } - }, - { - "value": "[cast([fp + (-5)], felt**)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast([fp + (-5)] + 2, felt*)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast(fp + (-3), felt**)]", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "cast([fp + (-3)] - [fp + (-3)], felt)", - "pc": 122, - "ap_tracking_data": { - "group": 12, - "offset": 0 - } - }, - { - "value": "[cast(ap + (-3), felt**)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } - }, - { - "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } - }, - { - "value": "[cast(ap + (-1), felt*)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } - }, - { - "value": "[cast(ap + 0, ()*)]", - "pc": 128, - "ap_tracking_data": { - "group": 12, - "offset": 27 - } - }, - { - "value": "[cast(ap + (-1), felt**)]", - "pc": 130, - "ap_tracking_data": { - "group": 12, - "offset": 28 - } - }, - { - "value": "cast(0, felt)", - "pc": 130, - "ap_tracking_data": { - "group": 12, - "offset": 28 + } + } + ], + "128": [ + { + "accessible_scopes": [ + "__main__", + "__main__", + "__wrappers__", + "__wrappers__.constructor" + ], + "code": "memory[ap] = segments.add()", + "flow_tracking_data": { + "reference_ids": { + "__wrappers__.constructor.__calldata_actual_size": 98, + "__wrappers__.constructor.__calldata_ptr": 97, + "__wrappers__.constructor.pedersen_ptr": 100, + "__wrappers__.constructor.range_check_ptr": 101, + "__wrappers__.constructor.ret_value": 102, + "__wrappers__.constructor.syscall_ptr": 99 + }, + "ap_tracking": { + "group": 12, + "offset": 27 } } - ] - } - }, - "entry_points_by_type": { - "CONSTRUCTOR": [ + } + ] + }, + "builtins": [ + "pedersen", + "range_check" + ], + "data": [ + "0x400380007ffc7ffd", + "0x482680017ffc8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffc7fff", + "0x400380017ffc7ffd", + "0x482680017ffc8000", + "0x3", + "0x480280027ffc8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffb7fff", + "0x400380017ffb7ffc", + "0x400380027ffb7ffd", + "0x482680017ffb8000", + "0x3", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x206f38f7e4f15e87567361213c28f235cccdaa1d7fd34c9db1dfe9489c6a091", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffffa", + "0x480a7ffb7fff8000", + "0x48127ffe7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe6", + "0x48127ffe7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x48127ffc7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffed", + "0x480a7ffa7fff8000", + "0x48127ffe7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe0", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcd", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe1", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x48287ffd7ffc8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffe8", + "0x208b7fff7fff7ffe", + "0x482680017ffd8000", + "0x1", + "0x402a7ffd7ffc7fff", + "0x480280007ffb8000", + "0x480280017ffb8000", + "0x480280027ffb8000", + "0x480280007ffd8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffea", + "0x40780017fff7fff", + "0x1", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffc3", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x4003800080007ffc", + "0x4826800180008000", + "0x1", + "0x480a7ffd7fff8000", + "0x4828800080007ffe", + "0x480a80007fff8000", + "0x208b7fff7fff7ffe", + "0x402b7ffd7ffc7ffd", + "0x480280007ffb8000", + "0x480280017ffb8000", + "0x480280027ffb8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffee", + "0x48127ffe7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffb0", + "0x208b7fff7fff7ffe", + "0x402b7ffd7ffc7ffd", + "0x480280007ffb8000", + "0x480280017ffb8000", + "0x480280027ffb8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff5", + "0x40780017fff7fff", + "0x1", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe" + ], + "debug_info": null, + "reference_manager": { + "references": [ + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 0, + "ap_tracking_data": { + "group": 0, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), felt*)]", + "pc": 0, + "ap_tracking_data": { + "group": 0, + "offset": 0 + } + }, + { + "value": "cast([fp + (-4)] + 1, felt)", + "pc": 1, + "ap_tracking_data": { + "group": 0, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 4, + "ap_tracking_data": { + "group": 1, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), felt**)]", + "pc": 4, + "ap_tracking_data": { + "group": 1, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-4)], starkware.starknet.common.syscalls.StorageRead*)]", + "pc": 4, + "ap_tracking_data": { + "group": 1, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 6, + "ap_tracking_data": { + "group": 1, + "offset": 1 + } + }, + { + "value": "[cast([fp + (-4)] + 2, starkware.starknet.common.syscalls.StorageReadResponse*)]", + "pc": 8, + "ap_tracking_data": { + "group": 1, + "offset": 1 + } + }, + { + "value": "cast([fp + (-4)] + 3, felt*)", + "pc": 8, + "ap_tracking_data": { + "group": 1, + "offset": 1 + } + }, + { + "value": "[cast(fp + (-4), felt*)]", + "pc": 12, + "ap_tracking_data": { + "group": 2, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 12, + "ap_tracking_data": { + "group": 2, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 12, + "ap_tracking_data": { + "group": 2, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 14, + "ap_tracking_data": { + "group": 2, + "offset": 1 + } + }, + { + "value": "cast([fp + (-5)] + 3, felt*)", + "pc": 17, + "ap_tracking_data": { + "group": 2, + "offset": 1 + } + }, + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 20, + "ap_tracking_data": { + "group": 3, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 20, + "ap_tracking_data": { + "group": 3, + "offset": 0 + } + }, + { + "value": "cast(916907772491729262376534102982219947830828984996257231353398618781993312401, felt)", + "pc": 20, + "ap_tracking_data": { + "group": 3, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 25, + "ap_tracking_data": { + "group": 4, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 25, + "ap_tracking_data": { + "group": 4, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 25, + "ap_tracking_data": { + "group": 4, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 29, + "ap_tracking_data": { + "group": 4, + "offset": 7 + } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 29, + "ap_tracking_data": { + "group": 4, + "offset": 7 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 29, + "ap_tracking_data": { + "group": 4, + "offset": 7 + } + }, + { + "value": "[cast(ap + (-2), felt**)]", + "pc": 33, + "ap_tracking_data": { + "group": 4, + "offset": 14 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 33, + "ap_tracking_data": { + "group": 4, + "offset": 14 + } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 34, + "ap_tracking_data": { + "group": 4, + "offset": 15 + } + }, + { + "value": "[cast(ap + (-1), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 35, + "ap_tracking_data": { + "group": 4, + "offset": 16 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 36, + "ap_tracking_data": { + "group": 4, + "offset": 17 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 37, + "ap_tracking_data": { + "group": 4, + "offset": 18 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-6), felt**)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), felt*)]", + "pc": 38, + "ap_tracking_data": { + "group": 5, + "offset": 0 + } + }, { - "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", - "offset": 122 - } - ], - "EXTERNAL": [ + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 42, + "ap_tracking_data": { + "group": 5, + "offset": 7 + } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 42, + "ap_tracking_data": { + "group": 5, + "offset": 7 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 42, + "ap_tracking_data": { + "group": 5, + "offset": 7 + } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 47, + "ap_tracking_data": { + "group": 5, + "offset": 14 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-6), felt**)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-5), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), felt*)]", + "pc": 50, + "ap_tracking_data": { + "group": 6, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 54, + "ap_tracking_data": { + "group": 6, + "offset": 5 + } + }, + { + "value": "[cast(ap + (-4), felt**)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 59, + "ap_tracking_data": { + "group": 6, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 65, + "ap_tracking_data": { + "group": 6, + "offset": 50 + } + }, + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 65, + "ap_tracking_data": { + "group": 6, + "offset": 50 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 65, + "ap_tracking_data": { + "group": 6, + "offset": 50 + } + }, + { + "value": "[cast([fp + (-5)], felt**)]", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-5)] + 2, felt*)]", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt**)]", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-3)], felt*)]", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "cast([fp + (-3)] + 1, felt*)", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "cast([fp + (-3)] + 1 - [fp + (-3)], felt)", + "pc": 66, + "ap_tracking_data": { + "group": 7, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 68, + "ap_tracking_data": { + "group": 7, + "offset": 1 + } + }, + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 75, + "ap_tracking_data": { + "group": 7, + "offset": 57 + } + }, + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 75, + "ap_tracking_data": { + "group": 7, + "offset": 57 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 75, + "ap_tracking_data": { + "group": 7, + "offset": 57 + } + }, + { + "value": "[cast(ap + 0, ()*)]", + "pc": 75, + "ap_tracking_data": { + "group": 7, + "offset": 57 + } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 77, + "ap_tracking_data": { + "group": 7, + "offset": 58 + } + }, + { + "value": "cast(0, felt)", + "pc": 77, + "ap_tracking_data": { + "group": 7, + "offset": 58 + } + }, + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 84, + "ap_tracking_data": { + "group": 8, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 84, + "ap_tracking_data": { + "group": 8, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 84, + "ap_tracking_data": { + "group": 8, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-4), felt**)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 + } + }, + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 + } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 + } + }, { - "selector": "0x362398bec32bc0ebb411203221a35a0301193a96f317ebe5e40be9f60d15320", - "offset": 66 + "value": "[cast(ap + (-1), felt*)]", + "pc": 89, + "ap_tracking_data": { + "group": 8, + "offset": 23 + } + }, + { + "value": "[cast(fp + (-4), (res: felt)*)]", + "pc": 90, + "ap_tracking_data": { + "group": 9, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 90, + "ap_tracking_data": { + "group": 9, + "offset": 0 + } + }, + { + "value": "[cast(fp, felt**)]", + "pc": 92, + "ap_tracking_data": { + "group": 9, + "offset": 1 + } + }, + { + "value": "[cast(fp, felt**)]", + "pc": 92, + "ap_tracking_data": { + "group": 9, + "offset": 1 + } + }, + { + "value": "cast([fp] + 1, felt*)", + "pc": 93, + "ap_tracking_data": { + "group": 9, + "offset": 1 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 95, + "ap_tracking_data": { + "group": 9, + "offset": 2 + } + }, + { + "value": "[cast([fp + (-5)], felt**)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-5)] + 2, felt*)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt**)]", + "pc": 99, + "ap_tracking_data": { + "group": 10, + "offset": 0 + } + }, + { + "value": "cast([fp + (-3)] - [fp + (-3)], felt)", + "pc": 99, + "ap_tracking_data": { + "group": 10, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-4), felt**)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-3), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-1), (res: felt)*)]", + "pc": 105, + "ap_tracking_data": { + "group": 10, + "offset": 28 + } + }, + { + "value": "[cast(ap + (-3), felt*)]", + "pc": 108, + "ap_tracking_data": { + "group": 10, + "offset": 36 + } + }, + { + "value": "[cast(ap + (-2), felt*)]", + "pc": 108, + "ap_tracking_data": { + "group": 10, + "offset": 36 + } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 108, + "ap_tracking_data": { + "group": 10, + "offset": 36 + } + }, + { + "value": "[cast(fp + (-5), felt**)]", + "pc": 114, + "ap_tracking_data": { + "group": 11, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-4), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 114, + "ap_tracking_data": { + "group": 11, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt*)]", + "pc": 114, + "ap_tracking_data": { + "group": 11, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 121, + "ap_tracking_data": { + "group": 11, + "offset": 22 + } + }, + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 121, + "ap_tracking_data": { + "group": 11, + "offset": 22 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 121, + "ap_tracking_data": { + "group": 11, + "offset": 22 + } + }, + { + "value": "[cast([fp + (-5)], felt**)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-5)] + 1, starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, + "offset": 0 + } + }, + { + "value": "[cast([fp + (-5)] + 2, felt*)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, + "offset": 0 + } + }, + { + "value": "[cast(fp + (-3), felt**)]", + "pc": 122, + "ap_tracking_data": { + "group": 12, + "offset": 0 + } + }, + { + "value": "cast([fp + (-3)] - [fp + (-3)], felt)", + "pc": 122, + "ap_tracking_data": { + "group": 12, + "offset": 0 + } + }, + { + "value": "[cast(ap + (-3), felt**)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 + } + }, + { + "value": "[cast(ap + (-2), starkware.cairo.common.cairo_builtins.HashBuiltin**)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 + } + }, + { + "value": "[cast(ap + (-1), felt*)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 + } }, { - "selector": "0x39e11d48192e4333233c7eb19d10ad67c362bb28580c604d67884c85da39695", - "offset": 99 + "value": "[cast(ap + 0, ()*)]", + "pc": 128, + "ap_tracking_data": { + "group": 12, + "offset": 27 + } + }, + { + "value": "[cast(ap + (-1), felt**)]", + "pc": 130, + "ap_tracking_data": { + "group": 12, + "offset": 28 + } + }, + { + "value": "cast(0, felt)", + "pc": 130, + "ap_tracking_data": { + "group": 12, + "offset": 28 + } } - ], - "L1_HANDLER": [] + ] } + }, + "entry_points_by_type": { + "CONSTRUCTOR": [ + { + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "offset": 122 + } + ], + "EXTERNAL": [ + { + "selector": "0x362398bec32bc0ebb411203221a35a0301193a96f317ebe5e40be9f60d15320", + "offset": 66 + }, + { + "selector": "0x39e11d48192e4333233c7eb19d10ad67c362bb28580c604d67884c85da39695", + "offset": 99 + } + ], + "L1_HANDLER": [] + } } \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/compiled_class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json b/clients/feeder/testdata/mainnet/compiled_class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json new file mode 100644 index 0000000000..77784cddfc --- /dev/null +++ b/clients/feeder/testdata/mainnet/compiled_class/0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292.json @@ -0,0 +1,9161 @@ +{ + "compiler_version": "1.1.0", + "prime": "0x800000000000011000000000000000000000000000000000000000000000001", + "entry_points_by_type": { + "EXTERNAL": [ + { + "offset": 0, + "selector": "0x22ff5f21f0b81b113e63f7db6da94fedef11b2119b4088b89664fb9a3cb658", + "builtins": [ + "range_check" + ] + }, + { + "offset": 501, + "selector": "0x3c118a68e16e12e97ed25cb4901c12f4d3162818669cc44c391d8049924c14", + "builtins": [ + "range_check" + ] + }, + { + "offset": 1820, + "selector": "0x5562b3e932b4d139366854d5a2e578382e6a3b6572ac9943d55e7efbe43d00", + "builtins": [ + "range_check" + ] + }, + { + "offset": 193, + "selector": "0x5df99ae77df976b4f0e5cf28c7dcfe09bd6e81aab787b19ac0c08e03d928cf", + "builtins": [ + "range_check" + ] + }, + { + "offset": 1985, + "selector": "0xb17d8a2731ba7ca1816631e6be14f0fc1b8390422d649fa27f0fbb0c91eea8", + "builtins": [ + "range_check", + "segment_arena" + ] + }, + { + "offset": 2325, + "selector": "0xe7510edcf6e9f1b70f7bd1f488767b50f0363422f3c563160ab77adf62467b", + "builtins": [ + "range_check" + ] + }, + { + "offset": 2104, + "selector": "0x169f135eddda5ab51886052d777a57f2ea9c162d713691b5e04a6d4ed71d47f", + "builtins": [ + "range_check" + ] + }, + { + "offset": 339, + "selector": "0x27a4a7332e590dd789019a6d125ff2aacd358e453090978cbf81f0d85e4c045", + "builtins": [ + "range_check" + ] + }, + { + "offset": 1420, + "selector": "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c", + "builtins": [ + "range_check" + ] + }, + { + "offset": 852, + "selector": "0x2913ee03e5e3308c41e308bd391ea4faac9b9cb5062c76a6b3ab4f65397e106", + "builtins": [ + "range_check" + ] + }, + { + "offset": 1043, + "selector": "0x2d7cf5d5a324a320f9f37804b1615a533fde487400b41af80f13f7ac5581325", + "builtins": [ + "range_check" + ] + }, + { + "offset": 1221, + "selector": "0x31aafc75f498fdfa7528880ad27246b4c15af4954f96228c9a132b328de1c92", + "builtins": [ + "range_check" + ] + }, + { + "offset": 1620, + "selector": "0x3604cea1cdb094a73a31144f14a3e5861613c008e1e879939ebc4827d10cd50", + "builtins": [ + "range_check" + ] + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [ + { + "offset": 2466, + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "builtins": [ + "range_check" + ] + } + ] + }, + "bytecode": [ + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffff912e", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xad", + "0x4825800180007ffa", + "0x6ed2", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xa0e", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x94", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0xa06", + "0x20680017fff7ffe", + "0x80", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0xa00", + "0x20680017fff7ffe", + "0x6c", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x49", + "0x1104800180018000", + "0x1299", + "0x482480017fff8000", + "0x1298", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fc4", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fd37fff", + "0x10780017fff7fff", + "0x2c", + "0x4824800180007fc4", + "0x0", + "0x400080007fd47fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x48127fd17fff8000", + "0x48127fe17fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x9fb", + "0x482480017f998000", + "0x1", + "0x20680017fff7ffc", + "0x16", + "0x40780017fff7fff", + "0x1", + "0x48127ffc7fff8000", + "0x48127ffe7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0xa16", + "0x48127ff67fff8000", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0xa11", + "0x48127ff07fff8000", + "0x48127fea7fff8000", + "0x48127fea7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fd18000", + "0x1", + "0x48127fbf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x9f4", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fd47fff8000", + "0x48127fc27fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fdd7fff8000", + "0x48127fcb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fdb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffd788", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x7e", + "0x4825800180007ffa", + "0x2878", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x94d", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x65", + "0x48307ffb80007ffc", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x42", + "0x1104800180018000", + "0x11e4", + "0x482480017fff8000", + "0x11e3", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fe4", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff37fff", + "0x10780017fff7fff", + "0x25", + "0x4824800180007fe4", + "0x0", + "0x400080007ff47fff", + "0x482480017ff48000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x973", + "0x20680017fff7ffd", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x963", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff18000", + "0x1", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x946", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff47fff8000", + "0x48127fe27fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffd206", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x8e", + "0x4825800180007ffa", + "0x2dfa", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x8bb", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x75", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x8b3", + "0x20680017fff7ffe", + "0x61", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x3e", + "0x1104800180018000", + "0x114c", + "0x482480017fff8000", + "0x114b", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fd4", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fe37fff", + "0x10780017fff7fff", + "0x21", + "0x4824800180007fd4", + "0x0", + "0x400080007fe47fff", + "0x482480017fe48000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x48127fe07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x92c", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fe18000", + "0x1", + "0x48127fcf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x8b2", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe47fff8000", + "0x48127fd27fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fdb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffff5790", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x14b", + "0x4825800180007ffa", + "0xa870", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x819", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x132", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x811", + "0x20680017fff7ffe", + "0x11e", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x80b", + "0x20680017fff7ffe", + "0x10a", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x805", + "0x20680017fff7ffe", + "0xf6", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7ff", + "0x20680017fff7ffe", + "0xe2", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7f9", + "0x20680017fff7ffe", + "0xce", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7f3", + "0x20680017fff7ffe", + "0xba", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7ed", + "0x20680017fff7ffe", + "0xa6", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7e7", + "0x20680017fff7ffe", + "0x92", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7e1", + "0x20680017fff7ffe", + "0x7e", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x7db", + "0x20680017fff7ffe", + "0x6a", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x47", + "0x1104800180018000", + "0x1074", + "0x482480017fff8000", + "0x1073", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007f44", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007f537fff", + "0x10780017fff7fff", + "0x2a", + "0x4824800180007f44", + "0x0", + "0x400080007f547fff", + "0x482480017f548000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x48127f507fff8000", + "0x48127f607fff8000", + "0x48127f6f7fff8000", + "0x48127f7e7fff8000", + "0x48127f8d7fff8000", + "0x48127f9c7fff8000", + "0x48127fab7fff8000", + "0x48127fba7fff8000", + "0x48127fc97fff8000", + "0x48127fd87fff8000", + "0x48127fe77fff8000", + "0x1104800180018000", + "0x8a0", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017f518000", + "0x1", + "0x48127f3f7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x7d1", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127f547fff8000", + "0x48127f427fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127f5d7fff8000", + "0x48127f4b7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127f6d7fff8000", + "0x48127f5b7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127f7d7fff8000", + "0x48127f6b7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127f8d7fff8000", + "0x48127f7b7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127f9d7fff8000", + "0x48127f8b7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fad7fff8000", + "0x48127f9b7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fbd7fff8000", + "0x48127fab7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fcd7fff8000", + "0x48127fbb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fdd7fff8000", + "0x48127fcb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fdb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffb6a4", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa9", + "0x4825800180007ffa", + "0x495c", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x978", + "0x20680017fff7ffa", + "0x95", + "0x20680017fff7ffd", + "0x85", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x40137ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x96c", + "0x20680017fff7ffa", + "0x73", + "0x20680017fff7ffd", + "0x63", + "0x48307ffb80007ffc", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0xf40", + "0x482480017fff8000", + "0xf3f", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fef", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fec7fff", + "0x10780017fff7fff", + "0x23", + "0x4824800180007fef", + "0x0", + "0x400080007fed7fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127fef7fff8000", + "0x48127fef7fff8000", + "0x1104800180018000", + "0x986", + "0x482480017fd08000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fea8000", + "0x1", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x6a4", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fed7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffc748", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x9c", + "0x4825800180007ffa", + "0x38b8", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x5f9", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x83", + "0x48127fff7fff8000", + "0x48127fed7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x40137ffa7fff8000", + "0x1104800180018000", + "0x8b1", + "0x20680017fff7ffa", + "0x72", + "0x20680017fff7ffd", + "0x62", + "0x48307ffb80007ffc", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x3f", + "0x1104800180018000", + "0xe85", + "0x482480017fff8000", + "0xe84", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fef", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fec7fff", + "0x10780017fff7fff", + "0x22", + "0x4824800180007fef", + "0x0", + "0x400080007fed7fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x901", + "0x482480017fd38000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fea8000", + "0x1", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x5ea", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fed7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffff9c00", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb1", + "0x4825800180007ffa", + "0x6400", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x547", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x98", + "0x48127fff7fff8000", + "0x48127fed7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x40137ffa7fff8000", + "0x1104800180018000", + "0x7ff", + "0x20680017fff7ffa", + "0x87", + "0x20680017fff7ffd", + "0x77", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x534", + "0x20680017fff7ffe", + "0x63", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0xdcd", + "0x482480017fff8000", + "0xdcc", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fdf", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fdc7fff", + "0x10780017fff7fff", + "0x23", + "0x4824800180007fdf", + "0x0", + "0x400080007fdd7fff", + "0x482480017fdd8000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x48127fdf7fff8000", + "0x48127fdf7fff8000", + "0x48127fee7fff8000", + "0x1104800180018000", + "0x878", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fda8000", + "0x1", + "0x48127fda7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x531", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fdd7fff8000", + "0x48127fdd7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe67fff8000", + "0x48127fe67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffb604", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb2", + "0x4825800180007ffa", + "0x49fc", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x80d", + "0x20680017fff7ffe", + "0x99", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x478", + "0x40137fef7fff8000", + "0x20680017fff7ffe", + "0x84", + "0x48127feb7fff8000", + "0x48127fce7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x731", + "0x20680017fff7ffa", + "0x73", + "0x20680017fff7ffd", + "0x63", + "0x48307ffb80007ffc", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0xd05", + "0x482480017fff8000", + "0xd04", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fef", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fec7fff", + "0x10780017fff7fff", + "0x23", + "0x4824800180007fef", + "0x0", + "0x400080007fed7fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127fef7fff8000", + "0x48127fef7fff8000", + "0x1104800180018000", + "0x807", + "0x482480017fd28000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fea8000", + "0x1", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x469", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fed7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe97fff8000", + "0x48127fcc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127fdc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffb604", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xb2", + "0x4825800180007ffa", + "0x49fc", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x7af", + "0x20680017fff7ffe", + "0x99", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x3b0", + "0x40137fef7fff8000", + "0x20680017fff7ffe", + "0x84", + "0x48127feb7fff8000", + "0x48127fce7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x669", + "0x20680017fff7ffa", + "0x73", + "0x20680017fff7ffd", + "0x63", + "0x48307ffb80007ffc", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x40", + "0x1104800180018000", + "0xc3d", + "0x482480017fff8000", + "0xc3c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fef", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fec7fff", + "0x10780017fff7fff", + "0x23", + "0x4824800180007fef", + "0x0", + "0x400080007fed7fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127fef7fff8000", + "0x48127fef7fff8000", + "0x1104800180018000", + "0x7a9", + "0x482480017fd28000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fea8000", + "0x1", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x3a1", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fed7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe97fff8000", + "0x48127fcc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127fdc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x91", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x2f2", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffd", + "0x78", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x2ea", + "0x20680017fff7ffe", + "0x64", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x41", + "0x1104800180018000", + "0xb83", + "0x482480017fff8000", + "0xb82", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fd4", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fe37fff", + "0x10780017fff7fff", + "0x24", + "0x4824800180007fd4", + "0x0", + "0x400080007fe47fff", + "0x48127fe37fff8000", + "0x48127ff37fff8000", + "0x1104800180018000", + "0x724", + "0x482480017fd78000", + "0x1", + "0x20680017fff7ffc", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x48127ffd7fff8000", + "0x48127ffe7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x303", + "0x48127ff77fff8000", + "0x48127fe87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fe18000", + "0x1", + "0x48127fcf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x2e6", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe47fff8000", + "0x48127fd27fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fdb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffff7aa4", + "0x400280007ff87fff", + "0x10780017fff7fff", + "0x62", + "0x4825800180007ffa", + "0x855c", + "0x400280007ff87fff", + "0x48297ffc80007ffd", + "0x482680017ff88000", + "0x1", + "0x4824800180007ffe", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x39", + "0x1104800180018000", + "0xaea", + "0x482480017fff8000", + "0xae9", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff4", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff47fff", + "0x10780017fff7fff", + "0x1b", + "0x4824800180007ff4", + "0x0", + "0x400080007ff57fff", + "0x482480017ff58000", + "0x1", + "0x480a7ff97fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x6ab", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x26c", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff28000", + "0x1", + "0x480a7ff97fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x255", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff57fff8000", + "0x480a7ff97fff8000", + "0x48127ff17fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff88000", + "0x1", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffaab0", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xc7", + "0x4825800180007ffa", + "0x5550", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x5cb", + "0x20680017fff7ffe", + "0xae", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x1104800180018000", + "0x1cc", + "0x40137fef7fff8000", + "0x20680017fff7ffe", + "0x99", + "0x48127feb7fff8000", + "0x48127fce7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x40137ffb7fff8001", + "0x1104800180018000", + "0x485", + "0x20680017fff7ffa", + "0x88", + "0x20680017fff7ffd", + "0x78", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x1104800180018000", + "0x685", + "0x20680017fff7ffe", + "0x64", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x41", + "0x1104800180018000", + "0xa53", + "0x482480017fff8000", + "0xa52", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fdc", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fd97fff", + "0x10780017fff7fff", + "0x24", + "0x4824800180007fdc", + "0x0", + "0x400080007fda7fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127fdc7fff8000", + "0x48127fdc7fff8000", + "0x48127fee7fff8000", + "0x1104800180018000", + "0x68a", + "0x482480017fbc8000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fd78000", + "0x1", + "0x48127fd77fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x1b6", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fda7fff8000", + "0x48127fda7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe37fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127fe97fff8000", + "0x48127fcc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127fdc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffd918", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x79", + "0x4825800180007ffa", + "0x26e8", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x4f0", + "0x20680017fff7ffe", + "0x60", + "0x48307ffc80007ffd", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x3d", + "0x1104800180018000", + "0x990", + "0x482480017fff8000", + "0x98f", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fd5", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x20", + "0x4824800180007fd5", + "0x0", + "0x400080007ff07fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x48127ff27fff8000", + "0x1104800180018000", + "0x600", + "0x482480017fda8000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017fed8000", + "0x1", + "0x48127fd07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0xf7", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff07fff8000", + "0x48127fd37fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f2073686f727420666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127fdc7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffe2f0", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x64", + "0x4825800180007ffa", + "0x1d10", + "0x400280007ff97fff", + "0x48297ffc80007ffd", + "0x482680017ff98000", + "0x1", + "0x4824800180007ffe", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x3c", + "0x1104800180018000", + "0x909", + "0x482480017fff8000", + "0x908", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff4", + "0x0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff47fff", + "0x10780017fff7fff", + "0x1f", + "0x4824800180007ff4", + "0x0", + "0x400080007ff57fff", + "0x48127fff7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x5a8", + "0x482480017fd28000", + "0x1", + "0x20680017fff7ffc", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ffe7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127fff7fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff28000", + "0x1", + "0x48127fef7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x71", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ff57fff8000", + "0x48127ff27fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x20680017fff7ffc", + "0x9", + "0x480080007ffd8000", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0x554", + "0x20680017fff7ffd", + "0x19", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffd8000", + "0x1", + "0x1104800180018000", + "0x57d", + "0x20680017fff7ffd", + "0xa", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x482480017fe38000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x18", + "0x48127fe37fff8000", + "0x48127fe37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fe37fff8000", + "0x48127fe37fff8000", + "0x208b7fff7fff7ffe", + "0x400380007ffd7ffb", + "0x480a7ffc7fff8000", + "0x482680017ffd8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0xa0680017fff8005", + "0xe", + "0x4825800180057ffd", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ffa7ffc", + "0x480280017ffa7ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ffa7ffc", + "0x10780017fff7fff", + "0x11", + "0x480a7ffd7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ffa7ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ffa7ffd", + "0x400280027ffa7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017ffe8000", + "0x0", + "0x482680017ffa8000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffc", + "0x400280037ffc7ffd", + "0x480280057ffc8000", + "0x20680017fff7fff", + "0xc", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280067ffc8000", + "0x10780017fff7fff", + "0x9", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffc8000", + "0x480280077ffc8000", + "0x1104800180018000", + "0x551", + "0x20680017fff7ffd", + "0xb", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0xa0680017fff8005", + "0xe", + "0x4825800180057ffc", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff97ffc", + "0x480280017ff97ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff97ffc", + "0x10780017fff7fff", + "0x11", + "0x480a7ffc7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff97ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff97ffd", + "0x400280027ff97ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017ffe8000", + "0x0", + "0x482680017ff98000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffb7fff", + "0x400380017ffb7ffa", + "0x400280027ffb7ffc", + "0x400280037ffb7ffd", + "0x400380047ffb7ffd", + "0x480280067ffb8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffb8000", + "0x482680017ffb8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffb8000", + "0x480280087ffb8000", + "0x1104800180018000", + "0x50a", + "0x20680017fff7ffd", + "0xc", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff37fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff17fff8000", + "0x480a7ff27fff8000", + "0x1104800180018000", + "0x500", + "0x20680017fff7ffd", + "0x1ba", + "0x480080007fff8000", + "0x480080007fff8000", + "0x48287ff380007fff", + "0x480080047ffc8000", + "0x480080017ffb8000", + "0x480080027ffa8000", + "0x480080037ff98000", + "0x480080027ff98000", + "0x480080017ff88000", + "0x20680017fff7ff9", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x194", + "0x48287ff480007ffc", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x176", + "0x48287ff580007ff7", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x158", + "0x480080007ff08000", + "0x48287ff680007fff", + "0x480080077fee8000", + "0x480080017fed8000", + "0x480080027fec8000", + "0x480080037feb8000", + "0x480080047fea8000", + "0x480080057fe98000", + "0x480080067fe88000", + "0x20680017fff7ff8", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x132", + "0x48287ff780007ff7", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x114", + "0x48287ff880007ff4", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0xf6", + "0x48307ff180007ff2", + "0x4824800180007fff", + "0x1", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0xd4", + "0x480a7ff07fff8000", + "0x48127feb7fff8000", + "0x48127feb7fff8000", + "0x480680017fff8000", + "0x0", + "0x1104800180018000", + "0x4ac", + "0x20680017fff7ffd", + "0xc1", + "0x480080007fff8000", + "0x48307fff80007fde", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0xa2", + "0x48287ff980007fdb", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x84", + "0x48287ffa80007fd1", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x66", + "0x48287ffb80007fbc", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x48", + "0x48287ffc80007fb9", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x2a", + "0x48287ffd80007fb2", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0xe", + "0x40780017fff7fff", + "0x2", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x4", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x8", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x14", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1b", + "0x48127fe17fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fdf7fff8000", + "0x48127fdf7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x28", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2d", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x31", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x35", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x41", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x45", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x49", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x554e4558504543544544204552524f52", + "0x400080007ffe7fff", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x57", + "0x480a7ff07fff8000", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fa37fff8000", + "0x48127fa37fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x20680017fff7ffc", + "0x27", + "0x480080007ffd8000", + "0x40780017fff7fff", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x48127ff87fff8000", + "0x1104800180018000", + "0x366", + "0x20680017fff7ffa", + "0xc", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x456d69744576656e74", + "0x400280007ff97fff", + "0x400380017ff97ff8", + "0x400280027ff97ffb", + "0x400280037ff97ffc", + "0x400280047ff97ffd", + "0x400280057ff97ffe", + "0x480280077ff98000", + "0x20680017fff7fff", + "0xd", + "0x480280067ff98000", + "0x482680017ff98000", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff98000", + "0x480280097ff98000", + "0x1104800180018000", + "0x2c2", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x53656e644d657373616765546f4c31", + "0x400280007ffa7fff", + "0x400380017ffa7ff9", + "0x400380027ffa7ffb", + "0x400280037ffa7ffd", + "0x400280047ffa7ffe", + "0x480280067ffa8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffa8000", + "0x482680017ffa8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffa8000", + "0x482680017ffa8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffa8000", + "0x480280087ffa8000", + "0x1104800180018000", + "0x290", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x1104800180018000", + "0x33d", + "0x20680017fff7ffd", + "0xc", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc70", + "0x20680017fff7ffe", + "0x2b", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480280007ffb7ffc", + "0x480280017ffb7ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400280027ffb7ffd", + "0x10780017fff7fff", + "0x14", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480280007ffb7ffd", + "0x480280017ffb7ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400280027ffb7ffe", + "0x40780017fff7fff", + "0x1", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x208b7fff7fff7ffe", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0x480a7ffb7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400280007ff97fff", + "0x400380017ff97ff8", + "0x400380027ff97ffa", + "0x400380037ff97ffb", + "0x400280047ff97ffd", + "0x400280057ff97ffe", + "0x480280077ff98000", + "0x20680017fff7fff", + "0xb", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x0", + "0x480280087ff98000", + "0x480280097ff98000", + "0x10780017fff7fff", + "0x9", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff98000", + "0x480280097ff98000", + "0x1104800180018000", + "0x32b", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffc06", + "0x20680017fff7ffe", + "0x2b", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480280007ffb7ffc", + "0x480280017ffb7ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400280027ffb7ffd", + "0x10780017fff7fff", + "0x14", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480280007ffb7ffd", + "0x480280017ffb7ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400280027ffb7ffe", + "0x40780017fff7fff", + "0x1", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x208b7fff7fff7ffe", + "0x482680017ffb8000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x6", + "0x480a7ffb7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x4c69627261727943616c6c", + "0x400280007ff97fff", + "0x400380017ff97ff8", + "0x400380027ff97ffa", + "0x400380037ff97ffb", + "0x400280047ff97ffd", + "0x400280057ff97ffe", + "0x480280077ff98000", + "0x20680017fff7fff", + "0xb", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x0", + "0x480280087ff98000", + "0x480280097ff98000", + "0x10780017fff7fff", + "0x9", + "0x480280067ff98000", + "0x482680017ff98000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff98000", + "0x480280097ff98000", + "0x1104800180018000", + "0x2c1", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffd80007ffc", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x2", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x73756363657373", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x7820213d2079", + "0x400080007ffe7fff", + "0x480680017fff8000", + "0x1", + "0x48127ffd7fff8000", + "0x482480017ffc8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0x48027ffd7ffc8000", + "0x48027ffe7ffc8000", + "0x48027fff7ffc8000", + "0x400280007ffc7ffd", + "0x482480017ffe8000", + "0x1", + "0x400280017ffc7fff", + "0x400280027ffc7ffe", + "0x484480017ffd8000", + "0x3", + "0x48307fff7ffb8000", + "0x480280007ffc8000", + "0x480280017ffc8000", + "0x480280027ffc8000", + "0x400280037ffc7ffd", + "0x482480017ffe8000", + "0x1", + "0x400280047ffc7fff", + "0x400280057ffc7ffe", + "0x484480017ffd8000", + "0x3", + "0x48307fff7ffb8000", + "0x480080007ff98000", + "0x480680017fff8000", + "0x0", + "0x400080007ffe7fff", + "0x480680017fff8000", + "0x64", + "0x400080027ffd7fff", + "0x480080007ffc8000", + "0x480680017fff8000", + "0x1", + "0x400080007ffe7fff", + "0x480680017fff8000", + "0xc8", + "0x400080027ffd7fff", + "0x480680017fff8000", + "0x1", + "0x400080037ff97fff", + "0x480080047ff98000", + "0x402580017ff88001", + "0x6", + "0x40027fff80017fff", + "0x480680017fff8000", + "0x1", + "0x400080037ffa7fff", + "0x480080047ffa8000", + "0x400080057ff97fff", + "0x480a7ffb7fff8000", + "0x482680017ffc8000", + "0x6", + "0x480a7ffd7fff8000", + "0x482480017ff68000", + "0x6", + "0x40317ffb7ff98000", + "0x1104800180018000", + "0x25e", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a80017fff8000", + "0x1104800180018000", + "0x258", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a80007fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x20680017fff7ffc", + "0x15", + "0x480080007ffd8000", + "0x4824800180007fff", + "0x0", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x48307ffb80007ffc", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x4", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480680017fff8000", + "0x4465706c6f79", + "0x400280007ff87fff", + "0x400380017ff87ff7", + "0x400380027ff87ff9", + "0x400380037ff87ffa", + "0x400280047ff87ffd", + "0x400280057ff87ffe", + "0x400380067ff87ffd", + "0x480280087ff88000", + "0x20680017fff7fff", + "0xc", + "0x480280077ff88000", + "0x482680017ff88000", + "0xc", + "0x480680017fff8000", + "0x0", + "0x480280097ff88000", + "0x4802800a7ff88000", + "0x4802800b7ff88000", + "0x10780017fff7fff", + "0xb", + "0x480280077ff88000", + "0x482680017ff88000", + "0xb", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480280097ff88000", + "0x4802800a7ff88000", + "0x1104800180018000", + "0x2bb", + "0x20680017fff7ffc", + "0xb", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x5265706c616365436c617373", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400380027ffc7ffd", + "0x480280047ffc8000", + "0x20680017fff7fff", + "0xd", + "0x480280037ffc8000", + "0x482680017ffc8000", + "0x5", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280037ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x1", + "0x480280057ffc8000", + "0x480280067ffc8000", + "0x1104800180018000", + "0xa2", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x7075626c69635f6b6579", + "0x1104800180018000", + "0x284", + "0x20680017fff7ffd", + "0xd", + "0x1104800180018000", + "0x2b4", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffd7fff", + "0x400380017ffd7ffc", + "0x400280027ffd7ffd", + "0x400280037ffd7ffe", + "0x480280057ffd8000", + "0x20680017fff7fff", + "0xc", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280067ffd8000", + "0x10780017fff7fff", + "0x9", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffd8000", + "0x480280077ffd8000", + "0x1104800180018000", + "0x47", + "0x20680017fff7ffd", + "0xa", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1275130f95dda36bcbb6e9d28796c1d7e10b6e9fd5ed083e0ede4b12f613528", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffd", + "0x400280037ffc7ffe", + "0x400380047ffc7ffd", + "0x480280067ffc8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffc8000", + "0x480280087ffc8000", + "0x1104800180018000", + "0x21", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x9", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ffd7fff", + "0x400380017ffd7ffc", + "0x480280037ffd8000", + "0x20680017fff7fff", + "0xc", + "0x480280027ffd8000", + "0x482680017ffd8000", + "0x5", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480280047ffd8000", + "0x10780017fff7fff", + "0x9", + "0x480280027ffd8000", + "0x482680017ffd8000", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480280047ffd8000", + "0x480280057ffd8000", + "0x1104800180018000", + "0x209", + "0x20680017fff7ffd", + "0xa", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffb80007ffc", + "0xa0680017fff8000", + "0x6", + "0x48317ffe80007ffd", + "0x400280007ffa7fff", + "0x10780017fff7fff", + "0x10", + "0x482680017ffd8000", + "0x1", + "0x48307fff80007ffd", + "0x400280007ffa7fff", + "0x40780017fff7fff", + "0x1", + "0x482680017ffa8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x482a7ffd7ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e646578206f7574206f6620626f756e6473", + "0x400080007ffe7fff", + "0x482680017ffa8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48127ffc7fff8000", + "0x482480017ffb8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x265", + "0x482480017fff8000", + "0x264", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180007ff8", + "0x1310", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400280007ff77fff", + "0x10780017fff7fff", + "0x4c", + "0x4825800180007ff8", + "0x1310", + "0x400280007ff77fff", + "0x482680017ff78000", + "0x1", + "0x20780017fff7ffd", + "0xd", + "0x48127fff7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff995", + "0x20680017fff7ffe", + "0x27", + "0x400280007ffc7fff", + "0x48127fef7fff8000", + "0x48127fed7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x482680017ffc8000", + "0x1", + "0x4825800180007ffd", + "0x1", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd1", + "0x20680017fff7ffa", + "0xc", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x208b7fff7fff7ffe", + "0x48127fef7fff8000", + "0x48127fed7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff78000", + "0x1", + "0x480a7ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x482480017ff78000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x15bd0500dc9d7e69ab9577f73a8d753e8761bed10f25ba0f124254dc4edb8b4", + "0x400080007ffe7fff", + "0x40780017fff7fff", + "0x1", + "0x480a7ffb7fff8000", + "0x48127ffe7fff8000", + "0x48127ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff98c", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x40137ff07fff8000", + "0x402580017ff08001", + "0x1", + "0x1104800180018000", + "0x15e", + "0x20680017fff7ffd", + "0x39", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x456d69744576656e74", + "0x400280007ffa7fff", + "0x400280017ffa7ff7", + "0x400280027ffa7ffb", + "0x400280037ffa7ffc", + "0x400280047ffa7ffd", + "0x400280057ffa7ffe", + "0x480280077ffa8000", + "0x20680017fff7fff", + "0xd", + "0x480280067ffa8000", + "0x482680017ffa8000", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280067ffa8000", + "0x482680017ffa8000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ffa8000", + "0x480280097ffa8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffefe", + "0x20680017fff7ffd", + "0xc", + "0x48127feb7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127feb7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffa7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x4", + "0x10780017fff7fff", + "0xb2", + "0x48037ffd7ffc8002", + "0x48037ffe7ffc8003", + "0x48037fff7ffc8004", + "0x480380007ffa8000", + "0x4825800180018003", + "0x1", + "0x4828800080018000", + "0x480280017ffa8000", + "0x4846800180008000", + "0x3", + "0x48327fff80028000", + "0x400180027fff8004", + "0x400180017fff7ffd", + "0x400380007ffc8002", + "0x400380017ffc8003", + "0x4826800180048000", + "0x1", + "0x400280027ffc7fff", + "0x482680017ffa8000", + "0x2", + "0x480080007ffd8000", + "0x480a7ffd7fff8000", + "0x40337ffe80017ffd", + "0x1104800180018000", + "0xf", + "0x48307fff80007ffe", + "0x48317fff80008001", + "0x4844800180007fff", + "0x3", + "0x484480017fff8000", + "0xfd2", + "0x48127ff97fff8000", + "0x48327ffe7ffb8000", + "0x482680017ffc8000", + "0x3", + "0x48127ff87fff8000", + "0x48127ff67fff8000", + "0x208b7fff7fff7ffe", + "0x482b7ffc80007ffd", + "0x40780017fff7fff", + "0x3", + "0x20780017fff8000", + "0x6", + "0x480a7ffb7fff8000", + "0x480a80037fff8000", + "0x480a80037fff8000", + "0x208b7fff7fff7ffe", + "0x4845800180008000", + "0x3", + "0xa0780017fff8002", + "0x7", + "0x400380007ffb8001", + "0x402680017ffb7fff", + "0x1", + "0x10780017fff7fff", + "0x3", + "0x400a7ffb7fff7fff", + "0x480a7ffc7fff8000", + "0x4825800180007ffd", + "0x1", + "0x480a80017fff8000", + "0x48127ffb7fff8000", + "0x480a80037fff8000", + "0x480a80027fff8000", + "0x1104800180018000", + "0x4", + "0x480a80037fff8000", + "0x208b7fff7fff7ffe", + "0x480280007ff78002", + "0x4844800180018002", + "0x3", + "0x483280017ff88004", + "0x4800800280038004", + "0x482680017ff78004", + "0x1", + "0x4801800080017ffa", + "0x480380007ffc7ffa", + "0x480080017fff7ffd", + "0x480280017ffc7ffc", + "0x400680017fff7ffb", + "0x0", + "0x20680017fff7ffc", + "0xf", + "0x480080007fff8000", + "0x482480017fff8000", + "0x1", + "0x484480017fff8000", + "0x3", + "0x48307fff7ffa8001", + "0x4800800180007ffa", + "0x480080027fff8000", + "0x480180007ffe7ffa", + "0x402480017ff87fff", + "0x1", + "0x20680017fff7ffc", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffff6", + "0x48317ffd80007ff9", + "0x400080007ffe7fff", + "0x48287ff780007ffe", + "0x400280027ffc7ffc", + "0x40337fff80017ffb", + "0x20780017fff8001", + "0x7", + "0x482480017ffd8000", + "0x1", + "0x482680017ffc8000", + "0x3", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffd", + "0xe", + "0x482680017ffa8000", + "0x1", + "0x48317fff80008000", + "0x400080017ffb7fff", + "0x482480017ffb8000", + "0x2", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x10780017fff7fff", + "0x32", + "0x4829800080007ffa", + "0x20680017fff7fff", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480080017ffc8000", + "0x480080027ffb8000", + "0x484480017fff8000", + "0x2aaaaaaaaaaaab05555555555555556", + "0x48307fff7ffd8000", + "0x480080037ff88000", + "0x480080047ff78000", + "0x484480017fff8000", + "0x4000000000000088000000000000001", + "0x48307fff7ffd8000", + "0x48307fff7ffb8000", + "0x48507ffe7ffa8000", + "0xa0680017fff8000", + "0xc", + "0x484680017ffa8000", + "0x800000000000011000000000000000000000000000000000000000000000000", + "0x402480017fff7ffc", + "0x800000000000011000000000000000000000000000000000000000000000000", + "0x4829800080007ffa", + "0x4826800180008000", + "0x1", + "0x40507fff7ffe7ffb", + "0x10780017fff7fff", + "0xf", + "0xa0680017fff8000", + "0xa", + "0x4846800180008000", + "0x800000000000011000000000000000000000000000000000000000000000000", + "0x482480017fff8000", + "0x800000000000011000000000000000000000000000000000000000000000000", + "0x40327fff7ffa7ffa", + "0x40527fff7ffa7ffb", + "0x10780017fff7fff", + "0x5", + "0x480a80007fff7ffc", + "0x48297ffa80008000", + "0x40527fff7ffa7ffb", + "0x482480017fee8000", + "0x5", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a80007fff8000", + "0x480a80017fff8000", + "0x482680017ffc8000", + "0x3", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff98", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffc7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffa", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x3b28019ccfdbd30ffc65951d94bb85c9e2b8434111a000b5afd533ce65f57a4", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffd", + "0x400280037ffc7ffe", + "0x400380047ffc7ffd", + "0x480280067ffc8000", + "0x20680017fff7fff", + "0xd", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x9", + "0x480280057ffc8000", + "0x482680017ffc8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffc8000", + "0x480280087ffc8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffde7", + "0x20680017fff7ffd", + "0xb", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffa80007ffb", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x1a", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0x1a", + "0x20680017fff7ffd", + "0x9", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff803", + "0x48127ffe7fff8000", + "0x48127ffe7fff8000", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x5f", + "0x482480017fff8000", + "0x5e", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4825800180007ff9", + "0x11da", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400280007ff87fff", + "0x10780017fff7fff", + "0x45", + "0x4825800180007ff9", + "0x11da", + "0x400280007ff87fff", + "0x482680017ff88000", + "0x1", + "0x48297ffa80007ffb", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffa8000", + "0x1", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffa7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x20680017fff7ffc", + "0x1e", + "0x480080007ffd8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff7d1", + "0x48127ff17fff8000", + "0x48127fef7fff8000", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffcc", + "0x20680017fff7ffd", + "0x8", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x10780017fff7fff", + "0xd", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x48127ff67fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff88000", + "0x1", + "0x480a7ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x208b7fff7fff7ffe" + ], + "hints": [ + [ + 0, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x6ed2" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 53, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -59 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 76, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 104, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 122, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 136, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 150, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 164, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 178, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 193, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x2878" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 234, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -27 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 255, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 278, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 296, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 310, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 324, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 339, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x2dfa" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 386, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -43 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 408, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 426, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 444, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 458, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 472, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 486, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 501, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xa870" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 602, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -187 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 633, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 651, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 669, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 683, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 697, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 711, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 725, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 739, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 753, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 767, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 781, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 795, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 809, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 823, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 837, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 854, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x495c" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 910, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -16 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 934, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 952, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 970, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 984, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1006, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1028, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1045, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x38b8" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1097, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -16 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1120, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1138, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1156, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1170, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1192, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1206, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1223, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x6400" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1281, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -32 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1305, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1323, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1341, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1355, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1369, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1391, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1405, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1422, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x49fc" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1481, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -16 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1505, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1523, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1541, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1555, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1577, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1591, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1605, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1622, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x49fc" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1681, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -16 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1705, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1723, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1741, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1755, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1777, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1791, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1805, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1820, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1867, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -43 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1887, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1910, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1928, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1942, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1956, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1970, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1985, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x855c" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2020, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -11 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2038, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2054, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2073, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2088, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2106, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x5550" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2171, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -35 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2196, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2214, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2232, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2246, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2260, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2282, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2296, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2310, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2325, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x26e8" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2366, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -42 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2387, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2405, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2423, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2437, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2451, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2466, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1d10" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2501, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -11 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2521, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2539, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2557, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2571, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2670, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "FP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 2674, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2685, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2711, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 2752, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "FP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 2756, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2767, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2794, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 3067, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3083, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3099, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3115, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3131, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3147, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3173, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3189, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3205, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3221, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3237, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3253, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3269, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3317, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3378, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 3428, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 3503, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3507, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 3517, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3564, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 3609, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3613, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 3623, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3670, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 3732, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3745, + [ + { + "AllocFelt252Dict": { + "segment_arena_ptr": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 3756, + [ + { + "AllocFelt252Dict": { + "segment_arena_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "FP", + "offset": -4 + }, + "b": { + "Immediate": "0x3" + } + } + } + } + } + ] + ], + [ + 3770, + [ + { + "Felt252DictEntryInit": { + "dict_ptr": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "key": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3773, + [ + { + "Felt252DictEntryUpdate": { + "dict_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -3 + }, + "b": { + "Immediate": "0x3" + } + } + }, + "value": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3777, + [ + { + "Felt252DictEntryInit": { + "dict_ptr": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "key": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3780, + [ + { + "Felt252DictEntryUpdate": { + "dict_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -3 + }, + "b": { + "Immediate": "0x3" + } + } + }, + "value": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3783, + [ + { + "Felt252DictEntryInit": { + "dict_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -7 + }, + "b": { + "Immediate": "0x3" + } + } + }, + "key": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3787, + [ + { + "Felt252DictEntryUpdate": { + "dict_ptr": { + "Deref": { + "register": "FP", + "offset": 1 + } + }, + "value": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3790, + [ + { + "Felt252DictEntryInit": { + "dict_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -6 + }, + "b": { + "Immediate": "0x3" + } + } + }, + "key": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3792, + [ + { + "Felt252DictEntryUpdate": { + "dict_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -7 + }, + "b": { + "Immediate": "0x6" + } + } + }, + "value": { + "Deref": { + "register": "AP", + "offset": -1 + } + } + } + } + ] + ], + [ + 3875, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -8 + } + } + } + } + ] + ], + [ + 3922, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 4001, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -3 + } + } + } + } + ] + ], + [ + 4051, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 4123, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -3 + } + } + } + } + ] + ], + [ + 4163, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "FP", + "offset": -3 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4183, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4201, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1310" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -8 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4284, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4306, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4311, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4343, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 4414, + [ + { + "GetSegmentArenaIndex": { + "dict_end_ptr": { + "Deref": { + "register": "FP", + "offset": -3 + } + }, + "dict_index": { + "register": "FP", + "offset": 0 + } + } + } + ] + ], + [ + 4455, + [ + { + "AllocSegment": { + "dst": { + "register": "FP", + "offset": 3 + } + } + } + ] + ], + [ + 4463, + [ + { + "InitSquashData": { + "dict_accesses": { + "Deref": { + "register": "FP", + "offset": -4 + } + }, + "ptr_diff": { + "Deref": { + "register": "FP", + "offset": 0 + } + }, + "n_accesses": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "big_keys": { + "register": "FP", + "offset": 2 + }, + "first_key": { + "register": "FP", + "offset": 1 + } + } + } + ] + ], + [ + 4482, + [ + { + "GetCurrentAccessIndex": { + "range_check_ptr": { + "Deref": { + "register": "FP", + "offset": -9 + } + } + } + } + ] + ], + [ + 4495, + [ + { + "ShouldSkipSquashLoop": { + "should_skip_loop": { + "register": "AP", + "offset": -4 + } + } + } + ] + ], + [ + 4497, + [ + { + "GetCurrentAccessDelta": { + "index_delta_minus1": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4508, + [ + { + "ShouldContinueSquashLoop": { + "should_continue": { + "register": "AP", + "offset": -4 + } + } + } + ] + ], + [ + 4522, + [ + { + "GetNextDictKey": { + "next_key": { + "register": "FP", + "offset": 0 + } + } + } + ] + ], + [ + 4541, + [ + { + "AssertLeFindSmallArcs": { + "range_check_ptr": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -4 + }, + "b": { + "Immediate": "0x1" + } + } + }, + "a": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "b": { + "Deref": { + "register": "FP", + "offset": 0 + } + } + } + } + ] + ], + [ + 4553, + [ + { + "AssertLeIsFirstArcExcluded": { + "skip_exclude_a_flag": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4565, + [ + { + "AssertLeIsSecondArcExcluded": { + "skip_exclude_b_minus_a": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4622, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 4719, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x11da" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4795, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ] + ], + "pythonic_hints": [ + [ + 0, + [ + "memory[ap + 0] = 28370 <= memory[fp + -6]" + ] + ], + [ + 53, + [ + "memory[ap + 0] = 0 <= memory[ap + -59]" + ] + ], + [ + 76, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 104, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 122, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 136, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 150, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 164, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 178, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 193, + [ + "memory[ap + 0] = 10360 <= memory[fp + -6]" + ] + ], + [ + 234, + [ + "memory[ap + 0] = 0 <= memory[ap + -27]" + ] + ], + [ + 255, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 278, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 296, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 310, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 324, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 339, + [ + "memory[ap + 0] = 11770 <= memory[fp + -6]" + ] + ], + [ + 386, + [ + "memory[ap + 0] = 0 <= memory[ap + -43]" + ] + ], + [ + 408, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 426, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 444, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 458, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 472, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 486, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 501, + [ + "memory[ap + 0] = 43120 <= memory[fp + -6]" + ] + ], + [ + 602, + [ + "memory[ap + 0] = 0 <= memory[ap + -187]" + ] + ], + [ + 633, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 651, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 669, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 683, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 697, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 711, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 725, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 739, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 753, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 767, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 781, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 795, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 809, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 823, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 837, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 854, + [ + "memory[ap + 0] = 18780 <= memory[fp + -6]" + ] + ], + [ + 910, + [ + "memory[ap + 0] = 0 <= memory[ap + -16]" + ] + ], + [ + 934, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 952, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 970, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 984, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1006, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1028, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1045, + [ + "memory[ap + 0] = 14520 <= memory[fp + -6]" + ] + ], + [ + 1097, + [ + "memory[ap + 0] = 0 <= memory[ap + -16]" + ] + ], + [ + 1120, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1138, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1156, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1170, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1192, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1206, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1223, + [ + "memory[ap + 0] = 25600 <= memory[fp + -6]" + ] + ], + [ + 1281, + [ + "memory[ap + 0] = 0 <= memory[ap + -32]" + ] + ], + [ + 1305, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1323, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1341, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1355, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1369, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1391, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1405, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1422, + [ + "memory[ap + 0] = 18940 <= memory[fp + -6]" + ] + ], + [ + 1481, + [ + "memory[ap + 0] = 0 <= memory[ap + -16]" + ] + ], + [ + 1505, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1523, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1541, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1555, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1577, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1591, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1605, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1622, + [ + "memory[ap + 0] = 18940 <= memory[fp + -6]" + ] + ], + [ + 1681, + [ + "memory[ap + 0] = 0 <= memory[ap + -16]" + ] + ], + [ + 1705, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1723, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1741, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1755, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1777, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1791, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1805, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1820, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1867, + [ + "memory[ap + 0] = 0 <= memory[ap + -43]" + ] + ], + [ + 1887, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1910, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1928, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1942, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1956, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1970, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1985, + [ + "memory[ap + 0] = 34140 <= memory[fp + -6]" + ] + ], + [ + 2020, + [ + "memory[ap + 0] = 0 <= memory[ap + -11]" + ] + ], + [ + 2038, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2054, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2073, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2088, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2106, + [ + "memory[ap + 0] = 21840 <= memory[fp + -6]" + ] + ], + [ + 2171, + [ + "memory[ap + 0] = 0 <= memory[ap + -35]" + ] + ], + [ + 2196, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2214, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2232, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2246, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2260, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2282, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2296, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2310, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2325, + [ + "memory[ap + 0] = 9960 <= memory[fp + -6]" + ] + ], + [ + 2366, + [ + "memory[ap + 0] = 0 <= memory[ap + -42]" + ] + ], + [ + 2387, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2405, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2423, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2437, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2451, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2466, + [ + "memory[ap + 0] = 7440 <= memory[fp + -6]" + ] + ], + [ + 2501, + [ + "memory[ap + 0] = 0 <= memory[ap + -11]" + ] + ], + [ + 2521, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2539, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2557, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2571, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2670, + [ + "memory[ap + 5] = memory[fp + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 2674, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2685, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2711, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 2752, + [ + "memory[ap + 5] = memory[fp + -4] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 2756, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2767, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2794, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 3067, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3083, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3099, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3115, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3131, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3147, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3173, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3189, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3205, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3221, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3237, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3253, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3269, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3317, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3378, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 3428, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 3503, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 3507, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 3517, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 3564, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 3609, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 3613, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 3623, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 3670, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 3732, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3745, + [ + "\nif '__dict_manager' not in globals():\n from starkware.cairo.common.dict import DictManager\n __dict_manager = DictManager()\n\nif '__segment_index_to_arena_index' not in globals():\n # A map from the relocatable value segment index to the index in the\n # arena.\n __segment_index_to_arena_index = {}\n\n# memory[fp + -4] is the address of the next SegmentArenaBuiltin.\n# memory[memory[fp + -4] - 2] is the number of allocated segments.\nindex = memory[memory[fp + -4] - 2]\n\nsegment_start = __dict_manager.new_default_dict(\n segments, 0, temp_segment=index > 0\n)\n\n# Update '__segment_index_to_arena_index'.\n__segment_index_to_arena_index[segment_start.segment_index] = index\n\n# Update 'SegmentInfo::start'.\n# memory[memory[fp + -4] - 3] is the address of the segment arena infos\n# segment. index * 3 is added to get the address of the new SegmentInfo.\nmemory[memory[memory[fp + -4] - 3] + index * 3] = segment_start\n" + ] + ], + [ + 3756, + [ + "\nif '__dict_manager' not in globals():\n from starkware.cairo.common.dict import DictManager\n __dict_manager = DictManager()\n\nif '__segment_index_to_arena_index' not in globals():\n # A map from the relocatable value segment index to the index in the\n # arena.\n __segment_index_to_arena_index = {}\n\n# memory[fp + -4] + 3 is the address of the next SegmentArenaBuiltin.\n# memory[memory[fp + -4] + 3 - 2] is the number of allocated segments.\nindex = memory[memory[fp + -4] + 3 - 2]\n\nsegment_start = __dict_manager.new_default_dict(\n segments, 0, temp_segment=index > 0\n)\n\n# Update '__segment_index_to_arena_index'.\n__segment_index_to_arena_index[segment_start.segment_index] = index\n\n# Update 'SegmentInfo::start'.\n# memory[memory[fp + -4] + 3 - 3] is the address of the segment arena infos\n# segment. index * 3 is added to get the address of the new SegmentInfo.\nmemory[memory[memory[fp + -4] + 3 - 3] + index * 3] = segment_start\n" + ] + ], + [ + 3770, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -2])\ndict_tracker.current_ptr += 3\nmemory[memory[ap + -2] + 1] = dict_tracker.data[memory[ap + -1]]\n" + ] + ], + [ + 3773, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -3] + 3)\ndict_tracker.data[memory[memory[ap + -3] + 3 - 3]] = memory[ap + -1]\n" + ] + ], + [ + 3777, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -2])\ndict_tracker.current_ptr += 3\nmemory[memory[ap + -2] + 1] = dict_tracker.data[memory[ap + -1]]\n" + ] + ], + [ + 3780, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -3] + 3)\ndict_tracker.data[memory[memory[ap + -3] + 3 - 3]] = memory[ap + -1]\n" + ] + ], + [ + 3783, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -7] + 3)\ndict_tracker.current_ptr += 3\nmemory[memory[ap + -7] + 3 + 1] = dict_tracker.data[memory[ap + -1]]\n" + ] + ], + [ + 3787, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[fp + 1])\ndict_tracker.data[memory[memory[fp + 1] - 3]] = memory[ap + -1]\n" + ] + ], + [ + 3790, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -6] + 3)\ndict_tracker.current_ptr += 3\nmemory[memory[ap + -6] + 3 + 1] = dict_tracker.data[memory[ap + -1]]\n" + ] + ], + [ + 3792, + [ + "\ndict_tracker = __dict_manager.get_tracker(memory[ap + -7] + 6)\ndict_tracker.data[memory[memory[ap + -7] + 6 - 3]] = memory[ap + -1]\n" + ] + ], + [ + 3875, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -8])" + ] + ], + [ + 3922, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 4001, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -3])" + ] + ], + [ + 4051, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 4123, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -3])" + ] + ], + [ + 4163, + [ + "memory[ap + 0] = memory[fp + -3] < memory[ap + -1]" + ] + ], + [ + 4183, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4201, + [ + "memory[ap + 0] = 4880 <= memory[fp + -8]" + ] + ], + [ + 4284, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4306, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4311, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4343, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 4414, + [ + "\nmemory[fp + 0] = __segment_index_to_arena_index[\n memory[fp + -3].segment_index\n]\n" + ] + ], + [ + 4455, + [ + "memory[fp + 3] = segments.add()" + ] + ], + [ + 4463, + [ + "\ndict_access_size = 3\naddress = memory[fp + -4]\nassert memory[fp + 0] % dict_access_size == 0, 'Accesses array size must be divisible by DictAccess.SIZE'\nn_accesses = memory[ap + -1]\nif '__squash_dict_max_size' in globals():\n assert n_accesses <= __squash_dict_max_size, f'squash_dict() can only be used with n_accesses<={__squash_dict_max_size}. ' f'Got: n_accesses={n_accesses}.'\n# A map from key to the list of indices accessing it.\naccess_indices = {}\nfor i in range(n_accesses):\n key = memory[address + dict_access_size * i]\n access_indices.setdefault(key, []).append(i)\n# Descending list of keys.\nkeys = sorted(access_indices.keys(), reverse=True)\n# Are the keys used bigger than range_check bound.\nmemory[fp + 2] = 1 if keys[0] >= range_check_builtin.bound else 0\nmemory[fp + 1] = key = keys.pop()\n" + ] + ], + [ + 4482, + [ + "\ncurrent_access_indices = sorted(access_indices[key])[::-1]\ncurrent_access_index = current_access_indices.pop()\nmemory[memory[fp + -9]] = current_access_index\n" + ] + ], + [ + 4495, + [ + "memory[ap + -4] = 0 if current_access_indices else 1" + ] + ], + [ + 4497, + [ + "\nnew_access_index = current_access_indices.pop()\nmemory[ap + 0] = new_access_index - current_access_index - 1\ncurrent_access_index = new_access_index\n" + ] + ], + [ + 4508, + [ + "memory[ap + -4] = 1 if current_access_indices else 0" + ] + ], + [ + 4522, + [ + "assert len(keys) > 0, 'No keys left but remaining_accesses > 0.'\nmemory[fp + 0] = key = keys.pop()\n" + ] + ], + [ + 4541, + [ + "\nimport itertools\n\nfrom starkware.cairo.common.math_utils import assert_integer\nassert_integer(memory[fp + -6])\nassert_integer(memory[fp + 0])\na = memory[fp + -6] % PRIME\nb = memory[fp + 0] % PRIME\nassert a <= b, f'a = {a} is not less than or equal to b = {b}.'\n\n# Find an arc less than PRIME / 3, and another less than PRIME / 2.\nlengths_and_indices = [(a, 0), (b - a, 1), (PRIME - 1 - b, 2)]\nlengths_and_indices.sort()\nassert lengths_and_indices[0][0] <= PRIME // 3 and lengths_and_indices[1][0] <= PRIME // 2\nexcluded = lengths_and_indices[2][1]\n\nmemory[memory[ap + -4] + 1 + 1], memory[memory[ap + -4] + 1 + 0] = (\n divmod(lengths_and_indices[0][0], 3544607988759775765608368578435044694))\nmemory[memory[ap + -4] + 1 + 3], memory[memory[ap + -4] + 1 + 2] = (\n divmod(lengths_and_indices[1][0], 5316911983139663648412552867652567041))\n" + ] + ], + [ + 4553, + [ + "memory[ap + 0] = 1 if excluded != 0 else 0" + ] + ], + [ + 4565, + [ + "memory[ap + 0] = 1 if excluded != 1 else 0" + ] + ], + [ + 4622, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 4719, + [ + "memory[ap + 0] = 4570 <= memory[fp + -7]" + ] + ], + [ + 4795, + [ + "memory[ap + 0] = segments.add()" + ] + ] + ] +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/compiled_class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json b/clients/feeder/testdata/mainnet/compiled_class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json new file mode 100644 index 0000000000..6d08434b5c --- /dev/null +++ b/clients/feeder/testdata/mainnet/compiled_class/0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2.json @@ -0,0 +1,28558 @@ +{ + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0x52580a92c73f4428f1a260c5d768ef462b25955307de00f99957df119865d", + "offset": 7050, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0x2962ba17806af798afa6eaf4aa8c93a9fb60a3e305045b6eea33435086cae9", + "offset": 4491, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x41b033f4a31df8067c24d1e9b550a2ce75fd4a29e1147af9752174f0e6cb20", + "offset": 5204, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0xb180e2fe9f14914416216da76338ac0beb980443725c802af615f8431fdb1e", + "offset": 5865, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0xd5d33d590e6660853069b37a2aea67c6fdaa0268626bc760350b590490feb5", + "offset": 7381, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0xd86ca3d41635e20c180181046b11abcf19e1bdef3dcaa4c180300ccca1813f", + "offset": 3466, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0xfe80f537b66d12a00b6d3c072b44afbb716e78dde5c3f0ef116ee93d3e3283", + "offset": 6453, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x10afda8059ba2a1532119bd61893d785a1234b13d88881862c113c2ebdfa57b", + "offset": 410, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x12a7823b0c6bee58f8c694888f32f862c6584caa8afa0242de046d298ba684d", + "offset": 1555, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x14a390f291e2e1f29874769efdef47ddad94d76f77ff516fad206a385e8995f", + "offset": 7175, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0x16f0218b33b5cf273196787d7cf139a9ad13d58e6674dcdce722b3bf8389863", + "offset": 2281, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x19d59d013d4aa1a8b1ce4c8299086f070733b453c02d0dc46e735edc04d6444", + "offset": 4763, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x2016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0", + "offset": 6684, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0x216b05c387bab9ac31918a3e61672f4618601f3c598a2f3f2710f37053e1ea4", + "offset": 1167, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "offset": 3128, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x21cdf9aedfed41bc4485ae779fda471feca12075d9127a0fc70ac6b3b3d9c30", + "offset": 6137, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x226ad7e84c1fe08eb4c525ed93cccadf9517670341304571e66f7c4f95cbe54", + "offset": 1283, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd", + "offset": 820, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x2a3bb1eaa05b77c4b0eeee0116a3177c6d62319dd7149ae148185d9e09de74a", + "offset": 6844, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0x2aa3ea196f9b8a4f65613b67fcf185e69d8faa9601a3382871d15b3060e30dd", + "offset": 3993, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "offset": 5610, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x2e4263afad30923c891518314c3c95dbe830a16874e8abc5777a9a20b54c76e", + "offset": 4309, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x309065f1424d76d4a4ace2ff671391d59536e0297409434908d38673290a749", + "offset": 3721, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x3552df12bdc6089cf963c40c4cf56fbfd4bd14680c244d1c5494c2790f1ea5c", + "offset": 2009, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x356e031d0eb85d7d18caddcba9e6d00a082a6154063068fd6bc45b16da68cb0", + "offset": 0, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x35a73cd311a05d46deda634c5ee045db92f811b4e74bca4437fcb5302b7af33", + "offset": 1827, + "builtins": [ + "pedersen", + "range_check" + ] + }, + { + "selector": "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "offset": 1051, + "builtins": [ + "range_check" + ] + }, + { + "selector": "0x3704ffe8fba161be0e994951751a5033b1462b918ff785c0a636be718dfdb68", + "offset": 2722, + "builtins": [ + "pedersen", + "range_check" + ] + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [ + { + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "offset": 7506, + "builtins": [ + "pedersen", + "range_check" + ] + } + ] + }, + "prime": "0x800000000000011000000000000000000000000000000000000000000000001", + "bytecode": [ + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffeb60", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x185", + "0x4825800180007ffa", + "0x14a0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x159", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x147", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0xa2", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0x1d43", + "0x20680017fff7ffa", + "0x92", + "0x20680017fff7ffd", + "0x81", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ffa8000", + "0x1", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff78000", + "0x10780017fff7fff", + "0x8", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x5d", + "0x48307ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff07fff8000", + "0x48127faa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x313a", + "0x482480017fff8000", + "0x3139", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0xa", + "0x482480017fff8000", + "0x364ac", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fa6", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fe97fff", + "0x10780017fff7fff", + "0x27", + "0x48307ffe80007fa6", + "0x400080007fea7fff", + "0x482480017fea8000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fa77fff8000", + "0x48127fc57fff8000", + "0x48127fc57fff8000", + "0x48127fe87fff8000", + "0x48127fe87fff8000", + "0x48127fec7fff8000", + "0x1104800180018000", + "0x1dae", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fe68000", + "0x1", + "0x48127fa07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202334", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff17fff8000", + "0x48127fab7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fb07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ff87fff8000", + "0x48127ff87fff8000", + "0x48127fb27fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffeb60", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x185", + "0x4825800180007ffa", + "0x14a0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x159", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x147", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0xa2", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0x1ba9", + "0x20680017fff7ffa", + "0x92", + "0x20680017fff7ffd", + "0x81", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ffa8000", + "0x1", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff78000", + "0x10780017fff7fff", + "0x8", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x5d", + "0x48307ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff07fff8000", + "0x48127faa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2fa0", + "0x482480017fff8000", + "0x2f9f", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0xa", + "0x482480017fff8000", + "0x364ac", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fa6", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fe97fff", + "0x10780017fff7fff", + "0x27", + "0x48307ffe80007fa6", + "0x400080007fea7fff", + "0x482480017fea8000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fa77fff8000", + "0x48127fc57fff8000", + "0x48127fc57fff8000", + "0x48127fe87fff8000", + "0x48127fe87fff8000", + "0x48127fec7fff8000", + "0x1104800180018000", + "0x1c14", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fe68000", + "0x1", + "0x48127fa07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202334", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff17fff8000", + "0x48127fab7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fb07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ff87fff8000", + "0x48127ff87fff8000", + "0x48127fb27fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xd2", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xa9", + "0x48307ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127ff47fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2ec8", + "0x482480017fff8000", + "0x2ec7", + "0x480080007fff8000", + "0x480080007fff8000", + "0x482480017fff8000", + "0x1eaa", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007ff1", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff07fff", + "0x10780017fff7fff", + "0x75", + "0x48307ffe80007ff1", + "0x400080007ff17fff", + "0x4824800180007ff6", + "0x3f918d17e5ee77373b56385708f855659a07f75997f365cf87748628532a055", + "0x482480017ff08000", + "0x1", + "0x20680017fff7ffe", + "0xa", + "0x480a7ff87fff8000", + "0x48127ffe7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x46", + "0x480680017fff8000", + "0x10e5fcd68658d0cf6ed280e34d0d0da9a510b7a6779230c9912806a2c939b9", + "0x400280007ff87fff", + "0x400280017ff87ff3", + "0x480280027ff88000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff97ffc", + "0x480080017ff87ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff67ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff97ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff77ffd", + "0x400080027ff67ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff88000", + "0x3", + "0x482480017ff48000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ff0", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x2a", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0x20680017fff7ffd", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48307ffa80007ffb", + "0x40780017fff7fff", + "0x1", + "0x20680017fff7ffe", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fed8000", + "0x1", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127ff57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x60", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2df7", + "0x482480017fff8000", + "0x2df6", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff8", + "0xd70", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x2b", + "0x4824800180007ff8", + "0xd70", + "0x400080007ff87fff", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x3a762f04043ed52ed42b61e4ad2e367163f5a928ef94f71121e68d78b8a00df", + "0x482480017ff68000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ffb", + "0x400280027ffb7ffc", + "0x400280037ffb7ffd", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480280067ffb8000", + "0x400080007ffe7fff", + "0x48127ffb7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffd7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127ff37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x60", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2d83", + "0x482480017fff8000", + "0x2d82", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff8", + "0xd70", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x2b", + "0x4824800180007ff8", + "0xd70", + "0x400080007ff87fff", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x144d444467c1a7848e62c72fd678f9225602bf41005c66940ee2373705d90a2", + "0x482480017ff68000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ffb", + "0x400280027ffb7ffc", + "0x400280037ffb7ffd", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480280067ffb8000", + "0x400080007ffe7fff", + "0x48127ffb7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffd7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127ff37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xfb", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2c82", + "0x482480017fff8000", + "0x2c81", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x4", + "0x482480017fff8000", + "0x6752", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fdb", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x1969", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xfb", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2b72", + "0x482480017fff8000", + "0x2b71", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x4", + "0x482480017fff8000", + "0x6752", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fdb", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x1859", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa1", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x75", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x63", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffb7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2ac1", + "0x482480017fff8000", + "0x2ac0", + "0x480080007fff8000", + "0x480080007fff8000", + "0x482480017fff8000", + "0x5938", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007feb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff57fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007feb", + "0x400080007ff67fff", + "0x482480017ff68000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fec7fff8000", + "0x1104800180018000", + "0x1883", + "0x20680017fff7ffd", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffd", + "0x400080017fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x2", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017ff28000", + "0x1", + "0x48127fe57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xfb", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x29ac", + "0x482480017fff8000", + "0x29ab", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x3674", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fdb", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x1840", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffe76e", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x1a4", + "0x4825800180007ffa", + "0x1892", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x178", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x166", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff28000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x135", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x123", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x7e", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0x142d", + "0x20680017fff7ffa", + "0x6e", + "0x20680017fff7ffd", + "0x5d", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff57fff8000", + "0x48127fa47fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2839", + "0x482480017fff8000", + "0x2838", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x12", + "0x482480017fff8000", + "0x4bcee", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fa0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fee7fff", + "0x10780017fff7fff", + "0x27", + "0x48307ffe80007fa0", + "0x400080007fef7fff", + "0x482480017fef8000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fa17fff8000", + "0x48127fab7fff8000", + "0x48127fc97fff8000", + "0x48127fc97fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x1104800180018000", + "0x1757", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017feb8000", + "0x1", + "0x48127f9a7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202334", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fa57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ff87fff8000", + "0x48127ff87fff8000", + "0x48127fa77fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xfffffffffffffffffffffffffffffbf0", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x181", + "0x4825800180007ffa", + "0x410", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x155", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x143", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff28000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x112", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x100", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fc97fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2689", + "0x482480017fff8000", + "0x2688", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x12", + "0x482480017fff8000", + "0x3adc2", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fc5", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fc5", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fc67fff8000", + "0x48127fd07fff8000", + "0x48127fee7fff8000", + "0x48127fee7fff8000", + "0x1104800180018000", + "0x162b", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fbf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x13d", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x111", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xff", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5a", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fd47fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x2520", + "0x482480017fff8000", + "0x251f", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x8", + "0x482480017fff8000", + "0x15ad6", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fd0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x24", + "0x48307ffe80007fd0", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fd17fff8000", + "0x48127fef7fff8000", + "0x48127fef7fff8000", + "0x1104800180018000", + "0x1526", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xea", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xbe", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xac", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x7e", + "0x480080007fff8000", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x48307ffa80007ffb", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff47fff8000", + "0x48127fe77fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x243c", + "0x482480017fff8000", + "0x243b", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x92b8", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fe3", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fed7fff", + "0x10780017fff7fff", + "0x3f", + "0x48307ffe80007fe3", + "0x400080007fee7fff", + "0x482480017fee8000", + "0x1", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ffb7fff", + "0x400280017ffb7ffd", + "0x480280037ffb8000", + "0x20680017fff7fff", + "0x24", + "0x480280047ffb8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x480280027ffb8000", + "0x480a7ff87fff8000", + "0x482680017ffb8000", + "0x5", + "0x480080027ffa8000", + "0x48127fde7fff8000", + "0x48307fea80007ff9", + "0x1104800180018000", + "0x14da", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x10780017fff7fff", + "0x9", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x480280027ffb8000", + "0x482680017ffb8000", + "0x6", + "0x480280047ffb8000", + "0x480280057ffb8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fea8000", + "0x1", + "0x48127fdd7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xfb", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x22fc", + "0x482480017fff8000", + "0x22fb", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x4", + "0x482480017fff8000", + "0x6e00", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fdb", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0x1420", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x127", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xfb", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xe9", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff28000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xb8", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xa6", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffb7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x221e", + "0x482480017fff8000", + "0x221d", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x2882", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdf", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff47fff", + "0x10780017fff7fff", + "0x66", + "0x48307ffe80007fdf", + "0x400080007ff57fff", + "0x480680017fff8000", + "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", + "0x400280007ff87fff", + "0x400280017ff87fe3", + "0x480280027ff88000", + "0x400280037ff87fff", + "0x400280047ff87fed", + "0x480280057ff88000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080017fee7ffc", + "0x480080027fed7ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080037feb7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080017fee7ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080027fec7ffd", + "0x400080037feb7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff88000", + "0x6", + "0x482480017fe98000", + "0x4", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ff1", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x26", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0x20680017fff7ffd", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffd80007fff", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x400080007ffc7fff", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff77fff8000", + "0x482480017ff68000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017ff18000", + "0x1", + "0x48127fd97fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa1", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x75", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x63", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffb7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x210f", + "0x482480017fff8000", + "0x210e", + "0x480080007fff8000", + "0x480080007fff8000", + "0x482480017fff8000", + "0x5938", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007feb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff57fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007feb", + "0x400080007ff67fff", + "0x482480017ff68000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fec7fff8000", + "0x1104800180018000", + "0xed1", + "0x20680017fff7ffd", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffd", + "0x400080017fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x2", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017ff28000", + "0x1", + "0x48127fe57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xfb", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1ffa", + "0x482480017fff8000", + "0x1ff9", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x3674", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fdb", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0xe8e", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xffffffffffffffffffffffffffffe76e", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x1a4", + "0x4825800180007ffa", + "0x1892", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x178", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x166", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff28000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x135", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x123", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x7e", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x1104800180018000", + "0xa7b", + "0x20680017fff7ffa", + "0x6e", + "0x20680017fff7ffd", + "0x5d", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff57fff8000", + "0x48127fa47fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1e87", + "0x482480017fff8000", + "0x1e86", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x12", + "0x482480017fff8000", + "0x4bcee", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fa0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fee7fff", + "0x10780017fff7fff", + "0x27", + "0x48307ffe80007fa0", + "0x400080007fef7fff", + "0x482480017fef8000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fa17fff8000", + "0x48127fab7fff8000", + "0x48127fc97fff8000", + "0x48127fc97fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x1104800180018000", + "0xda5", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017feb8000", + "0x1", + "0x48127f9a7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202334", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fa57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ff87fff8000", + "0x48127ff87fff8000", + "0x48127fa77fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0xfffffffffffffffffffffffffffffbf0", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x181", + "0x4825800180007ffa", + "0x410", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x155", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x143", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff28000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x112", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x100", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fc97fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1cd7", + "0x482480017fff8000", + "0x1cd6", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x12", + "0x482480017fff8000", + "0x3adc2", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fc5", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fc5", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127fc67fff8000", + "0x48127fd07fff8000", + "0x48127fee7fff8000", + "0x48127fee7fff8000", + "0x1104800180018000", + "0xeff", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fbf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fca7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xea", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xbe", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xac", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff27fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x7e", + "0x480080007fff8000", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x48307ffa80007ffb", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff47fff8000", + "0x48127fe77fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1bdc", + "0x482480017fff8000", + "0x1bdb", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x92b8", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fe3", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fed7fff", + "0x10780017fff7fff", + "0x3f", + "0x48307ffe80007fe3", + "0x400080007fee7fff", + "0x482480017fee8000", + "0x1", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ffb7fff", + "0x400280017ffb7ffd", + "0x480280037ffb8000", + "0x20680017fff7fff", + "0x24", + "0x480280047ffb8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x480280027ffb8000", + "0x480a7ff87fff8000", + "0x482680017ffb8000", + "0x5", + "0x480080027ffa8000", + "0x48127fde7fff8000", + "0x48307fea80007ff9", + "0x1104800180018000", + "0xc7a", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x10780017fff7fff", + "0x9", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x480280027ffb8000", + "0x482680017ffb8000", + "0x6", + "0x480280047ffb8000", + "0x480280057ffb8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fea8000", + "0x1", + "0x48127fdd7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fea7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xfb", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x6c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x51", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x482480017ff88000", + "0x1", + "0x48307ff980007ffa", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff88000", + "0x1", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff57fff8000", + "0x10780017fff7fff", + "0x8", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x2a", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x16", + "0x480080007ff88003", + "0x480080017ff78003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ffb", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff37ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff87ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff38000", + "0x1", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x24", + "0x482480017ff38000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x7", + "0x48127ff37fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x8", + "0x482480017feb8000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0xf", + "0x48127feb7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffd", + "0x5b", + "0x48307ffb80007ffc", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127fdf7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1a9c", + "0x482480017fff8000", + "0x1a9b", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x4", + "0x482480017fff8000", + "0x6e00", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdb", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007fef7fff", + "0x10780017fff7fff", + "0x25", + "0x48307ffe80007fdb", + "0x400080007ff07fff", + "0x482480017ff08000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x1104800180018000", + "0xbc0", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fec8000", + "0x1", + "0x48127fd57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127fe07fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x127", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xfb", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xe9", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482480017ff58000", + "0x1", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x0", + "0x480080007ff28000", + "0x10780017fff7fff", + "0x8", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xb8", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xa6", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffb7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x19be", + "0x482480017fff8000", + "0x19bd", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x2882", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007fdf", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff47fff", + "0x10780017fff7fff", + "0x66", + "0x48307ffe80007fdf", + "0x400080007ff57fff", + "0x480680017fff8000", + "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", + "0x400280007ff87fff", + "0x400280017ff87fe3", + "0x480280027ff88000", + "0x400280037ff87fff", + "0x400280047ff87fed", + "0x480280057ff88000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080017fee7ffc", + "0x480080027fed7ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080037feb7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080017fee7ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080027fec7ffd", + "0x400080037feb7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff88000", + "0x6", + "0x482480017fe98000", + "0x4", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ff1", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x26", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0x20680017fff7ffd", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307ffd80007fff", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x400080007ffc7fff", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff77fff8000", + "0x482480017ff68000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017ff18000", + "0x1", + "0x48127fd97fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fe37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffc7fff8000", + "0x48127fee7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xd2", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xa9", + "0x48307ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff67fff8000", + "0x48127ff47fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x18c7", + "0x482480017fff8000", + "0x18c6", + "0x480080007fff8000", + "0x480080007fff8000", + "0x482480017fff8000", + "0x1eaa", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007ff1", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff07fff", + "0x10780017fff7fff", + "0x75", + "0x48307ffe80007ff1", + "0x400080007ff17fff", + "0x4824800180007ff6", + "0x3f918d17e5ee77373b56385708f855659a07f75997f365cf87748628532a055", + "0x482480017ff08000", + "0x1", + "0x20680017fff7ffe", + "0xa", + "0x480a7ff87fff8000", + "0x48127ffe7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x46", + "0x480680017fff8000", + "0x10e5fcd68658d0cf6ed280e34d0d0da9a510b7a6779230c9912806a2c939b9", + "0x400280007ff87fff", + "0x400280017ff87ff3", + "0x480280027ff88000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff97ffc", + "0x480080017ff87ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff67ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff97ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff77ffd", + "0x400080027ff67ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff88000", + "0x3", + "0x482480017ff48000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ff0", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x2a", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0x20680017fff7ffd", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48307ffa80007ffb", + "0x40780017fff7fff", + "0x1", + "0x20680017fff7ffe", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x400080007ffe7fff", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffc7fff8000", + "0x48127ffc7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017fed8000", + "0x1", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ff77fff8000", + "0x48127ff57fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x8c", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x17f6", + "0x482480017fff8000", + "0x17f5", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff8", + "0x154a", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x57", + "0x4824800180007ff8", + "0x154a", + "0x400080007ff87fff", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", + "0x482480017ff68000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400280017ffb7ffb", + "0x400280027ffb7ffc", + "0x400280037ffb7ffd", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x37", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x17", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x40780017fff7fff", + "0x1", + "0x400080007fff7ff7", + "0x482480017ff48000", + "0x3", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017ff28000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x8", + "0x48127ffd7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127ff37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xba", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x8f", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x7d", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127fef7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1729", + "0x482480017fff8000", + "0x1728", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fed", + "0xe97a", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x43", + "0x4824800180007fed", + "0xe97a", + "0x400080007ff87fff", + "0x482480017ff88000", + "0x1", + "0x20680017fff7ff1", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6577206f776e657220697320746865207a65726f2061646472657373", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x27", + "0x48127fff7fff8000", + "0x48127ffd7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x9ac", + "0x20680017fff7ffd", + "0x1b", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127fcd7fff8000", + "0x1104800180018000", + "0xa33", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x7", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127fe87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127fef7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x69", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x1688", + "0x482480017fff8000", + "0x1687", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff8", + "0xe1a0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x34", + "0x4824800180007ff8", + "0xe1a0", + "0x400080007ff87fff", + "0x482480017ff88000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x91b", + "0x20680017fff7ffd", + "0x1c", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x1104800180018000", + "0x9a1", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x7", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127ff37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xba", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480280007ffc8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x8f", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffe", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x7d", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffd", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x48307ff680007ff7", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127fef7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x15de", + "0x482480017fff8000", + "0x15dd", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007fed", + "0xe97a", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x43", + "0x4824800180007fed", + "0xe97a", + "0x400080007ff87fff", + "0x482480017ff88000", + "0x1", + "0x20680017fff7ff1", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6577206f776e657220697320746865207a65726f2061646472657373", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127ffb7fff8000", + "0x480a7ffb7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x27", + "0x48127fff7fff8000", + "0x48127ffd7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x861", + "0x20680017fff7ffd", + "0x1b", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127fcd7fff8000", + "0x1104800180018000", + "0x8e8", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x7", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127fe87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x482480017ff48000", + "0x3", + "0x10780017fff7fff", + "0x5", + "0x40780017fff7fff", + "0x6", + "0x48127ff47fff8000", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127fef7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x69", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x10", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x48127ffc7fff8000", + "0x48127ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x153d", + "0x482480017fff8000", + "0x153c", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x9", + "0x4824800180007ff8", + "0xe1a0", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff77fff", + "0x10780017fff7fff", + "0x34", + "0x4824800180007ff8", + "0xe1a0", + "0x400080007ff87fff", + "0x482480017ff88000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x7d0", + "0x20680017fff7ffd", + "0x1c", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x1104800180018000", + "0x856", + "0x20680017fff7ffd", + "0xc", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffb7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x7", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482480017ff58000", + "0x1", + "0x48127ff37fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ffa8000", + "0x100000000000000000000000000000000", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0xa4", + "0x4825800180007ffa", + "0x0", + "0x400280007ff97fff", + "0x482680017ff98000", + "0x1", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x48127ffb7fff8000", + "0x48127ff97fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x1104800180018000", + "0x14bf", + "0x482480017fff8000", + "0x14be", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0x2", + "0x482480017fff8000", + "0x17caa", + "0xa0680017fff8000", + "0x8", + "0x48307ffe80007ff5", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff47fff", + "0x10780017fff7fff", + "0x69", + "0x48307ffe80007ff5", + "0x400080007ff57fff", + "0x482480017ff58000", + "0x1", + "0x48127ffe7fff8000", + "0x480a7ff87fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x4c7a546f6b656e", + "0x480680017fff8000", + "0x4c5a", + "0x1104800180018000", + "0x85e", + "0x20680017fff7ffd", + "0x4b", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400080007ffb7fff", + "0x400080017ffb7ff9", + "0x480080037ffb8000", + "0x20680017fff7fff", + "0x3b", + "0x480080047ffa8000", + "0x48127ff67fff8000", + "0x480080027ff88000", + "0x482480017ff78000", + "0x5", + "0x480080027ffc8000", + "0x1104800180018000", + "0x7c8", + "0x20680017fff7ffd", + "0x29", + "0x40780017fff7fff", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127fb27fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x459234f20d23e9fff7269a443964d591ac1b3763523869d98ac347b6473b22d", + "0x480680017fff8000", + "0x28", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x68747470733a2f2f66656c74732e78797a2f612f642e6a736f6e", + "0x1104800180018000", + "0x8fe", + "0x20680017fff7ffd", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x48127ffa7fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x10780017fff7fff", + "0x19", + "0x48127fb57fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x10780017fff7fff", + "0x11", + "0x48127ff97fff8000", + "0x48127ff67fff8000", + "0x480080027ff88000", + "0x482480017ff78000", + "0x6", + "0x480080047ff68000", + "0x480080057ff58000", + "0x10780017fff7fff", + "0x8", + "0x48127ffb7fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482480017ff18000", + "0x1", + "0x48127fef7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x1", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffd", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffc8000", + "0x1", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0x98", + "0x480080007fff8000", + "0xa0680017fff8000", + "0x12", + "0x4824800180007ffe", + "0x100000000", + "0x4844800180008002", + "0x8000000000000110000000000000000", + "0x4830800080017ffe", + "0x480280007ffb7fff", + "0x482480017ffe8000", + "0xefffffffffffffde00000000ffffffff", + "0x480280017ffb7fff", + "0x400280027ffb7ffb", + "0x402480017fff7ffb", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7fff", + "0x78", + "0x402780017fff7fff", + "0x1", + "0x400280007ffb7ffe", + "0x482480017ffe8000", + "0xffffffffffffffffffffffff00000000", + "0x400280017ffb7fff", + "0x480680017fff8000", + "0x0", + "0x48307ff880007ff9", + "0x48307ffb7ffe8000", + "0xa0680017fff8000", + "0x8", + "0x482480017ffd8000", + "0x1", + "0x48307fff80007ffd", + "0x400280027ffb7fff", + "0x10780017fff7fff", + "0x51", + "0x48307ffe80007ffd", + "0x400280027ffb7fff", + "0x48307ff480007ff5", + "0x48307ffa7ff38000", + "0x48307ffb7ff28000", + "0x48307ff580017ffd", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400280037ffb7fff", + "0x10780017fff7fff", + "0x2f", + "0x400280037ffb7fff", + "0x48307fef80007ff0", + "0x48307ffe7ff28000", + "0xa0680017fff8000", + "0x8", + "0x482480017ffd8000", + "0x1", + "0x48307fff80007ffd", + "0x400280047ffb7fff", + "0x10780017fff7fff", + "0x11", + "0x48307ffe80007ffd", + "0x400280047ffb7fff", + "0x40780017fff7fff", + "0x3", + "0x482680017ffb8000", + "0x5", + "0x480680017fff8000", + "0x0", + "0x48307fea7fe68000", + "0x48307ff77fe58000", + "0x480680017fff8000", + "0x0", + "0x48127ff07fff8000", + "0x48127ff07fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e646578206f7574206f6620626f756e6473", + "0x400080007ffe7fff", + "0x482680017ffb8000", + "0x5", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x4", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x7533325f737562204f766572666c6f77", + "0x400080007ffe7fff", + "0x482680017ffb8000", + "0x4", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e646578206f7574206f6620626f756e6473", + "0x400080007ffe7fff", + "0x482680017ffb8000", + "0x3", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xc", + "0x482680017ffb8000", + "0x3", + "0x480680017fff8000", + "0x0", + "0x48127fe67fff8000", + "0x48127fe67fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x14", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fe67fff8000", + "0x48127fe67fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480a7ff47fff8000", + "0x480a7ff57fff8000", + "0x480a7ff77fff8000", + "0x1104800180018000", + "0x610", + "0x20680017fff7ffd", + "0x5f", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a7ff67fff8000", + "0x48127ff97fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0x8d8", + "0x40137ffb7fff8000", + "0x20680017fff7ffd", + "0x45", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x1104800180018000", + "0xb36", + "0x20680017fff7ffd", + "0x30", + "0x20680017fff7fff", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a2073616665206d696e74206661696c6564", + "0x400080007ffe7fff", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x2d", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a80007fff8000", + "0x48127ff97fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xb74", + "0x20680017fff7ffd", + "0xd", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x7", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a80007fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a7ff67fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400280007ffa7fff", + "0x400380017ffa7ffc", + "0x480280027ffa8000", + "0x400280037ffa7fff", + "0x400380047ffa7ffd", + "0x480280057ffa8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffc", + "0x480280017ff87ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff87ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff87ffd", + "0x400280027ff87ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ffa8000", + "0x6", + "0x482680017ff88000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400380017ffb7ff9", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x95", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x73", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x20680017fff7ff7", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x13", + "0x40780017fff7fff", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c696420746f6b656e204944", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fe57fff8000", + "0x48127fdf7fff8000", + "0x48127fe47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1c87484b935c893d53d087ca6e0d4d7bcf1a90e5f4118b67a2c3df896c16cd8", + "0x400080007fef7fff", + "0x400180017fef7ffc", + "0x480080027fef8000", + "0x400080037fee7fff", + "0x400180047fee7ffd", + "0x480080057fee8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff57ffc", + "0x480080017ff47ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff27ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff57ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff37ffd", + "0x400080027ff27ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fe58000", + "0x6", + "0x482480017ff08000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007fe87fff", + "0x400080017fe87fe7", + "0x400080027fe87ffc", + "0x400080037fe87ffb", + "0x480080057fe88000", + "0x20680017fff7fff", + "0xd", + "0x48127ffd7fff8000", + "0x480080047fe68000", + "0x48127ffa7fff8000", + "0x482480017fe48000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480080067fe18000", + "0x208b7fff7fff7ffe", + "0x48127ffd7fff8000", + "0x480080047fe68000", + "0x48127ffa7fff8000", + "0x482480017fe48000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480080067fe28000", + "0x480080077fe18000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017fe78000", + "0x3", + "0x48127fea7fff8000", + "0x48127fea7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x16", + "0x48127fe77fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127fdf7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffd", + "0x13", + "0x40780017fff7fff", + "0x25", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c6964206163636f756e74", + "0x400080007ffe7fff", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400280007ffb7fff", + "0x400380017ffb7ffd", + "0x480280027ffb8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff97ffc", + "0x480280017ff97ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff97ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff97ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff97ffd", + "0x400280027ff97ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ffb8000", + "0x3", + "0x482680017ff98000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffc7fff", + "0x400380017ffc7ffa", + "0x400280027ffc7ffc", + "0x400280037ffc7ffb", + "0x480280057ffc8000", + "0x20680017fff7fff", + "0x82", + "0x480280067ffc8000", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x7", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x53", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x482480017ff58000", + "0x1", + "0x482480017ff78000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007ffa7fff", + "0x400080017ffa7ff9", + "0x400080027ffa7ffc", + "0x400080037ffa7ffd", + "0x480080057ffa8000", + "0x20680017fff7fff", + "0x37", + "0x480080067ff98000", + "0x480080047ff88000", + "0x482480017ff78000", + "0x7", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x11", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x40780017fff7fff", + "0xc", + "0x482480017fed8000", + "0x1", + "0x48127ff07fff8000", + "0x48127fe17fff8000", + "0x48127fef7fff8000", + "0x480680017fff8000", + "0x0", + "0x48127fe27fff8000", + "0x48127fea7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017ff28000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0xb", + "0x48127ff27fff8000", + "0x480080047fed8000", + "0x482480017fec8000", + "0x8", + "0x480080067feb8000", + "0x480080077fea8000", + "0x10780017fff7fff", + "0x21", + "0x40780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017fe98000", + "0x3", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127fe17fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x14", + "0x48127fe97fff8000", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x8", + "0x480280067ffc8000", + "0x480280077ffc8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127fe17fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400280007ffa7fff", + "0x400380017ffa7ffc", + "0x480280027ffa8000", + "0x400280037ffa7fff", + "0x400380047ffa7ffd", + "0x480280057ffa8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffc", + "0x480280017ff87ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff87ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff87ffd", + "0x400280027ff87ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ffa8000", + "0x6", + "0x482680017ff88000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400380017ffb7ff9", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0x4b", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x2b", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x40780017fff7fff", + "0x5", + "0x482480017ff08000", + "0x3", + "0x20680017fff7ff2", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c696420746f6b656e204944", + "0x400080007ffe7fff", + "0x48127ffd7fff8000", + "0x48127ff07fff8000", + "0x48127fea7fff8000", + "0x48127fef7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0x48127ffd7fff8000", + "0x48127ff07fff8000", + "0x48127fea7fff8000", + "0x48127fef7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127fea7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017ff28000", + "0x3", + "0x48127ff57fff8000", + "0x48127ff57fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0xb", + "0x48127ff27fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127fea7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ff77fff", + "0x400380017ff77ff5", + "0x480280037ff78000", + "0x20680017fff7fff", + "0x71", + "0x480280047ff78000", + "0x480a7ff47fff8000", + "0x480280027ff78000", + "0x480a7ff67fff8000", + "0x482680017ff78000", + "0x5", + "0x480080027ffb8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0x9cb", + "0x20680017fff7ffd", + "0x5b", + "0x20680017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20756e617574686f72697a65642063616c6c6572", + "0x400080007ffe7fff", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x1104800180018000", + "0xa52", + "0x40137ffb7fff8000", + "0x20680017fff7ffd", + "0x34", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x86e", + "0x20680017fff7ffd", + "0x1e", + "0x20680017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a2073616665207472616e73666572206661696c6564", + "0x400080007ffe7fff", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a80007fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a80007fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a80007fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480a80007fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff47fff8000", + "0x480280027ff78000", + "0x480a7ff67fff8000", + "0x482680017ff78000", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480280047ff78000", + "0x480280057ff78000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ff97fff", + "0x400380017ff97ff7", + "0x480280037ff98000", + "0x20680017fff7fff", + "0x4c", + "0x480280047ff98000", + "0x480a7ff67fff8000", + "0x480280027ff98000", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x5", + "0x480080027ffb8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x94b", + "0x20680017fff7ffd", + "0x35", + "0x20680017fff7fff", + "0x12", + "0x40780017fff7fff", + "0x108", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20756e617574686f72697a65642063616c6c6572", + "0x400080007ffe7fff", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x10780017fff7fff", + "0x36", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x9d1", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x6", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x10780017fff7fff", + "0x15", + "0x40780017fff7fff", + "0x10a", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127ef07fff8000", + "0x48127ef07fff8000", + "0x10780017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1aa", + "0x480a7ff67fff8000", + "0x480280027ff98000", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x6", + "0x480280047ff98000", + "0x480280057ff98000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffffe88", + "0x20680017fff7ffd", + "0x91", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400080007ffb7fff", + "0x400080017ffb7ff9", + "0x480080037ffb8000", + "0x20680017fff7fff", + "0x7e", + "0x480080047ffa8000", + "0x480080027fff8000", + "0x48307fff80007ffb", + "0x480080027ff78000", + "0x482480017ff68000", + "0x5", + "0x20680017fff7ffd", + "0xa", + "0x40780017fff7fff", + "0x15", + "0x48127fdd7fff8000", + "0x48127fe87fff8000", + "0x48127fdd7fff8000", + "0x48127fe77fff8000", + "0x10780017fff7fff", + "0x5c", + "0x480680017fff8000", + "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", + "0x400080007ff37fff", + "0x400080017ff37ff7", + "0x480080027ff38000", + "0x400080037ff27fff", + "0x400080047ff27ffa", + "0x480080057ff28000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007feb7ffc", + "0x480080017fea7ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fe87ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007feb7ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017fe97ffd", + "0x400080027fe87ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fe98000", + "0x6", + "0x482480017fe68000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007ff17fff", + "0x400080017ff17ff0", + "0x400080027ff17ffc", + "0x400080037ff17ffb", + "0x480080057ff18000", + "0x20680017fff7fff", + "0x2e", + "0x480080067ff08000", + "0x480080047fef8000", + "0x482480017fee8000", + "0x7", + "0x20680017fff7ffd", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x6b", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20756e617574686f72697a65642063616c6c6572", + "0x400080007ffe7fff", + "0x48127f8a7fff8000", + "0x48127f8d7fff8000", + "0x48127f877fff8000", + "0x48127f8c7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff77fff8000", + "0x48127ffa7fff8000", + "0x48127ff47fff8000", + "0x48127ff97fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xcce", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x73", + "0x48127f8a7fff8000", + "0x480080047f7c8000", + "0x48127f877fff8000", + "0x482480017f7a8000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480080067f788000", + "0x480080077f778000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x87", + "0x48127f707fff8000", + "0x480080027f728000", + "0x48127f707fff8000", + "0x482480017f708000", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480080047f6e8000", + "0x480080057f6d8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x89", + "0x48127f707fff8000", + "0x48127f707fff8000", + "0x48127f707fff8000", + "0x48127f707fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f707fff8000", + "0x48127f707fff8000", + "0x208b7fff7fff7ffe", + "0x48297ffc80007ffb", + "0x20680017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x33", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a2073656c6620617070726f76616c", + "0x400080007ffe7fff", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", + "0x400280007ff97fff", + "0x400380017ff97ffb", + "0x480280027ff98000", + "0x400280037ff97fff", + "0x400380047ff97ffc", + "0x480280057ff98000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff77ffc", + "0x480280017ff77ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff77ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff77ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff77ffd", + "0x400280027ff77ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff98000", + "0x6", + "0x482680017ff78000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffa7fff", + "0x400380017ffa7ff8", + "0x400280027ffa7ffc", + "0x400280037ffa7ffb", + "0x400380047ffa7ffd", + "0x480280067ffa8000", + "0x20680017fff7fff", + "0x26", + "0x480280057ffa8000", + "0x482680017ffa8000", + "0x7", + "0x480680017fff8000", + "0x5", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xce0", + "0x20680017fff7ffd", + "0xd", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x26", + "0x48127fd77fff8000", + "0x480280057ffa8000", + "0x48127fd47fff8000", + "0x482680017ffa8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffa8000", + "0x480280087ffa8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400280007ffa7fff", + "0x400380017ffa7ffc", + "0x480280027ffa8000", + "0x400280037ffa7fff", + "0x400380047ffa7ffd", + "0x480280057ffa8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffc", + "0x480280017ff87ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff87ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff87ffd", + "0x400280027ff87ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ffa8000", + "0x6", + "0x482680017ff88000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffb7fff", + "0x400380017ffb7ff9", + "0x400280027ffb7ffc", + "0x400280037ffb7ffb", + "0x480280057ffb8000", + "0x20680017fff7fff", + "0xc3", + "0x480280067ffb8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0xa1", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x20680017fff7ff7", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x18", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c696420746f6b656e204944", + "0x400080007ffe7fff", + "0x48127fe27fff8000", + "0x48127fda7fff8000", + "0x48127fd47fff8000", + "0x48127fd97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x2618225f6ac4a00b9635ed0e036ea1db17cf353e7ad948e882dbbca50565fbd", + "0x400080007fef7fff", + "0x400180017fef7ffc", + "0x480080027fef8000", + "0x400080037fee7fff", + "0x400180047fee7ffd", + "0x480080057fee8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff57ffc", + "0x480080017ff47ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff27ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff57ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff37ffd", + "0x400080027ff27ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fe58000", + "0x6", + "0x482480017ff08000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007fe87fff", + "0x400080017fe87fe7", + "0x400080027fe87ffc", + "0x400080037fe87ffb", + "0x480080057fe88000", + "0x20680017fff7fff", + "0x39", + "0x480080067fe78000", + "0x480080047fe68000", + "0x482480017fe58000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x17", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x40780017fff7fff", + "0x3", + "0x482480017ff28000", + "0x3", + "0x48127ff57fff8000", + "0x48127fef7fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127fef7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017ff28000", + "0x3", + "0x48127ff57fff8000", + "0x48127fef7fff8000", + "0x48127ff47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xb", + "0x48127ff27fff8000", + "0x480080047fdb8000", + "0x48127fef7fff8000", + "0x482480017fd98000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480080067fd78000", + "0x480080077fd68000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x16", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017fdc8000", + "0x3", + "0x48127fdf7fff8000", + "0x48127fdf7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x21", + "0x48127fdc7fff8000", + "0x480280047ffb8000", + "0x482680017ffb8000", + "0x8", + "0x480280067ffb8000", + "0x480280077ffb8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127fd47fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400280007ff97fff", + "0x400380017ff97ff7", + "0x480280037ff98000", + "0x20680017fff7fff", + "0x4c", + "0x480280047ff98000", + "0x480a7ff67fff8000", + "0x480280027ff98000", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x5", + "0x480080027ffb8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x6c5", + "0x20680017fff7ffd", + "0x35", + "0x20680017fff7fff", + "0x12", + "0x40780017fff7fff", + "0x108", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20756e617574686f72697a65642063616c6c6572", + "0x400080007ffe7fff", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x10780017fff7fff", + "0x36", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x74b", + "0x20680017fff7ffd", + "0xf", + "0x40780017fff7fff", + "0x6", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x10780017fff7fff", + "0x15", + "0x40780017fff7fff", + "0x10a", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127eef7fff8000", + "0x48127ef07fff8000", + "0x48127ef07fff8000", + "0x10780017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1aa", + "0x480a7ff67fff8000", + "0x480280027ff98000", + "0x480a7ff87fff8000", + "0x482680017ff98000", + "0x6", + "0x480280047ff98000", + "0x480280057ff98000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffd7fff", + "0x400380017ffd7ffc", + "0x400280027ffd7ffd", + "0x400280037ffd7ffe", + "0x480280057ffd8000", + "0x20680017fff7fff", + "0x74", + "0x480280067ffd8000", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480280007ffb7ffc", + "0x480280017ffb7ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400280027ffb7ffd", + "0x10780017fff7fff", + "0x52", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480280007ffb7ffd", + "0x480280017ffb7ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400280027ffb7ffe", + "0x482680017ffb8000", + "0x3", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400080007ff87fff", + "0x400080017ff87ff7", + "0x480080037ff88000", + "0x20680017fff7fff", + "0x36", + "0x480080047ff78000", + "0x480080027fff8000", + "0x480080027ff58000", + "0x482480017ff48000", + "0x5", + "0x20680017fff7ffd", + "0x12", + "0x40780017fff7fff", + "0x1", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x43616c6c657220697320746865207a65726f2061646472657373", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48307ff180007ffd", + "0x20680017fff7fff", + "0xe", + "0x40780017fff7fff", + "0x2", + "0x48127ff67fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x43616c6c6572206973206e6f7420746865206f776e6572", + "0x400080007ffe7fff", + "0x48127ff67fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x7", + "0x48127ff67fff8000", + "0x480080027fef8000", + "0x482480017fee8000", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480080047fec8000", + "0x480080057feb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x2", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482680017ffb8000", + "0x3", + "0x48127ff37fff8000", + "0x48127ff37fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0xd", + "0x480a7ffb7fff8000", + "0x480280047ffd8000", + "0x482680017ffd8000", + "0x8", + "0x480280067ffd8000", + "0x480280077ffd8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffc7fff", + "0x400380017ffc7ffb", + "0x400280027ffc7ffd", + "0x400280037ffc7ffe", + "0x480280057ffc8000", + "0x20680017fff7fff", + "0x6a", + "0x480280067ffc8000", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480280007ffa7ffc", + "0x480280017ffa7ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400280027ffa7ffd", + "0x10780017fff7fff", + "0x48", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480280007ffa7ffd", + "0x480280017ffa7ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400280027ffa7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", + "0x482680017ffa8000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007ff67fff", + "0x400080017ff67ff5", + "0x400080027ff67ffc", + "0x400080037ff67ffd", + "0x400180047ff67ffd", + "0x480080067ff68000", + "0x20680017fff7fff", + "0x25", + "0x480080057ff58000", + "0x482480017ff48000", + "0x7", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127fed7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0xa80", + "0x20680017fff7ffd", + "0xc", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x26", + "0x48127fd77fff8000", + "0x480080057fce8000", + "0x482480017fcd8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480080077fcb8000", + "0x480080087fca8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x23", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482680017ffa8000", + "0x3", + "0x48127fd27fff8000", + "0x48127fd27fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x2e", + "0x480a7ffa7fff8000", + "0x480280047ffc8000", + "0x482680017ffc8000", + "0x8", + "0x480280067ffc8000", + "0x480280077ffc8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x3a762f04043ed52ed42b61e4ad2e367163f5a928ef94f71121e68d78b8a00df", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280007ffb7fff", + "0x400380017ffb7ff9", + "0x400280027ffb7ffd", + "0x400280037ffb7ffe", + "0x400380047ffb7ffc", + "0x480280067ffb8000", + "0x20680017fff7fff", + "0xad", + "0x480280057ffb8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x144d444467c1a7848e62c72fd678f9225602bf41005c66940ee2373705d90a2", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280077ffb7fff", + "0x400280087ffb7ffc", + "0x400280097ffb7ffd", + "0x4002800a7ffb7ffe", + "0x4003800b7ffb7ffd", + "0x4802800d7ffb8000", + "0x20680017fff7fff", + "0x92", + "0x480680017fff8000", + "0x10e5fcd68658d0cf6ed280e34d0d0da9a510b7a6779230c9912806a2c939b9", + "0x480680017fff8000", + "0x33eb2f84c309543403fd69f0d0f363781ef06ef6faeb0131ff16ea3175bd943", + "0x400280007ffa7ffe", + "0x400280017ffa7fff", + "0x480280027ffa8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffc", + "0x480280017ff87ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff87ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff87ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff87ffd", + "0x400280027ff87ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x4802800c7ffb8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x482680017ffa8000", + "0x3", + "0x482680017ff88000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x4002800e7ffb7fff", + "0x4002800f7ffb7ffa", + "0x400280107ffb7ffb", + "0x400280117ffb7ff9", + "0x400280127ffb7ffc", + "0x480280147ffb8000", + "0x20680017fff7fff", + "0x4f", + "0x480680017fff8000", + "0x10e5fcd68658d0cf6ed280e34d0d0da9a510b7a6779230c9912806a2c939b9", + "0x480680017fff8000", + "0x6069a70848f907fa57668ba1875164eb4dcee693952468581406d131081bbd", + "0x400080007ffa7ffe", + "0x400080017ffa7fff", + "0x480080027ffa8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff37ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff47ffd", + "0x400080027ff37ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480280137ffb8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x482480017fef8000", + "0x3", + "0x482480017fef8000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400280157ffb7fff", + "0x400280167ffb7ffa", + "0x400280177ffb7ffb", + "0x400280187ffb7ff9", + "0x400280197ffb7ffc", + "0x4802801b7ffb8000", + "0x20680017fff7fff", + "0xe", + "0x48127ffd7fff8000", + "0x4802801a7ffb8000", + "0x48127ffa7fff8000", + "0x482680017ffb8000", + "0x1c", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ffd7fff8000", + "0x4802801a7ffb8000", + "0x48127ffa7fff8000", + "0x482680017ffb8000", + "0x1e", + "0x480680017fff8000", + "0x1", + "0x4802801c7ffb8000", + "0x4802801d7ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x11", + "0x48127fec7fff8000", + "0x480280137ffb8000", + "0x48127fe97fff8000", + "0x482680017ffb8000", + "0x17", + "0x480680017fff8000", + "0x1", + "0x480280157ffb8000", + "0x480280167ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x22", + "0x480a7ff87fff8000", + "0x4802800c7ffb8000", + "0x480a7ffa7fff8000", + "0x482680017ffb8000", + "0x10", + "0x480680017fff8000", + "0x1", + "0x4802800e7ffb8000", + "0x4802800f7ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x27", + "0x480a7ff87fff8000", + "0x480280057ffb8000", + "0x480a7ffa7fff8000", + "0x482680017ffb8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480280077ffb8000", + "0x480280087ffb8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x1104800180018000", + "0xb7d", + "0x482480017fff8000", + "0xb7c", + "0x480080007fff8000", + "0x480080007fff8000", + "0x484480017fff8000", + "0xa", + "0x482480017fff8000", + "0x31362", + "0xa0680017fff8000", + "0x8", + "0x48317ffe80007ff5", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400280007ff47fff", + "0x10780017fff7fff", + "0xd8", + "0x48317ffe80007ff5", + "0x400280007ff47fff", + "0x482680017ff48000", + "0x1", + "0x4825800180007ff9", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x6", + "0x40780017fff7fff", + "0x1", + "0x10780017fff7fff", + "0x8", + "0x4825800180007ffa", + "0x0", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xb9", + "0x48127ffd7fff8000", + "0x48127ffb7fff8000", + "0x480a7ff67fff8000", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x1104800180018000", + "0xcb", + "0x40137ffb7fff8000", + "0x20680017fff7ffd", + "0x9f", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x1104800180018000", + "0x329", + "0x20680017fff7ffd", + "0x8a", + "0x20680017fff7fff", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a2073616665206d696e74206661696c6564", + "0x400080007ffe7fff", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x87", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a80007fff8000", + "0x48127ff97fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x367", + "0x20680017fff7ffd", + "0x67", + "0x480680017fff8000", + "0x0", + "0x48317fff80017ffa", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080007ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x1", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x7", + "0x482480017ff58000", + "0x1", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48317fff80017ff9", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff97fff", + "0x10780017fff7fff", + "0xc", + "0x400080007ffa7fff", + "0x40780017fff7fff", + "0x5", + "0x482480017ff58000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x1c", + "0x480680017fff8000", + "0x1", + "0x48307fff80017ff9", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffc7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x8", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x20680017fff7fff", + "0xf", + "0x48127ffc7fff8000", + "0x48127fe67fff8000", + "0x48127fe67fff8000", + "0x48127fe67fff8000", + "0x480a7ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffff52", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x753235365f737562204f766572666c6f77", + "0x400080007ffe7fff", + "0x48127ffa7fff8000", + "0x48127fe47fff8000", + "0x48127fe47fff8000", + "0x48127fe47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x7", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x48127ffa7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a80007fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffd7fff8000", + "0x48127ffb7fff8000", + "0x480a7ff67fff8000", + "0x480a7ff77fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff48000", + "0x1", + "0x480a7ff57fff8000", + "0x480a7ff67fff8000", + "0x480a7ff77fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x13", + "0x40780017fff7fff", + "0x90", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c6964207265636569766572", + "0x400080007ffe7fff", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400280007ff97fff", + "0x400380017ff97ffc", + "0x480280027ff98000", + "0x400280037ff97fff", + "0x400380047ff97ffd", + "0x480280057ff98000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff77ffc", + "0x480280017ff77ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff77ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff77ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff77ffd", + "0x400280027ff77ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff98000", + "0x6", + "0x482680017ff78000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffa7fff", + "0x400380017ffa7ff8", + "0x400280027ffa7ffc", + "0x400280037ffa7ffb", + "0x480280057ffa8000", + "0x20680017fff7fff", + "0x217", + "0x480280067ffa8000", + "0x480280047ffa8000", + "0x482680017ffa8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x1f5", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x20680017fff7ff7", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x1cd", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400080007fef7fff", + "0x400180017fef7ffb", + "0x480080027fef8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff37ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff47ffd", + "0x400080027ff37ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fe68000", + "0x3", + "0x482480017ff18000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007fe97fff", + "0x400080017fe97fe8", + "0x400080027fe97ffc", + "0x400080037fe97ffb", + "0x480080057fe98000", + "0x20680017fff7fff", + "0x18b", + "0x480080067fe88000", + "0x480080047fe78000", + "0x482480017fe68000", + "0x7", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x163", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x482480017ff58000", + "0x1", + "0x482480017ff78000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007ffa7fff", + "0x400080017ffa7ff9", + "0x400080027ffa7ffc", + "0x400080037ffa7ffd", + "0x480080057ffa8000", + "0x20680017fff7fff", + "0x147", + "0x480080067ff98000", + "0x480080047ff88000", + "0x482480017ff78000", + "0x7", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x11f", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x48307fff7ffb8001", + "0xa0680017fff7fff", + "0x7", + "0x4824800180007fff", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x7", + "0x482480017ff58000", + "0x2", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307fff7feb8001", + "0xa0680017fff7fff", + "0x7", + "0x4824800180007fff", + "0x100000000000000000000000000000000", + "0x400080007ff97fff", + "0x10780017fff7fff", + "0xc", + "0x400080007ffa7fff", + "0x40780017fff7fff", + "0x5", + "0x482480017ff58000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x1c", + "0x480680017fff8000", + "0x1", + "0x48307fff7ff98001", + "0xa0680017fff7fff", + "0x7", + "0x4824800180007fff", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffc7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x8", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x20680017fff7fff", + "0xc2", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400080007fdb7fff", + "0x400180017fdb7ffb", + "0x480080027fdb8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff37ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff47ffd", + "0x400080027ff37ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fd28000", + "0x3", + "0x482480017ff18000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007fde7fff", + "0x400080017fde7fdd", + "0x400080027fde7ffc", + "0x400080037fde7ffb", + "0x400080047fde7ff0", + "0x480080067fde8000", + "0x20680017fff7fff", + "0x80", + "0x480080057fdd8000", + "0x480680017fff8000", + "0x0", + "0x482480017ff88000", + "0x1", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080077fd97fff", + "0x400080087fd97ffc", + "0x400080097fd97ffd", + "0x4000800a7fd97ffe", + "0x4000800b7fd97fec", + "0x4800800d7fd98000", + "0x20680017fff7fff", + "0x68", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400080007ff67fff", + "0x400180017ff67ffc", + "0x480080027ff68000", + "0x400080037ff57fff", + "0x400180047ff57ffd", + "0x480080057ff58000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffc", + "0x480080017ff07ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fee7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017fef7ffd", + "0x400080027fee7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x4800800c7fce8000", + "0x480680017fff8000", + "0x0", + "0x482480017feb8000", + "0x6", + "0x482480017feb8000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x4000800e7fc97fff", + "0x4000800f7fc97ffb", + "0x400080107fc97ffc", + "0x400080117fc97ffa", + "0x400180127fc97ffb", + "0x480080147fc98000", + "0x20680017fff7fff", + "0x26", + "0x480080137fc88000", + "0x482480017fc78000", + "0x15", + "0x480680017fff8000", + "0x5", + "0x480680017fff8000", + "0x5", + "0x480680017fff8000", + "0x0", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x6ce", + "0x20680017fff7ffd", + "0xd", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x26", + "0x48127fd77fff8000", + "0x480080137fa18000", + "0x48127fd47fff8000", + "0x482480017f9f8000", + "0x17", + "0x480680017fff8000", + "0x1", + "0x480080157f9d8000", + "0x480080167f9c8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x32", + "0x4800800c7fa68000", + "0x482480017fa58000", + "0x10", + "0x4800800e7fa48000", + "0x4800800f7fa38000", + "0x10780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x37", + "0x480080057fa68000", + "0x482480017fa58000", + "0x9", + "0x480080077fa48000", + "0x480080087fa38000", + "0x48127fc27fff8000", + "0x48127ffb7fff8000", + "0x48127fbf7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x47", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x753235365f616464204f766572666c6f77", + "0x400080007ffe7fff", + "0x48127fb37fff8000", + "0x48127fa07fff8000", + "0x48127f917fff8000", + "0x48127f9f7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x50", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017fa28000", + "0x3", + "0x48127fa57fff8000", + "0x48127fa57fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0x5b", + "0x48127fa27fff8000", + "0x480080047f9d8000", + "0x482480017f9c8000", + "0x8", + "0x480080067f9b8000", + "0x480080077f9a8000", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0x59", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017f998000", + "0x3", + "0x48127f9c7fff8000", + "0x48127f9c7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x64", + "0x48127f997fff8000", + "0x480080047f838000", + "0x482480017f828000", + "0x8", + "0x480080067f818000", + "0x480080077f808000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127f917fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x75", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20746f6b656e20616c7265616479206d696e746564", + "0x400080007ffe7fff", + "0x48127f857fff8000", + "0x48127f7d7fff8000", + "0x48127f777fff8000", + "0x48127f7c7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x73", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017f7f8000", + "0x3", + "0x48127f827fff8000", + "0x48127f827fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x7e", + "0x48127f7f7fff8000", + "0x480280047ffa8000", + "0x482680017ffa8000", + "0x8", + "0x480280067ffa8000", + "0x480280077ffa8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127f777fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff57fff8000", + "0x480a7ff67fff8000", + "0x480a7ff77fff8000", + "0x480a7ff97fff8000", + "0x480680017fff8000", + "0x3a0dff5f70d80458ad14ae37bb182a728e3c8cdda0402a5daa86620bdf910bc", + "0x1104800180018000", + "0x65a", + "0x20680017fff7ffd", + "0x48", + "0x20680017fff7fff", + "0xb", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480a7ff97fff8000", + "0x480680017fff8000", + "0x2ceccef7f994940b3962a6c67e0ba4fcd37df7d131417c604f91e03caecc1cd", + "0x1104800180018000", + "0x64e", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x476574457865637574696f6e496e666f", + "0x400080007ffb7fff", + "0x400080017ffb7ffa", + "0x480080037ffb8000", + "0x20680017fff7fff", + "0x2d", + "0x480080047ffa8000", + "0x48127ff77fff8000", + "0x480080027ff88000", + "0x482480017ff78000", + "0x5", + "0x480a7ff97fff8000", + "0x480080027ffb8000", + "0x480a7ff87fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x6d5", + "0x20680017fff7ffd", + "0x15", + "0x4824800180007fff", + "0x3a0dff5f70d80458ad14ae37bb182a728e3c8cdda0402a5daa86620bdf910bc", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x48127ff87fff8000", + "0x480080027ff98000", + "0x482480017ff88000", + "0x6", + "0x480680017fff8000", + "0x1", + "0x480080047ff68000", + "0x480080057ff58000", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400280007ff97fff", + "0x400380017ff97ffb", + "0x480280027ff98000", + "0x400280037ff97fff", + "0x400380047ff97ffc", + "0x480280057ff98000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff77ffc", + "0x480280017ff77ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400280027ff77ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480280007ff77ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480280017ff77ffd", + "0x400280027ff77ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482680017ff98000", + "0x6", + "0x482680017ff78000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400280007ffa7fff", + "0x400380017ffa7ff8", + "0x400280027ffa7ffc", + "0x400280037ffa7ffb", + "0x480280057ffa8000", + "0x20680017fff7fff", + "0x97", + "0x480280067ffa8000", + "0x480280047ffa8000", + "0x482680017ffa8000", + "0x7", + "0xa0680017fff8004", + "0xe", + "0x4824800180047ffc", + "0x800000000000000000000000000000000000000000000000000000000000000", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8002", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x402480017ffb7ffd", + "0xffffffffffffffeeffffffffffffffff", + "0x400080027ff47ffd", + "0x10780017fff7fff", + "0x75", + "0x484480017fff8001", + "0x8000000000000000000000000000000", + "0x48307fff80007ffb", + "0x480080007ff77ffd", + "0x480080017ff67ffd", + "0x402480017ffc7ffe", + "0xf8000000000000000000000000000000", + "0x400080027ff57ffe", + "0x482480017ff58000", + "0x3", + "0x20680017fff7ff7", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x13", + "0x40780017fff7fff", + "0xd", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c696420746f6b656e204944", + "0x400080007ffe7fff", + "0x48127fed7fff8000", + "0x48127fe57fff8000", + "0x48127fdf7fff8000", + "0x48127fe47fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x1c87484b935c893d53d087ca6e0d4d7bcf1a90e5f4118b67a2c3df896c16cd8", + "0x400080007fef7fff", + "0x400180017fef7ffb", + "0x480080027fef8000", + "0x400080037fee7fff", + "0x400180047fee7ffc", + "0x480080057fee8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff57ffc", + "0x480080017ff47ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff27ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff57ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff37ffd", + "0x400080027ff27ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fe58000", + "0x6", + "0x482480017ff08000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007fe87fff", + "0x400080017fe87fe7", + "0x400080027fe87ffc", + "0x400080037fe87ffb", + "0x400180047fe87ffd", + "0x480080067fe88000", + "0x20680017fff7fff", + "0xe", + "0x48127ffd7fff8000", + "0x480080057fe68000", + "0x48127ffa7fff8000", + "0x482480017fe48000", + "0x7", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127ffd7fff8000", + "0x480080057fe68000", + "0x48127ffa7fff8000", + "0x482480017fe48000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480080077fe28000", + "0x480080087fe18000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xb", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4e6f6e20436f6e747261637441646472657373", + "0x400080007ffe7fff", + "0x482480017fe78000", + "0x3", + "0x48127fea7fff8000", + "0x48127fea7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x16", + "0x48127fe77fff8000", + "0x480280047ffa8000", + "0x482680017ffa8000", + "0x8", + "0x480280067ffa8000", + "0x480280077ffa8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127fdf7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff590", + "0x20680017fff7ffd", + "0x91", + "0x480680017fff8000", + "0x350efce99c55a2fbf8c09cde498fd24d686f21a900621778cd59ed10f4ae843", + "0x400080007ffa7fff", + "0x400080017ffa7ffe", + "0x480080027ffa8000", + "0x400080037ff97fff", + "0x400180047ff97ffb", + "0x480080057ff98000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff27ffc", + "0x480080017ff17ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fef7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff27ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff07ffd", + "0x400080027fef7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017ff08000", + "0x6", + "0x482480017fed8000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007fee7fff", + "0x400080017fee7fec", + "0x400080027fee7ffc", + "0x400080037fee7ffb", + "0x480080057fee8000", + "0x20680017fff7fff", + "0x51", + "0x480080067fed8000", + "0x480080047fec8000", + "0x482480017feb8000", + "0x7", + "0x20680017fff7ffd", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x48287ffb80007fec", + "0x20680017fff7fff", + "0x6", + "0x40780017fff7fff", + "0x48", + "0x10780017fff7fff", + "0x2e", + "0x480680017fff8000", + "0x1", + "0x48307ffd80007fff", + "0x20680017fff7fff", + "0x27", + "0x48127ff67fff8000", + "0x48127ff97fff8000", + "0x48127ff37fff8000", + "0x48127ff87fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff7ca", + "0x20680017fff7ffd", + "0x12", + "0x48317fff80007ffb", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ffb7fff8000", + "0x10780017fff7fff", + "0x15", + "0x40780017fff7fff", + "0x7", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff27fff8000", + "0x48127ff27fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x46", + "0x48127fb07fff8000", + "0x48127fb37fff8000", + "0x48127fad7fff8000", + "0x48127fb27fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x52", + "0x48127fab7fff8000", + "0x480080047f9a8000", + "0x48127fa87fff8000", + "0x482480017f988000", + "0x8", + "0x480680017fff8000", + "0x1", + "0x480080067f968000", + "0x480080077f958000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x61", + "0x48127f987fff8000", + "0x48127f987fff8000", + "0x48127f987fff8000", + "0x48127f987fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f987fff8000", + "0x48127f987fff8000", + "0x208b7fff7fff7ffe", + "0x20780017fff7ffb", + "0x13", + "0x40780017fff7fff", + "0xf7", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20696e76616c6964207265636569766572", + "0x400080007ffe7fff", + "0x480a7ff67fff8000", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480a7ff67fff8000", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff4d9", + "0x20680017fff7ffd", + "0x38a", + "0x48317fff80007ffa", + "0x20680017fff7fff", + "0x376", + "0x480680017fff8000", + "0x2618225f6ac4a00b9635ed0e036ea1db17cf353e7ad948e882dbbca50565fbd", + "0x400080007ff97fff", + "0x400180017ff97ffc", + "0x480080027ff98000", + "0x400080037ff87fff", + "0x400180047ff87ffd", + "0x480080057ff88000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffc", + "0x480080017ff07ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fee7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017fef7ffd", + "0x400080027fee7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x482480017fee8000", + "0x6", + "0x482480017feb8000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007fec7fff", + "0x400080017fec7fea", + "0x400080027fec7ffb", + "0x400080037fec7ffa", + "0x400080047fec7ffc", + "0x480080067fec8000", + "0x20680017fff7fff", + "0x333", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400080007ffb7fff", + "0x400180017ffb7ffa", + "0x480080027ffb8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff77ffc", + "0x480080017ff67ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff47ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff77ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff57ffd", + "0x400080027ff47ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480080057fe28000", + "0x480680017fff8000", + "0x0", + "0x482480017ff18000", + "0x3", + "0x482480017ff18000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080077fdd7fff", + "0x400080087fdd7ffb", + "0x400080097fdd7ffc", + "0x4000800a7fdd7ffa", + "0x4800800c7fdd8000", + "0x20680017fff7fff", + "0x2f0", + "0x4800800d7fdc8000", + "0x4800800b7fdb8000", + "0x482480017fda8000", + "0xe", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x2c8", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x482480017ff48000", + "0x1", + "0x482480017ff78000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007ffa7fff", + "0x400080017ffa7ff9", + "0x400080027ffa7ffc", + "0x400080037ffa7ffd", + "0x480080057ffa8000", + "0x20680017fff7fff", + "0x2ac", + "0x480080067ff98000", + "0x480080047ff88000", + "0x482480017ff78000", + "0x7", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x284", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x48307fff80017ffb", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x7", + "0x482480017ff58000", + "0x2", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307fff80017feb", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080007ff97fff", + "0x10780017fff7fff", + "0xc", + "0x400080007ffa7fff", + "0x40780017fff7fff", + "0x5", + "0x482480017ff58000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x1c", + "0x480680017fff8000", + "0x1", + "0x48307fff80017ff9", + "0xa0680017fff7fff", + "0x7", + "0x482480017fff8000", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffc7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x8", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x20680017fff7fff", + "0x227", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400080007fdb7fff", + "0x400180017fdb7ffa", + "0x480080027fdb8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff37ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff47ffd", + "0x400080027ff37ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fd28000", + "0x3", + "0x482480017ff18000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007fde7fff", + "0x400080017fde7fdd", + "0x400080027fde7ffc", + "0x400080037fde7ffb", + "0x400080047fde7ff0", + "0x480080067fde8000", + "0x20680017fff7fff", + "0x1e5", + "0x480080057fdd8000", + "0x480680017fff8000", + "0x0", + "0x482480017ff88000", + "0x1", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080077fd97fff", + "0x400080087fd97ffc", + "0x400080097fd97ffd", + "0x4000800a7fd97ffe", + "0x4000800b7fd97fec", + "0x4800800d7fd98000", + "0x20680017fff7fff", + "0x1cd", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400080007ff67fff", + "0x400180017ff67ffb", + "0x480080027ff68000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff27ffc", + "0x480080017ff17ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fef7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff27ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff07ffd", + "0x400080027fef7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x4800800c7fcf8000", + "0x480680017fff8000", + "0x0", + "0x482480017fec8000", + "0x3", + "0x482480017fec8000", + "0x3", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x4000800e7fca7fff", + "0x4000800f7fca7ffb", + "0x400080107fca7ffc", + "0x400080117fca7ffa", + "0x480080137fca8000", + "0x20680017fff7fff", + "0x18a", + "0x480080147fc98000", + "0x480080127fc88000", + "0x482480017fc78000", + "0x15", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x162", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x482480017ff48000", + "0x1", + "0x482480017ff78000", + "0x1", + "0x480680017fff8000", + "0x53746f7261676552656164", + "0x400080007ffa7fff", + "0x400080017ffa7ff9", + "0x400080027ffa7ffc", + "0x400080037ffa7ffd", + "0x480080057ffa8000", + "0x20680017fff7fff", + "0x146", + "0x480080067ff98000", + "0x480080047ff88000", + "0x482480017ff78000", + "0x7", + "0xa0680017fff8000", + "0x16", + "0x480080007ff98003", + "0x480080017ff88003", + "0x4844800180017ffe", + "0x100000000000000000000000000000000", + "0x483080017ffd7ff9", + "0x482480017fff7ffd", + "0x800000000000010fffffffffffffffff7ffffffffffffef0000000000000001", + "0x20680017fff7ffc", + "0x6", + "0x402480017fff7ffd", + "0xffffffffffffffffffffffffffffffff", + "0x10780017fff7fff", + "0x4", + "0x402480017ffe7ffd", + "0xf7ffffffffffffef0000000000000000", + "0x400080027ff47ffd", + "0x20680017fff7ffe", + "0x11e", + "0x402780017fff7fff", + "0x1", + "0x400080007ff97ffc", + "0x480680017fff8000", + "0x0", + "0x48307fff7ffb8001", + "0xa0680017fff7fff", + "0x7", + "0x4824800180007fff", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x7", + "0x482480017ff58000", + "0x2", + "0x48127ffe7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x1", + "0x48307fff7feb8001", + "0xa0680017fff7fff", + "0x7", + "0x4824800180007fff", + "0x100000000000000000000000000000000", + "0x400080007ff97fff", + "0x10780017fff7fff", + "0xc", + "0x400080007ffa7fff", + "0x40780017fff7fff", + "0x5", + "0x482480017ff58000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff47fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x1c", + "0x480680017fff8000", + "0x1", + "0x48307fff7ff98001", + "0xa0680017fff7fff", + "0x7", + "0x4824800180007fff", + "0x100000000000000000000000000000000", + "0x400080017ff57fff", + "0x10780017fff7fff", + "0xc", + "0x400080017ff67fff", + "0x40780017fff7fff", + "0x1", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffc7fff8000", + "0x48127ff47fff8000", + "0x10780017fff7fff", + "0x8", + "0x482480017ff58000", + "0x2", + "0x48127ffa7fff8000", + "0x48127ffd7fff8000", + "0x480680017fff8000", + "0x1", + "0x20680017fff7fff", + "0xc1", + "0x480680017fff8000", + "0x3bbfaec36427c06f699125e4eedffd9148420983ff94e5284a9087e22050b79", + "0x400080007fdb7fff", + "0x400180017fdb7ffb", + "0x480080027fdb8000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffc", + "0x480080017ff57ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027ff37ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff67ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017ff47ffd", + "0x400080027ff37ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fd28000", + "0x3", + "0x482480017ff18000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007fde7fff", + "0x400080017fde7fdd", + "0x400080027fde7ffc", + "0x400080037fde7ffb", + "0x400080047fde7ff0", + "0x480080067fde8000", + "0x20680017fff7fff", + "0x7f", + "0x480080057fdd8000", + "0x480680017fff8000", + "0x0", + "0x482480017ff88000", + "0x1", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080077fd97fff", + "0x400080087fd97ffc", + "0x400080097fd97ffd", + "0x4000800a7fd97ffe", + "0x4000800b7fd97fec", + "0x4800800d7fd98000", + "0x20680017fff7fff", + "0x67", + "0x480680017fff8000", + "0x19eba13c2ffadbed69e7a3ff4399447db5f0f1deff605072b123c3d33e5e300", + "0x400080007ff67fff", + "0x400180017ff67ffc", + "0x480080027ff68000", + "0x400080037ff57fff", + "0x400180047ff57ffd", + "0x480080057ff58000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffc", + "0x480080017ff07ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fee7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017fef7ffd", + "0x400080027fee7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x4800800c7fce8000", + "0x480680017fff8000", + "0x0", + "0x482480017feb8000", + "0x6", + "0x482480017feb8000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x4000800e7fc97fff", + "0x4000800f7fc97ffb", + "0x400080107fc97ffc", + "0x400080117fc97ffa", + "0x400180127fc97ffb", + "0x480080147fc98000", + "0x20680017fff7fff", + "0x25", + "0x480080137fc88000", + "0x482480017fc78000", + "0x15", + "0x480680017fff8000", + "0x5", + "0x480680017fff8000", + "0x5", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x1a3", + "0x20680017fff7ffd", + "0xd", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x26", + "0x48127fd77fff8000", + "0x480080137fa18000", + "0x48127fd47fff8000", + "0x482480017f9f8000", + "0x17", + "0x480680017fff8000", + "0x1", + "0x480080157f9d8000", + "0x480080167f9c8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x32", + "0x4800800c7fa68000", + "0x482480017fa58000", + "0x10", + "0x4800800e7fa48000", + "0x4800800f7fa38000", + "0x10780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x37", + "0x480080057fa68000", + "0x482480017fa58000", + "0x9", + "0x480080077fa48000", + "0x480080087fa38000", + "0x48127fc27fff8000", + "0x48127ffb7fff8000", + "0x48127fbf7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x47", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x753235365f616464204f766572666c6f77", + "0x400080007ffe7fff", + "0x48127fb37fff8000", + "0x48127fa07fff8000", + "0x48127f917fff8000", + "0x48127f9f7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x50", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017fa28000", + "0x3", + "0x48127fa57fff8000", + "0x48127fa57fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0x5b", + "0x48127fa27fff8000", + "0x480080047f9d8000", + "0x482480017f9c8000", + "0x8", + "0x480080067f9b8000", + "0x480080077f9a8000", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0x59", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017f998000", + "0x3", + "0x48127f9c7fff8000", + "0x48127f9c7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0x64", + "0x48127f997fff8000", + "0x480080127f648000", + "0x482480017f638000", + "0x16", + "0x480080147f628000", + "0x480080157f618000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127f917fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x74", + "0x4800800c7f648000", + "0x482480017f638000", + "0x10", + "0x4800800e7f628000", + "0x4800800f7f618000", + "0x10780017fff7fff", + "0x9", + "0x40780017fff7fff", + "0x79", + "0x480080057f648000", + "0x482480017f638000", + "0x9", + "0x480080077f628000", + "0x480080087f618000", + "0x48127f807fff8000", + "0x48127ffb7fff8000", + "0x48127f7d7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x89", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x753235365f737562204f766572666c6f77", + "0x400080007ffe7fff", + "0x48127f717fff8000", + "0x48127f5e7fff8000", + "0x48127f4f7fff8000", + "0x48127f5d7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x92", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017f608000", + "0x3", + "0x48127f637fff8000", + "0x48127f637fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0x9d", + "0x48127f607fff8000", + "0x480080047f5b8000", + "0x482480017f5a8000", + "0x8", + "0x480080067f598000", + "0x480080077f588000", + "0x10780017fff7fff", + "0x1a", + "0x40780017fff7fff", + "0x9b", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x53746f726555313238202d206e6f6e2075313238", + "0x400080007ffe7fff", + "0x482480017f578000", + "0x3", + "0x48127f5a7fff8000", + "0x48127f5a7fff8000", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x10780017fff7fff", + "0xa", + "0x40780017fff7fff", + "0xa6", + "0x48127f577fff8000", + "0x4800800b7f358000", + "0x482480017f348000", + "0xf", + "0x4800800d7f338000", + "0x4800800e7f328000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x48127f4f7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xba", + "0x48127f437fff8000", + "0x480080057f308000", + "0x48127f407fff8000", + "0x482480017f2e8000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480080077f2c8000", + "0x480080087f2b8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xc8", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a2077726f6e672073656e646572", + "0x400080007ffe7fff", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xcb", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127f2e7fff8000", + "0x48127f2e7fff8000", + "0x208b7fff7fff7ffe", + "0x480a7ff77fff8000", + "0x480a7ff87fff8000", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x800000000000010fffffffffffffffffffffffffffffffffffffffffffff13c", + "0x20680017fff7ffd", + "0x7a", + "0x48287ffb80007fff", + "0x20680017fff7fff", + "0x13", + "0x40780017fff7fff", + "0x33", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4552433732313a20617070726f76616c20746f206f776e6572", + "0x400080007ffe7fff", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x482480017ff88000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x2618225f6ac4a00b9635ed0e036ea1db17cf353e7ad948e882dbbca50565fbd", + "0x400080007ff97fff", + "0x400180017ff97ffc", + "0x480080027ff98000", + "0x400080037ff87fff", + "0x400180047ff87ffd", + "0x480080057ff88000", + "0xa0680017fff8005", + "0xe", + "0x4824800180057ffe", + "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "0x484480017ffe8000", + "0x110000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffc", + "0x480080017ff07ffc", + "0x482480017ffb7ffd", + "0xffffffffffffffeefffffffffffffeff", + "0x400080027fee7ffc", + "0x10780017fff7fff", + "0x11", + "0x48127ffe7fff8005", + "0x484480017ffe8000", + "0x8000000000000000000000000000000", + "0x48307ffe7fff8003", + "0x480080007ff17ffd", + "0x482480017ffc7ffe", + "0xf0000000000000000000000000000100", + "0x480080017fef7ffd", + "0x400080027fee7ff9", + "0x402480017ffd7ff9", + "0xffffffffffffffffffffffffffffffff", + "0x20680017fff7ffd", + "0x4", + "0x402780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x0", + "0x482480017fef8000", + "0x6", + "0x482480017fec8000", + "0x3", + "0x480680017fff8000", + "0x53746f726167655772697465", + "0x400080007fed7fff", + "0x400080017fed7feb", + "0x400080027fed7ffc", + "0x400080037fed7ffb", + "0x400180047fed7ffb", + "0x480080067fed8000", + "0x20680017fff7fff", + "0x25", + "0x480080057fec8000", + "0x482480017feb8000", + "0x7", + "0x480680017fff8000", + "0x5", + "0x480680017fff8000", + "0x3", + "0x48127feb7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x1104800180018000", + "0x2f", + "0x20680017fff7ffd", + "0xd", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x48127fd77fff8000", + "0x48127ffa7fff8000", + "0x48127fd47fff8000", + "0x48127ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x26", + "0x48127fd77fff8000", + "0x480080057fc58000", + "0x48127fd47fff8000", + "0x482480017fc38000", + "0x9", + "0x480680017fff8000", + "0x1", + "0x480080077fc18000", + "0x480080087fc08000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x36", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x480680017fff8000", + "0x1", + "0x48127fc37fff8000", + "0x48127fc37fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x40780017fff7fff", + "0x1", + "0x10b7ff87fff7fff", + "0x10780017fff7fff", + "0x11", + "0x10780017fff7fff", + "0xf", + "0x480a7ff97fff8000", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x48127ff97fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff77fff8000", + "0x1104800180018000", + "0x177", + "0x10780017fff7fff", + "0x1c", + "0x40780017fff7fff", + "0xe", + "0x20780017fff7ffb", + "0xe", + "0x480680017fff8000", + "0x1390fd803c110ac71730ece1decfc34eb1d0088e295d4f1b125dda1e0c5b9ff", + "0x400080007fef7fff", + "0x400180017fef7ffc", + "0x400180027fef7ffd", + "0x48127fef7fff8000", + "0x482480017fee8000", + "0x3", + "0x48127fee7fff8000", + "0x48127fed7fff8000", + "0x10780017fff7fff", + "0xc", + "0x480680017fff8000", + "0x264029018ff7e3c0552db60eb00dd04eddf84c86e9b06640ce3731b70dc0bd7", + "0x400080007fef7fff", + "0x400180017fef7ffc", + "0x400180027fef7ffd", + "0x48127fef7fff8000", + "0x482480017fee8000", + "0x3", + "0x48127fee7fff8000", + "0x48127fed7fff8000", + "0x480680017fff8000", + "0x456d69744576656e74", + "0x400280007ff77fff", + "0x400380017ff77ff6", + "0x400280027ff77ffb", + "0x400280037ff77ffc", + "0x400280047ff77ffd", + "0x400280057ff77ffe", + "0x480280077ff78000", + "0x20680017fff7fff", + "0xc", + "0x480280067ff78000", + "0x482680017ff78000", + "0x8", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x208b7fff7fff7ffe", + "0x480280067ff78000", + "0x482680017ff78000", + "0xa", + "0x480680017fff8000", + "0x1", + "0x480280087ff78000", + "0x480280097ff78000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x400180007fff7ffd", + "0x48127fff7fff8000", + "0x482480017ffe8000", + "0x1", + "0x480680017fff8000", + "0xfe80f537b66d12a00b6d3c072b44afbb716e78dde5c3f0ef116ee93d3e3283", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400280007ffb7fff", + "0x400380017ffb7ffa", + "0x400380027ffb7ffc", + "0x400280037ffb7ffe", + "0x400280047ffb7ffc", + "0x400280057ffb7ffd", + "0x480280077ffb8000", + "0x20680017fff7fff", + "0xc", + "0x40780017fff7fff", + "0x12", + "0x480a7ff97fff8000", + "0x480280067ffb8000", + "0x482680017ffb8000", + "0xa", + "0x480280087ffb8000", + "0x480280097ffb8000", + "0x10780017fff7fff", + "0x31", + "0x480280087ffb8000", + "0x480280097ffb8000", + "0x480680017fff8000", + "0x0", + "0x480280067ffb8000", + "0x482680017ffb8000", + "0xa", + "0x480280087ffb8000", + "0x480280097ffb8000", + "0x48307ff980007ffa", + "0xa0680017fff8000", + "0x6", + "0x48307ffe80007ff9", + "0x400280007ff97fff", + "0x10780017fff7fff", + "0x61", + "0x482480017ff98000", + "0x1", + "0x48307fff80007ffd", + "0x400280007ff97fff", + "0x48307ff77ff58000", + "0x480080007fff8000", + "0x4824800180007fff", + "0x454e545259504f494e545f4e4f545f464f554e44", + "0x482680017ff98000", + "0x1", + "0x20680017fff7ffe", + "0x47", + "0x480680017fff8000", + "0x29e211664c0b63c79638fbea474206ca74016b3e9a3dc4f9ac300ffd8bdf2cd", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400080007ff37fff", + "0x400080017ff37ff2", + "0x400180027ff37ffc", + "0x400080037ff37ffe", + "0x400080047ff37fea", + "0x400080057ff37feb", + "0x480080077ff38000", + "0x20680017fff7fff", + "0x31", + "0x48127ffc7fff8000", + "0x480080067ff18000", + "0x482480017ff08000", + "0xa", + "0x480080087fef8000", + "0x480080097fee8000", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0x16", + "0x480080007ffd8000", + "0x20680017fff7fff", + "0x6", + "0x480680017fff8000", + "0x1", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x1", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x48307ff980007ffa", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7074696f6e3a3a756e77726170206661696c65642e", + "0x400080007ffe7fff", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x48127ff77fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x5", + "0x480080067fed8000", + "0x482480017fec8000", + "0xa", + "0x480080087feb8000", + "0x480080097fea8000", + "0x10780017fff7fff", + "0x8", + "0x40780017fff7fff", + "0x8", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x48127fec7fff8000", + "0x48127ff37fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0xf", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e646578206f7574206f6620626f756e6473", + "0x400080007ffe7fff", + "0x482680017ff98000", + "0x1", + "0x48127fe77fff8000", + "0x48127fe77fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x400180007fff7ff8", + "0x400180017fff7ff9", + "0x400180027fff7ffa", + "0x400180037fff7ffb", + "0x48297ffc80007ffd", + "0x400080047ffe7fff", + "0x480a7ff47fff8000", + "0x480a7ff57fff8000", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x5", + "0x1104800180018000", + "0xca", + "0x20680017fff7ffd", + "0x86", + "0x480680017fff8000", + "0x38c7ee9f0855dfe219aea022b141d9b2ec0f6b68395d221c3f331c7ca4fb608", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400280007ff67fff", + "0x400280017ff67ffa", + "0x400380027ff67ff7", + "0x400280037ff67ffe", + "0x400280047ff67ffc", + "0x400280057ff67ffd", + "0x480280077ff68000", + "0x20680017fff7fff", + "0xa", + "0x48127ff87fff8000", + "0x480280067ff68000", + "0x482680017ff68000", + "0xa", + "0x480280087ff68000", + "0x480280097ff68000", + "0x10780017fff7fff", + "0x31", + "0x480280087ff68000", + "0x480280097ff68000", + "0x480680017fff8000", + "0x0", + "0x480280067ff68000", + "0x482680017ff68000", + "0xa", + "0x480280087ff68000", + "0x480280097ff68000", + "0x48307ff980007ffa", + "0xa0680017fff8000", + "0x6", + "0x48307ffe80007ff9", + "0x400080007fee7fff", + "0x10780017fff7fff", + "0x52", + "0x482480017ff98000", + "0x1", + "0x48307fff80007ffd", + "0x400080007fed7fff", + "0x48307ff77ff58000", + "0x480080007fff8000", + "0x4824800180007fff", + "0x454e545259504f494e545f4e4f545f464f554e44", + "0x482480017fea8000", + "0x1", + "0x20680017fff7ffe", + "0x38", + "0x480680017fff8000", + "0xfa119a8fafc6f1a02deb36fe5efbcc4929ef2021e50cf1cb6d1a780ccd009b", + "0x480680017fff8000", + "0x43616c6c436f6e7472616374", + "0x400080007ff37fff", + "0x400080017ff37ff2", + "0x400180027ff37ff7", + "0x400080037ff37ffe", + "0x400080047ff37fea", + "0x400080057ff37feb", + "0x480080077ff38000", + "0x20680017fff7fff", + "0x24", + "0x48127ffc7fff8000", + "0x480080067ff18000", + "0x482480017ff08000", + "0xa", + "0x480080087fef8000", + "0x480080097fee8000", + "0x48307ffe80007fff", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xb", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x480680017fff8000", + "0x0", + "0x480680017fff8000", + "0x0", + "0x480080007ff88000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7074696f6e3a3a756e77726170206661696c65642e", + "0x400080007ffe7fff", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x480080067ff28000", + "0x482480017ff18000", + "0xa", + "0x480080087ff08000", + "0x480080097fef8000", + "0x10780017fff7fff", + "0x8", + "0x40780017fff7fff", + "0x3", + "0x48127ff17fff8000", + "0x48127ff17fff8000", + "0x48127ff17fff8000", + "0x48127ff17fff8000", + "0x48127ff87fff8000", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x496e646578206f7574206f6620626f756e6473", + "0x400080007ffe7fff", + "0x482480017fec8000", + "0x1", + "0x48127ff67fff8000", + "0x48127ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x482480017ff98000", + "0x1", + "0x208b7fff7fff7ffe", + "0x48127ffb7fff8000", + "0x48127ffb7fff8000", + "0x480a7ff67fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffa7fff8000", + "0x48127ffa7fff8000", + "0x208b7fff7fff7ffe", + "0x10b7ff57fff7fff", + "0x10780017fff7fff", + "0x22", + "0x10780017fff7fff", + "0x11", + "0x40780017fff7fff", + "0x3", + "0x480680017fff8000", + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9", + "0x400280007ffb7fff", + "0x400380017ffb7ff6", + "0x400380027ffb7ff7", + "0x400380037ffb7ff8", + "0x400380047ffb7ff9", + "0x480a7ffa7fff8000", + "0x482680017ffb8000", + "0x5", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x3", + "0x480680017fff8000", + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff", + "0x400280007ffb7fff", + "0x400380017ffb7ff6", + "0x400380027ffb7ff7", + "0x400380037ffb7ff8", + "0x400380047ffb7ff9", + "0x480a7ffa7fff8000", + "0x482680017ffb8000", + "0x5", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x480680017fff8000", + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd", + "0x400280007ffb7fff", + "0x400380017ffb7ff7", + "0x400380027ffb7ff8", + "0x480a7ffa7fff8000", + "0x482680017ffb8000", + "0x3", + "0x20780017fff7ff9", + "0x6", + "0x480680017fff8000", + "0x0", + "0x10780017fff7fff", + "0x4", + "0x480680017fff8000", + "0x1", + "0x400280007ffd7fff", + "0x48127ffd7fff8000", + "0x48127ffd7fff8000", + "0x480a7ffc7fff8000", + "0x482680017ffd8000", + "0x1", + "0x208b7fff7fff7ffe", + "0xa0680017fff8000", + "0x7", + "0x482680017ff98000", + "0xfffffffffffffffffffffffffffff722", + "0x400280007ff87fff", + "0x10780017fff7fff", + "0x2f", + "0x4825800180007ff9", + "0x8de", + "0x400280007ff87fff", + "0x482680017ff88000", + "0x1", + "0x48297ffa80007ffb", + "0x20680017fff7fff", + "0x4", + "0x10780017fff7fff", + "0xa", + "0x482680017ffa8000", + "0x1", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffa7fff8000", + "0x10780017fff7fff", + "0x8", + "0x480a7ffa7fff8000", + "0x480a7ffb7fff8000", + "0x480680017fff8000", + "0x1", + "0x480680017fff8000", + "0x0", + "0x20680017fff7ffe", + "0xe", + "0x480080007fff8000", + "0x400280007ffd7fff", + "0x48127ff97fff8000", + "0x48127ff77fff8000", + "0x48127ff97fff8000", + "0x48127ff97fff8000", + "0x480a7ffc7fff8000", + "0x482680017ffd8000", + "0x1", + "0x1104800180018000", + "0x800000000000010ffffffffffffffffffffffffffffffffffffffffffffffd7", + "0x208b7fff7fff7ffe", + "0x48127ffa7fff8000", + "0x48127ff87fff8000", + "0x480680017fff8000", + "0x0", + "0x480a7ffc7fff8000", + "0x480a7ffd7fff8000", + "0x208b7fff7fff7ffe", + "0x40780017fff7fff", + "0x1", + "0x480680017fff8000", + "0x4f7574206f6620676173", + "0x400080007ffe7fff", + "0x482680017ff88000", + "0x1", + "0x480a7ff97fff8000", + "0x480680017fff8000", + "0x1", + "0x48127ffb7fff8000", + "0x482480017ffa8000", + "0x1", + "0x208b7fff7fff7ffe" + ], + "bytecode_segment_lengths": [ + 410, + 410, + 231, + 116, + 116, + 272, + 272, + 182, + 272, + 441, + 406, + 338, + 255, + 272, + 316, + 182, + 272, + 441, + 406, + 255, + 272, + 316, + 231, + 160, + 206, + 125, + 206, + 125, + 185, + 185, + 111, + 216, + 213, + 142, + 130, + 99, + 164, + 121, + 262, + 99, + 143, + 133, + 197, + 250, + 621, + 88, + 218, + 164, + 944, + 141, + 77, + 157, + 159, + 58, + 66 + ], + "hints": [ + [ + 0, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x14a0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 33, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 37, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 47, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 79, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 81, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 126, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 128, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 232, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 257, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -89 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 282, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 302, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 318, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 333, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 357, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 379, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 394, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 410, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x14a0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 443, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 447, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 457, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 489, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 491, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 536, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 538, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 642, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 667, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -89 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 692, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 712, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 728, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 743, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 767, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 789, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 804, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 820, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 858, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 881, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -14 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 910, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 914, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 925, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 951, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 973, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1004, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1020, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1035, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1051, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1068, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1087, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xd70" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1111, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 1114, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1137, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1152, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1167, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1184, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1203, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xd70" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1227, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 1230, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1253, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1268, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1283, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1317, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1319, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 1364, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1366, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 1440, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1465, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -36 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1486, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1508, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1524, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1539, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1555, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1589, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1591, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 1636, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1638, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 1712, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1737, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -36 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1758, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1780, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1796, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1811, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1827, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1860, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 1864, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 1874, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1889, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1912, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -20 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1932, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1955, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1978, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 1993, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2009, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2043, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2045, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2090, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2092, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2166, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2191, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -36 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2212, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2234, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2250, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2265, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2281, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1892" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2314, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2318, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2328, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2359, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2363, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2373, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2405, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2407, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2452, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2454, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2537, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2562, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -95 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2587, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2607, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2623, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2647, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2669, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2691, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2706, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2722, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x410" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2755, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2759, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2769, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2800, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2804, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 2814, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2846, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2848, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2893, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2895, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 2969, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 2994, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -58 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3017, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3037, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3053, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3075, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3097, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3112, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3128, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3161, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3165, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 3175, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3207, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3209, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3254, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3256, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3330, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3355, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -47 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3377, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3397, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3413, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3435, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3450, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3466, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3499, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3503, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 3513, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3558, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3583, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -28 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3599, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 3617, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3652, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3668, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3690, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3705, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3721, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3755, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3757, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3802, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3804, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 3878, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3903, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -36 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3924, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3946, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3962, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3977, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 3993, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4026, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4030, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4040, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4071, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4075, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4085, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4100, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4125, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -32 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4143, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 4147, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4158, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4184, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 4199, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4233, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4256, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4278, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4293, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4309, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4342, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4346, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4356, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4371, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4394, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -20 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4414, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4437, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4460, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4475, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4491, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4525, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4527, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4572, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4574, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4648, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4673, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -36 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4694, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4716, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4732, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4747, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4763, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x1892" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4796, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4800, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4810, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4841, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4845, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 4855, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4887, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4889, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 4934, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 4936, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5019, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5044, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -95 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5069, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5089, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5105, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5129, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5151, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5173, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5188, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5204, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x410" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5237, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5241, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 5251, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5282, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5286, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 5296, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5328, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5330, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5375, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5377, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5451, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5476, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -58 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5499, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5519, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5535, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5557, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5579, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5594, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5610, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5643, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5647, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 5657, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5702, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5727, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -28 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5743, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 5761, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5796, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5812, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5834, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5849, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5865, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5899, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5901, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 5946, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 5948, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 6022, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6047, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -36 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6068, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6090, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6106, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6121, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6137, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6170, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 6174, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6184, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6215, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 6219, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6229, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6244, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6269, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -32 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6287, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 6291, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6302, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6328, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 6343, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6377, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6400, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6422, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6437, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6453, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6491, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6514, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -14 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6543, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 6547, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6558, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6584, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 6606, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6637, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6653, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6668, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6684, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6701, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6720, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x154a" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6744, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 6751, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 6755, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6765, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6773, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6786, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6814, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6829, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6844, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6877, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 6881, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 6891, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6906, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6925, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xe97a" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -18 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6941, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6969, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 6999, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7021, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7035, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7050, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7067, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7086, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xe1a0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7115, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7145, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7160, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7175, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7208, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 7212, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 7222, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7237, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7256, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xe97a" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -18 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7272, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7300, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7330, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7352, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7366, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7381, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7398, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7417, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0xe1a0" + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7446, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7476, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7491, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7506, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x0" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -6 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7523, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7548, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -10 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7575, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -5 + } + } + } + } + ] + ], + [ + 7588, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7608, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7659, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7675, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7713, + [ + { + "TestLessThan": { + "lhs": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -1 + }, + "b": { + "Immediate": "0x0" + } + } + }, + "rhs": { + "Immediate": "0x100000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7717, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "scalar": { + "Immediate": "0x8000000000000110000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": 0 + }, + "y": { + "register": "AP", + "offset": 1 + } + } + } + ] + ], + [ + 7739, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7753, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 7763, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -2 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7786, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7807, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7828, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7913, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 7995, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 7999, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8010, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8036, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 8043, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 8047, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8057, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8082, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8105, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 8109, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8120, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8146, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -24 + } + } + } + } + ] + ], + [ + 8172, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8207, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8227, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 8231, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8242, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8268, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 8275, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8277, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 8310, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -6 + } + } + } + } + ] + ], + [ + 8317, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8319, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 8352, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8378, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8424, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 8428, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8439, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8465, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 8472, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 8476, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8486, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8500, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8527, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8564, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -9 + } + } + } + } + ] + ], + [ + 8582, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8625, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8692, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 8712, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8801, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -5 + } + } + } + } + ] + ], + [ + 8828, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 8832, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8843, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8869, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -15 + } + } + } + } + ] + ], + [ + 8891, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8956, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 8979, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 8983, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 8994, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9021, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 9080, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 9084, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9095, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9121, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 9128, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 9132, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9142, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9167, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9190, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 9194, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9205, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9231, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -24 + } + } + } + } + ] + ], + [ + 9238, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 9242, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9252, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9273, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9303, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9338, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -7 + } + } + } + } + ] + ], + [ + 9358, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9443, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -3 + } + } + } + } + ] + ], + [ + 9450, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 9454, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9464, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9478, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -8 + } + } + } + } + ] + ], + [ + 9490, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9519, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9546, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9586, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -4 + } + } + } + } + ] + ], + [ + 9593, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 9597, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9607, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9628, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -10 + } + } + } + } + ] + ], + [ + 9679, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9720, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 9735, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "FP", + "offset": -5 + }, + "b": { + "Immediate": "0x7" + } + } + } + } + } + ] + ], + [ + 9745, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 9749, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9760, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9790, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "FP", + "offset": -5 + }, + "b": { + "Immediate": "0xe" + } + } + } + } + } + ] + ], + [ + 9800, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 9804, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9815, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 9845, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "FP", + "offset": -5 + }, + "b": { + "Immediate": "0x15" + } + } + } + } + } + ] + ], + [ + 9918, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -11 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 9974, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10001, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10026, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10046, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10084, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10140, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10160, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10183, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 10187, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10198, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10224, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 10231, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 10235, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10245, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10273, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 10277, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10288, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10314, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -23 + } + } + } + } + ] + ], + [ + 10321, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10323, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 10356, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -6 + } + } + } + } + ] + ], + [ + 10363, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10365, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 10389, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10414, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10434, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10464, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 10468, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10479, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10506, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -34 + } + } + } + } + ] + ], + [ + 10521, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -39 + }, + "b": { + "Immediate": "0x7" + } + } + } + } + } + ] + ], + [ + 10532, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 10536, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10547, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10575, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -55 + }, + "b": { + "Immediate": "0xe" + } + } + } + } + } + ] + ], + [ + 10653, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10670, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10696, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10729, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10746, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10802, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -5 + } + } + } + } + ] + ], + [ + 10873, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 10877, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10888, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10914, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -6 + } + } + } + } + ] + ], + [ + 10921, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x800000000000000000000000000000000000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 10925, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 3 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10935, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -1 + }, + "y": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10960, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 10983, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 10987, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 10998, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11025, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -24 + } + } + } + } + ] + ], + [ + 11052, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11101, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11105, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11116, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11142, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -18 + } + } + } + } + ] + ], + [ + 11251, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11287, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11291, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11302, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11331, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -20 + } + } + } + } + ] + ], + [ + 11339, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11343, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11354, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11381, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -35 + }, + "b": { + "Immediate": "0x7" + } + } + } + } + } + ] + ], + [ + 11388, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11390, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 11423, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -6 + } + } + } + } + ] + ], + [ + 11430, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11432, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 11456, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11481, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11501, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11531, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11535, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11546, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11573, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -34 + } + } + } + } + ] + ], + [ + 11588, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -39 + }, + "b": { + "Immediate": "0x7" + } + } + } + } + } + ] + ], + [ + 11596, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11600, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11611, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11638, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -54 + }, + "b": { + "Immediate": "0xe" + } + } + } + } + } + ] + ], + [ + 11645, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11647, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 11680, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -6 + } + } + } + } + ] + ], + [ + 11687, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -3 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11689, + [ + { + "DivMod": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -4 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "quotient": { + "register": "AP", + "offset": 3 + }, + "remainder": { + "register": "AP", + "offset": 4 + } + } + } + ] + ], + [ + 11713, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11738, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11758, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": 0 + } + }, + "rhs": { + "Immediate": "0x100000000000000000000000000000000" + }, + "dst": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11788, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11792, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11803, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11830, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -34 + } + } + } + } + ] + ], + [ + 11845, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -39 + }, + "b": { + "Immediate": "0x7" + } + } + } + } + } + ] + ], + [ + 11856, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 11860, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11871, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 11899, + [ + { + "SystemCall": { + "system": { + "BinOp": { + "op": "Add", + "a": { + "register": "AP", + "offset": -55 + }, + "b": { + "Immediate": "0xe" + } + } + } + } + } + ] + ], + [ + 11976, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 11993, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12019, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12077, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12094, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12120, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12165, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12206, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12229, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "rhs": { + "Immediate": "0x7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00" + }, + "dst": { + "register": "AP", + "offset": 5 + } + } + } + ] + ], + [ + 12233, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x110000000000000000" + }, + "max_x": { + "Immediate": "0xffffffffffffffffffffffffffffffff" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 12244, + [ + { + "LinearSplit": { + "value": { + "Deref": { + "register": "AP", + "offset": 4 + } + }, + "scalar": { + "Immediate": "0x8000000000000000000000000000000" + }, + "max_x": { + "Immediate": "0xfffffffffffffffffffffffffffffffe" + }, + "x": { + "register": "AP", + "offset": -2 + }, + "y": { + "register": "AP", + "offset": -1 + } + } + } + ] + ], + [ + 12271, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -19 + } + } + } + } + ] + ], + [ + 12332, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12334, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12388, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -9 + } + } + } + } + ] + ], + [ + 12409, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12425, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -5 + } + } + } + } + ] + ], + [ + 12448, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -6 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12476, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -13 + } + } + } + } + ] + ], + [ + 12512, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12551, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12566, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12595, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "FP", + "offset": -10 + } + } + } + } + ] + ], + [ + 12616, + [ + { + "TestLessThan": { + "lhs": { + "Deref": { + "register": "AP", + "offset": -6 + } + }, + "rhs": { + "Deref": { + "register": "AP", + "offset": -1 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12644, + [ + { + "SystemCall": { + "system": { + "Deref": { + "register": "AP", + "offset": -13 + } + } + } + } + ] + ], + [ + 12667, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12702, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12783, + [ + { + "TestLessThanOrEqual": { + "lhs": { + "Immediate": "0x8de" + }, + "rhs": { + "Deref": { + "register": "FP", + "offset": -7 + } + }, + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ], + [ + 12835, + [ + { + "AllocSegment": { + "dst": { + "register": "AP", + "offset": 0 + } + } + } + ] + ] + ], + "pythonic_hints": [ + [ + 0, + [ + "memory[ap + 0] = 5280 <= memory[fp + -6]" + ] + ], + [ + 33, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 37, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 47, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 79, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 81, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 126, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 128, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 232, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 257, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -89]" + ] + ], + [ + 282, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 302, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 318, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 333, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 357, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 379, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 394, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 410, + [ + "memory[ap + 0] = 5280 <= memory[fp + -6]" + ] + ], + [ + 443, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 447, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 457, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 489, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 491, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 536, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 538, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 642, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 667, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -89]" + ] + ], + [ + 692, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 712, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 728, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 743, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 767, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 789, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 804, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 820, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 858, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 881, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -14]" + ] + ], + [ + 910, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 914, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 925, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 951, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 973, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1004, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1020, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1035, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1051, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1068, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1087, + [ + "memory[ap + 0] = 3440 <= memory[ap + -7]" + ] + ], + [ + 1111, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 1114, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1137, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1152, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1167, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1184, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1203, + [ + "memory[ap + 0] = 3440 <= memory[ap + -7]" + ] + ], + [ + 1227, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 1230, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1253, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1268, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1283, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1317, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 1319, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 1364, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 1366, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 1440, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1465, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -36]" + ] + ], + [ + 1486, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1508, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1524, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1539, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1555, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1589, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 1591, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 1636, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 1638, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 1712, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1737, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -36]" + ] + ], + [ + 1758, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1780, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1796, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1811, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1827, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 1860, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 1864, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 1874, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 1889, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1912, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -20]" + ] + ], + [ + 1932, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1955, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1978, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 1993, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2009, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 2043, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 2045, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 2090, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 2092, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 2166, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2191, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -36]" + ] + ], + [ + 2212, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2234, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2250, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2265, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2281, + [ + "memory[ap + 0] = 6290 <= memory[fp + -6]" + ] + ], + [ + 2314, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 2318, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2328, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 2359, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 2363, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2373, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 2405, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 2407, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 2452, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 2454, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 2537, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2562, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -95]" + ] + ], + [ + 2587, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2607, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2623, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2647, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2669, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2691, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2706, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2722, + [ + "memory[ap + 0] = 1040 <= memory[fp + -6]" + ] + ], + [ + 2755, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 2759, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2769, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 2800, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 2804, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 2814, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 2846, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 2848, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 2893, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 2895, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 2969, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 2994, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -58]" + ] + ], + [ + 3017, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3037, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3053, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3075, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3097, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3112, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3128, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 3161, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 3165, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 3175, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 3207, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 3209, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 3254, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 3256, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 3330, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3355, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -47]" + ] + ], + [ + 3377, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3397, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3413, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3435, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3450, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3466, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 3499, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 3503, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 3513, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 3558, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3583, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -28]" + ] + ], + [ + 3599, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 3617, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3652, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3668, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3690, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3705, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3721, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 3755, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 3757, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 3802, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 3804, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 3878, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3903, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -36]" + ] + ], + [ + 3924, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3946, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3962, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3977, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 3993, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 4026, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 4030, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4040, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 4071, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 4075, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4085, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 4100, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4125, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -32]" + ] + ], + [ + 4143, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 4147, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4158, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4184, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 4199, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4233, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4256, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4278, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4293, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4309, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 4342, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 4346, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4356, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 4371, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4394, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -20]" + ] + ], + [ + 4414, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4437, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4460, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4475, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4491, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 4525, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 4527, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 4572, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 4574, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 4648, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4673, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -36]" + ] + ], + [ + 4694, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4716, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4732, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4747, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 4763, + [ + "memory[ap + 0] = 6290 <= memory[fp + -6]" + ] + ], + [ + 4796, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 4800, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4810, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 4841, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 4845, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 4855, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 4887, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 4889, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 4934, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 4936, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 5019, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5044, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -95]" + ] + ], + [ + 5069, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5089, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5105, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5129, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5151, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5173, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5188, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5204, + [ + "memory[ap + 0] = 1040 <= memory[fp + -6]" + ] + ], + [ + 5237, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 5241, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 5251, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 5282, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 5286, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 5296, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 5328, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 5330, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 5375, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 5377, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 5451, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5476, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -58]" + ] + ], + [ + 5499, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5519, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5535, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5557, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5579, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5594, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5610, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 5643, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 5647, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 5657, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 5702, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5727, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -28]" + ] + ], + [ + 5743, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 5761, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5796, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5812, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5834, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5849, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 5865, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 5899, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 5901, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 5946, + [ + "memory[ap + 0] = memory[ap + -1] < 340282366920938463463374607431768211456" + ] + ], + [ + 5948, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -2], 340282366920938463463374607431768211456)" + ] + ], + [ + 6022, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6047, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -36]" + ] + ], + [ + 6068, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6090, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6106, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6121, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6137, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 6170, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 6174, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6184, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 6215, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 6219, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6229, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 6244, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6269, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -32]" + ] + ], + [ + 6287, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 6291, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6302, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6328, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 6343, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6377, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6400, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6422, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6437, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6453, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 6491, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6514, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -14]" + ] + ], + [ + 6543, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 6547, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6558, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6584, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 6606, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6637, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6653, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6668, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6684, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 6701, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6720, + [ + "memory[ap + 0] = 5450 <= memory[ap + -7]" + ] + ], + [ + 6744, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 6751, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 6755, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6765, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 6773, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6786, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6814, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6829, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6844, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 6877, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 6881, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 6891, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 6906, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6925, + [ + "memory[ap + 0] = 59770 <= memory[ap + -18]" + ] + ], + [ + 6941, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6969, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 6999, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7021, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7035, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7050, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 7067, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7086, + [ + "memory[ap + 0] = 57760 <= memory[ap + -7]" + ] + ], + [ + 7115, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7145, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7160, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7175, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 7208, + [ + "memory[ap + 4] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 7212, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 7222, + [ + "\n(value, scalar) = (memory[ap + -2], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 7237, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7256, + [ + "memory[ap + 0] = 59770 <= memory[ap + -18]" + ] + ], + [ + 7272, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7300, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7330, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7352, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7366, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7381, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 7398, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7417, + [ + "memory[ap + 0] = 57760 <= memory[ap + -7]" + ] + ], + [ + 7446, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7476, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7491, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7506, + [ + "memory[ap + 0] = 0 <= memory[fp + -6]" + ] + ], + [ + 7523, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7548, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -10]" + ] + ], + [ + 7575, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -5])" + ] + ], + [ + 7588, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7608, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7659, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7675, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7713, + [ + "memory[ap + 0] = (memory[ap + -1] + 0) % PRIME < 4294967296" + ] + ], + [ + 7717, + [ + "\n(value, scalar) = (memory[ap + -1], 10633823966279327296825105735305134080)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + 0] = x\nmemory[ap + 1] = y\n" + ] + ], + [ + 7739, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -2]" + ] + ], + [ + 7753, + [ + "memory[ap + -1] = memory[ap + 0] < 4294967296" + ] + ], + [ + 7763, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[ap + -2]" + ] + ], + [ + 7786, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7807, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7828, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7913, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 7995, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 7999, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8010, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8036, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 8043, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 8047, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8057, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 8082, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8105, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 8109, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8120, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8146, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -24])" + ] + ], + [ + 8172, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8207, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8227, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 8231, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8242, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8268, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 8275, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 8277, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 8310, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -6])" + ] + ], + [ + 8317, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 8319, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 8352, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8378, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8424, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 8428, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8439, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8465, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 8472, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 8476, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8486, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 8500, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8527, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8564, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -9])" + ] + ], + [ + 8582, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8625, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8692, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 8712, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8801, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -5])" + ] + ], + [ + 8828, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 8832, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8843, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8869, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -15])" + ] + ], + [ + 8891, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8956, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 8979, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 8983, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 8994, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9021, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 9080, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 9084, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9095, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9121, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 9128, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 9132, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9142, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 9167, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9190, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 9194, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9205, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9231, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -24])" + ] + ], + [ + 9238, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 9242, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9252, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 9273, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9303, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9338, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -7])" + ] + ], + [ + 9358, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9443, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -3])" + ] + ], + [ + 9450, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 9454, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9464, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 9478, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -8])" + ] + ], + [ + 9490, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9519, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9546, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9586, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -4])" + ] + ], + [ + 9593, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 9597, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9607, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 9628, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -10])" + ] + ], + [ + 9679, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 9720, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 9735, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5] + 7)" + ] + ], + [ + 9745, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 9749, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9760, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9790, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5] + 14)" + ] + ], + [ + 9800, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 9804, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9815, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 9845, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5] + 21)" + ] + ], + [ + 9918, + [ + "memory[ap + 0] = memory[ap + -1] <= memory[fp + -11]" + ] + ], + [ + 9974, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10001, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 10026, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 10046, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 10084, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10140, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10160, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10183, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 10187, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10198, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10224, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 10231, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 10235, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10245, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 10273, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 10277, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10288, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10314, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -23])" + ] + ], + [ + 10321, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 10323, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 10356, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -6])" + ] + ], + [ + 10363, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 10365, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 10389, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 10414, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 10434, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 10464, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 10468, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10479, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10506, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -34])" + ] + ], + [ + 10521, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -39] + 7)" + ] + ], + [ + 10532, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 10536, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10547, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10575, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -55] + 14)" + ] + ], + [ + 10653, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10670, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10696, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10729, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10746, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10802, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -5])" + ] + ], + [ + 10873, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 10877, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10888, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10914, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -6])" + ] + ], + [ + 10921, + [ + "memory[ap + 4] = memory[ap + -3] < 3618502788666131106986593281521497120414687020801267626233049500247285301248" + ] + ], + [ + 10925, + [ + "\n(value, scalar) = (memory[ap + 3], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10935, + [ + "\n(value, scalar) = (memory[ap + -4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -1] = x\nmemory[ap + 0] = y\n" + ] + ], + [ + 10960, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 10983, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 10987, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 10998, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11025, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -24])" + ] + ], + [ + 11052, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 11101, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11105, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11116, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11142, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -18])" + ] + ], + [ + 11251, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 11287, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11291, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11302, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11331, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -20])" + ] + ], + [ + 11339, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11343, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11354, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11381, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -35] + 7)" + ] + ], + [ + 11388, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 11390, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 11423, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -6])" + ] + ], + [ + 11430, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 11432, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 11456, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 11481, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 11501, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 11531, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11535, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11546, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11573, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -34])" + ] + ], + [ + 11588, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -39] + 7)" + ] + ], + [ + 11596, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11600, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11611, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11638, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -54] + 14)" + ] + ], + [ + 11645, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 11647, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 11680, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -6])" + ] + ], + [ + 11687, + [ + "memory[ap + 0] = memory[ap + -3] < 340282366920938463463374607431768211456" + ] + ], + [ + 11689, + [ + "(memory[ap + 3], memory[ap + 4]) = divmod(memory[ap + -4], 340282366920938463463374607431768211456)" + ] + ], + [ + 11713, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 11738, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 11758, + [ + "memory[ap + -1] = memory[ap + 0] < 340282366920938463463374607431768211456" + ] + ], + [ + 11788, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11792, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11803, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11830, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -34])" + ] + ], + [ + 11845, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -39] + 7)" + ] + ], + [ + 11856, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 11860, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11871, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 11899, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -55] + 14)" + ] + ], + [ + 11976, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 11993, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12019, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12077, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12094, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12120, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12165, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12206, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12229, + [ + "memory[ap + 5] = memory[ap + -1] < 3618502788666131106986593281521497120414687020801267626233049500247285300992" + ] + ], + [ + 12233, + [ + "\n(value, scalar) = (memory[ap + 4], 313594649253062377472)\nx = min(value // scalar, 340282366920938463463374607431768211455)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 12244, + [ + "\n(value, scalar) = (memory[ap + 4], 10633823966279326983230456482242756608)\nx = min(value // scalar, 340282366920938463463374607431768211454)\ny = value - x * scalar\nmemory[ap + -2] = x\nmemory[ap + -1] = y\n" + ] + ], + [ + 12271, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -19])" + ] + ], + [ + 12332, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12334, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12388, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -9])" + ] + ], + [ + 12409, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12425, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -5])" + ] + ], + [ + 12448, + [ + "memory[ap + 0] = memory[ap + -6] < memory[ap + -1]" + ] + ], + [ + 12476, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -13])" + ] + ], + [ + 12512, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12551, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12566, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12595, + [ + "syscall_handler.syscall(syscall_ptr=memory[fp + -10])" + ] + ], + [ + 12616, + [ + "memory[ap + 0] = memory[ap + -6] < memory[ap + -1]" + ] + ], + [ + 12644, + [ + "syscall_handler.syscall(syscall_ptr=memory[ap + -13])" + ] + ], + [ + 12667, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12702, + [ + "memory[ap + 0] = segments.add()" + ] + ], + [ + 12783, + [ + "memory[ap + 0] = 2270 <= memory[fp + -7]" + ] + ], + [ + 12835, + [ + "memory[ap + 0] = segments.add()" + ] + ] + ], + "compiler_version": "2.6.0" +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/public_key/pk.json b/clients/feeder/testdata/mainnet/public_key/pk.json new file mode 100644 index 0000000000..694eb9e0d6 --- /dev/null +++ b/clients/feeder/testdata/mainnet/public_key/pk.json @@ -0,0 +1 @@ +"0x48253ff2c3bed7af18bde0b611b083b39445959102d4947c51c4db6aa4f4e58" \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/signature/19199.json b/clients/feeder/testdata/mainnet/signature/19199.json index 271a875027..c4441cb517 100644 --- a/clients/feeder/testdata/mainnet/signature/19199.json +++ b/clients/feeder/testdata/mainnet/signature/19199.json @@ -1 +1,11 @@ -{"block_number": 19199, "signature": ["0xba322e5df3fbebb28f61395a8e8103d224a8dc60a17668d90a806fc12ce04b", "0x521f3894198aa13e668682279e58cb525ed4c0d80a58ec1ad1c11b8ea2701b8"], "signature_input": {"block_hash": "0x41811b69473f26503e0375806ee97d05951ccc7840e3d2bbe14ffb2522e5be1", "state_diff_commitment": "0x5b063f2921d0a3eb38e77d71d9dba14972f27f787df8056e06dca2242b6de1d"}} \ No newline at end of file +{ + "block_number": 19199, + "signature": [ + "0xba322e5df3fbebb28f61395a8e8103d224a8dc60a17668d90a806fc12ce04b", + "0x521f3894198aa13e668682279e58cb525ed4c0d80a58ec1ad1c11b8ea2701b8" + ], + "signature_input": { + "block_hash": "0x41811b69473f26503e0375806ee97d05951ccc7840e3d2bbe14ffb2522e5be1", + "state_diff_commitment": "0x5b063f2921d0a3eb38e77d71d9dba14972f27f787df8056e06dca2242b6de1d" + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/state_update_with_block/19199.json b/clients/feeder/testdata/mainnet/state_update_with_block/19199.json new file mode 100644 index 0000000000..0948923b54 --- /dev/null +++ b/clients/feeder/testdata/mainnet/state_update_with_block/19199.json @@ -0,0 +1,34859 @@ +{ + "block": { + "block_hash": "0x41811b69473f26503e0375806ee97d05951ccc7840e3d2bbe14ffb2522e5be1", + "parent_block_hash": "0x68427fb6f1f5e687fbd779b3cc0d4ee31b49575ed0f8c749f827e4a45611efc", + "block_number": 19199, + "state_root": "0x541b796ea02703d02ff31459815f65f410ceefe80a4e3499f7ef9ccc36d26ee", + "transaction_commitment": "0x86ea004f64ae9017c7b88361821a252d76626519ae6e38098ca6d4884a134b", + "event_commitment": "0x71a765864f1545723a89809930ba6aff43844614b774723814bee7c2c4b4a8", + "status": "ACCEPTED_ON_L1", + "l1_da_mode": "CALLDATA", + "l1_gas_price": { + "price_in_wei": "0x31c4e2d75", + "price_in_fri": "0x0" + }, + "l1_data_gas_price": { + "price_in_wei": "0x1", + "price_in_fri": "0x1" + }, + "transactions": [ + { + "transaction_hash": "0x7152a4a93486ad1f1bfefb1e92ed3bee453e2e5fb77ad004d0389bf46ff2fce", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xdbd51eea06fe94d67ee4c81d4f00d8d6376e076233c6b67d842aecfc914b9d", + "0x5b1f47127111c981b255c0aa834013e0e444f792c0aa17d1b6b841635429378" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x765b738f5aa647ec65aa86f7a56185fc535f28d94a8a594a27fceb8a1d56978", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x765b738f5aa647ec65aa86f7a56185fc535f28d94a8a594a27fceb8a1d56978", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5f3d9e538af40474c894820d2c0d0e8f92ee8fef92e2254f0b06e306f88dcc8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2ccb8d2b482d67d8358482832705549d1e5278dc4d04878d9f8256a47423d6a", + "0x6958e023ab0ffa07a84bd4e79032a5f2312ca4a2937585e49534877d13ea918" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4a4479e16bf55ebbe7ccb36f438060d994fac69c75e2edfaf00ae56d45d5796", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4a4479e16bf55ebbe7ccb36f438060d994fac69c75e2edfaf00ae56d45d5796", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xb2576d2414871986fe3eba33dc90ba78bcce48f21c4292fd74600bcbdb8738", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x761d7b74aaa830b72007548727725419cca6a712d087f39ba239417b48567d5", + "0x558bf4c151e4148e95ed67e1373fa87cfb46c60260a6e26b7c819dd902eec71" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1d0caf5b093c48528e7299e3d752cb6520a5df27f3f91606bed46cbde47de4c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1d0caf5b093c48528e7299e3d752cb6520a5df27f3f91606bed46cbde47de4c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x66ca263271ccc26008d88a582287ff1d88f928183b69a069287cab34382f7be", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x177a288275b0d2ae0e65007901900aaab39fa2bb85c491a9f87a86c193799e", + "0x495ea0d389e654b5039564c50e01f8bd4bca7e377a31426aade49198675c00b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49f1e087bd649590291e6f7160aef0b9d77753df1fb8d62ffd157ea8bfbc89a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x49f1e087bd649590291e6f7160aef0b9d77753df1fb8d62ffd157ea8bfbc89a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x35a9bb4ff85b2af08892e551ea3bc1e96374325869c2d66f5ded919cc63031d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x43b99b7a11005b1fe9065ec6fce6dd721b69d36c40fb593fc4cd47b0a9b39d", + "0x7f0a844b70dddc814d2684457035fb6c3e832f65c61eccb5d298be4ed177ddf" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6dad183197682d49b710f31e6bd6436d1a2df502ecf51ce1e834950cefcb1e4", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6dad183197682d49b710f31e6bd6436d1a2df502ecf51ce1e834950cefcb1e4", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x695146557c8bf9a384b033829e1227ef92632d9f68b52399894abf44cab849e", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7b65e18ddda51a3054729aaff6bf021cc64cf1772fe89cecf10390fd922c000", + "0x468d7639ff42e5a659a1968145ba68c01ea14fcca6b0127418c3780d4835c40" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x38e31fc7932d66ede24323de829abe1c56234b117a713f8ca01139d68be3cd", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x38e31fc7932d66ede24323de829abe1c56234b117a713f8ca01139d68be3cd", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x573fe71abc18c33a30f80c536a1932ee2cef6ebc79c45acd474d8983c4c6d5b", + "version": "0x1", + "max_fee": "0xa50d92bd9870", + "signature": [ + "0x1c973d26977be912e82ee0fd1c64298b37336bc824864c95eefaa73f1f6d2b9", + "0x2b44e0aacd0d78be29d6547689fd91c8fd84ff21f6e573d2ec680cf50b8523c" + ], + "nonce": "0x21", + "sender_address": "0x19939ffb7f2f0b6fbfb54687be512c7f8293fe00603acf66fdb491f7553b741", + "calldata": [ + "0x1", + "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "0x1351e82857c15b94189f9f555196b17aef20f5a99d210cfbc094021d91d7194", + "0x0", + "0x1", + "0x1", + "0xb" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x63b78eac07db946b05e0547dbafdca4f6295b0e4e3d22704ab0f31b22b37faf", + "version": "0x1", + "max_fee": "0x22bc00fba36f0", + "signature": [ + "0xa7fda26af24457606c5cc1a447b6c8dda9aafe91339d517e5a73ba443c98af", + "0x5dcc0df056ddfff9300edaece22d29bbb8e9b03da15891c96224a72ca80a1b" + ], + "nonce": "0x10", + "sender_address": "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf4240", + "0x0", + "0xf4240", + "0x0", + "0x22f514aeba914", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "0x63d4f58d" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5c1aa7adc5633519b821320722027b954cd0770ab0eb7ceef4273b83c1329c6", + "version": "0x1", + "max_fee": "0x2227abdcac870", + "signature": [ + "0x7766aedd5ea9fca38f8ad434aaa5a5c5d14082a50a9fa786ad970513136e1a7", + "0x70ef7a34605596125f835267ec9c06571bc69b1f512704a35afb0e4183542ca" + ], + "nonce": "0x27", + "sender_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa9c6e55", + "0x0", + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xa9c6e55", + "0x0", + "0x1839ce552a536d0", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xc86f78e45c5d53a61e2fa9e8e77c9ed96b8f92c43bfc8fdad1572ef7f0d9eb", + "version": "0x1", + "max_fee": "0x604af1c3fe000", + "signature": [ + "0x642b56e9126648edd5c0f3d87017a2e5257ab311ff4632fba75bebfef246e4d", + "0x7cbc156c8dcce1b9bfb57b2f224b79c3ad87f768f39045161409ab5e26548e9" + ], + "nonce": "0x5", + "sender_address": "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x23ccc1bde7ea8", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf4628", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x23ccc1bde7ea8", + "0x0", + "0xf4628", + "0x0", + "0x2315762fde285", + "0x0", + "0xef7f4", + "0x0", + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x63d4f591" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5f731aacf086f03bae95c8db6bf8f6b748d85dee5f675218bede396ef859da1", + "version": "0x1", + "max_fee": "0x30105049ac85c", + "signature": [ + "0x1d4c801735453a51fe61020a3124201226156d61e61a3bdc3bf0b159d4749b", + "0x7a091b5b7e36098364920db68f6247d0b3b2f00b9a4051188f7848a995fd026" + ], + "nonce": "0x3", + "sender_address": "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2d2018a20a2c", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4c4b40", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xb2d2018a20a2c", + "0x0", + "0x4c4b40", + "0x0", + "0xaf3e722615be3", + "0x0", + "0x4ac4a0", + "0x0", + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x63d4f51e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x17b2ddc701caa722e01b32143f1a6fb923a39b4f4659b25ab3e31b0cd72514f", + "version": "0x1", + "max_fee": "0x303565916a3fc", + "signature": [ + "0x27961b87ade3d222e37ef4d2c5216e8cd90630e8144daafe84593f8ccfe3017", + "0x3ead0980fac3bd53f1796845ed51ce2764275e44180c0dd2493f76820218691" + ], + "nonce": "0x8", + "sender_address": "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "calldata": [ + "0x3", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x31896", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b43671faa71f9", + "0x0", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x31896", + "0x0", + "0x6b43671faa71f9", + "0x0", + "0x308bb", + "0x0", + "0x691e36fb3146bb", + "0x0", + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x63d4f5a0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x13b3a322f2a4c29bc934564cbabc85e71fd711b2fe1b7009822a641c2c96fd9", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1f9799d45765a22e57ef3cb93b66b00c30c091532e6ac000273089504908e10", + "0x7028a24bddab74a63151e10e43cdeb458d0dcacd54ad5d19967c0460809c65" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x32cb1ed3e851b1ef17bd6f4d3685d23c79910d848e48d905d1c75e9f2f3dc2e", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x32cb1ed3e851b1ef17bd6f4d3685d23c79910d848e48d905d1c75e9f2f3dc2e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x23d405c8a92166a2d36d9f739ea5e90a66025dee91e4c29ed6b6b9a2442061c", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x73b2fce7503da567e22020b7417b8eb54c0aeed55a8d9cfcb6d5065e18ae8a2", + "0x7f554db8de400310144bed8fb09ae264ee31549674a9897561430666a61008c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x12a33c21d4f4f2d6cb96b403269b827dc03a08cdfbd1c4b54718bba516e801c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x12a33c21d4f4f2d6cb96b403269b827dc03a08cdfbd1c4b54718bba516e801c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1579d41f3c3cedc2fac5cf328f8b4bd2475ee34da0a0e3c4f5315102afb0397", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xecca7e8a465add7cf5b2e2c8b6d838d83fc46b8818e3153134232a8f4b75cf", + "0x4371141cb73933e94cbd6b6b7073da397b33b1ebb4baa0ca8bdf0798de9137b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3edd4c13551f3c79c93e69c706776a303c58c43e5722a01324558c199e86c08", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3edd4c13551f3c79c93e69c706776a303c58c43e5722a01324558c199e86c08", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1c62a06eb671fd6707ef591a089e14f3e830ad27119eac0be8cb591eed74691", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5a3c1db4fa1569fb0b723a1d79d92bd7e8e7610dbec4eb002530c0b1ae08e6b", + "0x21a4132eb1e7a6e45fde820a0e9b2e42717ad6b5d8535631eac9337b3d772c3" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x66cbfb8a30b47fbaf276efa635bfec4e83b11d72758c9843570e832981062d6", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x66cbfb8a30b47fbaf276efa635bfec4e83b11d72758c9843570e832981062d6", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x172c262192892d31176e51a1447374a257db391621d01aa3696776c91b1a2d0", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5fd25fc75f5807f5dc4f717050d3cc6d48ae4389aa2b1d55dfe517211860b87", + "0x349cc5c233f694535f303b030f44579dc30d481d067bfe3b33cd5185a96202d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x43097ae4d27e602caeb246491c914994a2cd907853d7e3b7b00c99b4f690a32", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x43097ae4d27e602caeb246491c914994a2cd907853d7e3b7b00c99b4f690a32", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x66b66b8d5ea22a25b6cd2a3173c7418a94d730b65f7f7a5c5e36a068a61ef92", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x46d555a4636b45da05cc65176c26023e6172a02893824aa7abcb6ee46ea3dfe", + "0x359d0633f1c8113cce65e4e745fedafc9020bbe86c93cd0d287968e6701cbd8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x33e86ff51a62e75f4e9a395ab736ef40da68462dc36f09e49b4ac091e186d36", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x33e86ff51a62e75f4e9a395ab736ef40da68462dc36f09e49b4ac091e186d36", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3dbec746703e7fe4f546030104972e84f7cbad2b8f2e31cda436a481765f6c8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x770e3acc699691c087d184dfcf585e08c58ae0a64ded5964cefd3bbccc073c0", + "0x7a646186e1e2959526f7c3a7c75fd86467694c56b56de3bf890eb0e86f224fa" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4f38794ab5b3251015a33a74ec5414ae079435f6acf1f57f0c23878b68ce1cf", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4f38794ab5b3251015a33a74ec5414ae079435f6acf1f57f0c23878b68ce1cf", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1c81d1c282c4cdcca69389b51476c39aa28745f06b2adfc8373fcdc1b119713", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x215761c146b957ab4f954a19c9f032d2a8207e4fa3b20ddfb4f5a4d73a38a50", + "0x7eae356ab3c123c660feb97cb2a6d20ac31d86e28f9d7eb80f348a0ae1dd490" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7b67352a41fa38f976371cdcd4e9469a18e228172404234b9d3e3a452511b06", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x7b67352a41fa38f976371cdcd4e9469a18e228172404234b9d3e3a452511b06", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7c295231da5ab3e1e4fc5eb6ab380f1cd6ec8901bf40bc3bbd4516ef38a22f5", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x29c94074736eea95010b11084ad735d9a5b3736511aade4bbcae1b50febbf8b", + "0x53f5e160930231a1c6d3c8c96b166859ee056d2f54cb793189219162ab31322" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6e578fd41715c49b63dc888b8674c754a2ea24b7b318d108a3452800fa89019", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6e578fd41715c49b63dc888b8674c754a2ea24b7b318d108a3452800fa89019", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x18f74cf84a9dfb38b38b6291fb697e85efa1fcc1d5e4b17e7ed00b65e305af2", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x43026e36e21d77aafead02ab9d035f9bffee967ecd4d5022b6a5e9ea373916a", + "0x3fccdc92bb7b1ec0d80fb34507e19e9958bef1ab0afb47a5a653bd0c1510780" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2cea6e144ade8074df6f8f4385776b10b9cf7a4feab35be5094f64c5036bcac", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2cea6e144ade8074df6f8f4385776b10b9cf7a4feab35be5094f64c5036bcac", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6eeaa5de3c996f935b5131110da4a0547778f744128806d2ecf23cf348d8d6", + "version": "0x0", + "max_fee": "0x1af19b99fa000", + "signature": [ + "0x33d1f6ca62b2358ef3c89df98733e17d4d9e6b0db5ef17dc54abee0e5c30cea", + "0x6d1b5e6b1ac4c544b43e7178bfb4c0d29219c61501f0f37104ad607d130fb88" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "0x0", + "0x1", + "0x1", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0" + ], + "contract_address": "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7099dfa8198859e7f8aaf2d1f5c0b3627ccabf80bc6785c3365a063d0f355f3", + "version": "0x1", + "max_fee": "0x1ff973cafa7fff", + "signature": [ + "0x6a29254cbeb3aed3b805182b534345579e6bcc0678fd3dffebe3a3e7887b8fe", + "0x455c5b55b72d394b11bddcfec146aca29b1812dbaadf1b8410dab495497d5bd" + ], + "nonce": "0x5972", + "sender_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x1bae4eaadc3ac8b7f028aa48a0d4afe2631c6dae9488886b6ebdf7cb3feb4e1", + "0x8e1bc9bf040021", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1b6ea4cc99a1f9023293eee0d6d9c4b43a5d5ef10b0a419034afcd8026968db", + "version": "0x1", + "max_fee": "0x30105049ac85c", + "signature": [ + "0x3f4c2d89c1b68c4822dec2162088779629e5080a80e1f5e9d26d238c1950229", + "0x77dc0124a0a182b247cc6e36336f040db3ed8857ec6e69067be25babc156859" + ], + "nonce": "0x4", + "sender_address": "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2d2018a20a2c", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4c4b40", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xb2d2018a20a2c", + "0x0", + "0x4c4b40", + "0x0", + "0xaf3e722615be3", + "0x0", + "0x4ac4a0", + "0x0", + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x63d4f54e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3c789038181ee26dc393a363225eef96aa91adae46c110f50c13540840cdf8a", + "version": "0x1", + "max_fee": "0x41076419f8000", + "signature": [ + "0x3c085ab497efa2af0c9de33c5434fe070045ba714fc870e693ae6c83520647b", + "0x11ee35bd0fc8e3a66e6cf370ab0ed3e9b89a6d55d6e129c73c9f83d0fa66eba", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f", + "contract_address_salt": "0x37e4540fd29e59745e88082d5df5dbb132a61b1059dd523a6f78dd6c1f9d5aa", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x37e4540fd29e59745e88082d5df5dbb132a61b1059dd523a6f78dd6c1f9d5aa" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x465f9851d0a9beeb0d099aa9acb13c889cea430285412cc45d9f875ef60a1d2", + "version": "0x1", + "max_fee": "0x83cc58d59936", + "signature": [ + "0x36c676e90b220ad01cf35d52f2fcff6140f43ec164ed3b19b28360220ac0c03", + "0x6e971699a495f79a8f49028498040bee97cfd3cf4cdd3c47341f65733e495f7" + ], + "nonce": "0x0", + "contract_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "contract_address_salt": "0x1caeeddf0494ad19d31f22905428078d1b2488419c71860b4ead1f27292c84a", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x1caeeddf0494ad19d31f22905428078d1b2488419c71860b4ead1f27292c84a", + "0x0" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x3b03fb4f15cf5c9fb60c9179ac36ee842fcb60dab0bc7070bfab09494829197", + "version": "0x1", + "max_fee": "0x90d283b25700", + "signature": [ + "0x758e12a852aee11783cb3b0d076ece026670c3e3877d1cf90d18f7d6f3d740d", + "0x507153ab7c13ed5a53d6e336ef66c52c9c6ac73e4fa635bfb040954fa08f6b" + ], + "nonce": "0x1", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x1", + "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x1", + "0x1", + "0xe767d6c5c" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xfba330702146c5191d42c4188952955b676f09d930890f5cc5578ff0d8231e", + "version": "0x1", + "max_fee": "0x4c0e766b5a000", + "signature": [ + "0x662273ac6ca6b285ba5060e4a8a4914acb369346dd3de4967793f7a5776d8da", + "0x1e47a317ac09e1a2f8e4d1230d1ad2193e535eb39689e40edd4bcbb4aa0228e" + ], + "nonce": "0x4", + "sender_address": "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3a6a860649d92cb2c2e1068e013c8ab63b36c6155658861e544a3f477c9691b", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf70ffd1dc6f882", + "0x0", + "0x68e7780", + "0x0", + "0xf70ffd1dc6f882", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x63d4f5d3" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3834bc64c1d2ece33601b3132eeac8e8dca5413faf9a754d376bf5e0fb8d59", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x75534fd89a79e6f87984f6c9d171b1b19303f4c538107c93f1a511018aee2ec", + "0x4c9052bf860a31b6b3a8b2c6c9cb028e0ae69bc0d32ff36b36f4a48090e6d83" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x122cb696bf4bed41c2204e3b92d79c0dc695f8619749364919a08aaba7efef0", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x122cb696bf4bed41c2204e3b92d79c0dc695f8619749364919a08aaba7efef0", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7bb71790125cca2bae0e5d02726f8c467f30c897315c9c18ae3e14465b74499", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5afd0a73cec765e4cb3a81f2d36cf431c9e30ff4b5478512c81384b3009c61", + "0x162316260eff7169315a72fbe982f1c0664fb93c799b654350322b2dcc338a6" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x488358049bf91c1916969c51babb9169b131b79e04b31050077f6cb4faf51d3", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x488358049bf91c1916969c51babb9169b131b79e04b31050077f6cb4faf51d3", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6f08eb8a0d66fd07570e3b002ad9af2ad804f28bb5a1f57b48de627354559f8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x35eed88ac39b2b582c37c1b18f06fa2837c2ca3e8b86563eb1991b6ede08ae6", + "0x39384737230d43eaf57b737c037759e6243175ad419f4da5c8288da08e86fa0" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2d1232a9c63b3b9dbdff4d419cb734e5e63c202347c25272286365bafd801b6", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2d1232a9c63b3b9dbdff4d419cb734e5e63c202347c25272286365bafd801b6", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x681cf6921ebaccfa8242f6c84cb87f14a082bb1a0a17880cf0bb3728642316b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x34aa1ea539b33dc6a3016399c8fc307f538d4582b44302c544ee11293592142", + "0x69fcbb0c76f063d750a85859f16b75daa4dc613b4909d4f25822789d0485fd4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1f6c30ed13abdb07d6dbe21ba3b6def56d2e53235ab9baa8a6ac29c1296f8fa", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1f6c30ed13abdb07d6dbe21ba3b6def56d2e53235ab9baa8a6ac29c1296f8fa", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1af2b556edf6002585329522b94914cf1983f550f7ca8f6a69b3da7f2d8eb8b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x41be59c57e8a4012154e1efb43a1db19c005c793daf3e0542e63bb35880d8f2", + "0x30a3d67c6b299b7230d8861ff6055cd3c89500b48b46a8bab29b55cacec8e8d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6270e6c29c6efed642d39153aafd36e4fefd1f757b7461fec2d166ff02dfa63", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6270e6c29c6efed642d39153aafd36e4fefd1f757b7461fec2d166ff02dfa63", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7b193e2dc51e20e0e62e0cc16345a23086759663de5d807e4cee02cfa47514e", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6d711c7bd22de4eae5bb678cacda3a89f5957e7b92619b894a1825e8e4b7f15", + "0x382b31704f13d46a0e09215382acbebab768d7222d39491a0827e2784bee973" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6790e11fbb627f44cab94fdfae30035c2d995a77dd28d76b38c5a56dbdc84f", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6790e11fbb627f44cab94fdfae30035c2d995a77dd28d76b38c5a56dbdc84f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5f65a6f27b1aaa68123ccbc3e34266871c01c0b920d68f769c9892b0c7cde20", + "version": "0x1", + "max_fee": "0x1ff973cafa7fff", + "signature": [ + "0x5e255fc44a35e6bf06743789d6e533d12e51d1fe870d8b414da191f7fc27bc1", + "0x41491b34c32dff9b545e4b8e082a212b7586e3cd11d8ab967e1991931a7bfec" + ], + "nonce": "0x5973", + "sender_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0xe5824469229034", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x551a201c635d327d8d40a9d3d64fd1a0fe280001f1e448977cbfca9d168fa29", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6c635a62539348a3f3304c0b6b33bf697ded57cfbe012e31e48aee15df7e586", + "0x4fc41d5c9383d9b982570869b888ce4c3eb62572e980e45bd1879d7b5ce98d5" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4598319ed95df8658015f79da091942c52eb12386dbfc668e4baf0c9baeaa0c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4598319ed95df8658015f79da091942c52eb12386dbfc668e4baf0c9baeaa0c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x216b32463524dc0b69e66c7cd52132879d4d38ad596af94dcc849f83508e09d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xb37066643738c58cecddb486c02b494bcf3a9806b2c12d2099f35acee4b28b", + "0x4b34790ac14e0843ffbaa8596505c4c0103179447eb7e7798ffe5047211a14c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x457505a579a6daea17a619ec2e140e68153a7578d62bc1556e9af64c8569c80", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x457505a579a6daea17a619ec2e140e68153a7578d62bc1556e9af64c8569c80", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1f0e9c7549b2143e122361546524398119f458a5670314caf85fe3f2d360dc3", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4cf52a5c11b84c710d66ea99e3fe7d402a5cfa2e0428b06c0d75417c2aa887f", + "0x1a9905cb5b3183b9dc5055bd5004cb41a1ff469c189380413ec3163d542693a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x506e4cabdf105dc1f4a98494cc8ed75f7abbd14ff33955445fd1f87ab3fb278", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x506e4cabdf105dc1f4a98494cc8ed75f7abbd14ff33955445fd1f87ab3fb278", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6c59ec5766fdbcf2949d41f14a077d566d3400478dc6172aad34c56035f1fbf", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4334956776eea14d73e327d6334873715558f917b59754dc12ea3459cb36b37", + "0x33ad86c9bab284538dcbd7d68d27b852a30f49a458ba0897dae8c272e55d18c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5f1d02a06d08da979d9407ce2e5a8831671585b33deac036e495c85a0b90455", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5f1d02a06d08da979d9407ce2e5a8831671585b33deac036e495c85a0b90455", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x9de37b1748293ddb139c66c76114fb755f472e23e5dd4d9feac8466a7de7aa", + "version": "0x1", + "max_fee": "0x750871d6aa5c3", + "signature": [ + "0x172b3dc3473569d6cf0a3ea357b206c3ebaa5671db868f0b08275390211bc77", + "0x56f41511ca0c774add3143f2b2c28869539b06ad3585f644d70d68c54994293" + ], + "nonce": "0x676", + "sender_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "calldata": [ + "0x2", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5575b", + "0x0", + "0x5575b", + "0x0", + "0xb2889c5de5ed40", + "0x0", + "0x2", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x63d4f601" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x11fc46e33688b3f22715466dbe86442f401c351be946612da3b10dd84c1e17d", + "version": "0x1", + "max_fee": "0x41076419f8000", + "signature": [ + "0x3010674a6a2c7736ba946cebed74288d49f1c6722ac4ac78be48a70311b9acd", + "0x7b6de1b3da107374eb6acf3131a08905593a8083cca268617bc310dc2356c51", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd", + "contract_address_salt": "0x6eef1a5c8913787e2b8cb61b0f33e94a0d70589f8ee408d010e47ce7da74a00", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x6eef1a5c8913787e2b8cb61b0f33e94a0d70589f8ee408d010e47ce7da74a00" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x10c99496af0ce37b0e3c4c02c7f6cabd92d954138dbe0218dcaaca3e73664eb", + "version": "0x0", + "contract_address": "0x5cd48fccbfd8aa2773fe22c217e808319ffcc1c5a6a463f7d8fa2da48218196", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b3", + "calldata": [ + "0xf6080d9fbeebcd44d89affbfd42f098cbff92816", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0xcae6308c", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x4dadf8acf31c6b79f7e6c7167a9c875d2c5768f8163df19f55cbcbe9a6c0583", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b4", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x3c0c53bb40c9aa5cf1ac4ce41633b50a598250c9bedec2f3696a59f6c7f2e90", + "0xd45fa061a0e7000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x309ff6b9350cd79d6b99d2eaf8e0e1703f5db6567075b3187bb8b64521d9e32", + "version": "0x1", + "max_fee": "0x221b262dd8000", + "signature": [ + "0x3478e01277dd7bdc755a2190b9ee12987969420d2617b73f03ff36d325a7d17", + "0x6153b17f934ae06d07466463503637ed6f412744d907ced62c11ca78a10e88a" + ], + "nonce": "0xa", + "sender_address": "0x668062e224743cc1f9ca8b935762cd79af52791b58725cd025465c2720a34d", + "calldata": [ + "0x1", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8", + "0x329e5b0f1b7d514b82d367001be7a157b1faad40a1ad19c8f2cbb77502aa245", + "0x0", + "0x6", + "0x6", + "0xb2d6094226", + "0x63d26120", + "0x646973636f7264", + "0x74e6d9e7bc40014", + "0x67367fde643698e0542a2eb468c32074c4e6fa80913c879bffdf4e8b53cecb9", + "0x7f607aac38b8c44d5d308948f771831971dcf6da88389c60000de87c712293e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x396e8efe1b3f2e9d4fe36f30e37341e259a270485da229f12ba3ed78d4c2153", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5db307f680c30c4b04d9fae5b9e5831f0e92efb74cd0f78591e90e85be4dbb0", + "0x7cd47b49aff6dc67e041b0a804281fd8de3072b621592bf59dcbb44350fae61" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7fc7a01ce98c898d0ff5c3b2b6925e9278c1ddf1fb33f2170263720b5b81438", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x7fc7a01ce98c898d0ff5c3b2b6925e9278c1ddf1fb33f2170263720b5b81438", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3946762304995286f99186781facce85acc86f30727cc39a167b58ef92a5ec", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4532a89603cbec29fa0030871b4e39bdbe7975d7ca9d987dd8c2287b2d5b31b", + "0x596490aae4d673bd983622bdd45743e6f0c0b5319274ff8a0468d6cb2b3587c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4612c7682c492005834bbe08521e202b25eb07a8009bbb839ecd359c1912d96", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4612c7682c492005834bbe08521e202b25eb07a8009bbb839ecd359c1912d96", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x52f34449d72809c965193785b1be6c1aa35373b070c7f940c85918169bedc64", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1b5169a85f9d86da38389bc409b2ae7249b33056fa50c33723653bae3cbf1a2", + "0x5b1c0fd6e8dc3532599fce16f86a423510125c616ad4979cbd9c0ae0a388501" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1952d411b555b7c3686dcf041ddaecbe5c8f2a93759979beb66e0dcc60c25b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1952d411b555b7c3686dcf041ddaecbe5c8f2a93759979beb66e0dcc60c25b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x28c597469a9ab3c6692bae5cdcfb5d205129990bbc87dc68ad39d02efd1cc7b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4eb72a15a80dde1d430d21c2a36a95c5aead67fe223b3a60355bd4aedb9a29a", + "0x3a0fce285508ffbee083225786e6f4f254f5fe9b384336c2480bfc1e49338df" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x8b6e12a809ee38cde500864f7d608d24285a9e4bd9bdf9b57d8c096b0a0fc1", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x8b6e12a809ee38cde500864f7d608d24285a9e4bd9bdf9b57d8c096b0a0fc1", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x51d917b1e52b79bac48871d4024975814c5d5742b7df17b9a62931ef6ed320e", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x14805cac50950f792a9536e36f5d1e4c37944d66d85316f554948ebca9f0bbf", + "0x47f389ea70dff3f9c5ff3118a8688c5a223aae4f71bf74014bfc71930907590" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0xbad7eefc33d868c4129ce7f14ebd3bfb0cc3cb862dd148a6bea8cabfff5e1", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0xbad7eefc33d868c4129ce7f14ebd3bfb0cc3cb862dd148a6bea8cabfff5e1", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5528bb4a84ca2c030fea2ad2d4c58cffbebab55346b30c962a0b45aeabbfe5", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x3e469d00b79394373f7e1e7555be14dd68d08a152bd396fcca6c257dbde5e4e", + "0x1553ef2f9c37ffbf67203240b224f940c4ad6fcbfc8ec0c133cd88b7dd99c9e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x351a659af42835ba7bd73cb7dc4e9e07c8aedc8f15b446d963c9549cc0ff6cf", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x351a659af42835ba7bd73cb7dc4e9e07c8aedc8f15b446d963c9549cc0ff6cf", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x570828c0a839bc7dfa644775229f4bc74cc73b4d4c245a13b121e7bb2065a69", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x34db5d0a7e25bf7fd3ba2bb42195dc02372e08624af0774bac177b4a0779022", + "0x490a1a2b936afb02512b87f483e1295dfc7a0b7692b3fd318fde366111f3f92" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x457842f276ebad0801cf49dab1ffa05319b4045298619d98c4411c7c808e182", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x457842f276ebad0801cf49dab1ffa05319b4045298619d98c4411c7c808e182", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4dc1e95ca7eabe4ede0ef2961955c02f8cbdc9ac53a50de116aabcb775e22df", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x11f8bc19af234166d137b32b42623987f2c25721a7e142516405b1abf441318", + "0x5dbdde984d7d643cf1d7ce27a11c6811bdb63410c609eac277c0819a75f4990" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3e836a82739782bd404f0c9d977173cefa0944f0c0f71d2ad5c322245b9b108", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3e836a82739782bd404f0c9d977173cefa0944f0c0f71d2ad5c322245b9b108", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x24590780e0863fa08d69c71c729bb7f75a8a825b90596fd38e460e9c19faa56", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x62de7786bfdffdf583b0f54d490e28ee4cdba572a8a4ccd6bee18cb3c496d0b", + "0x29649d3d80c6acef45145c42c7d7659959c33725148ce858b61c82514d3c486" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5adf2d2db68115ea66669f0633cb14573de8c79d792d510c90ccffdaf6e9596", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5adf2d2db68115ea66669f0633cb14573de8c79d792d510c90ccffdaf6e9596", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3aad0a9a9d73ca2cd28efa1fda3c0d0492da3ec5a5d96e4d8da4c0226ad253a", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x10508d5726b38db57ada9603b0c4092cfdb5cc8ab62c7da3fc948ece8b98797", + "0x3f1e5f651a092c34801a0712f5400b6f68e9047e1d38ddf372dcd9d2d96ff17" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1829f0c36f9d91a0272c56eb1e87fcaf92d0375541b72837cd77693ea890feb", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1829f0c36f9d91a0272c56eb1e87fcaf92d0375541b72837cd77693ea890feb", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x8d325d3bc70e704f1aadbb545eb15051a62f1bfe656eba9e46a9c995dd42b2", + "version": "0x1", + "max_fee": "0x83cc58d59936", + "signature": [ + "0xca244e09760baa520f15b762c5e47fd8b01fb5b3c4f0abc745d41679c87635", + "0x7410d9795f370b8e546472760ce43e044655bb828e82a90462e02961d430535" + ], + "nonce": "0x0", + "contract_address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "contract_address_salt": "0x4bdf90331a399097345891c0f17c2a04ddce6af48cfff625d664267125766a9", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4bdf90331a399097345891c0f17c2a04ddce6af48cfff625d664267125766a9", + "0x0" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x2c51f8e4e662830b89e081ffcfb19691e852d3d7a5bbddba5f4d9d799027d74", + "version": "0x1", + "max_fee": "0x911d832aad52", + "signature": [ + "0x32dbfd49670b9ad075ea757428bb1dce85924c5043a4af2c1fb7d3cc0df5027", + "0x511cd1139a3c3d1edc09c08b857c6a1ecf2bf48a750e3ca9ea6b36aec052bd2" + ], + "nonce": "0x5", + "sender_address": "0x5432df4b20a1219002d3a5dc1e9618e38104fc24a855c339b31ba1a453c47ba", + "calldata": [ + "0x1", + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "0x0", + "0x2", + "0x2", + "0x4767b873669406d25dddbf67356e385a14480979e5358a411955d692576aa30", + "0x1" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2338006c78ee3851b3b43025fdf882b61301fcbcf03ec26b6db2fc8d5e0afa7", + "version": "0x1", + "max_fee": "0x3c5e224c06000", + "signature": [ + "0x25000c8806df7481e179b3a4048b51d27bb9132909a7e8ca636cd6ac0f42d09", + "0x3fd3888d8d176b41bd6e44289553a0a4f1a1afe93a37910bdd6256ecd8416c6" + ], + "nonce": "0x3", + "sender_address": "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x38d7ea4c68000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x38d7ea4c68000", + "0x0", + "0x17bbf2", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x22c1460458976795bb7167ea8355508ce0cd721798579cd438ace622c121b0e", + "version": "0x1", + "max_fee": "0x24fcc359660b4", + "signature": [ + "0x19be780f0110849bb530495af69bd500666345e270c7c4541f4e1278b3aa730", + "0x3b596d9ae42871fde6928442f371327f265c565ecc71cc79075d2c084540d82" + ], + "nonce": "0x2a", + "sender_address": "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x30a32c0", + "0x0", + "0x30a32c0", + "0x0", + "0x70bcee2d1f0076", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "0x63d25d98" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4bcff853a77c4db09a2c779fb207c0a9d5a53f8f4d59ad55b0225da786e70e9", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b5", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x1cc6e836ae4000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x38a5c31ff9b372feed3a0a492e90b45eb2285da50e5e9d40efbb5c04046cfd4", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b6", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x4e28e2290f0000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x4255eac8c17a5d001a48cee1f0901f8785ea505a379994f62f615de24caa45a", + "version": "0x1", + "max_fee": "0xde0b6b3a7640000", + "signature": [ + "0x3f8e01e20b52d17f598698110ee2a23d6897ab1e21e62b72757b5ae4e95f243", + "0x6fabf5c4aef8fb0e1ca782d29aa5125bab1ac30083be9d2d64d18b607225f67" + ], + "nonce": "0xd7b", + "sender_address": "0x6f40a7cba2e500321519acc0e8c6554fc19da93d7f46bc65637e9865752d4ae", + "calldata": [ + "0x1", + "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "0x8c3bba700788da00e373386640006338bc3ef7ec96291f998977238013f3a", + "0x0", + "0x5b", + "0x5b", + "0xf", + "0x63d25349", + "0x4249545354414d50", + "0x454d5049524943", + "0x4554482f555344", + "0x255d5a7800", + "0x0", + "0x63d25349", + "0x4249545354414d50", + "0x454d5049524943", + "0x4254432f555344", + "0x215c3a5ed00", + "0x0", + "0x63d2534b", + "0x4249545354414d50", + "0x454d5049524943", + "0x555344432f555344", + "0x5f5e100", + "0x0", + "0x63d2534a", + "0x4249545354414d50", + "0x454d5049524943", + "0x555344542f555344", + "0x5f617b0", + "0x0", + "0x63d2534b", + "0x4249545354414d50", + "0x454d5049524943", + "0x4441492f555344", + "0x5f05320", + "0x0", + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x4554482f555344", + "0x255f9e4d80", + "0x0", + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x4254432f555344", + "0x21721870480", + "0x0", + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x555344432f555344", + "0x5f78eb0", + "0x0", + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x555344542f555344", + "0x5f8c730", + "0x0", + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x4441492f555344", + "0x5e6c5d0", + "0x0", + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x4554482f555344", + "0x2554e3b87f", + "0x0", + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x4254432f555344", + "0x2158fda09c1", + "0x0", + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x555344432f555344", + "0x5f5e100", + "0x0", + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x555344542f555344", + "0x5f619a4", + "0x0", + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x4441492f555344", + "0x5f4a880", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6cd64adbf86f104787b1468db4e95b8ef69bf3438841889019be5579e2ce9ba", + "version": "0x1", + "max_fee": "0x18b634671305", + "signature": [ + "0x19b1d174e25a6fa1d7ab87092654bd3588f6e557c53979e6831f1b637176464", + "0x647a7b492b59cec3974e05babdf9e0feb349fe5a50c2809ea71785d7f5682c9" + ], + "nonce": "0x44", + "sender_address": "0x87fa1babbf5637acec95ca68399a1a2ace8feff531cc7cef585399afcd1937", + "calldata": [ + "0x1", + "0x54db6d40a43c732796a0261738a5f943c3086dbb7c645a229c94d7134f917c1", + "0xfb38322175c67aa019027bb827a94b06896389edb9d4cd16e7ec4a4e42dc44", + "0x0", + "0x0", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x795f260ec5665c416b9643a4408e22373d11eadee8d25d403abf6765e90a517", + "version": "0x1", + "max_fee": "0x17dfcdece4000", + "signature": [ + "0x3ebb9201f7b2816b7a5102950e0a7b4233a4c0ce5ff92cce187cf3697cdb529", + "0xb318ae708186c9335aa8052b0cb42d670b143737f6c2541cb37af2ba5feecc" + ], + "nonce": "0xd", + "sender_address": "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x3", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x690ee3f34de369dc52e4f006ea7d30e91e2f87b5d08ec363775ad114223dd35", + "version": "0x1", + "max_fee": "0x1e14fd0c1c3ec", + "signature": [ + "0x66f18a3a6a12544145dfad4e11b6b6b2854b78f7309d8c3817713bbbd1e003", + "0x7bdaf55519289a42667c833d1a60905a928ab834d5fe0e301717e6149c1d4a0" + ], + "nonce": "0x5", + "sender_address": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4630c0", + "0x0", + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x4630c0", + "0x0", + "0xa00971721592a", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1c761992a4e2162dd7e5fbc2782269634654c51d8f1e9b4ac98b2f53a877d1b", + "version": "0x1", + "max_fee": "0x1a03564865d26", + "signature": [ + "0xde0deea9cde948ed70dd8ca9ae0132a6635f1f15abe8fa755766ba0d8887a8", + "0x36271cadd48157b3b99bdd3b257c5f1dbd51c21cc3c5ba56fbe0eef13ec78e2" + ], + "nonce": "0x2", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x2", + "0x697066733a2f2f516d64763969624e53533638565a7748557a66457266537a", + "0x42485a32776b4171615a70365a7461615a6e44765548" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x684d81ad4b6ffb7fd2e7f64f8314ba401542630be1e0d668fe6f60442c84154", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x15371df7f2276f3f90c4e5c9be507cae3578a95343a1bf922aa741b9c65eda3", + "0x635831414305efa7922c26a3802428ac53b7d5fd33d6ff7b07061028b6de0ae" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0xf4ba65b27a87b929984e2f3c6702148a3684c7b998640d15690fa3ffac0c59", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0xf4ba65b27a87b929984e2f3c6702148a3684c7b998640d15690fa3ffac0c59", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7c20614a46839058e3758a9ae735d38246ec55ac9b2c12bc0a9f11765d4fe62", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x732004ca40a069a39dc0c557c0f65619c628e0e5b4dad0f3f378cc55ef22a06", + "0x1d19b15f398e38048c64e7b5bb6db91e962fdbfd3222ba6267e473c48093aec" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2691ae8277cac79c9e901d23f5a79a0df38f045a8a9eead53615f6ec6d19d8d", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2691ae8277cac79c9e901d23f5a79a0df38f045a8a9eead53615f6ec6d19d8d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7abb9d64b2bb35a263066cad5103c7d04716bffb13a17355146870c71d86c96", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1508f54c64c8fe70646367a6ea143bd1aaddb42c741a0e9f5006d3cf4583613", + "0x4dba330a8117685f27dea1161570bc24681f6518841edc5975c754e2f8de922" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x57e4313ba6a259c343f0f3980b402170733b8166a0309e0af2268c8b0b3274a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x57e4313ba6a259c343f0f3980b402170733b8166a0309e0af2268c8b0b3274a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2dcc63ce9c303f2d256d37a56a787ee8b8ca08c1b1e4f84e15f680675bbad9b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4fd811b61e883937cf399ca254c20c29c962032d6cc5cf4c11a20e481000c01", + "0x2b2c0a8f680408dea1143261a9a8bee61365e434e5efa372ae9b6c07946dca8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7e2f0774eb055cf7d968cafe0ad74d1c8662b053105a2fc9cb08545716ec96e", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x7e2f0774eb055cf7d968cafe0ad74d1c8662b053105a2fc9cb08545716ec96e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5ab0bd5338f106826a4f16766c553519e52205c8e70869f1f63716d759764a3", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6f826771cdeafb849bc957729c2252297cbb499373cada16771fed676cb79f3", + "0x4103b727fa006ebeebb31e4981c97973d7e6dcb51a2c52c80467f901914618a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3c4c5fb017abea8a0458b4c4d32b4e3fcd55fbfd36fd1d885efa0240de100e5", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3c4c5fb017abea8a0458b4c4d32b4e3fcd55fbfd36fd1d885efa0240de100e5", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1b94a51e3f559edaf6983fd5cdbd673184dada178fc0107f995529453b9f671", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x27dd4671ec4156693e20dd3a6a254c07bfb7a9e76c0afcf93f409a0da38d220", + "0x2d71900efdf1682d8d77157929ccada7f6f5ac69d48ed6dc8ddfaef906f143e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x213ae367450bae310e5fa1c882bb80b757e59a889a354f204e5b56b32e2764b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x213ae367450bae310e5fa1c882bb80b757e59a889a354f204e5b56b32e2764b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3e277a71d75a58ebb1bed9309c9b8bb3efe740093b63980d17bf82d119b3143", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5c36bc3ebb3eb233577ee4d52bb7d18f9cbe872273943f95f9b035584444b14", + "0x3bfefd741078afdfe3fa006e424f3f703046102e0877dbd68454a3222df4cb4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x186108800134594b1d3ae36a9568467c9599170695d3c109fe770d321c77e06", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x186108800134594b1d3ae36a9568467c9599170695d3c109fe770d321c77e06", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2f9b8fdd8d4bc84afe6b07167ee3f87ee10155c97219604316ab70626a86d12", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2af3e686d4c32796e4fd01e9c38c5c669b8384841cef0c2073717ac6b5b5853", + "0x34406c9e5e80ccc4c3d9e632a657509abd0551f7732157427d3b744a29f8bc8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x57453f47728dfca3f9630c8a80e3c4d134ad2c3445ae8af79eda0ea51c8e03b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x57453f47728dfca3f9630c8a80e3c4d134ad2c3445ae8af79eda0ea51c8e03b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x61eaf41bb28c02f56b24b65288086285b9b90c0e27142ffd601d73326b801eb", + "version": "0x1", + "max_fee": "0x39ddd9861a000", + "signature": [ + "0x45c92ce4916c3ad1c541d8cd30b5b2f7403ef25196bb1f5013f044a71085d8f", + "0x5db2dafe954f613bdea500026ab67686936d0a18af1fdcd09f48169f849f6cf" + ], + "nonce": "0xa", + "sender_address": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "calldata": [ + "0x1", + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d5a35434a6b7174333133414761476867566167695735", + "0x37795868427835424551456d5a734875536a64613373", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x38a51d92c37e5a5b467c775c50e111f418dab9b321e3ca514e3126e739bb6c9", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5f25f691f6d5f09a9b1299633508d6aae0d3924cbc323cb3a1e40d63c57d72d", + "0x75d14d397f39be86e92c981e94b67844349ceab95c62820690666a96b9896fe" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2ba9acd1e81613262f91581ee47145123de8963b1ca613534fe87504e7e904", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2ba9acd1e81613262f91581ee47145123de8963b1ca613534fe87504e7e904", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x47ef83c0e6a79e7fd0405bdd93a2ba94346bf6862c9f1fcf41b8ef29ca7c695", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2cca52e791ffa2db2da905fc85a645545ed9d7df37a4880ef7699a879172c84", + "0x3f5b693c20bcd2cd76673bdf776a3acede0f0dfcce42d3651905b634c0954ef" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x575407c03ab0088d87bae40c4131ed576cebb866e7cb6734ca6463d883e807d", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x575407c03ab0088d87bae40c4131ed576cebb866e7cb6734ca6463d883e807d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3cd040c58a72a8d60e8cec07149c829d9a4a072e18af0b1806b20d5b46fc052", + "version": "0x1", + "max_fee": "0x3c5e224c06000", + "signature": [ + "0x427e65001f0917cfd924c3fb645aa08d457a7021c22bac8b9b84c98119ab945", + "0x413efd7ee205559005f8433a20a57ddffa0d74fc0ef535073c8b28e127311fb" + ], + "nonce": "0x4", + "sender_address": "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x71afd498d0000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x71afd498d0000", + "0x0", + "0x2f98ac", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4781ce100b2312dfcfa453e6b25e83800495e6e8d3421f928f8fe59f69f3c1c", + "version": "0x1", + "max_fee": "0x2522ac52300d4", + "signature": [ + "0x184a23a5452de7da2238b96c46d394d020998e3fb17334709ff34fc93ef0ea3", + "0x51b191fdd38de1d87761dcbedfb36a7fba3d99745f70b10156e718f1a39c623" + ], + "nonce": "0x13", + "sender_address": "0x89a9aa36ca77ee1b0a9d9421319be9e140a4c3b6d121d5f5189c01645eb3f0", + "calldata": [ + "0x1", + "0x28850a764600d53b2009b17428ae9eb980a4c4ea930a69ed8668048ef082a04", + "0x18d076b75fd4bc868555e077b7fa8f507af61f042985faae615045f8705e2", + "0x0", + "0x3", + "0x3", + "0x5368656574323038", + "0x534854323038", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7b9ed802ccf3b140bd8108c9594b6804d226c7b04d7eec1072930ccd804dcdd", + "version": "0x1", + "max_fee": "0x12df3c610c000", + "signature": [ + "0x1ddf043d6582c140eab751aae8b36377c1acd51f538a819897d64d9bb54941", + "0x767af577cf5e7eba94cd60b83b84c7435a6438ed808f74b8f6a8915b2554da0" + ], + "nonce": "0xb", + "sender_address": "0x668062e224743cc1f9ca8b935762cd79af52791b58725cd025465c2720a34d", + "calldata": [ + "0x1", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8", + "0x329e5b0f1b7d514b82d367001be7a157b1faad40a1ad19c8f2cbb77502aa245", + "0x0", + "0x6", + "0x6", + "0xb2d6094226", + "0x63d26184", + "0x676974687562", + "0x5bcfa1a", + "0x4deaf26974dc90afe4089fb377b92069ea1959b85560f0575c978744d7760d8", + "0x28a13df79cb8862e56403bd8b599937f1cb13d915bbb911868f2b751cfef9df" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x68a10deccd2535288a08ca938f45374a70aa53d5f3be685b111c5568bbfba0b", + "version": "0x1", + "max_fee": "0x1e16bcf815d08", + "signature": [ + "0x9b4e36b14ef0b846f7b25ae5e82071a9c5eab7f39302dee6b9c3651dd706eb", + "0x18aa295a61adb39b3537757a4490ed6e39b18eae627c0bbc9686fce3619c3d0" + ], + "nonce": "0x3", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x7c585087238000", + "0x0", + "0x4", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7c585087238000", + "0x0", + "0x344521f", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6e17d8c71762091b57caf926d34468c0d643d4ac1620d5503904bc99bd37082", + "version": "0x1", + "max_fee": "0x30096f8e1f882", + "signature": [ + "0x3872e9c5667edbc9fbee37b01c106458b0ca3047b1f4d848beb68f1298a8b2b", + "0x698e0bcbe2dce9d9939d1c8b2ac8fd50a5871f27feb3950803bbef5070160c3" + ], + "nonce": "0x2", + "sender_address": "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b7868800b564", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2dc6c0", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x6b7868800b564", + "0x0", + "0x2dc6c0", + "0x0", + "0x695228f85d07b", + "0x0", + "0x2cdc60", + "0x0", + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0x63d4f61a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x656a30cd7d113d4fc2b3e28d70d072617714b27d1ebd9846ace579de464551f", + "version": "0x1", + "max_fee": "0x6e9a506970156", + "signature": [ + "0x415c4f5b49aebd2321ab552e05acdbb2d96be589e0f9b76eb31b62b30a1f685", + "0xb79e0448133d678f8ebfa4389378ac89c9b17ce586972e6b493f287e2189d6" + ], + "nonce": "0x677", + "sender_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x8e130fb", + "0x0", + "0x8e130fb", + "0x0", + "0x14a5e0668236a10", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x63d4f68f" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3b059267fa8e97d17eca0082a32b42363db6ffeba182847241c1d69de3f8d1c", + "version": "0x1", + "max_fee": "0x1de64eb26e000", + "signature": [ + "0x5ad33bafa00563f9d6f14a590123b7cbf1c9cd61ded683f7fa745f556db59b2", + "0x5fdd20a55053e6fef918539d62512802a6ed951db0439c9291f577ecab0625" + ], + "nonce": "0xe", + "sender_address": "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8", + "calldata": [ + "0x1", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0x68bcbdba7cc8cac2832d23e2c32e9eec39a9f1d03521eff5dff800a62725fa", + "0x0", + "0x5", + "0x5", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0xaff868d187f6329", + "0x0", + "0x95305f41e5aa112599c07a1ceb5fbcf20056998f" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x821f350fbaf1f9a4a87779fdbb2cc0a3f785189b0167d27d81c3a731830ea4", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x42c80213c47a46c385d667e4b07ee53c1aeaba73492583241004cc6b9db26d9", + "0x3209044c46602c7a22933ff17ec91133d239df124fec256495ad8590298bac6" + ], + "nonce": "0x27", + "sender_address": "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x4a9b6384488000", + "0x0", + "0x1fb3261", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x63d25d98" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4c0894a2a1768c6704d70e54ea337e7d9384a548cca203540b882d87dc65587", + "version": "0x1", + "max_fee": "0x300a04dcc80e2", + "signature": [ + "0x39df3ec8aa4a2e26011b061d72976eb522cf5224419a17afec9a7bec25262e6", + "0x3f5f44cc06095466aa5507fe865af57135ee65c66c4860907d325660c18e30e" + ], + "nonce": "0x1", + "sender_address": "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b7868800b564", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2dc6c0", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x6b7868800b564", + "0x0", + "0x2dc6c0", + "0x0", + "0x695228f85d07b", + "0x0", + "0x2cdc60", + "0x0", + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0x63d4f62c" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x21e256ad0a83bbcd0a1bfd477ac379b0d8f04da851eed03ac7f23a9c5b3e3d9", + "version": "0x1", + "max_fee": "0x37d256758348a", + "signature": [ + "0x4b6405fe2b9c8f066c67375bd507afcfb3dcf2bc59a781680a3f0236e6b14db", + "0x57c2f0ffcf426e59eaffda19154782acd361172da6dc7e0c0b702145c13d279" + ], + "nonce": "0x2", + "sender_address": "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0xa", + "0xd", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0", + "0x38d7ea4c68000", + "0x0", + "0x1ad8", + "0x0", + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xa10f262401caba5f7e557fd08df7cbafe369274324de03ed9c408902f9fc4", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1affa0b0c391ebbf80b0dc7969a0206e5bdd4bf16356697ddf79f1d035ed81", + "0x74e75f4f68150e51d7ba16fd972a61c9f0242caae49501a9e9dd1b8e2ce9179" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x54b6b186e74838d866fb024cd8e999225adb69d7d8330008b21cfa2cfbfe5e0", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x54b6b186e74838d866fb024cd8e999225adb69d7d8330008b21cfa2cfbfe5e0", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x519a3819c98247536792d8bd8ef3037ae6240b7f4e6d531eb993f90a6bae9fd", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x65fe36385208b37fa988091bfcb56f96cceec98458f9c32102a1687910870aa", + "0x31e7951358906a4e8723341640f59b5d85206605d7e96784670894a375820d3" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1d06d2a88ff13066396a871194f04fb6260fd567934a66edf84e2bcc0bc63d6", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1d06d2a88ff13066396a871194f04fb6260fd567934a66edf84e2bcc0bc63d6", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5c72ea25140d62e2dc7090f369366d8c8f39e7192662361797035a9e0866c8", + "version": "0x1", + "max_fee": "0x8c69b8fbf574", + "signature": [ + "0x6a181db409ebefa52ef2ebb3a320e5ed4f030daa266f29204d63a91308e4867", + "0x142382d9ef74e763bf945d0251fc342adf5440d71f98d10c1c9afe8b882a16" + ], + "nonce": "0x350", + "sender_address": "0x135faa783a11cee068cf6424db10f59f252941c4067c243495c7b76ea327b60", + "calldata": [ + "0x1", + "0x41a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf", + "0x1987cbd17808b9a23693d4de7e246a443cfe37e6e7fbaeabd7d7e6532b07c3d", + "0x0", + "0x9", + "0x9", + "0x1ffa341ccd458abc28b46d41d09bcdf69fc7e351a7cef42e63975ca997e6a58", + "0x309b1a78da270970e6d699ca738ce26ca41bc075fb8446c7d511b267bfe933", + "0x0", + "0x5", + "0x6d706cfbac9b8262d601c38251c5fbe0497c3a96cc91a92b08d91b61d9e70c4", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4a0ac93c16a6dc5bf6a4722db8fb75e181aae6aa14ab417f3d8745bc120887f", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x66b0d2d1345382e06b95e0c561a967199fe9e6edcb85f6f3ca4fade7518699a", + "version": "0x1", + "max_fee": "0x24ca059e2086c", + "signature": [ + "0x7b3ca3b25e9ea395aa911188c0e5726eba719403cbf5a711ca764c5f44a9759", + "0x7efa777d284f30d2aae773c27d7612d167c7be90fef6f065319a7a31737f5d8" + ], + "nonce": "0x9", + "sender_address": "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "calldata": [ + "0x2", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2e875d1c86df033547c5c7839d8b6e3641de29ee1f708bbce99743b34272ada", + "0x3", + "0xa", + "0xd", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x61bc2d3c3", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x61bc2d3c3", + "0x0", + "0x28a497178c1d3", + "0x0", + "0x11624f", + "0x0", + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x63d25d98" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x71ee3ebc3a2074676fa7711f3c595448244edaeec1ae132b5e6b6cd713f2438", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x28f7bfb559b435a854e8e44544c2edceaa942b486a0109adeb5afdae74525b", + "0xa5ced267bb1e3ea6c634a5ec64c28c97f07b2e711b5397c77251551c71a797" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4b19533ad3d1b0834152ef0462f0c32ea0dcea35c2433eec43b3cf39e5c5935", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4b19533ad3d1b0834152ef0462f0c32ea0dcea35c2433eec43b3cf39e5c5935", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x733bc8a3b581581eed354ddd8bc3524d0f9fe535ac46d5c5b120f17f3c494c1", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x8908cf1e6a820c093dcd14dbe3f17fda8eb7bfbf222a8310930589bc38c5a7", + "0x61dc4ac6e1288ee7cdd470240a2d82518da68e917b1b5b09cbd5f81b3ef14f7" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x73dbd4cdf9254be7505f109eca75259b8e2f45bc9b65caa49480bed8fb80afa", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x73dbd4cdf9254be7505f109eca75259b8e2f45bc9b65caa49480bed8fb80afa", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x549d4a1db8d429a7bdcf16d4c5cbdcc52a2c72be8016e07b3ab2eac7e19c345", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x307c781fb3938d3dde5f7f42f727522ac8f3997e2e0b3b69e3b59523c042186", + "0x174588f22ee00ff941cc12c13fe17ae0d2307def5fb77823b179c2d0f4b0e9b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5642b2153d992cfdd7b468997909efd4c4459ec2bc163bd9203434f60d00091", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5642b2153d992cfdd7b468997909efd4c4459ec2bc163bd9203434f60d00091", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4fce97f4512c93ec17c6e39d7f4edc66065c4c8821b2a1f61ca33f9dc5f59c0", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x590ad12165c0221d77223d08ded22b0ba12372af1c2d158f6bcb7606560767b", + "0x1a77f904f16adca710338c769bb023e0706fb75d5f8c854bbb399e1b6e0a5bb" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x23d1f77a2f39c40d9224df2dc42628a6724a7e5b99b2fd29e985a8033382fc3", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x23d1f77a2f39c40d9224df2dc42628a6724a7e5b99b2fd29e985a8033382fc3", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x133f81316a760e398a182894e5c53152b43e2877574590f7d1eec9c451f6c14", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x38c0522290fedd8dfffaf6cf1569a050dd7956b6d286da84d1e296835c9f698", + "0x30f51a5d0cf4c12db62932dd3d334a1560ea33cc26c1e941c1b86f91472c576" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x38fd7beeb82460a4431a228f8b8c9c9920d6d925295991738dc5adb911c2fbf", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x38fd7beeb82460a4431a228f8b8c9c9920d6d925295991738dc5adb911c2fbf", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x27339a9ad9c8fc39397e1f038a9a1ca31e40d5c4421d2f3742ae9856cfd810a", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x36c78461c0f1ff9b64935474ebb4a44fd19cfaa40ea767d5475b723e702cc0b", + "0x2dc41b41134533aaf971ec1da38c45e069afed35671ee8e5b0b857ef32d1987" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x52ba68dea2176df7e807f6f47d2575371d61a61b0292bdd64d5e0d42086a73c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x52ba68dea2176df7e807f6f47d2575371d61a61b0292bdd64d5e0d42086a73c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x738062ecbf0ba42b07baa7f8c7f3db8b14b5ea4a867c2f23fb5e387a2e982a6", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6934d64f0760b84317da8371e68320ef9464d18d02907d8382c7adde0fe7d4b", + "0x28abe75143f69dd49a894819484c17f190b47122b144585907bc9a9af909406" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2496bae33d7f610da1fb007e3c97450b8ad8febdc8a92d1e7362a6103737bbd", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2496bae33d7f610da1fb007e3c97450b8ad8febdc8a92d1e7362a6103737bbd", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x55f7a011ddbe4d0ded06606452773a84da4d5afd3e2faecdc06f1121ef34c4f", + "version": "0x1", + "max_fee": "0x22043aaefbccc", + "signature": [ + "0x66f18a2e43d1ab3accdf83447e04eafdea02e95b105090bd0c94c759c713b42", + "0x7a1b08b18fd75578a788456dfbf9a8f7243acdcc5108b105779927681e28e92" + ], + "nonce": "0x0", + "sender_address": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3b1bf5248b545038b97fc53525d5be840cf237a3faddfcaa7b9e4c8439fdaad", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x23e5fe9949e71", + "0x0", + "0xf4240", + "0x0", + "0x23e5fe9949e71", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6db2da5af9d715a633ba5e923ed416f6f4927c4bb0e4c58ce967f25d580f802", + "version": "0x1", + "max_fee": "0x1a03564865d26", + "signature": [ + "0x613805ff4b11bceeb01d434638254515ce182d99897a0224b1482565ccc025f", + "0x70a596889657b4785743b37e99e3411c623f77c0c451502287805bfc1398d7b" + ], + "nonce": "0x4", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x2", + "0x697066733a2f2f516d61725a71723653685a48535977763139354d514d4579", + "0x353347764c623554725a6631514c4244456762366545" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6e7824afc231c99503fe47a08352a2d7636eb23032448a3b191c523e2b21839", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x1f289018d66726c5b2c90b02fa3381b597b0f8a0310d461700cacc74b1c7586", + "0x3cb76a47a03a6c921fa5d2cc15b0abc800c731133c7e33a2cbb93df68922865" + ], + "nonce": "0x4", + "sender_address": "0x61ee58ad6c91cea98c846d20686159581ac33b5d3f4f4cb9ece601b69cb6fc5", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x6f726b63832bcfb5fa8e2dce46663518372dcfba1437657f290d41f8fdb22b9", + "0x29e445d02a994", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2ea046698c440f4f8663714f5cb58dc92307093c299b7f1813435af33455e24", + "version": "0x1", + "max_fee": "0x4d88cff794000", + "signature": [ + "0x635aaf2b937c69dbcd53b2a3b2c29cee1ef386740c4291f2ed63f8597f707cf", + "0x1eb7ff7004738f694f30452692a9bd15adecbf13dad526503db91eeade2dc4c" + ], + "nonce": "0xb", + "sender_address": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x268807d1f4dc7e9cca40d124871328085aa5e9200b7972afd718f89da9a9cd6", + "0x3", + "0x1d", + "0x20", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0x0", + "0x63d25808", + "0xacc354ff93f3", + "0x1", + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0xc16b", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xa56a12c4be000", + "0x0", + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x51dac207a000", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x36e3ced8d245e88e407adb2796555448c569742e50071b0bdee4b4b97f0f5d5", + "0x2f7a68c073a5e0adcc6075fc1f7263fef669d1bd0a320f3e73a1574b6c40d79" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5bca7284496601ad893cfa6e5510e25c668ea127c90f77e97d2fb63dea973e", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x17129747c6d5ac42fabc8b5208557d1e0c012d25ba517a74cdcfba26310984e", + "0x597b6bd9b58052d7a649aa81a0b817bf217ef0cf645a2c275d343e553baf004" + ], + "nonce": "0x27", + "sender_address": "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x4a9b6384488000", + "0x0", + "0x1fb3261", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x63d25d98" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x21bbbf04bc680360cf896110d608830db1a32eae76b85506fa4006ad6f44ce6", + "version": "0x1", + "max_fee": "0x30096f8e1f882", + "signature": [ + "0x35d085e8d71f96ce0e311b61fbd932ecf3c9dfc2523ffdb99e563b8d7831c36", + "0x1f67804ab2a581ce4df856cd93731be579125e9e305afea1ff5b3b462c851ad" + ], + "nonce": "0x2", + "sender_address": "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb31e038012e52", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4c4b40", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xb31e038012e52", + "0x0", + "0x4c4b40", + "0x0", + "0xaf88eef345b79", + "0x0", + "0x4ac4a0", + "0x0", + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x63d4f645" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x64b36665c450385115bff4fe1da39f8f98add6fed408d2fe5cf2cebadd5390d", + "version": "0x1", + "max_fee": "0x2a559b7c69faa", + "signature": [ + "0x2edbfd109ca291a08598b1b0404d2a0b5ccf22d3721444a7389cb6aa1493a9", + "0x6afbe42ee5e83696be632ce32f7490828f2f1723b5fc8d0d67e6fa6d9892c51" + ], + "nonce": "0x2", + "sender_address": "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xd6f0d10016ac9", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5b8d80", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xd6f0d10016ac9", + "0x0", + "0x5b8d80", + "0x0", + "0xd2a451f0ba0f8", + "0x0", + "0x59b8c0", + "0x0", + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x63d4f64f" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1bf69708eacc139228972b280e552d3c7b30a28d0001045e13303cf2de26411", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2cbb8ca8528e8ee1e679e2befbf2deb116909388ef6580b2770d2359803518e", + "0x32ccefbebeb972ec95d053f8fd57583f6a0a8facccd6c9e25c709be67dd8f71" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2a5b785300a8c3edefefaa953eeb5d0dba7e114fb700905386132c0343af23a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2a5b785300a8c3edefefaa953eeb5d0dba7e114fb700905386132c0343af23a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1967da97f52f8cd44e92603626fc12f92471869c577568b406bcee79de9c168", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4a960fcf436b41b7a45bf62041c120fb2ae7d0d5b1dfc6b20ca7903bcd39db4", + "0x21ddc2d6e02856ea81406d488f768a7e8b6f33137a5e96e5192bf46268cce89" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4cea352f4175ce1a29c356242cc298f4452d5acaa224fbd0200de4a1d5292ab", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4cea352f4175ce1a29c356242cc298f4452d5acaa224fbd0200de4a1d5292ab", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x111d54fbc1762304ddc57f493792f23f39017a8febfd229695894bd720d1293", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4a4cf14eafe572309a759c1f6686c022e1611d22a4a1f020329ab08987453d5", + "0x563c7303f7a4e9e0d6fb6f8ce42b76caae5e99c1b223b6aff8c49d7be83292a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x310f8ba3f1f0e3ed98d70b03695f1806ddac3b10dce3670d5a40a6152d35162", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x310f8ba3f1f0e3ed98d70b03695f1806ddac3b10dce3670d5a40a6152d35162", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x44182a07aa3a36fb57ee035ba483727843858d27852df52cea02213fb1870d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x273310e88133919e8e04b585469b79bb42824f012ca9773076045205cfdbd49", + "0x582792ccca18d82fc1c4a8bd8bf12bdbc7b5d7f4df3d21776ff95844e99673f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x191c172fcf531b19a67bd72a3bf977927689a486095f547291d1f721e385d58", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x191c172fcf531b19a67bd72a3bf977927689a486095f547291d1f721e385d58", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4a468af0b696e714648b7da15f347207883cb675c3121e5c494db6d4ebd652f", + "version": "0x1", + "max_fee": "0x1e16bcf815d08", + "signature": [ + "0x33bd386663c0769610b38b64250947b472d94845aad6a18f03970d18efa1482", + "0x7c39f88b4ea31c19d7c5771a01babcf7c97575e5cfca60fb7c968753120b6a1" + ], + "nonce": "0x28", + "sender_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x186cc6acd4b0000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x186cc6acd4b0000", + "0x0", + "0xa366886", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x34c56c9ae10c01607a9a9ff2d252addf9f2908093cb94741105f5804eef2d29", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x167c3e0519d62259330fc2c72f6b48dc9ed52bf03596984f387c25c212295ae", + "0x1e537af1b87a69d5fc0c0376d7f5ac775e2d42a40be1e78ff13a342065aac0c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6ab4090b1f7ae7ff8bc21a14c2cebc03c287fcaf13c61e001770bdc8c233e5f", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6ab4090b1f7ae7ff8bc21a14c2cebc03c287fcaf13c61e001770bdc8c233e5f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x61d3f8bc5e1d44d8e488afe77a235edc50a3bba52334cf521b20270fd6949c8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x3d8f776565186556ae16d76556f81a6a61e63ac7229139add0e45594ed756a9", + "0x4fad3371a2c635e7e4863b565a7f3d74f6e18f44eec88d38598bafc797e5657" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2b40e090858180492db5fb6781c42883449f38e3355c36879d105c3d711ed0e", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2b40e090858180492db5fb6781c42883449f38e3355c36879d105c3d711ed0e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4d5a92b7517a16db8a231006308e4eb00f5d60c25e213a43c4008944e2638d0", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x708f588752b5dcf3f7e56adc8cae5f6de072c1301af9c8239da741f2e5896a5", + "0x171b17c4bc4ccad5242b7fa663d3dacfac053c7ee30c919a8498a229c334002" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5253fa7a3933d2ed07ff14dc9b909e284121c28bcf85a35086b5167c83dbfa9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5253fa7a3933d2ed07ff14dc9b909e284121c28bcf85a35086b5167c83dbfa9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x321c4f45f83f574656fb65de3632a841616b1771d36dc5dfd0cfaab255b0b37", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7187f73a018fb34b5521d0ea271076e5b579d327cf42684461bb7cbc5a921a0", + "0x312b563026121d82286cd261f46bc625f3b2e2416e37ba1a296c849189b467e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x23f1449867f265a822dcec6dced7dbcdc79a97d218aa3f72d8aae2d1a0f2c30", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x23f1449867f265a822dcec6dced7dbcdc79a97d218aa3f72d8aae2d1a0f2c30", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x15de69084eb4dfd5de12b792d1630c9476f0bf631e71b83247480142f677a91", + "version": "0x1", + "max_fee": "0x1cd4360e0c7d2", + "signature": [ + "0x743c5632a3a9373831b78c82cba114651045a1d1efc87ac5712f10a0df9a8e4", + "0x2557e329cd029e661f2dfa0e653ca1e6f45f5256ec85db0ef1a0411a790c58" + ], + "nonce": "0x1", + "sender_address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "calldata": [ + "0x1", + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d59705a4474356e68686e5746484c704d32684a5a6950", + "0x5032735378537161425237527041725166546d565368", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4c230330958c7da8fbb300fa8213744bcfd0429addc75061c1dbe981a1cc1ea", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x300cb2528cb419b6e8ae58f2c6be898fb2b3115425ff8a0cdcda89f039e2126", + "0x60ff9221f11d112c3f79c0104e3399e3e23605e260aebccb596f2819df4f521" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4428323add8fe0bc8007175b091d4d657e00594c90e1624cdaf3962f0bda5af", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4428323add8fe0bc8007175b091d4d657e00594c90e1624cdaf3962f0bda5af", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4ce0123b9fcc1e853911c61a552238a8612a42e30648d9a94442bf357f57a63", + "version": "0x1", + "max_fee": "0x4a3ccd213a000", + "signature": [ + "0x217a6fa87de0fc7f49a098389395b46355ab9997d8124bc1210462402c0abab", + "0x1aeb3843d95edb3cd17a66389b1fd5a050fff9121cc376ca1f003797b576aa8" + ], + "nonce": "0x5", + "sender_address": "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xc", + "0x12", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1855db", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x38d7ea4c68000", + "0x0", + "0x1855db", + "0x0", + "0x388f27d8d3000", + "0x0", + "0x1836b4", + "0x0", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xd6c8a0c938eeed4bcb9fa7f3acccf9810dc0076cd0f52b70021d23a957f88", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x66f24edbc791707bf41a555b3499304298cd3cf6202bdee3ee9082dd5906f40", + "0x423d49a1dab0a034cfa364ea847216c1fab8601086aedcbfc1ca6bded8fc7f2" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x24d74fcbefc3868fcab859c40221e34ce4661a0c42adbb3dd41977f6534f04d", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x24d74fcbefc3868fcab859c40221e34ce4661a0c42adbb3dd41977f6534f04d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x534b642de623e002005b987442f724d2edb0c0f9fdcc6a3fdf9a0ef193ef0d", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x2967781c46094312f0cb210c08209c8f7f9b4bee3765b4aa29fd0980444d069", + "0x798a2e95d1e82ec1c328774fc77866b5d684a1bbc2c059df0ca0431b1055e68" + ], + "nonce": "0x26", + "sender_address": "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x4a9b6384488000", + "0x0", + "0x1fac5f5", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x15465fd83e6a28b76e48c10cfc14ed9c7565f7d6df42b4dc01299508585b323", + "version": "0x1", + "max_fee": "0x21662c6a9603c", + "signature": [ + "0x13172c4ca1dbd8e28ef478348aff0447d20bc6a02029555917537a747024161", + "0x648fec913b6bf5f53119dd65e9403a8d6fa4df93b882bf56cc36155404883e3" + ], + "nonce": "0x2a", + "sender_address": "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3a6a860649d92cb2c2e1068e013c8ab63b36c6155658861e544a3f477c9691b", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5d9a6453487", + "0x0", + "0x2710", + "0x0", + "0x5d9a6453487", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x63d4f6e8" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2784f160fdf0d1e4db7ece6426d79d3e527c6e23fc258de7a19ff36884c31d6", + "version": "0x1", + "max_fee": "0x2717ab41a9798", + "signature": [ + "0x734927552b01bdcdc5cdb67baaefc07b519bc1504d5deccb83e64b24b8a0849", + "0x5971cf02cd52a6951941eef0362fda2e3f87deed87cddd1fd9c3c2958f4354" + ], + "nonce": "0x6", + "sender_address": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "calldata": [ + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xa", + "0x10", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x27100", + "0x0", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x5b28988f47a4", + "0x0", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x27100", + "0x0", + "0x26480", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x5b28988f47a4", + "0x0", + "0x5955dd304116", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2136bc4d93bf6e29a8b1a56ddea3d9c0b0ac20f3f04192e1fe0d73c20678ca7", + "version": "0x1", + "max_fee": "0x1de64eb26e000", + "signature": [ + "0x7d57fb0d1c2f4711fc8adbfc34e5acb7ac60aeb2bcc7a6d5a27c07aefbff14c", + "0x5fefdfec9eabe62d16fe56195eeaa378790dd28221b5b97c65db26412cd8533" + ], + "nonce": "0x8", + "sender_address": "0x3312d1144b649e41cdcc90ddd6c546466f94ac97ba991dcf5646cd431276a7c", + "calldata": [ + "0x1", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0x68bcbdba7cc8cac2832d23e2c32e9eec39a9f1d03521eff5dff800a62725fa", + "0x0", + "0x5", + "0x5", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x1944c7f3f70a32a", + "0x0", + "0x9261c81ffbcba68ad8845b396622242378c08724" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3331e7a8f284466daba780f7010566a67381aa91172dcf34a0a74b5e63571c1", + "version": "0x1", + "max_fee": "0x7414cf7561bf", + "signature": [ + "0x7bc503f12bb9cb42f690d9fe47cff5d669a8dc6c4e62fca0ed8961ea3b7e355", + "0x74a96d783123bf20431ad6e2a2995b3bef3b49a38ebccfdea08c361243f6bf" + ], + "nonce": "0x0", + "contract_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "contract_address_salt": "0x761480a26c78d6af5889a2878875ef9b729e7bf1d8cb6ebd6f31470f150b6dc", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x761480a26c78d6af5889a2878875ef9b729e7bf1d8cb6ebd6f31470f150b6dc", + "0x0" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x3ba563116f322b50e67070334088807aa44ce2256364ac5647b7bfc9e27e9a6", + "version": "0x1", + "max_fee": "0x84c759f84060", + "signature": [ + "0x3b0498f2cd82e8b4cefd289a791ccc06d46180abfc91a32a06eff01806ccb6c", + "0x253cb93d856385ae10aa92c57c7b2ed664b8bfef02b51bb16e18e59d45691f5" + ], + "nonce": "0x1", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x1", + "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x1", + "0x1", + "0x92d9a65ac6" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x13886d294aab1f6245e2c733a3dd636ed234b8d53eaab106452c356161cf51", + "version": "0x1", + "max_fee": "0x2393738095ed0", + "signature": [ + "0x12ab18a85dc2c7888752d07d509574b5efe4b86c7b4ffbaee3317ff84710985", + "0x501a456669cedc7cc4ce95d727b69b17a6c20d92879dcea03f1f34f67c2588d" + ], + "nonce": "0x342", + "sender_address": "0x15df630d10ce0fb9344ca325843d38fa2dee39cd66ac0fa776a53274fdb59bf", + "calldata": [ + "0x1", + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec", + "0x8bde087a787e765f84e3045b61265573830a938d83c750c5b44ca3e6c1b3e2", + "0x0", + "0x1d", + "0x1d", + "0x7f615d0fcf406d2b84c2c1b0b234509f1ab29eb37a121149bdd4ed28c45ae48", + "0x0", + "0x1", + "0x3", + "0x5a75756b6f75204d61797a6965", + "0x0", + "0x1", + "0x0", + "0xc05", + "0x5a696ee965", + "0x0", + "0x1", + "0x0", + "0xbfb", + "0x596f757620446565", + "0x0", + "0x1", + "0x0", + "0xc6f", + "0x3", + "0xf8f818d3fe2572d0d51b8c01fd645975", + "0x7d3815e7b3c58e6d103a01bcc1e2a5da", + "0x1220", + "0x65770a47354d9a4ab44c274c8f17d836", + "0xb7aa3d72c4e270dadba8a24e4e5a86b0", + "0x1220", + "0x222e9ee200fbb61802e8a4a6066ae9b6", + "0x2dfa1aab1113519a3c75da4bdeba0f29", + "0x1220" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1e377164195773669f3b6ec5f04e3d7cac0187422c86aa8863798c15381e00e", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x8c72a9ebc00f1894750b7c85ebecba75e1026a39d7a4670ccb072dae2ca772", + "0x499c857307f21d78609dd252628339ffb961b9a616cfcd541b699a42923eb02" + ], + "nonce": "0x26", + "sender_address": "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x4a9b6384488000", + "0x0", + "0x1fa5b7f", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4d6f089c985a7897621f6f8a41dc374aa15d244836528b5aa48ae098a3790f8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x3247bdc6e9d2fc2b8cc077918b2339565521d371d082e94b26deaa9cd4e5447", + "0x64cec22376e320c7e6852e2e1ae929154bb302b992df8d4a4b3e1c2f8eb72de" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x18955b7c495b3c6c4594070cb362950e8755c3195ec0b8101d48effc25855f9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x18955b7c495b3c6c4594070cb362950e8755c3195ec0b8101d48effc25855f9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x57a886e4af0549f7df02d0478bf7c7a64e16ca0e61f4b990e7ab9ae6af487f4", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2a17b708d6e1174df500c550fcdda78a5d047aa415913cb0e683ae4c18c7437", + "0x5ba9783730c1be3723e689075f1bc22de301cdd33b9d54db5899705a99ffeea" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4f9651bf54dff50e6a3f843bd6518ee5026cdf8dbe41fe53809c089d6cf9e37", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4f9651bf54dff50e6a3f843bd6518ee5026cdf8dbe41fe53809c089d6cf9e37", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3d88887b757d3c800d09a43ae5cb240ac39b57c0e519f586645422736820b43", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1592b877479efe0eace480e3c78f568c6d4615c4213de96cc6dd3b3fe8f0898", + "0x73ae10d63fb84e905ca05c6ed01f6535f684b340f09430a3d2b512e3f7f7631" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x16c235737c76bf69a9187053b17a56e2179feedf50970f7b4a09e782a442595", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x16c235737c76bf69a9187053b17a56e2179feedf50970f7b4a09e782a442595", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1dc9431b6d7bf18b00d4eabd88c2a89f93ee2959e4b585ab60fd752f04bba26", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1de25ac64228dcefe6f8c8bcfaf60d3ebc66ecc3a6e2ed9d77dd2cf27dde179", + "0x757189ba9e41dc3cf90566620a8e19d06dc0609a53260b4328aae9f37b298c7" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2649d6d332e6f77f9eca3a128c46a9b43c7572d9cf6c6d424026f25aad62c96", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2649d6d332e6f77f9eca3a128c46a9b43c7572d9cf6c6d424026f25aad62c96", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x22bfc44d281de37ea1602bb30eda4de989f8b69e047ea55c2ca0eeb64b9db5f", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x591d4ffc787e5cb9e3e9122f89c6fc0e1399478edbb6032713e01acb02b6da9", + "0x3e5080a8d918c81dcd1407f8ded92bac764a10dcac95243df12dc27ae88e591" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x53486205dd9de90b8d106128c4509bd9d20762435898ae014af4404e7040964", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x53486205dd9de90b8d106128c4509bd9d20762435898ae014af4404e7040964", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1d58c70f16839cfce5cf105902312382408f20bd9c1b05d9dbd0d6a9c9afb69", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x25c413f7ec386ba201e292c6fd2e9270056c829d16c08114aedff950b46d7ff", + "0x4a82c3341a0b09709447beae76e066cc4fc46068f3086d1c350aa1a0657a84f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2c64beac99fddcae0d2107ce66f8ba7175057b63a338746a957bd6dcbd988c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2c64beac99fddcae0d2107ce66f8ba7175057b63a338746a957bd6dcbd988c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x257db91bc6308610fd211034237c6810be544c86085890c1a1b8efd63f3a892", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x39372d06acc296391657447bd98ba45d30a97b1e84e6765efc34195e2b858b8", + "0x612b33e55e6e03b24b0470bfa3a94206f9e5ce269f07de95ba4c9fbf7344e50" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x502933e3a5292dbea42bfadf99aa8c9d32dd87c86b285cf0c162ebf11310e71", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x502933e3a5292dbea42bfadf99aa8c9d32dd87c86b285cf0c162ebf11310e71", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x62bef20a2c3d81d0e0f03dd895437a56ff9a494aac7ef2247079979c52b3f24", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xfdfba9e7299e8f610d57da3841a19fae7e44aa0d0ab1581eea2682085595e9", + "0x37fc25885c4a388cbf7476305c5247e73e312ea2e672fbe702156a75cf2b86a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x44b674e53be22cd09a184d2d58f7c7513aeea8ea52c97585f1699896ca32f2", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x44b674e53be22cd09a184d2d58f7c7513aeea8ea52c97585f1699896ca32f2", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x785e41565f8468748f69dca470b1be376d17532670190800e096a2559915cd", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4453957a5e30ee1277f967ca17965247a2b51f32db900c74d80b20fbd7d24db", + "0x43c386b483b052431191ba694f511223fe6fffa4f893b3770f1bab5642caa42" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6cf791735a5633c807099c232a49f65c73e0577b399092c197d219c967ed2f6", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6cf791735a5633c807099c232a49f65c73e0577b399092c197d219c967ed2f6", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x22b1a24adfd2f7d0cbed3aafb2287a63fc4de3edc20f9da3fe43ecde75a29f3", + "version": "0x1", + "max_fee": "0x1a03564865d26", + "signature": [ + "0x2a90c82e40234e1a4682091951a42bcc3cf2dec905953d072f97c9e76fe6f4d", + "0x27de6e957d0a435b55fd3861aed69ec5616b017b6b86484cf89051b36090cac" + ], + "nonce": "0x5", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x2", + "0x697066733a2f2f516d574d76515275694370724d69794e5277795945483247", + "0x4d6d3936377a6961453444586a7051737156756a4168" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x54d8af13ae5869a0602cb85eb0c401501547e63fece50ed02fcac741b575276", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x630d075aaa2e46831c1d4db60e0485e0861a0cad3f328ad5ab7a589a8581e38", + "0x5bf5412d6eb3e838634c32ed20293dda3e611d704650d47a8d5e618378d3b40" + ], + "nonce": "0xd", + "sender_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "0x221b262dd8000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4aa2e5818d3bc33f1479558dddea81288bd6ca1c86d4bedce67ddedf892b624", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b7", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x7c585087238000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x668fb80cb882d5c75e7661a7286d40ca1c61ff5389c1ecc2c2f168cbb730bd6", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x74f5de30e5bcca6e7c7bdc45f080cd5b53e2340778fe3deea0f4a891fc2b734", + "0x7d54bc8c3e16dfc4aeec28a0603f41d25727509bc0ecc16d29fab19125e3fd6" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4d78903bd8186315d12d57ccb6f8156261799a428083f1f6840358cd6582c7b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4d78903bd8186315d12d57ccb6f8156261799a428083f1f6840358cd6582c7b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x506a994b3651298e6dfd3c1a69c9014ef5da4196c718c83e1d10007b3c535c", + "version": "0x1", + "max_fee": "0x1e14fd0c1c3ec", + "signature": [ + "0x1198bb6992f5be393e3dd35316d8ca080f71259bed3479ae145091f2079d5ae", + "0x20c79196bdbaea37d28d0f91c1b79de547476ac5a7ad10fed8662f788c92fb0" + ], + "nonce": "0x29", + "sender_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa6bc37a", + "0x0", + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xa6bc37a", + "0x0", + "0x17cb0ef9e76f6b6", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x378c94308c594f65a7d414d5a76f9334c3af31e6bd870917bcd385d0e279d77", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2160d5bfd6009c4cbb8bf88fd7188e77bebaf3bb8d06e1c14bccfe3c7860747", + "0x3f2fff93528c8f58604de51c5aa951edd9ad77e0a7af3a0310d27438e5b64f1" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x29203d04fb564613196718984495dd39b70299019c6bfe3176fd2461f8e47cc", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x29203d04fb564613196718984495dd39b70299019c6bfe3176fd2461f8e47cc", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x688778c3995dc08d28cc0f5991a415d9a6b7359e97ff272d6a1970957ec2d4b", + "version": "0x1", + "max_fee": "0xeedea77cc7c6", + "signature": [ + "0x16754d2f25fc89eb7e7053804066044c621cda310ba8b97f66c63203f67746f", + "0x1da270ba41e9ad652fab96590a4a595e8a947a76bcaaa7aae8d29aead5bf31c" + ], + "nonce": "0x2", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x1", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8", + "0x329e5b0f1b7d514b82d367001be7a157b1faad40a1ad19c8f2cbb77502aa245", + "0x0", + "0x6", + "0x6", + "0x92d9a65ac6", + "0x63d2625d", + "0x646973636f7264", + "0xe7b26b298842064", + "0x4e88b926b2337a462404a8d36ea9fa293704c5426ece54561207f6c756fe0e6", + "0x2b0f0340ec9faea5feb91b0e4ce5a67d5cde4487a486bb1ca981dabb71c3754" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x60ec2743f4f19d2a08b9c2f088a8826e6d5ad4656785a3d6363142ae9ac27b7", + "version": "0x1", + "max_fee": "0xbe062bdaf682", + "signature": [ + "0x2f829bf64133a62b993d1cb13174cc1b1a7b3f171fc93e4962c1a38f3459bbc", + "0x4f9dca3d62610463b61c4aa1d1dbc7b05e59f6be3b0e8738954f10326ed38ea" + ], + "nonce": "0x776", + "sender_address": "0x5f1da1721932923811386da9f001b367eed17934981076010f8e953d4371d98", + "calldata": [ + "0x1", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "0x58788cb94b1d80000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x71e083c127d5b6cc982ddfd94d878075d617de6907d66f529cce5a54fa0da0b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x18dba7f2dcfa7dac128d2b4ece7ffcb7b58cb15cd2f552d7729617a28755481", + "0x7d2af0ae782d9cf2c50de6c4a0231da21e63a38e04fffc5b72758f5d09a1ad6" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6ce6d84725b6fdeac01214668ffb424efaa38a65526d0861c7c4f45b52d2869", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6ce6d84725b6fdeac01214668ffb424efaa38a65526d0861c7c4f45b52d2869", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1a6240332ec970d40ef8c8ba674b2b4b63652e97a5ee5827bba4ddf039e450f", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7f204d77140a84f1d966c8ad748be7bca5125b3cb1b846f3eb29667f2d5e690", + "0x4f0c73de09fbfc7f9d39a72ce2f0a4fd283b2e1942171d6d8cc439191870284" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x222b056e811514156fa61973765b655d81dcc6e721fd9baf6022cb427edcf2a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x222b056e811514156fa61973765b655d81dcc6e721fd9baf6022cb427edcf2a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x68d0c2387d5e200a840057d488e1efc2dda1a176dbbf5e01520d99f0346c724", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2940b6938e136a62b523ad0f7bf07f949df8811c3ab6e35116c4b3f02f33002", + "0xb998f100b891125b9a3f2551b280f7e9b1a27e00111dcb2f794a31f9b88ee1" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x529e134e1fba53f09e694fc4c79c60fa8e2d18542c5eba5527871fcf90a300c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x529e134e1fba53f09e694fc4c79c60fa8e2d18542c5eba5527871fcf90a300c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x36696360537ecf3e939e625ab53044727dd0c7bfa613b0630db663789710931", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x3785728b1e4b699ff9931fb6b99da0768d8d50e6f6aa730c32a1bb5188ce916", + "0x478430c4f7b25418694a03a45d826e7bbad0e1106bace2247873cbd99fa2d52" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4f6efc6715ba6e81dbe193b51f8426a35d92543e9be40969d8f01569e0485a5", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4f6efc6715ba6e81dbe193b51f8426a35d92543e9be40969d8f01569e0485a5", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7fcd3a2972257de11f9fb190852622bfc4326ef73cb5e5677975cf5015ace2c", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4f1f0c599a4a05ae323317a09b5f7162dd8bd3a95cd3359bed8a18621f2596b", + "0x39df0a2dbbf0c0600e11c1493afdb37360ed411d2ed23f225504299a365d8e1" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x14f869f9af7d337f670f6cbb3a5beec303e3b5e2941f4af5d376ee376473194", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x14f869f9af7d337f670f6cbb3a5beec303e3b5e2941f4af5d376ee376473194", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x42652319be1b7e373d28be51ff728d996107b7ffb6e953eb7f7ac3f6fa627f0", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x15b3130db0d94b621c6a9c4f5d1b6b37bef0ad2de5bbab02446c889c4a966c2", + "0x382d90548b1c181e3b60dc9029f5719944ba45135ae71e916dd70953809eb56" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x357b5c8b96f28d990bd99b621bd3153047ebb78e6e3138373b208293d571adf", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x357b5c8b96f28d990bd99b621bd3153047ebb78e6e3138373b208293d571adf", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7f254c980d8a54f89f2461b67067ac9e4d93191aebf078eaaceb5eb522bab95", + "version": "0x1", + "max_fee": "0x1ff973cafa7fff", + "signature": [ + "0x5610939882700ed21cf34721087a65ab27a227fa7403e80d58509b57cd6d21b", + "0x3880f112443dc8971d84daa6f03e0f6bebbc433c4ea656237445e4df96d918" + ], + "nonce": "0x5974", + "sender_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x12df1f46775e037", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2b82a10ef7054c08a95ff7056d0c41b62e95a4ad1cf24dd8073d9d3a2115f46", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x797fee46664df498a91b189a16e55ffa434eb37e06499692e6ecab9da9105a4", + "0x4a2c7377f60b0f6bf620172cd1b244b14a2ffc441117c0e3ee72b8ca350a218" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x445d84dc48609f08f24634a799664afa65da03e535390211215327e72a603e4", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x445d84dc48609f08f24634a799664afa65da03e535390211215327e72a603e4", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x228898679672f5a76c88b54b5ee8333c4a42f1ff254e6077239ba1cdf9a16ef", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7d3604cbf52cf23c24b51b69b049d6dbf73f316e0c15e527d5d47f0754ed666", + "0x58bc299da84050c3d1f30191f1fef964aec6d63fe1c49509164d83939e73512" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x141420ab88eee2ff789d5bdcdffbd5e757bdc002ec6bc8d89aa3b407a6dd1c9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x141420ab88eee2ff789d5bdcdffbd5e757bdc002ec6bc8d89aa3b407a6dd1c9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xd3a1ac05677f1db2f173cb8890a24b0a22a35c785ff2a5972c7fecbbb314ed", + "version": "0x1", + "max_fee": "0xeedea77cc7c6", + "signature": [ + "0x6d8887cf8e5131f629661cc54e38228d7933b2d8a14b44c0015cf44973a877a", + "0x15b48a7759cdf46e48ebcc8dbadced0c20bcf09ede0488e3815e9f9f336d27b" + ], + "nonce": "0x3", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x1", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8", + "0x329e5b0f1b7d514b82d367001be7a157b1faad40a1ad19c8f2cbb77502aa245", + "0x0", + "0x6", + "0x6", + "0x92d9a65ac6", + "0x63d26266", + "0x74776974746572", + "0x161eb59212962003", + "0x778712ddc56fc44ce38a152190ea3dc46c697db8c753b8c968c0744b0476319", + "0x6a1892000c2e97504d8eb9b39fe2de89918ec739064acda2cc850cf2dce74b9" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6f41e1b2272e78b27429bcf14a4c34869c561982c44ddff43817237e23a31a0", + "version": "0x1", + "max_fee": "0x1a03564865d26", + "signature": [ + "0x4712ab0fa3d0068b2a3a93e6f5a11b823862e028102000078b3e6af15a28ecd", + "0x470840fa851c947d5714e5a8bbdc612c79ca05d86e34f4ad1ec31dac6bbcfb2" + ], + "nonce": "0x5", + "sender_address": "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x2", + "0x697066733a2f2f516d50367866775739384d744d684c67636a394c4b316d52", + "0x7664524c4275756a6d4770636350777157435464764d" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x339356650b100389988456da358c435afe571892a8000b3b9b375a6065d0b3e", + "version": "0x1", + "max_fee": "0x54ec8fb4b6000", + "signature": [ + "0x3016ad7d844e75da384894c6bf9969ae0baae2bb2ada69d4321e7bf9bb1b01d", + "0x3871318a2601e021dc005280d75c4205d2c6dd1bd55eb1525f7c5e51fa3bd72" + ], + "nonce": "0x2", + "sender_address": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "calldata": [ + "0x2", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x147fd8f7d12de6da66feedc6d64a11bd371e5471ee1018f11f9072ede67a0fa", + "0x3", + "0xa", + "0xd", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xe1b20270c", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xe1b20270c", + "0x0", + "0x653cf7373b404", + "0x0", + "0x2b3931", + "0x0", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x63d4f761" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x715ba2ea461bcb815582a7736f88dc23667eba9062ec1c1bc5666985dc28f85", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x364c73719c234be85b3e77f4b17427d37c66da9fac0a57f398788ea08bb9645", + "0x6125e5d682dd120b46e90b18123d6393cd09312387a2c6873f2361022b9b118" + ], + "nonce": "0xe", + "sender_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "0x221b262dd8000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x72a027ec51849e3c299b39b5c554a6fc337ba372b687bc7e39c75fdc3d7e6be", + "version": "0x1", + "max_fee": "0x1ff973cafa7fff", + "signature": [ + "0x672421793596cad0c255e2eb35f8eca71fac087f3a0aa8ba682d86089460ad0", + "0x1a1bc228bc975f9923df3356b385970289e25818df95579e96ec1377f5c74c2" + ], + "nonce": "0x5975", + "sender_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x2731ad86246a925ab1e53dce10dec4b82369d49fa6af08d7600a52fe7aafbca", + "0x25be3e8ceebc024", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x612699bc44da3ad98b8ad9beac89b9ab701c1590636ca28b7a238def76ba31", + "version": "0x1", + "max_fee": "0x53e6a07b04000", + "signature": [ + "0x183964fcf5ecb0aaa5c1f2d43fa0cc3850cee7ce221342d7de47c3ff8b5c146", + "0x62a3e45fd9994a724984e953fe6c4a4b6bd562698a7bdb5743c8cd985e2542b" + ], + "nonce": "0x6", + "sender_address": "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xa", + "0x10", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x38d7ea4c68000", + "0x0", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x184ae9", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x38d7ea4c68000", + "0x0", + "0x37b4e07e14000", + "0x0", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x184ae9", + "0x0", + "0x17ce88", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x66aba16c6ae52e2210135d10e8b0c37f50dfdf8ef0930f0867ac0f812b45a6f", + "version": "0x1", + "max_fee": "0x394c549ef0000", + "signature": [ + "0x68399691977b5b711f045c4417ac03c08941b8f613133b42b9f2b7c23f0cfe6", + "0x750c72f824d5b846a61e5f9ffcad50dcff20be09b1ec9c53173681956eab29b", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "contract_address_salt": "0x5572534a85cac58dc95c1c86507677ef91647ad02148e7d30ef9c169f1109f9", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x5572534a85cac58dc95c1c86507677ef91647ad02148e7d30ef9c169f1109f9" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x75a2cfbcde021919d22de3b3f3560d2340024654f7aa2c5eb3e571a82f42ee5", + "version": "0x1", + "max_fee": "0x1a03564865d26", + "signature": [ + "0x189b3aaba9e8d26d3833bf9c2d154e34bee9e3ffd9a9838850caad8bf657fe3", + "0x15cb63e5a249127b75bd03e677992667be99ce394b18139298567a7633588f5" + ], + "nonce": "0x6", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x2", + "0x697066733a2f2f516d577770645237337473796777683278484e4c70417548", + "0x796955526d48795071445577546942687a397432704b" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x45e6e3bd77e3f33bf491f9ebfe116f6c9ed5bc1a396047bbdfcbc9aba56c2ad", + "version": "0x1", + "max_fee": "0x938ebc8c5e30", + "signature": [ + "0x4bb1a80434ad2b277e88e3c519c05d20c63c6efa2b3fe82325367e9252023de", + "0x49fb91e08740e441c9537e03dcb297c3ea9f1550896ef867fe7787f1ca2fbb7" + ], + "nonce": "0x288", + "sender_address": "0x53877052f990547ec7ca9dedec3a33ca321d3d45d2ca0790a1bb34bae52956e", + "calldata": [ + "0x1", + "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "0x20eddd31879c84f0633e8fe78fcb3de88c88e9ac3b82db297b92c88b576acf", + "0x0", + "0x5", + "0x5", + "0x0", + "0x1", + "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d", + "0x1", + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x24ecd87bb0122220423261f307a1f01b81ec325d2f2a345f95edbfd744d8d2", + "version": "0x1", + "max_fee": "0x17fce88186000", + "signature": [ + "0x71373aaa9f7a9c46f3eb938e7736d02bcd200420d767c37ecf9dfb33c3f59e2", + "0x2438731c2ce2083a728d503b99c88d5374170377b2bf75fc0780e20c490cf21" + ], + "nonce": "0xc", + "sender_address": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "calldata": [ + "0x1", + "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x1", + "0x1", + "0x66e1b428d4" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x9a6f5f8b364383728ee21a2bff6dba3e485cae2c86be16f94cf6f46cd1b45f", + "version": "0x1", + "max_fee": "0x4d88cff794000", + "signature": [ + "0x173695f2e4a318dfe6856dd76a50b2ffb75cb6d7b416e4227329f82247bfe93", + "0x629a3b5e237f9ab057de067a27a8a736005758303f63fc8d6255126b862bfca" + ], + "nonce": "0xa", + "sender_address": "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x268807d1f4dc7e9cca40d124871328085aa5e9200b7972afd718f89da9a9cd6", + "0x3", + "0x1d", + "0x20", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0x0", + "0x63fb1185", + "0x6f0032f67f1", + "0x1", + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0xc502", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xdc8d6e5ba800", + "0x0", + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x6d23ad5f800", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x7b762c5aafecae4a9c07c6ef67f81fe2cf25aa4d4665a1c806434914f16c5ae", + "0x4daebf3c0954209776d9a8c9a440e22a5a4ca1e8752a3610d85e80fcca4f139" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x53d6732bd1048683c340c4581895f515c15ae854df37b4ce898139cf4554b68", + "version": "0x1", + "max_fee": "0x7414cf7561bf", + "signature": [ + "0x38c3cf7997dbb155fa6c42baee439ff135e8d8d72c4dfa2bee3e137b1cd8a36", + "0x4fe4cd5234806dc8896af8ca0f4f570bcc8535c8b6d5b79d1e087b02d71ce48" + ], + "nonce": "0x0", + "contract_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "contract_address_salt": "0x7cecb8fb1a58877b6b35935cda472672eb9116b6fb8115eae080116742284df", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x7cecb8fb1a58877b6b35935cda472672eb9116b6fb8115eae080116742284df", + "0x0" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x2b7b4f7de621a19e64fb6276a9089729806e85ea30eb1d90553252e2b53c9cb", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x3d1ae712351f9fc2280c6e19d7177413c271832160e2b1b2e06ce8973771f0c", + "0x1453e09b3d85bdcfbaaf822c7028d181f40d7eaebb235735267619f503b88bd" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6b29fc8a9465a3aa04b6af7b143f38390b4cd314d3cbfc6de55e2e61a4681a4", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6b29fc8a9465a3aa04b6af7b143f38390b4cd314d3cbfc6de55e2e61a4681a4", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x64ba36ca2887c279b0e3d7cf3b21a821d448443c955f70623f259129f40b24e", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6c2d42ba5680a213d3babc2536353e29f59ac378b9ea63aaa80ee7eee0c6d58", + "0x6dc391e819e6e6d9958278e2c4962cf47d79e19474854dab5f1937f9dfdb1d9" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x694ab71ed5a8c6c947df39d66a61acdfa41401197dcaa6a5e263f637212a365", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x694ab71ed5a8c6c947df39d66a61acdfa41401197dcaa6a5e263f637212a365", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x78e5639015152cd7024dd74dec1eb846e2261dcd61458c5169f51a5735ee6", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x71d8b4628da571a8c5840d2d6bea613c4bad2ccb8f1ca84dc22d1bca04c66fe", + "0x47e79ecd16983121a05e7646404c909095679e81f065787957af261e6f9a7cb" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0xc8a57ebac422b0767b7b16397b37f428a034a364998faaae7b1273380119aa", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0xc8a57ebac422b0767b7b16397b37f428a034a364998faaae7b1273380119aa", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xfd5ec1f6f3691c76e2d1caa446c26d48a3eaf80be2628e38bd4eab08e8cb6b", + "version": "0x1", + "max_fee": "0x8555982e3520", + "signature": [ + "0x4568f853e8cdd9708397610eab7d0c8261569e52c24f77ee7a64034716719dd", + "0x6120b46ea1e8516e14c30746a56a405f55d3031512f06e437895b348d5c1856" + ], + "nonce": "0x1", + "sender_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "calldata": [ + "0x1", + "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x1", + "0x1", + "0x19c913899e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x77a49b34a2c3e7e0494e4141d26a6e56f24517241c4905b004572ca03cdc094", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x20a1274289b3a9554f57507b0ccbd8be4d237cb2cd5d2f358e3151760b3bf4c", + "0x2f1b2e65f70b7e0d2858c25f3a3852e8448ae96a1164da058413abc02d1d958" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4df1b3a868a24117e8bfebcb5b5a17ab85ee28992fc1b8e64e4b59d4a315487", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4df1b3a868a24117e8bfebcb5b5a17ab85ee28992fc1b8e64e4b59d4a315487", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x321208e5d3fcf84862818f9ac2a681c55ca1137640d3b87b8ce01c1f3e06f4", + "version": "0x1", + "max_fee": "0x24d76faf448f4", + "signature": [ + "0x5139fd8dcf365427d7c6146d258c07d96cd8ce3eac4ec5b3070f45b71e0b6d3", + "0xd7162daf3adde9f450a41ea24c8b750ed322b509c725543a05832351d132fe" + ], + "nonce": "0x6", + "sender_address": "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1c9c380", + "0x0", + "0x1c9c380", + "0x0", + "0x197d29d1f8f7df797", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "0x63d25d98" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6a82ef9774d42284062335fb1397b1091270818d4d37200174d4eeb74e3e144", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4f6163069b5d7359e2ade5231baa03dd00bb7bfd250183cb2fbb8dff53ddbbb", + "0x7f6318face78cf929f5fe693dcb26c0773ff0c803a8f12fb4bbaecaa09f474b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3d8ed84f274e01bd16918d219d81016e10cc0ea600d998a769a3a1d7799bdc9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3d8ed84f274e01bd16918d219d81016e10cc0ea600d998a769a3a1d7799bdc9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x227bf993b5ea5c8f0b5d5a212def63df7989e2650b792fa1f4c45a187b16d28", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x17fc1c223419df55163f879b5576a1b86f7247d4fdbdae9f3c1befc024033e9", + "0x424a7cdf3f33769073fb4bb266176631130da2440f2f9765e451a80809aef97" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x9ff0778b7cbeda4de465cad26b2c858a473320ef975c270ea9df35e97c6aa", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x9ff0778b7cbeda4de465cad26b2c858a473320ef975c270ea9df35e97c6aa", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x784d7f46f791dcc8c58c7e029bde83f2f8675d0e239e31c523bc00d866e6d7e", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x461fbdbb82e038b365465be280a7001ea30b694a08121945b516a73715983e3", + "0x35cc62451f08272c8a3d1bee1fedcaccee7274d6aa7ee0ff35de1c7060a434d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x151f3038b40656106192112788ee9552582d2de5d492df364abd630b46d5935", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x151f3038b40656106192112788ee9552582d2de5d492df364abd630b46d5935", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xe0cb4e11fd7ce9933a1d79f143f4fc90da6fbffd9963ed453d7c62ad0bcf17", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x686e97c7081cb1940fe564e5d70d67dc8f832b40f7e7ed6cdeffc11cc666995", + "0x7fb3db2cb35bcdd5da6622b7b473bd37035da71f06097088fc3242e8d4705f3" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x34682aed57e584da7d572ee5ab846a946b77bb5c48e3e112a2312c21dfd3996", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x34682aed57e584da7d572ee5ab846a946b77bb5c48e3e112a2312c21dfd3996", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x44c3f867ce649297886256598871b08475c143298598864f6ebc453d17331d0", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1772544b4ec0a0f613fd61b9e080b302b1ae77c7fd79b2b67ab79bb72e0df66", + "0x77494ae0302418a7a121c897602cfcb3810edb91d2dfcde15daa751ad99660d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2a05f6643d11b7c414f5de1884da96d589fca77a126d9108e7540d61aaeaa37", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2a05f6643d11b7c414f5de1884da96d589fca77a126d9108e7540d61aaeaa37", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7c455ad00618ff849148bde19d3348f6e2984772dc2f7bc7cbe0f0121aec06e", + "version": "0x1", + "max_fee": "0x2a02c9daefaf8", + "signature": [ + "0x29b276c95da9494b31632b6dca8421e325d7c5ca50f22b0dff20ae05c1e594e", + "0x15a03f54841b1b19ae8aebfaa56580c094d3070db778620df3166e295f71dce" + ], + "nonce": "0x7", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x2", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3556379", + "0x0", + "0x3556379", + "0x0", + "0x2e287", + "0x0", + "0x2", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x63d4f795" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x378b54ef2d480e6331c72fecfabeddb0972bf9878431ca6c423725a07ac1fa", + "version": "0x1", + "max_fee": "0x915ed59467ec", + "signature": [ + "0x1dd301add067d79b5d7bf72ef94b078b663cb38d76639f62269b7a241f59312", + "0x70a9050e2c50c1e4fb59a81dbf6f8d3f0ff2697cd0c8e80afc92b9ad1244cf1" + ], + "nonce": "0x15", + "sender_address": "0x537b76258df63385e99ed20a37f3b7c76a0d04aa2e54ee4e3bf5399eb4da36a", + "calldata": [ + "0x1", + "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "0x1351e82857c15b94189f9f555196b17aef20f5a99d210cfbc094021d91d7194", + "0x0", + "0x1", + "0x1", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2d7c8072d2c02101be71411249b9dd170f9fbcc05eed8837a4d64504a9a0362", + "version": "0x1", + "max_fee": "0x30096f8e1f882", + "signature": [ + "0x32fc01ddf97602c9f570be26c9e4fb50f7b76429570c912b3ab3efddd1dc50", + "0x51df08c992c33e0b2be25820ba1d4262883adb90e670bf4c6065d02eb19f8b9" + ], + "nonce": "0x2", + "sender_address": "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x8ef4fa1f90012", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3d0900", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x8ef4fa1f90012", + "0x0", + "0x3d0900", + "0x0", + "0x8c190999cfaf2", + "0x0", + "0x3bd080", + "0x0", + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x63d4f732" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x675306d0cb8f35f994851d1c7c356dc23b53385c2a8d23f84057932835d8e7f", + "version": "0x1", + "max_fee": "0x1e16bcf815d08", + "signature": [ + "0x21bc3d727a22b4ec6c176557f0b9df3b967672eecda7db48299ab2839b2bc7d", + "0x3928ec6427c7480f86b8278070a4c45f002a373573b5baad8a145ac71d3e36d" + ], + "nonce": "0x4", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x245b74222590fe", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x245b74222590fe", + "0x0", + "0xf2de7e", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6ab6ec28aa94ad79f9d6db4a4436a24a843fa23e63f2d534c5985d0c60de086", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b8", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x14fdda9eec7e28a5b49dc6adc2cb64693cb9094e7900a68d7c5c349b06cee83", + "0xb1a2bc2ec50000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x38d30c9f8aeb144b9e7f5ca138b063b4eaa1ce4f66446afc7ec5ab90a93aa79", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258b9", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x78c0613c3323cc3d3bcf4e8ad4b696563625d0b610c7195f48a4b38ab809f32", + "0x2386f26fc10000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x3859a4093f8caf3a41c79a435cec9110aad288c4eb004bf73b8d60903661f22", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258ba", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x3c6568f12e8000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x5b8abb7586152e396d675ca00fb2e89e11f96acdc3887565e5d479789f64da1", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x6d5cd754f26394bd9f6178567f3a6c8407c5bcfdb1c881accefa8bff88dcbdd", + "0x5f39aca1e18d61a2b1c956fe504282cdf4eac06e664861c86e7cee4a0f03a59" + ], + "nonce": "0xf", + "sender_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x221b262dd8000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6c8116c46d313a2f903470af0d60e683e9663fcc4809b5c17e70f003239dfaf", + "version": "0x1", + "max_fee": "0x911d832aad52", + "signature": [ + "0x708ba886f976ebc7fea9826ee2c4986e65c06a4e7d8f31cddda9c12e183639b", + "0x193cc0b408f15cdc3457a9d5a4de58a24e9b090c7f72f2ae9eca0044bda923b" + ], + "nonce": "0x2", + "sender_address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "calldata": [ + "0x1", + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "0x0", + "0x2", + "0x2", + "0x4767b873669406d25dddbf67356e385a14480979e5358a411955d692576aa30", + "0x1" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7befb0dce5957403bef00a5106e21f14db5d41a703b3b638ddeec2398a38742", + "version": "0x1", + "max_fee": "0x394c549ef0000", + "signature": [ + "0x486195d03b667894a024c0ed9844e3ffef63860c9034b93f38f8a94503833fc", + "0x50fb39b82dc51ce01d59c3bd824118ffeb039b7e966163e225e7bf8983c2156", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "contract_address_salt": "0x7e1b53cb76b813ff756b5e0f09e5267a0c48f6178128a7b1e97e2414440099f", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x7e1b53cb76b813ff756b5e0f09e5267a0c48f6178128a7b1e97e2414440099f" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x133e44b604059fbbbc568e1107aaa5b7502cee6eba5fb31a73ad15868f10445", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5dcee243773fdeb48352a24c7a469317484a3ed6e0714515039929fcdd4c6b5", + "0x3bf28a29c653a13f853d68f9eec27e4f40ea5e05dc771cd7097f7c1cae05cf6" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x576bf4b8fbad7634ff70da6b9b760b6d3d82e5e9674604a8eaaa294f49999e3", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x576bf4b8fbad7634ff70da6b9b760b6d3d82e5e9674604a8eaaa294f49999e3", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5f0d52d3074f95ad85cae60078f605e86100cb4f51688f36f65cdf0a4f13277", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4ab1ad9484484671d0b1e14811511fd996325852259ec4f7198e509b63d2424", + "0x1178e382367e7bbe7d6a5ffa661a421a9f8353cfc2520006f20f429a29781a0" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x188db2416f1f4d89137579bf59d64033c20a8ebd5f3ad9c414898c2903fa4ac", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x188db2416f1f4d89137579bf59d64033c20a8ebd5f3ad9c414898c2903fa4ac", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x446cb3687032cfb46bf5fe3528a67bb1842abdb21b5652f45889b598f9ff0ca", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x629044c2cbd287697ab9644b72d8f5d302004dd4d838a03d0f5d42b195424c", + "0x65b56a33b50ca21025b32396bcac40c8f69c762a63f71d1658d93d4c7b0348c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x63ae57bc5298e699156fde2cfff16ba364f15ed965529c67bf4442b3469e190", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x63ae57bc5298e699156fde2cfff16ba364f15ed965529c67bf4442b3469e190", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x166e5ee8b5b5430adffa4755315229d839f6d59b6ae5905d46298be7b95f98b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x55d04f08e587064b3ec5fcf66addf0d0fd31665317ea723a00e9252d479cada", + "0x662f5af266b28b769f4e96fbe627d26c192de0cf4637fabfbeddc48c5099c63" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x293b21429ac75b65c566cdc7b9f5428ba36d9ce4484ecdd22f39187a5988294", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x293b21429ac75b65c566cdc7b9f5428ba36d9ce4484ecdd22f39187a5988294", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x144bf9338c4fe33ae5a9698482fa66bd31a073aa5ae396b7025949ac42f1a2f", + "version": "0x1", + "max_fee": "0x9142d6d4cece", + "signature": [ + "0x57b9a72b610a8f7a76125a98e6fb802707a9f1d017ddbd680cd5c4b9cf06c86", + "0x519deac533c541cddd21ea78b3b516a0de019e5cab85ccd68b92c185b7b49b3" + ], + "nonce": "0x8", + "sender_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "0x0", + "0x2", + "0x2", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x1" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x29a839f1f849df38fa0fea287da5073a74d11c48026626db33c8246b29bfdeb", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x30ce0c73369a91117eb8023169bf52b2370e99a43e7d83ce4e86b06522c4c55", + "0x5476bbe4061ec0d99eb9b0855654e907eab72c45b625d6b55cd0a92047d50e4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4727644d9d8e1c436967b3e174a29717f0d81aad37a23b992a785e143060ee2", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4727644d9d8e1c436967b3e174a29717f0d81aad37a23b992a785e143060ee2", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x28491fe44dd9b3403b4cfa0e5546b3a027d6578b392dd20345020f0e40bfe05", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x11576970e0c5ff0491169f6088d81d894681e1f92e7f9d666eca67481ded801", + "0x4f36396b5239cdd92b3a1577996a3692cb68085198006e0588da576403c3cad" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x12b5a13c76b83b6cc37affd5de5810ebf7893d197ad7c0c47234ab4e4a80312", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x12b5a13c76b83b6cc37affd5de5810ebf7893d197ad7c0c47234ab4e4a80312", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x783963955a66ccfddcd4eaf2407bfcf81af4038eb667706a50d099516949a50", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x63f2af6e70d9426d51764d575c5e02d4d2aaf4c6b52c451d792fea57d58a500", + "0x58a4614c7f1905ec38041a7e4f31d1baf9b97f9942c99eafa9cbd6cbb9269fa" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x37945bd9f6fd237d8191c3d5f97fe8b151ead9c70b4ec8aed655f658211f00e", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x37945bd9f6fd237d8191c3d5f97fe8b151ead9c70b4ec8aed655f658211f00e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x64933ea76165c3c096376dd05e69c2babb1bd96bf848d785e4909ad519947ba", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x23418ef4f11bc70e86c7099beba8850b71118f97bcf8e580d15578c5476a1ff", + "0x3500a5dfd6a283f912bf50f0cf4a701e23ebd9f2fad791c82ea00d214d51f63" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6d713a367617ab1575c99bcb9da8c5eb25d3da8b975d010987c726240bf9f1b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6d713a367617ab1575c99bcb9da8c5eb25d3da8b975d010987c726240bf9f1b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7a51501619be7085689efb14929c1f9b6dd796873f6c95bd8ca6c764723e02f", + "version": "0x1", + "max_fee": "0x3c5e224c06000", + "signature": [ + "0x64d93ce2fa88a36eedd313dff155f75f96e06f9707d50156ab533b43296979f", + "0x419b8028ec06afbc8f6bbef88a120c7295fc8135a2721186ff36c67d64dd331" + ], + "nonce": "0x3", + "sender_address": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xb289e17bbae9e", + "0x0", + "0x4", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xb289e17bbae9e", + "0x0", + "0x4ac4a0", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7fe21563d02ab7b6a391f343f8a05ff2bdf5f9fa790931dd1dd4ada0b20615b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x797b629e79a27b8e7092e6f4f4061c6e6566d8b1c728773ef413e296896d1b9", + "0x316d919b1cbb5ac658341c857fc0a60ba3a5b3c1bff45c72c05528a15375541" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5dd6219fefb00e1c483c334821ee9f7a47596bc522a97568c6932c65eb3ca7b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5dd6219fefb00e1c483c334821ee9f7a47596bc522a97568c6932c65eb3ca7b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x76ef2f6c07314adffa5ed897de8fb15ca0b1b48d8c2a2ac464d7b0f42cc33c1", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6b455772776f3bef77baa82239c06945e57d5729d0cab84de7ac31728d71c6a", + "0xefe48d105b915790c181bdb2efe6a07f01d18227a004133507beeb1e4d68e4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3503acf874d76ea2baf59064e7b575e4be28fdbd924d9a7197d6929bed38a33", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3503acf874d76ea2baf59064e7b575e4be28fdbd924d9a7197d6929bed38a33", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x61969ebe699a78bd17e3b27988bb9157fc67113a26146d1842085ff760b274a", + "version": "0x1", + "max_fee": "0x2c535a07c3400", + "signature": [ + "0x66827756f1fd4475e674ad6e50ff114de40b7172fec498e0139e70bc2a106c3", + "0x1869aef116cd8392212837145a32585437acb15dd509a845c8130b590c0a275" + ], + "nonce": "0x7", + "sender_address": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x268807d1f4dc7e9cca40d124871328085aa5e9200b7972afd718f89da9a9cd6", + "0x3", + "0x1d", + "0x20", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x0", + "0x642eec80", + "0x506624ba45b7", + "0x1", + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x5fdf", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x1b91adcb75000", + "0x0", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xda475abf000", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x56122ee446b2bd4fa43fb81e1ba7c2f4dbe6576d7fa88b28073ae5495eea804", + "0x4ec8648749fab9f18d96e4ddab717d5b7e3e24bc85be1e2e59469d78737e3e8" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x224e552baf7237fdf11a373822229252abee07b73b0ee957190e48a0e363d51", + "version": "0x1", + "max_fee": "0x1e98372e39f6a", + "signature": [ + "0x61bca83c4bf21904129301fd79bb9ee079ae240a67538af59b5e61d7a39cc36", + "0x2a5052084fde6ae72050e77a65c122d20d537d7b8d9a4627059e61568cf0079" + ], + "nonce": "0x4", + "sender_address": "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x28dfb778b95da26", + "0x0", + "0x28dfb778b95da26", + "0x0", + "0x11575d3d", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "0x63d4f7ab" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5ba55a4f9ca3a1d9b73744672b785af080a90f2fca4c3d20fc820dbedd6f62c", + "version": "0x1", + "max_fee": "0x1ddf54c78c1c8", + "signature": [ + "0x4244479b2980266e3edf47f02e19af74cb98c548f560b698c59103fdd6770a", + "0x6c9efb13e5339b2473a8c59202655a3d59d491bc10c9ce24c0f13ee2d226a91" + ], + "nonce": "0x2a", + "sender_address": "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "calldata": [ + "0x2", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x58788cb94b1d80000", + "0x0", + "0x2", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x58788cb94b1d80000", + "0x0", + "0xe186f6ebb86e55", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1d490a3b2cc35c463ffb786b556a4415e722776cbc201c4ba48e73abf5f6692", + "version": "0x1", + "max_fee": "0x8fe03c0490b4", + "signature": [ + "0x19b6ff99bc46702e3a71e34bc3299cf06a5f43f15b95c19a4974e5795ce3c87", + "0x334d0894e5dfb1d8359993894f8282980dced622da92626d86cae701f52cbae" + ], + "nonce": "0x3", + "sender_address": "0x2b67fa011ea8fd36a893fa935e1631f0faa2bba180d22d1711534ff6dcb2d7c", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "0x0", + "0x2", + "0x2", + "0x4767b873669406d25dddbf67356e385a14480979e5358a411955d692576aa30", + "0x1" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1c07fe5f2aa5be0a3b1a9b23f48568c8d65bbe7d0b3319dd21f263a74bf14fa", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x102a03395a47733c191a207586e6518a051f1b560315d7b1774ae0f5cd9b4df", + "0x2e890db58a6e947b81993b944d856b2d990bdff807d7f76307fa981e39f8c87" + ], + "nonce": "0x10", + "sender_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "0x1c6bf52634000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5c4bb3a7a1c42ad4c1a907181b18665d5987759381e93be8d857f8f1c58e397", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x258a8ebf84caff7a68763d1770ddd14aee05294986a2a40b465f2727e0d2aef", + "0x6c7fa91fb64827d2adc25fd656209e3bf4dc4769314c6ad35815657ce5cbcd7" + ], + "nonce": "0xc", + "sender_address": "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x58d15e17628000", + "0x0", + "0x58d15e17628000", + "0x0", + "0x259cd21", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2fe254fd25e703e0d3222f142f9e7f2217821a063ef3caf8257d422bff2c24d", + "version": "0x1", + "max_fee": "0x78bd373293295", + "signature": [ + "0x7ed22c0e4b6a8e7f5e287ff4a930f3d3f337980be72bdcbf61fb84bd83341e7", + "0x452d59eb071b802ba4cc7658d5d5764afc4c9276cd64d4503800b28949f09e0" + ], + "nonce": "0x678", + "sender_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "calldata": [ + "0x2", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x30253", + "0x0", + "0x30253", + "0x0", + "0x2b7a9ea", + "0x0", + "0x2", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x63d4f7ef" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5867931650a69552a2fdfb5e025b1a055619ec83f8b54a2af2cd978d46f901c", + "version": "0x1", + "max_fee": "0x53e6a07b04000", + "signature": [ + "0x11328ed69a8ef61cdf3ef083c98f0ea49b3dee9b9dcef1aec9e638f16bdcf69", + "0x7fa14427e00ac866b0fd52089b73da937ac3594a15e2d4a571d17c599ebd8dd" + ], + "nonce": "0x4", + "sender_address": "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xa", + "0x10", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x23f717341fc26", + "0x0", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xf6950", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x23f717341fc26", + "0x0", + "0x233ef2e648158", + "0x0", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xf6950", + "0x0", + "0xf1a68", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2a170dfee11adb3f991e6342a237c3161312594ede3669a29896278f81fb153", + "version": "0x1", + "max_fee": "0x394c549ef0000", + "signature": [ + "0x25c31cde6006398fb4a1855ad0d1235777124e48bacf303284ef083cef7b9bd", + "0x60b4accc5cbc529be06f8a2badb236f95bee819215a7ddb172a6f321f2066a4", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "contract_address_salt": "0x4fa7540d6eef80c5bb0e086623dbd879315965d2c125368382400978a45cf3d", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x4fa7540d6eef80c5bb0e086623dbd879315965d2c125368382400978a45cf3d" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x3e143fb779e5a91e95ab81e5bb626272efb29b33867b111160b52293bac2ba1", + "version": "0x1", + "max_fee": "0xbeb779431590", + "signature": [ + "0x157e5ae292c8105109c4db29b5f0b9c789baa28c8f9256c97e0221f8270c589", + "0x4257bd84ca89c402f52577b8d413a18e9a978c74f25314d23a494347ea88d78" + ], + "nonce": "0xb", + "sender_address": "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "calldata": [ + "0x1", + "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x1", + "0x1", + "0x34d240e99e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x63f1fad3e70b9c1ac875319d37c3985cf8dc70687dd8614956ca5ab001f21e6", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2b96153e95633d9bd731a4aee679b04f240388a900a50e89d0f2f7901958cef", + "0x283ef9221ebcf2b848f8eeab16df325c6f761e03d33fd0091725eee13c32640" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x14058576c5a24dabed7426d693ac571de03baf2352bf8626dc0cafc117b991a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x14058576c5a24dabed7426d693ac571de03baf2352bf8626dc0cafc117b991a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xe39d8f87a0171067a3a0dc9445232508c978e836519f03bc15f7da0b20e6dd", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x42c5d26ed9eebcb41f8d4fd8fccdf237701233905471fbde536415b59c1f7a5", + "0x69f74d51a96754113e160f07cd40d5535ddec3e610546a5c13c5fa1a845d6b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x12b9cf64a02ab3611764c3e2f69c9232f1cf7ca47f9e45f71ed94f019787119", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x12b9cf64a02ab3611764c3e2f69c9232f1cf7ca47f9e45f71ed94f019787119", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3d65892d7b1465063a7080ae4cfdd3303b583a38b2ab8c9a3551d4c351252dd", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2750ac0d6ac309d375f323c33409d35e6013b290f2061fa7e50f5943ec11bbf", + "0x60df91619764db82fb84930177fa66e80a334aaa1b4e5e91205b377af691a6e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x23026735978fceafaaa8c673cb210fbdf2db6e75ebdc47b04fba618563296e0", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x23026735978fceafaaa8c673cb210fbdf2db6e75ebdc47b04fba618563296e0", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xa9dc57a6a5c3a2ce14e347a7924784651f99fbfcab2c460cf775756dcb6831", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x713ac2875980f4fb7ae0f7e0004f472d5f7817ff6b57f1f450caafa5d56d4f7", + "0x71279058b4cc83a87a4a6fc9012c2e4430785dffcf662bd77e2f3c94afaf04f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x33356ddd95f661a1cfb86c5d23cc6d15284960cd52893fd937e2ec2062fd696", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x33356ddd95f661a1cfb86c5d23cc6d15284960cd52893fd937e2ec2062fd696", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x11264ac6dd1ab32c5266d739e4349f3b40a2a349aa7fcdb4025322632dc9799", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x25932027a67bafb957ec7d0c46bd5b58d21fbcbd4eb63c58d0420f5d8c994f6", + "0x566ab86aaf202e5810a272e7548d6256d790237d78066f340008f0337252103" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x33000a0a5bfb46214312a734af3f08a923185cf65830edb4f301f79478e9535", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x33000a0a5bfb46214312a734af3f08a923185cf65830edb4f301f79478e9535", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x864d601278421c5622350d187a46c09e53e2fd8fbbee45ab474c37c45441a8", + "version": "0x1", + "max_fee": "0x528df9d5ee6f4", + "signature": [ + "0x7ab200069c622d01279842499f3554cf6b27d6b7004b37f777f10f73d915ac3", + "0x43275b6c7f5dbe63dfbf8a00a19d1dd6a58195744a6742cbd6c369b41d52c97" + ], + "nonce": "0x2a", + "sender_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "calldata": [ + "0x1", + "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "0xe48e45e0642d5f170bb832c637926f4c85b77d555848b693304600c4275f26", + "0x0", + "0x3", + "0x3", + "0x3cee6c5c0fb713925bda590829ea574b7b4f96b6", + "0x18de76816d80000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3761ed2bded0372663f4afbfb56223675056f86563339b629d6cb059a18f7e4", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x133276f4e4c08370d2bbdfe5fd5e58eb5d93763f5489adbfa3a94838eaf4366", + "0xbfc9a1296ef4fb9b9c6db1f8abc655755bca5c7c8c0c5be8610ce3b18c2a8c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x27fae1e547e553df54a0fc1e1369eb4001d3844a8bdf611cb1711d49965a0e9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x27fae1e547e553df54a0fc1e1369eb4001d3844a8bdf611cb1711d49965a0e9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1e4ca53037b969c54e59c6e1e6e24ceefa60cea183ecbb69669274775223b1d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xdbd4476eaa64e2c1fb56f6411b4622bdf3589d19b81ab694d7a36721397297", + "0x418adb399c6fb6e361ff2a4fa4e25863d1a9a3f0c95c97410d5d084cb98c559" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x473524b8df3195f9b70d5e53a28d40abbbc74fda822234dbec9bfb135c1b8a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x473524b8df3195f9b70d5e53a28d40abbbc74fda822234dbec9bfb135c1b8a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x46e08d3883bf6213b4eaf8afb4c0cc863ee1f5d965c851081abd12c4c494c06", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x502faaebc4f9400b6a01d391526d71961905190d5dbb00c58f81fe1769ad751", + "0x59302d3291a6cd637b597c810afe271bd53141b7683d36596d369de62ceea6a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5d199ca7247b42e62fc74b5bfc6572df24d10d19095435e49c204866c09e0af", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5d199ca7247b42e62fc74b5bfc6572df24d10d19095435e49c204866c09e0af", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xaefe68dd0f5adaf4898571c7d60607cba7b66ecaee13f0006a58864935f71d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x327a8f1923b9e2ae44837ea39d39d26b6955cbd4d78b4d24c7f73d25be7d0b7", + "0x2dcf0ec847a63bd011094583d386980c67f73faaddba9d3b967e2b95f8be" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4368c81c4b8384937128fec8332f03d081b774edc7d13be8d00b69408717b4d", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4368c81c4b8384937128fec8332f03d081b774edc7d13be8d00b69408717b4d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3917b8dd2102695d9837a447ac0e98e504c9d8819741f51f329671152b9437e", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5755857a58cd3a2cdb9d61c943284d067260b181abeeb195ecc0505493ecb2f", + "0x1d989431929ff13e536c8285543a6a28787210d48879e92371ccb26467eef64" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4b630006c992fbfdb664a9c30b49971f0227614f54873a980fb4bc2260c0751", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4b630006c992fbfdb664a9c30b49971f0227614f54873a980fb4bc2260c0751", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5a9d584818640c920a0593a43f15e05c3c392419129d28b4cd61137805b6116", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x561756ba4f7ca91d6208777141320aa2f2f98e2b01d2008b0dc6380207a88e3", + "0x36c9424c42037a8964b24283a0c659ba5a17606a3d8b955dd4f972560c9f555" + ], + "nonce": "0x11", + "sender_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x33ddda326c75b849e389673d60125a809c5fc42b8ecac7d3d3c9f6e808650a9", + "0x1c6bf52634000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1779ce354e0789edfb0ff8e538d7a00cece0b8acf17b5470d010d6cab4db569", + "version": "0x1", + "max_fee": "0x27d822a6e620e", + "signature": [ + "0x2fdda36662262f36f53a86f7bb5a5dd568bd88ea49aed30e911f159f45e03d0", + "0x2d267f27ceb09715d16e454a2b1a5c0bee4f7cee6dd63ba6e0b61e12e403ea9" + ], + "nonce": "0x1", + "sender_address": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "calldata": [ + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xc", + "0x12", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0xf4240", + "0x0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x23ba690930435", + "0x0", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xf4240", + "0x0", + "0x23ba690930435", + "0x0", + "0xf2eb8", + "0x0", + "0x238cada1766be", + "0x0", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x18647c9d64892ed8639855326968121182783be3a213c128973be9bf058f200", + "version": "0x1", + "max_fee": "0x1e16bcf815d08", + "signature": [ + "0x7bf37fd85535320dded8a16233dfa1e7a3772cbdb54e1a14af71aaa9434e8a4", + "0x185206ae32d2a3fd3bcf7afc308eedb7c166b52356bd6fa277a6233dc78f398" + ], + "nonce": "0x18", + "sender_address": "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xbb1772394dc00", + "0x0", + "0x4", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xbb1772394dc00", + "0x0", + "0x4e5945", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x11a4e0e0add49260e97eaa9d2dacd3008d728480c6c7b4aafd63f6bd6627c3e", + "version": "0x1", + "max_fee": "0x22043aaefbccc", + "signature": [ + "0x187b56d0527e34bb3b98dae4593f1b11d6b1fb16b2f01e99aa4a3a4cfd13e77", + "0x1eefe4e92a5ef29417b17a63604f2ad5eed5893d20232173ce969810a5dbe9a" + ], + "nonce": "0x3", + "sender_address": "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3b1bf5248b545038b97fc53525d5be840cf237a3faddfcaa7b9e4c8439fdaad", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2d07810ef7a657", + "0x0", + "0x1312d00", + "0x0", + "0x2d07810ef7a657", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3850889717769f956f9b60fea130e786991dc9b79772a029e7f98e3243fe275", + "version": "0x1", + "max_fee": "0x394c549ef0000", + "signature": [ + "0x2eca26d538d2133dd7a1711a470fcc67334f6c2e7eaed760e269777d0a9bfe2", + "0x66eade225b3b2e454cac00c999e3ffa7cfd1128a52c441288a43399b2d9348b", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "contract_address_salt": "0x3b6194f930a68fcf13964c396460245e9996fbd53f131bec1519fe705120524", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x3b6194f930a68fcf13964c396460245e9996fbd53f131bec1519fe705120524" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x6f2325e5933baaa8da8409c1eb4d8304f007f30a320b732bc31b5bcb82aaf7c", + "version": "0x1", + "max_fee": "0x379cae30f3266", + "signature": [ + "0x3876ae99a7acbcaec12050f32e87a4a6827c7342375fe38220dffa1ea449635", + "0x1c071a8cd67ba9e1bd575c09214e5f77cf7274cca0c1b4e4bfda4a5b6e97a68" + ], + "nonce": "0xc", + "sender_address": "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0xa", + "0xd", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0", + "0x38d7ea4c68000", + "0x0", + "0x181a38", + "0x0", + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5c01f5f914697ef1f13312ed9d34e095ab116a87a02255a1f97ab014ce4c5d8", + "version": "0x1", + "max_fee": "0x394c549ef0000", + "signature": [ + "0x10a1d03095bb1f0763e048724ac8028037b3411dd33d5714bf4dd3085c20daa", + "0x4dc968e7355be1882c275755d728b0ba7afc21768f0568ae9676f48adc35d72" + ], + "nonce": "0x1", + "sender_address": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3a6a860649d92cb2c2e1068e013c8ab63b36c6155658861e544a3f477c9691b", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x24906252f3761", + "0x0", + "0xf4240", + "0x0", + "0x24906252f3761", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x63d4f818" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2b25d8ebf5d4a63495b13a3c32ae34c29c2c04a7180c3d7f0d9b868d78abff1", + "version": "0x1", + "max_fee": "0x6858e0157eedb", + "signature": [ + "0x7fd18a27f4e3e9531123f99c57c021aab246edcf8a42dc4f5f66d96e3ef8a15", + "0x5485d6451362a7f9a14012206b4f7316219b4a02652c1bf1b63dd020ca6375f" + ], + "nonce": "0x679", + "sender_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1101da68", + "0x0", + "0x1101da68", + "0x0", + "0x2777c496d8b6b80", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x63d4f835" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x8504b281ed235de1932b126c354ab385a5fb5e3754eab4a73689ba2f68300c", + "version": "0x1", + "max_fee": "0xbf1e1f56f1a4", + "signature": [ + "0x326e5490f55152821bf9490a26341fe2373ce60e272fb7ee38658a0934f4748", + "0x7f2743ab7de9341ce656720495d5908fbcfd534fae15e48f0785328b57170be" + ], + "nonce": "0x12", + "sender_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x7ac3e323042a2f325a01a62b2f5739a6f8c442f3bd4d8c62fa27e29a49c942b", + "0x1c6bf52634000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x39647285aa14d90619d05fd934668531c21562cfe3f9cb4372a9cdb38f98f97", + "version": "0x1", + "max_fee": "0x20ebb1e45824e", + "signature": [ + "0x15201e9ef014ce2bae990978279856b44729b718f2c6e73adba659ba904b495", + "0x78d1106020e5b6cae385cf73fd898452f57f4da14337f97aa28b9385aac95c7" + ], + "nonce": "0x2", + "sender_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "0x2d88e868af0a1983e3886d5f3e95a2fafbd6c3450bc229e27342283dc429ccc", + "0x3", + "0x5", + "0x8", + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "0x1ff973cafa7f83", + "0x0", + "0x19c913899e", + "0xd728f44b9ceb540", + "0x16d", + "0x0", + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1aab79b4830c078bef4e30d63fe264e15e1ecffd3b3fd0c0458fce1817d8f7c", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x194fe260928cd41496fdca6e72e4039bac16fd890d24cc76e435172585c790e", + "0x3698fdfbd40aa9a5027892e1a5d74efa5ef35d9c8478104d40d0dbbe054214e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x10a17b1e6757dc642405e3bb3365d660a35d6df17bbb9c3618b6572d10152ce", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x10a17b1e6757dc642405e3bb3365d660a35d6df17bbb9c3618b6572d10152ce", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2685c0dd9896455f0716351a48aa7792ef7618d5745ab60d38b249583a8eae1", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7a218bbc980d708c7e64f0c2ecf4f091aff2826b87d9b2a391f0a25254bcf1b", + "0x47653f2667b4b3a9ee2470150b0e802abdc37f6e7f51aa3c691d1cd2af41540" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6d2d746391df5c4f684eb343edda282a151f56ce53073cef52a9182c32ac1ec", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6d2d746391df5c4f684eb343edda282a151f56ce53073cef52a9182c32ac1ec", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5d148d62700fc83b7af829b98670d159539b41672ba4ca89ac48e35b2b03846", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7e195bedc61e985ca27652a14259ac3d5a3ba6f74aebf485051de7ae5cf80a2", + "0x3079cdb47e9efff27cf76b8332815452d5d2d0a82c06abecf1b4263fa16e049" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x67af364be0f0e5251ce9838a19bf089ffc8a4e4517040b160467ca2131bc9f9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x67af364be0f0e5251ce9838a19bf089ffc8a4e4517040b160467ca2131bc9f9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x173dbf6b98053b69ec15d287b7b1bff0ed99b836d90133a731ead45b368a25e", + "version": "0x1", + "max_fee": "0x1e16bcf815d08", + "signature": [ + "0x2b53ccadac86b55efe1b1da45edb9f0cd2e0d8a8b313353f0d623d03a91cfb0", + "0x12e8452e3a0560f4143463b5484535bb40baac472eb8f1c36c52f8290664a21" + ], + "nonce": "0x5", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1e08db52d972da", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1e08db52d972da", + "0x0", + "0xc92048", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6e7aed567cef1ed8a501ffb254a28dafeb32ec68ec450bba7df13de3e2bfd20", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x445dc518694b0111e55167b943af887961531d7f7a75e00b56cc3e77bf5babf", + "0x32e4c8fd3025d9cb04e2a6be9c17a5aaff23173518f7225386929940635d981" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6410ae83eed57f5272fef5b6ab3b4d425d81ecf6ec26bf3d9615dbe377553b1", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6410ae83eed57f5272fef5b6ab3b4d425d81ecf6ec26bf3d9615dbe377553b1", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xf21feeee7a2a71cc3dd4daf64eab2955df54e066b4a34aa0fa9ac79d1733e5", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x300a988ec1091f947da219c09595f9ece477c6b4f1062c2d0386fefb9fa630f", + "0x71cff046de74cd7d10f3994838f1991088005f0817daa28f4622ffb5cfdc41c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x467a2cdbe0021b67550c6a7be71e3bb41b154dfcf4871b0ea28e018b6a7ffd3", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x467a2cdbe0021b67550c6a7be71e3bb41b154dfcf4871b0ea28e018b6a7ffd3", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x18c7730bacbb6291147ea36ed7b9197236435b4be8abcf87fcbfa035f8689a7", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x50144bcdf25402deee65efed4e4f162aa998f2dea9d72a026e51df5807ae5fa", + "0xe3fea2c57be0597fffe2f9833911e22436286c86eb2a591df489f271add617" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0xc66f9c802fbbd0d05a3930af27393c8b3eb68afc1f84eeba5f6e301b05ce84", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0xc66f9c802fbbd0d05a3930af27393c8b3eb68afc1f84eeba5f6e301b05ce84", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7d95a45b1dee8c70d26b0bb4087e0f48bd35530c0166f7403c067c4a7f64fdb", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6da98bbf4347296df30c42de6caf038126ba547107716ffbb11abdfac4039bb", + "0x79201f30c0589b7dee4646de134f306bd3d288debef8096de7319caf139ad8d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3191763a3c2a8d683de759febaa2d17c09a2a2ce4a908e6c57585ba1f013dbe", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3191763a3c2a8d683de759febaa2d17c09a2a2ce4a908e6c57585ba1f013dbe", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x553b6f5fb553e17e2c744f6e14a323a02537437f240aabcab99ce9b9480ff94", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1051846675e3266f6d844b9eda4cb30fd08c362bb037a890cacee29dd9f3a12", + "0x25b27612ce4deaecce7f67841acbd80d02ac8fa21bd66e56db7fca06df7481d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x13d6c6b13a77a2346a2a8ee75fe3d82b0e74cec6f98f05bb4561e89a1fa795e", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x13d6c6b13a77a2346a2a8ee75fe3d82b0e74cec6f98f05bb4561e89a1fa795e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x42f8c6253b1e87120cf5bb02380eda0103634e3cb9e8a7c641bf894d39b97f8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1b57bde59138c5afd45127942d1809726a077efde1dbdec7d0f244ce3215b9b", + "0x49e334292fb78993b4ccafb5cbd12c40dadba4deaf5941cd0367424d21015b8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5692e6515a849a947a6a801beeaea12a39bb58df52c0ca047801143c3a99004", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5692e6515a849a947a6a801beeaea12a39bb58df52c0ca047801143c3a99004", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1745c5f5b824666f23a1619bb1c95ee4e3560204b043d48a5955eb53a45e87d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x45f3edde6d1eb2ef39ca43f6e4ef9b2e7b89bd0eb509bb6cee1ac2ffcfa302b", + "0x32701461072a1b854f36a62dc175185e0799326c74c946595698cc4e449eac3" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4f358c4d8f535ef110a48e64fccccb4a8778d3e266d32f1ac22e8f641b05ed2", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4f358c4d8f535ef110a48e64fccccb4a8778d3e266d32f1ac22e8f641b05ed2", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5dedea347b4e7324f5f1316aa68f1d131bee8a90ee97be4e0d08166a537c589", + "version": "0x1", + "max_fee": "0x1e06685da72a4", + "signature": [ + "0x5d9598e93199170af97557df5fdc6df7c806a47c95f3d7f998c296cac157a2b", + "0x6742f57c51ed7b1c218097d87cd5567c11d10002e9890dc69b63144bfd149fe" + ], + "nonce": "0x6", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1b6ef5c91b0740", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1b6ef5c91b0740", + "0x0", + "0xa79c5194bedd2000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x41fc955fb45a9f900ee24f1b2351ce825e2595939a4bdc18dbf31dbed2c5c78", + "version": "0x1", + "max_fee": "0x38a98cd66c578", + "signature": [ + "0x632940f2b373fe8783381b72037ed115c69baa4d936e41e4a6f98202960f34a", + "0x4cb162c9354fbf0a74df2e4d27d94b03f7c2fe6a4e18de776f84131bb29a656" + ], + "nonce": "0x2b", + "sender_address": "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "calldata": [ + "0x3", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2f", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2af9", + "0x0", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x2f", + "0x0", + "0x2af9", + "0x0", + "0x2e", + "0x0", + "0x2a1c", + "0x0", + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x63d4f84f" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x78eb859391a20cecc5ded7eea6d276c62472d86ab1d756e35688ee786b0393c", + "version": "0x1", + "max_fee": "0x4e548a0802000", + "signature": [ + "0x3e75a52782ba823a5e23a33c0d793767458bbbcdd9d6a4d926c46bef39d9e8e", + "0x109df29b236645b7481e868f815868a0582697c7ff2e86dfeceb8e214d37983" + ], + "nonce": "0x4", + "sender_address": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xa", + "0x10", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xb20eeb9d5063f", + "0x0", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4c4b40", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xb20eeb9d5063f", + "0x0", + "0xae7f430fed80a", + "0x0", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x4c4b40", + "0x0", + "0x4ac4a0", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1302dd8985579fc88a11b4d76aa5b1111ccde7ec89db27ec42d9d1127ca7a8b", + "version": "0x1", + "max_fee": "0x1e03694710000", + "signature": [ + "0x171419e2e2d793f6f15462186088fc315462cf9bc84e53503a65eb2feec9949", + "0x36d944bcc0e3a72d11fe929df201e422a6b0fe454ae2909566f5356ecfad5e0" + ], + "nonce": "0xd", + "sender_address": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "calldata": [ + "0x1", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8", + "0x329e5b0f1b7d514b82d367001be7a157b1faad40a1ad19c8f2cbb77502aa245", + "0x0", + "0x6", + "0x6", + "0x66e1b428d4", + "0x63d2635e", + "0x74776974746572", + "0x1635b9a311547000", + "0x8311c5da0be56726e56ce3ab512b59ebb2620561d54c0e8acc7ec8b05008ec", + "0x4d870a82bb47e54e0986efedc69ca04c1418fed0f8b32a634615524b70f4727" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6b16a19cbb8b38751e1752d7080314484349aef4b87c550ed0a729b94ea3685", + "version": "0x1", + "max_fee": "0x3c5e224c06000", + "signature": [ + "0x239f54e4db6bfc74bf852a082f89b4ef0a198c331ccf26e6f62eaed05bba5b6", + "0x2ac3736cc9fd382b1cc8460747768309c3a6a91a905efb06abea55d9bb466ce" + ], + "nonce": "0x3", + "sender_address": "0x711762d40d9eb603e5996e35205b676912fc5933fe653de01b36e33427c6a4", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1c6bf526340000", + "0x0", + "0xbe5394", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6da18fc685e3944b1b6068c592c1f1626a13d1424dd72bca00a029509b35b20", + "version": "0x1", + "max_fee": "0x1e16bcf815d08", + "signature": [ + "0x317dde9560e8321477fff14741f19dc4d56c25bc808e23f320f20cec5880fa3", + "0x79abd39d021800d44140d245b798573b662feb21950e0303403aef4ae020625" + ], + "nonce": "0x7", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x223e1261bfb05d", + "0x0", + "0x4", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x223e1261bfb05d", + "0x0", + "0xe526a5", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1c234fb51a196c4f6d5a969b7abfbd72e88c9b7b5b8d42e8e039df7890ccae2", + "version": "0x1", + "max_fee": "0x604af1c3fe000", + "signature": [ + "0x2adc77f8b1e2a687add0369d1ecff51bc4e16e0e278d528695474eb62d10cb1", + "0x2752ad60a2ccea0c0b73d412dc8b1f8f0d313fa99d55a9abd7ac10a1b89b0fe" + ], + "nonce": "0x5", + "sender_address": "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x277ebe38f6237", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x10c8e0", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x277ebe38f6237", + "0x0", + "0x10c8e0", + "0x0", + "0x26b48737d27ee", + "0x0", + "0x1072f0", + "0x0", + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x63d4f861" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x15d1c8924a6369ec2f9c76d07d9e262e291d1d9ff1ce3a4cd79ea976540e8b", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x43c1be96aa1e8ff4e64bb6caafb1723adff8fc8b642093a5887125c43cccd1d", + "0x3767ca75b7fc59b7f798b6307d403ae9a296e715d5fad57161ee1cc6406ead4" + ], + "nonce": "0x27", + "sender_address": "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c680000", + "0x0", + "0x38d7ea4c680000", + "0x0", + "0x180da80", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x653dfcb6e7fb11facdf71d10dbcbca82af85b4d304150daa3eeef54176f123c", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x67c2c890ed95c4865c00485b05ded8dde7713a7c9de4e1efb1e376d2f95eb8f", + "0x6786bd67cdbb4b8f97a88680f52c30e9c8b8dc5f8fba4f98c61dacb7128d46" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x401f45e2c3d5a64be7f135f9b87ca5c51ea95d6be9fe116531944c2772c4abb", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x401f45e2c3d5a64be7f135f9b87ca5c51ea95d6be9fe116531944c2772c4abb", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7443a4a8f48f27b3fa5bd49663e77a7c56d54ea895baca0376b904e5066f744", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x786c3118daeee171f0f4a55495dd25b1932f5f4b76d0f2e626d6015f0c67c12", + "0x59be21adf3eb2cc83009fb2f33c54d70ae90732353a21fe7ffa61e2f3a82e1" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x25ea951723a937a0060155990954134405682ea7a0aae5024ce25d9ec5fa886", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x25ea951723a937a0060155990954134405682ea7a0aae5024ce25d9ec5fa886", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4ec09de2706bb45e2d2d7eabb1ca7bf18885c52db2a5aaadb20e09cbf1c250d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x8cd0bb16f3fa2bdbbabedef0b2c3874bcf85c608d601f52171079f0f0005e7", + "0x7274e342b280fac48d020965346155d4f97fee18290a964df7d8217824ce2ef" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x31f922f0adc222808bc065165c444a7c08655d82b0148414c4e66c16e66bf89", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x31f922f0adc222808bc065165c444a7c08655d82b0148414c4e66c16e66bf89", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2806d3dfd1d5a076a71a30bbb4682366e3400d74195e02150e8c24688f20fae", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x135dc6b2257bb8447cadd41bb1c863da6c2ddb2f7544133fdcd695212a7079e", + "0x6ac64f685f0bdcf339cb882019dc629c816bc149f893b2d8e20df92968ce297" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x37b4a066b4fe5427e7af5ad8abb59d6ca5a54e359a61ee9dcaec282e60358a9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x37b4a066b4fe5427e7af5ad8abb59d6ca5a54e359a61ee9dcaec282e60358a9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5a9791efc07ec8a7e09c2391dd9e4bc3c0c3b13c8851639a435ba833de66a2d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xc2a6ecadc3d459d0f4f10ef462b4a4a4649c3600caf69f74f19236b474d1b9", + "0x48e6f3f4120bb06596da4f3e382099a2fdee0127daf720bfa63e6bc55b2db60" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5b95fc039c64fe33c140e6359f493c79be6a7a9abc237da502fa288ec6f018f", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5b95fc039c64fe33c140e6359f493c79be6a7a9abc237da502fa288ec6f018f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5c3f93698b4939111f47e1e6645a322fffb3fab504e1879518c9a82bc2a5c65", + "version": "0x1", + "max_fee": "0x2d9ea08dac6c8", + "signature": [ + "0x66b2d67dc29dd56676784cefff75c13097cf37a95acfd5e25ce3c94e0dd732a", + "0x35e926839a35d1a0c4de8592daa76648b7f709714e0ad0dba944195b079fded" + ], + "nonce": "0x3", + "sender_address": "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xc", + "0x12", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3157b698374ba", + "0x0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1770", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "0x3157b698374ba", + "0x0", + "0x1770", + "0x0", + "0x31188e006a380", + "0x0", + "0x1752", + "0x0", + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7fb4469b322ffad8f8d072e5ebd47d85b7e1eee8398caffe4580422dc5bc2b5", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x80a60fc1b84adb557b168d9d29130c15229aa406181ed9b7db4715ad825ef6", + "0x45ad701093998a65d0f4b1e1823fe972eac3339929c02cc05713a3ad7320856" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5ed2ea070c0f438b1f179675bc31374f0b70866324622b6daf70d8012c991c9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5ed2ea070c0f438b1f179675bc31374f0b70866324622b6daf70d8012c991c9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x944b2c553e2c5520fac1ea8aa3b044e4404587d2d8f4ce098c29ab8d20ba75", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7c5d9bb6afe6d541caf869adef338b0b6f6ab3bc03e2d7d6ca5f922b4b40292", + "0x5c03c84d528512cf32bc184d9f2c6e82097a2fb1924476edb8ab5fc0b70558c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7b4b7161774a81148ee132ca9b7b3d42676e96cf065da4e7a1217bed4001997", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x7b4b7161774a81148ee132ca9b7b3d42676e96cf065da4e7a1217bed4001997", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1ca58d360e0b570015b4d3957a7746e2e10d6722345f5a92112f4763ead4a81", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0xbb177e810f764f0ebdba055a41d515183fb948e69f74698208a62149bf33e3", + "0x73c261ddca61cfae045c81e99f788260fe70d329780cec87b35b092998f035c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2f179c55fb1187d1590c2b324168aec199e66de1eafd2b56c1b60d3beda67a5", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2f179c55fb1187d1590c2b324168aec199e66de1eafd2b56c1b60d3beda67a5", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x148c8478262a2002d6b1662bf0dd2ac5638ae03cd3530a8096579f2d41bac81", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x7f38aa34d6b062251ca9aa5618e1f4b4a89f5ecf3bac9f27650d09d30ef0076", + "0x2567b99cdacd504ccb4b7c7acbe6863ce43eefd838deb6897a0515838e7162c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0xa05fb1b65b9eb6c85a57ec6671e40cc7010d6c4b080379649ebd05a89c75f9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0xa05fb1b65b9eb6c85a57ec6671e40cc7010d6c4b080379649ebd05a89c75f9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x25fc11f47a9965d36e2760ecf467094027095f248fe4891e6bf044e49d3eda4", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x79c12ec1cf098fd3d64b8f3f016c6e7dde4bdab96e4970a31d787bac22dd5fb", + "0x38860600be11966b3858aa00c57326444c6c2635e463fd5a32b1ffc932b59e8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1771e1bb1849a8feca3ab037f1f0944a8d67203a7e1c6e66e3a8c651020ee9d", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1771e1bb1849a8feca3ab037f1f0944a8d67203a7e1c6e66e3a8c651020ee9d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3a28a6c230a84ab85f3ebf053a17bb5bc3a43fc1f14c2d973d174099612c7ac", + "version": "0x1", + "max_fee": "0x7414cf7561bf", + "signature": [ + "0x13132dd3f8a10c0c1c1d6e9b1c8ef84e96ffb637a9d983a86db003f5ce9c928", + "0x51fbbf03564c12c78068ba72af1b543ec0f658c061bc01d526edc401c88942a" + ], + "nonce": "0x0", + "contract_address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "contract_address_salt": "0x349dac7e854c833b90c438422da410b420fa22c0e3ff2e866eff381d9d50a4", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x349dac7e854c833b90c438422da410b420fa22c0e3ff2e866eff381d9d50a4", + "0x0" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x70f3d89205dd8f8e78511efbda6c1d7bd5ee7dd163e9124854fdcf44640fa62", + "version": "0x1", + "max_fee": "0x11925729ca680", + "signature": [ + "0x5edd9a7bb1d7add25e58b8888402391fbfaa6456f653aaf4949176f6aadd3b0", + "0x6730b96319430c42622b26b22ccf5e555ff1f864d445bea8ce96e2f04d1797f" + ], + "nonce": "0x1", + "sender_address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x470de4df820000", + "0x0", + "0x470de4df820000", + "0x0", + "0x1da42ed", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x63d4f886" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2bb4ccd6f1e05c76e81ba1c694ed0496534bdc772a6c2fb43a3640e6154277b", + "version": "0x1", + "max_fee": "0x763bfbd22000", + "signature": [ + "0x4c66eada3a4ee960c6f07b29e4fca20d76baf10f1dd7ee08534eb4409e56e44", + "0x52f15ea3eb266cdce7dc52714fd77a92dacb1253f58ab2fa67cde5139fe650e" + ], + "nonce": "0x1", + "sender_address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "0x246139ca8000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x155d719a18770527f34c12604dbfd5dadbf256c02e3b1535ba7b7fc5c369ef", + "version": "0x1", + "max_fee": "0x39ddd9861a000", + "signature": [ + "0x4f9e5be1f37af1a895626931ce3a8dc9f314cc28aaacf40a24ea0c1a9f27384", + "0x76d9b7d60f04615c2825b1be352d1764ad7d1058cd81931efab1581de17a2e5" + ], + "nonce": "0x7", + "sender_address": "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "calldata": [ + "0x1", + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d4e757558343533707245396e35433253565a5a6e6553", + "0x5665757a7243354861616b6251474b6f623655427879", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x389e75ae1adcab4b009b1654e7d7f09ae2c5274223ffbdceffa2575f330b2c2", + "version": "0x1", + "max_fee": "0x1e14fd0c1c3ec", + "signature": [ + "0x700bf6fa3a8d4bff39f6c8b9f4dbc7ed1032d4eb2c0dce7c3edde4443f79d65", + "0x640a0123106f6c36427429693cb035920f24d756dd8994a729fecf79ce0646c" + ], + "nonce": "0x8", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xabb9b8", + "0x0", + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xabb9b8", + "0x0", + "0x187b43e4c93359", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xea8111c25247b25190a26d6ccd73dd08dc7da203a3263b8242d9f87a10c96d", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258bb", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x32bac7a90f7fbd5a5f992cab055e7b32585d2b069f7a13d35b4a3ae7785bc88", + "0x2b4c77783338000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x361612d04dab7eb35810f49397805b3507dc1b1e0a3993d309725f89fde0eb1", + "version": "0x1", + "max_fee": "0x1f36dac14845a", + "signature": [ + "0x2ad884cb74dbeaaca2171c2f5c107a366f692f4ce4ede36ee5c677037fbea10", + "0x1826d686f60781e8c802dcfdc1ce44cd44f2aad2c7bc5bc4cbe15d9b61d358b" + ], + "nonce": "0xf", + "sender_address": "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x58d15e17628000", + "0x0", + "0x58d15e17628000", + "0x0", + "0x258f198", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x50ac5caa516ba70db9e5e1aed6918a5f483106026a2c124d3d5c65c1b6bd1ac", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x41fef89a8f9ff69e9880a39f520f28a02818f0e1cd5790fa76233789e77cca", + "0x121ec20a7dd060c4c66a88116cb9d0dc104d6d237a338a62859a23b1114eb1f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4a5bf560ecdc4eed3e718a6285724f73ac5943a0e77930db01faab0277ba1e9", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4a5bf560ecdc4eed3e718a6285724f73ac5943a0e77930db01faab0277ba1e9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1280c8cace92ca892c798df4f1bbd2e6b878379a72a8dd6765f7dac71c2b7ca", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x346febe5ed0db30ed576b8ab0f0ea478f2e4cc4586d5b488e18f719149f16d0", + "0x1b20afa0eaf947724b86b8db18a3eb732a0d737e388e1a8aae5ae3f8ecb3576" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1341eff07984a1decb605d728d2e8eafb1308f683a625d5e01cf26fd51ef99f", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1341eff07984a1decb605d728d2e8eafb1308f683a625d5e01cf26fd51ef99f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x53b17c6f5c790d459e0643a41fddc4f9f993764c94169cb782e0c05df1459ae", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x458d184c85f2fcc47848802795b9ff893e3e7068ab694307e37327075da994c", + "0x76295407d83188b8a8810cec79548ec68c4a990c45d19edd5da7681bec79e00" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x37f0c7602b970fa9e15df045cb1af69c03a839762659608bb92a4f2642f0c7b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x37f0c7602b970fa9e15df045cb1af69c03a839762659608bb92a4f2642f0c7b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5ba4bcfea59af4ea0514a583e79982131097d838e7b13a1ea23130eae2324f9", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x338edee0c588b8b03ba278e341499edf4880a1c00b4dd21e80567ad926e71aa", + "0x2f824aa58009f620b85557b2e7ca2bfa1eb1e6068b47d6d803631fabd301dec" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4e0c54eb15139733737a39eb5618dc83fa9a795914c8e7d16d7ba451ecea640", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4e0c54eb15139733737a39eb5618dc83fa9a795914c8e7d16d7ba451ecea640", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3077ef65752fcfbb10cc258c3f404b6cdc788fec08af46c39731c9cf5b2d31b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5d5b7dc416a5da0c8c06704479817244dfdaad1cf099db4d8516678de9eec66", + "0x1b34d514761cdba69f287d3930e207f8335bc1c137ba5d4553a7a09d2d84c34" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x58731aa4b1ced92244f9b478a961f516223226f0b34c73b11b4d1c818056385", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x58731aa4b1ced92244f9b478a961f516223226f0b34c73b11b4d1c818056385", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6aafc3f17e18605da056ce7eee79f2b3948004c6893beebce4f7e75d44f4d1a", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x36335a614f5ef216b4921c00b29d667485365cf744c4c42123c44680d7262d2", + "0x7dce325c3aaac03af4232bd73abecb35ab275dfade191b62a8e080fac4a218f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6a7597c1d9d5b19168c000709699b49eb95a1d985bfceb1d0e3d06b1ee7718a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6a7597c1d9d5b19168c000709699b49eb95a1d985bfceb1d0e3d06b1ee7718a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x746462dee7b45fd21b86664f860d5095179f7795b96c2f6f1402f56d3fe2c96", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6c2b7ed68856f9c28d068e709722dd70528507c5ae776603f503c5dc8372488", + "0xa28b0922b1734469121366c702e4d9f5dcfbcf692d1c435c2fa01831198450" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4b022704f2c3fccb6327cad8a7380b2934429b0eea97b93ac6a3f210b05f6c", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4b022704f2c3fccb6327cad8a7380b2934429b0eea97b93ac6a3f210b05f6c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7e812b6ec682eeb187e351c214314bf86b7fd087ba0846228575889d0ab05bf", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1f35a93629660c44f75f37996bd823c7057b21086d584fe08b0eb605126229b", + "0xf99783e75ddaf5a82233660c33b9ba62491871f633a3733eedb555c690a58d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5a5e5504af6feaa482341b3ba85289ca8c9a85824879b44380b31573fa6251a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5a5e5504af6feaa482341b3ba85289ca8c9a85824879b44380b31573fa6251a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x74dd57c58d2b7911720a80ded4b859ff4eadeda8a34dcddda28e18f18829817", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1d2d7f0258a787c32f186d3ec9a78ddde82c62932fa833ad267c740abc59965", + "0x615ba7b12bfa4f3ea988d8e6ca19ae0ef14c9d01829026b39df10f9e525c1d1" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x762302e1d9692fcf22fb4dd61152472d7618608391ee32ee48e8fef4c374274", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x762302e1d9692fcf22fb4dd61152472d7618608391ee32ee48e8fef4c374274", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x16ccd82280bc51c08371dd364f2f9f55c61aaddab0a5059a57449b97d0395e8", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1b0d4d5866019b41be14eabf510c88aa86dabf20865a91a6ed41d2c0bc0821f", + "0x7e045fa123641213d8cde48521e41958c51155761e61e4a2870406b71ef45b8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0xff3a033b9eb807414a542981b46e98a1c865d592c732b71320c75d2fd022eb", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0xff3a033b9eb807414a542981b46e98a1c865d592c732b71320c75d2fd022eb", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x11d9b27c7dda3047ca475ad30cc59b53183b9608cc79be229b487d2e1853885", + "version": "0x1", + "max_fee": "0x1f134703205b8", + "signature": [ + "0x2dee6cb3043c37246f6d0b5fc225efa0a63eafaeda49b2dd669cec4ac1c3442", + "0x28620e8cd987a2d43739e92e85a21d288a02a2d71299eba5892eba856b98eb9" + ], + "nonce": "0xf", + "sender_address": "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x6a94d74f430000", + "0x0", + "0x6a94d74f430000", + "0x0", + "0x290c6339f581ba286", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6ef73a0245a4367dacf94ee48f2979d945938b84e809456d4fc03236c205501", + "version": "0x1", + "max_fee": "0x604af1c3fe000", + "signature": [ + "0x4ff1354a6b1e3e5233407272d9e8737c787db7030093d3b2c1c3e8f759caeb", + "0x6f7a0e044c2d16ec23deadc75e4e7b5bd072965b9771cf75a0589356297de82" + ], + "nonce": "0x5", + "sender_address": "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x23be5e0a7d18e", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf4240", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x23be5e0a7d18e", + "0x0", + "0xf4240", + "0x0", + "0x23075c28ffb71", + "0x0", + "0xef420", + "0x0", + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x63d4f8c6" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4acbd05e54b8188a190a12b959250c5ef83e1d74d4eb6ea03dab13e556efd0a", + "version": "0x1", + "max_fee": "0x915ed59467ec", + "signature": [ + "0x7708995ae0f11b1b42ee62495ee64efadbf9effb13478063266c44612adf897", + "0x41112af8c97430b5039ec66c2efeb1842d53f60e847654ca57df701076af9e3" + ], + "nonce": "0x4", + "sender_address": "0x68ec49d6b1af83d6ebbd044f71c64abac98e58d7a354655c8edc9380d02c149", + "calldata": [ + "0x1", + "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "0x1351e82857c15b94189f9f555196b17aef20f5a99d210cfbc094021d91d7194", + "0x0", + "0x1", + "0x1", + "0x1" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2f72d062f9e4b06ed7c4a2b7e6965909f7efc54ba4deaccec87a47243aa4892", + "version": "0x1", + "max_fee": "0x342ea87e76000", + "signature": [ + "0x11a531f002dc795e340b659aef0ad7cbf333b3a16dd237f3e215ea28e0bf2f6", + "0x5344705b451c885f7e43ef64d6992bcd30c7ba5a0f975529a5aefebc6980dee" + ], + "nonce": "0x5", + "sender_address": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x2", + "0x697066733a2f2f516d624b36634b4759726769424670756732704755695574", + "0x454e61654558396453383347614255746d537441386e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x73c26d3f603e7cdf2d4704636e5e80938e1a8e9a54cddcdda9e07fe3c5fe126", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258bc", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x274ed6f03bad512d1802740b4805255cc7f79e48376a8fa1160ebbb42c1924d", + "0x1c6bf526340000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x4fb06365227d6836c8682b039d29eebb89694b566812b1c23d345e71bf4e125", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0x258bd", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x1f65cc8643b807a0788c03579927975c3f47eba4e3bdc9872bf0f92214b1504", + "0x1589cfc6f368000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x6fa0e4688c49f47f54acf9054997d6e2930b57406579786f5a9f7a4085a0070", + "version": "0x1", + "max_fee": "0x394c549ef0000", + "signature": [ + "0x727793502ad9af28923da81974c421ac7f198842b06ec740698e046f030ada0", + "0x6e93158d875e866d673cee2014eaa13e68593610d6c901432bd81bcdbcda6dd", + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0" + ], + "nonce": "0x0", + "contract_address": "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "contract_address_salt": "0x792cf333a226b0ff5746f5a0336235495ecfe82e172d46b63c6466a17f9ca50", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x792cf333a226b0ff5746f5a0336235495ecfe82e172d46b63c6466a17f9ca50" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x2245dc816e428b1f49f8205eb5055572eadf7c3d86070b2a2af2ee4b114a121", + "version": "0x1", + "max_fee": "0x604af1c3fe000", + "signature": [ + "0xb82850bf722d8e267c98c33a8e498c377370f1eb859e8a19abde988fbdc144", + "0x4bf430cef3ebed0c878f0a2e82af987be1fa580f5f900ba962cce3a11acab80" + ], + "nonce": "0x3", + "sender_address": "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "calldata": [ + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1053b0", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x103e75", + "0x0", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x1053b0", + "0x0", + "0x103e75", + "0x0", + "0x100018", + "0x0", + "0xfeb49", + "0x0", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x63d4f8df" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7409cff464086be0e4d7086d139831c1246a822b2231785a89fe9385b994a68", + "version": "0x1", + "max_fee": "0x923576a6a874", + "signature": [ + "0x511a6ce22a69377fd9ccb15b27e645e11b7a2c3f7488ba088665b4372ddd765", + "0x4372b17a605b78f4da19ee04fe359d4d213b623a90fd33644b24a54185307cf" + ], + "nonce": "0x3", + "sender_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "calldata": [ + "0x1", + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "0x2d01c9f1ed8d814a32aac4171c6cc5a66828d7f97a5da83a6bb6b6f064a0ee2", + "0x0", + "0x2", + "0x2", + "0x1", + "0xd728f44b9ceb540" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5e35d243a0c7ff41700eacaa268e7aadcbcbec81faaa7ab9c6df463fc1803f6", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x635e9144003f8e3f78ffa5483a395359a13e2f8dc0b6a07cef7ee46795831c1", + "0x67f7e42fbacd9b85e60eb584e8352aca515573689ac546ce436bf3706eb21d9" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x10ef06b0d8f8bab115719ca63fb10a69a1f61520d23007e6d35b59d208f016a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x10ef06b0d8f8bab115719ca63fb10a69a1f61520d23007e6d35b59d208f016a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x11dbb22fcc4384871915e8f3c71424509a90d7cf7c3999b32aac801b5128f4d", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x6618376c18759ea63818be9b17adf4d1dff5400999769cdf7061b6bb6e99ce", + "0x46e614d9a0fbedb4510209a091a140c0752726eaf9f48ed50993349adddd2f0" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5ae089764c93187343625d3afd21e3abd57aa77e166396b7150b1382567c7d8", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5ae089764c93187343625d3afd21e3abd57aa77e166396b7150b1382567c7d8", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3dcf62b6164db126c727b5ea3c77c69032ef51ffe39a21fe1e73f9f872e31e3", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4abaa574b7a39fa51dd42af6bf3cc03575b17d87a21a3968a05b675b77f2617", + "0x5e3688cc133bdd99d440c85339c9a6af2a231883e89e1b55b4af262e9c469d7" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1790c3d415406f93c6a5d5503ef566e60cafac57b86dcba48fd43a53a78f107", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1790c3d415406f93c6a5d5503ef566e60cafac57b86dcba48fd43a53a78f107", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4cde9f169aca3a4c09ae1a05223a99db224b453c4c01b90e51c06441798ba47", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x2c13dc49f68d36e6599bd921acddeae50af6a3ff53777225a39a29431b0e393", + "0x639ee6333a19dcff615df29c6966980fde3f3736cdc0f43d49961c7e1448f2b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x588a618cef54240223efd5754d73ba0ab0f7836564c9689ffd990f0dcfc427b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x588a618cef54240223efd5754d73ba0ab0f7836564c9689ffd990f0dcfc427b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5fc45cef9595936a8253666bb2da8b1bd8eb8a37d456da502803e6249f5ed34", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x79091033fb05d2e8c3f03f4a9f7a94dd31ccc939735b25885c0dca907ab77fd", + "0x6d29531e58f0b01ef92741c5887e23fba0189423b42d1c4bf4cd6b212486804" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x271f5dd6313479085a2d0fc093fa45b280fc5def74d68873cc48dbfec500326", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x271f5dd6313479085a2d0fc093fa45b280fc5def74d68873cc48dbfec500326", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7a9c424c78e89f431bb9db38847a26c7699bcc86b3c7250c0961ddc15b7af0b", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x36c8adf0bc1f45a01314b75ddd60cf0802b2a9fd6df85feaaf9a739d9ac84a9", + "0x842c0d6bf57fbca1a72867dbb6a24ff1e203c988ad04fe4665e2a30e42d569" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x566f62e4fd91f2d3145e3a12154a65d943084ccf39f10e2304158c9e07e5da4", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x566f62e4fd91f2d3145e3a12154a65d943084ccf39f10e2304158c9e07e5da4", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x65c1a14fd7e034f8bed84bcfd04f00b75afd631d2bd759c5fc1a4fb615a6783", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x657b2c5e89f77cc055f28de229a8fddd6f26a614028c3cd5fd2e09d4cf275d9", + "0x3babbb7af134df17ed841b4ac25438a81fc2d5ab3b3f13b50222fcdd173801e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1fb313df18d382d4d9ca3530b1208a28218be9656a823c6dc363d36d1642a8a", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1fb313df18d382d4d9ca3530b1208a28218be9656a823c6dc363d36d1642a8a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5c8eba0eac02053d1f79d65bf2463c42429dcb3dbdb04425a3a22828ceeb7eb", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1f16b638fdd3cd0b28f201ba5f74c47aec7fa83e3771c6b460d72d600b06ab8", + "0x6b43fd4b0e4bf3f964671d1654d32f36abaff029008b6aafc3f1d935f0e0a8a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2b9dad7f1a3712dd5a11fdd8c91ff7a4b132a0d45ac5d4250d82a8da6cb29fb", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2b9dad7f1a3712dd5a11fdd8c91ff7a4b132a0d45ac5d4250d82a8da6cb29fb", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6e8f3e3121e645740e8a65aafb85ad3b40d61a334411d0a8cc73ea84efb592f", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x510e0d4e512093c22178b87ad90439b6c4f6bd677b029c511f6950a751be90f", + "0x7ac84bd7b5b9b6e92889489d677dc888e1a847652cea7c92af7d16f7859d885" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x553f08e64fda1f679f3bc3bdf30397739903ab0e70dd6e96d13baff07456c61", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x553f08e64fda1f679f3bc3bdf30397739903ab0e70dd6e96d13baff07456c61", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2f09b8a9423f96f199b1c488c357fda60cc4d780d7ca23522866e006e525c83", + "version": "0x1", + "max_fee": "0x1f35b023f739c", + "signature": [ + "0x52b0984f76fcf21a02a27cfb47ec344f6065b39958d1abf2fdd4190c6563179", + "0x69351d4183f2b0f28575c5ebfca9b57ac73e70346a034103cc71e1dcbfafcc3" + ], + "nonce": "0x28", + "sender_address": "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1fdbb98", + "0x0", + "0x1fdbb98", + "0x0", + "0x4a1f751295e1a0", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6687b49de95c28a69b96cca5cb22ec1e39f6a71d6511b63f3818048744e0007", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x78d1cecbc6f586380218d9a20a0bf3852cf2449eaedb3e7c823d3cfe4a32a62", + "0x60dba72c2490e101c62783523acbc94a4e49175be524b7439ea9b3a948fac72" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7675b9a57adb4a607acb494dfd1c183907e52deec8d074adc562813483a92af", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x7675b9a57adb4a607acb494dfd1c183907e52deec8d074adc562813483a92af", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7cb672f23ddc2d129c4cd6d72afca081bd1b7da0e40f3eae9b0249883bf97cb", + "version": "0x1", + "max_fee": "0x24fcc359660b4", + "signature": [ + "0x45e31a364796ccc2fe771b97d15d2eb26d72e13427098569b9da24d7a977838", + "0x2ca3273b962aa40d2163184f7e0753d0b73d0354c6fb93ea28ebf77293b339" + ], + "nonce": "0x19", + "sender_address": "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "calldata": [ + "0x2", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4fe5e9", + "0x0", + "0x4fe5e9", + "0x0", + "0xbaccfe2fc150a", + "0x0", + "0x2", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1ddf48aa683f5b888fbb1306caa93ca2b89d9d2a6c67943376f188359b19b7b", + "version": "0x1", + "max_fee": "0x300a04dcc80e2", + "signature": [ + "0x5364377dd4c17582ef04a2809e969579812d204f80ad541d3cccd70949e6628", + "0x28953cf94c60c46d858ee7bf4658faf5074a0aa737f3041d1f61c33beeb3ed5" + ], + "nonce": "0x2", + "sender_address": "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b3b1a1f774aa", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2dc6c0", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x6b3b1a1f774aa", + "0x0", + "0x2dc6c0", + "0x0", + "0x6916147aff254", + "0x0", + "0x2cdc60", + "0x0", + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0x63d4f869" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6c5f940549c4f63746aea808f40d9fbad92340ebf33411f4ee3712bb9bad540", + "version": "0x1", + "max_fee": "0x7724d07730000", + "signature": [ + "0x364de116520eb8ddd6ade149845da3b6e1a64ef59f10b521b8c6704b844a994", + "0x49c0e2f26abb99cf2586b5b1f12f285c6c418a7b73a5f015a194e6804c41fab" + ], + "nonce": "0x4", + "sender_address": "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2566dcf665465", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x100590", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "0x2566dcf665465", + "0x0", + "0x100590", + "0x0", + "0x24a75da9c9a62", + "0x0", + "0xfb388", + "0x0", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x63d4f903" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xe65a336c606a57ce75d9287ec3c8a2e29fd12464976a4a9f3b80ccc3c227a8", + "version": "0x1", + "max_fee": "0xbdf38205e5c4", + "signature": [ + "0x5259e02042207b413041329e435cecf885bc4e98b9b2be5299d132b12e9850e", + "0x78e51ddf919c25b0caee1549ed48af243647884c25b34551d760e0287d96ab8" + ], + "nonce": "0x2", + "sender_address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x3", + "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x9ee393922e4ec9b65a58abd813a61282425cbb65363c7e8ce580fe88294983", + "version": "0x1", + "max_fee": "0x763bfbd22000", + "signature": [ + "0x21d2c49305b8424ab7eadaa4567ae87667cfc994d66d7ebe5f31c8de072ef38", + "0x4d6b163f80a445d38e48737c30107eaa3bdda0d5af5780635d6df43d3a0faf" + ], + "nonce": "0x2", + "sender_address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x33ddda326c75b849e389673d60125a809c5fc42b8ecac7d3d3c9f6e808650a9", + "0x246139ca8000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x633cc5aea0e3ce7b8e84cc11c736d18c58d0f474dec01628e089b8bc9f058d7", + "version": "0x1", + "max_fee": "0x5872c7b454000", + "signature": [ + "0xaf37f2d0f36ae43eb5c0a90726d1f96d9a95ccd9350a8bf7cadb3a52795389", + "0x79c22a14ac83ada64b138fe7f6ec6cdd17bcae14cbc6ec7014d6b8a86ba34c6" + ], + "nonce": "0x6", + "sender_address": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "calldata": [ + "0x1", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x268807d1f4dc7e9cca40d124871328085aa5e9200b7972afd718f89da9a9cd6", + "0x0", + "0x1d", + "0x1d", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x38eaef8e694c6e31db8311f0fcc6ed9c2ebb18993ef2a985b0e3dabb8c82c71", + "0x0", + "0x63fb249a", + "0x8bc2bb462552", + "0x1", + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x83c9", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x1c3b102c800", + "0x0", + "0x38eaef8e694c6e31db8311f0fcc6ed9c2ebb18993ef2a985b0e3dabb8c82c71", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xdf8475800", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x344563143950d788fef2546cb548952efb5aad88cbce325ef6fb10a11fa8c06", + "0x2727d2248c6fca17b7656f24f0c8de17fb748a54d22d97b1b624418293ab78e" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x487f6962f47cc356c0c71bdce2107aef88d9c1e31611e12d1cd6891ed91f96b", + "version": "0x1", + "max_fee": "0x1f35b023f739c", + "signature": [ + "0x70df6c1334140f11fb0f975083d4a6d31bd88401465309153a456ed799a9823", + "0x6a18524903b3b7451006d077f7696aa3dc0f3e0aaed8fa2b5acf879b0dc4385" + ], + "nonce": "0x28", + "sender_address": "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1fd4b85", + "0x0", + "0x1fd4b85", + "0x0", + "0x4a0f2a9fc86457", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x63d2610a" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x128d940f9eec9b52d5fa06cd39ca39468500b2210def04c6956f8c3a0dd966f", + "version": "0x1", + "max_fee": "0x604af1c3fe000", + "signature": [ + "0x119d71d1fede6a4e9673918bd29365d444201d01eaa8c97eab8651923ee8aa7", + "0x2ecd5a16559f4826144599ad629f48273b31d47de6330196391b38c9bdce2c5" + ], + "nonce": "0x5", + "sender_address": "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2531295c62712", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xfde80", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x2531295c62712", + "0x0", + "0xfde80", + "0x0", + "0x2472bd037f316", + "0x0", + "0xf8d40", + "0x0", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x63d4f921" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1a7beb30a2639694b71f4cccf54a903be8695bd398806882b4489c6f5830907", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5b5ef35cae808b2a135cf10e63e21514e368e448550b2b3aa33e81777bc9e2e", + "0x4a22939674d2fe22b1324835d32360f96f1b1efb76f5c1f96526fbc66674094" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7cb4e442b107cc6b349805a65f69d1d8a59eb5cb597a0a4bf8e241d5f2e6e09", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x7cb4e442b107cc6b349805a65f69d1d8a59eb5cb597a0a4bf8e241d5f2e6e09", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6446a261fe18a1ebbbd0cfe5ddbb97c7b44adb7c28273670185f434f0264853", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x58ec9698070e31e56bd5f2ba97320970b12ef093f9729c2cb1c77375cca7a45", + "0x4e2aa93410f40d0fb772f599338976cd1c1097ecc48ed100d90e9bfa674915d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2f6637f23cba3f001dbba1308e2d947759f4ea4f7749cdea265d896d51eb4a7", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2f6637f23cba3f001dbba1308e2d947759f4ea4f7749cdea265d896d51eb4a7", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x10c7ef5ffee6e4fc984ff704f2fc84c1ead26d5335a4fa6359eaeae11d8223f", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x70df8b92ec201bd6428515faa1fb4af0a06d291180c80583060f5d8f885062f", + "0x5fdac209d9b1d0172124022ef929b56bd0196f99825666dc88bd944c5840fa8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x34612d0874cf590eacee5ed1d45fcb012fd45dd75e3b2b337aea062753947b2", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x34612d0874cf590eacee5ed1d45fcb012fd45dd75e3b2b337aea062753947b2", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1156353e4ff2377ebdcd9fc7bea7fad3450c16e1443f4445194216073466e40", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x682728bde9d1d93d77917686b3896e3d812762aae56f2c2897f5811a13fac0d", + "0x223470f22bc9c0c5800c0069490b32a06e56067f6fb6a07bc251c57a4a86e65" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x5b36a7c3e1da5c5dcaffdb02fea13346c9cde7fa8c5b0d65f4a879f857fc821", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x5b36a7c3e1da5c5dcaffdb02fea13346c9cde7fa8c5b0d65f4a879f857fc821", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x42c28b7d4132b5968773747b0d2414e3aef22803c0193a99ad754b1b1463398", + "version": "0x1", + "max_fee": "0x6c483975ae5bb", + "signature": [ + "0x1493914f22ed8be84b029a836b7788fe4456e09f338b0664a3077e0336b220c", + "0x36e30b6c76611626d334516507df9bf2913f7290704d2fec79ef133f42f3061" + ], + "nonce": "0x67a", + "sender_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0xb00ee40", + "0x0", + "0xb00ee40", + "0x0", + "0x198d78ce87a4520", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x63d4f932" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7030f0e78400c7404909244ce6d00e46938c60a98689590db163233c39128f2", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x61a35b7043b6fd413323c424ecf598dc32504d6d4bfa7238b9da8d31a8aead0", + "0x3cbf384f0b56df5b9781aa5a057925709138bba1a7ce1889f69b2ac442fc0ac" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6e6beb98ddfdafa46de75be696c87fb3bf5a47b9af7bf34573d4f963b0dff4b", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x6e6beb98ddfdafa46de75be696c87fb3bf5a47b9af7bf34573d4f963b0dff4b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4639fae84cc2a2a2201a92db38885b37ad329fb9c3261fae257454fab2f27f5", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1216d6b926742adb49c3eb1f9c4dc2ebc3e83844fbec9fa9a05621172a10e4", + "0x59d8c3eaf8caedc00d2a87a7f0a64bc324061069832bd13ec26df24fa5f00d9" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x4102abe0b1c6a055925c8c5e1c7b57dd89b902a6c6a3f119a9e0c32cfec7929", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x4102abe0b1c6a055925c8c5e1c7b57dd89b902a6c6a3f119a9e0c32cfec7929", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1e7fb84a8c901fe0cdccd7c464006929dcfd62933abf604fc04686f37958b56", + "version": "0x0", + "max_fee": "0xbdc4d9713bea", + "signature": [ + "0x1d87a4d235b4df2815b918141510557fa9b1a4fef0cbc6655fb87d456c3e79d", + "0x4c11b3af083fdd19c0ef92b3b4f54b6bfb353428b021005c5c0c9b412737cd4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x768fcc86e992349edb12050399800f14e18dd70f84eda5c07b7d7286f755b88", + "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "0x0", + "0x1", + "0x1", + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2", + "0x4" + ], + "contract_address": "0x768fcc86e992349edb12050399800f14e18dd70f84eda5c07b7d7286f755b88", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xa3e81b0e08f5d26a59e024fe46cc667ac17fe7ec9cee86de9d5c5bc3527960", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x5c7b62379f730c1fe1239a99d5c23fa639d5f946ca9a6e939866f2d9ba67ffd", + "0x6836e517a67a1b2c8f33cfafa556f61dea582906c636fae2860e98935185068" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x21ba15a7c25e5ac98d1d4ee49c3d00dd715f00a4e9df1a1ca0e46596b1b7916", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x21ba15a7c25e5ac98d1d4ee49c3d00dd715f00a4e9df1a1ca0e46596b1b7916", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x72567994b007d4879febc05b7bfd58109234f651640cd9229cc50af7983f259", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x3a51038d90391a3fb7cfa4b814f5df256fe7a7ed8374195d4e1adb50de77615", + "0x3f57aec8581650cf5447c6deeaf0770159d840e62c0c1a345b908dd0551a196" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x2edfd37df9174091ee571e856dff5f8230ad57ca032c3473569d897e939acef", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x2edfd37df9174091ee571e856dff5f8230ad57ca032c3473569d897e939acef", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x60102151390d54c5a90e957d9892a42e49b82a5167aa6a9312a9b089a1a7a6a", + "version": "0x1", + "max_fee": "0xedbd5f164446", + "signature": [ + "0x7a2b9b44f87451f9e6f6527fa9b284dd022207d2289e1c514f148c77feaca02", + "0x55182925d44f58371f9eaafde5b2a69e2d00b830516b5c791d4ddef0686bbb5" + ], + "nonce": "0x7", + "sender_address": "0x335b2d0604f7eeaf557c3bbc4ddf950d6de712f5bb6edfb3586a4116e870355", + "calldata": [ + "0x1", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0x68bcbdba7cc8cac2832d23e2c32e9eec39a9f1d03521eff5dff800a62725fa", + "0x0", + "0x5", + "0x5", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0xafdbfcdc61e32b", + "0x0", + "0x1e6999a5466bc1102e2fdfde7edce4eb7fa56ab5" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7e1bd76576387e2b96db92f06756b1c2182e96435bb65d4718a8d16a4b7f4d1", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x21ce7e0aa59bac67920b0a915568affdf8367ebfb295b3f88e9dd375a471d29", + "0x219adab82c806898e8631479ae6688a4572cbf881b45604317f58fa01c7fd47" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x239c4abd4bd71b5f647b5a945320886fb5f80f7d54de812efc4849f3e3991ee", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x239c4abd4bd71b5f647b5a945320886fb5f80f7d54de812efc4849f3e3991ee", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6b4427d6aa8b0992a23dc464b65b77fc4b5af6ab8514d455a9b8ff5ee735dea", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x65139d39bae12491e14ab572caca5d0354a1d22271af6db0a0334e6c31ea718", + "0x6916f37e925c4faee270382aceefb8225f3b0e0888c8e882168ebfdfaccfbe7" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x25d6e711ea6565e5853b3211753a56a2e41f96d0e081718dd745765e340102", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x25d6e711ea6565e5853b3211753a56a2e41f96d0e081718dd745765e340102", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x77526ab07321804495ab84199a00608737f7adcee886c1c1abf026361baa79", + "version": "0x1", + "max_fee": "0xc6f3b40b6c000", + "signature": [ + "0x422f36122f4ae529048cd94cc3552c39ace141e518057068b195f25df44005a", + "0x2cc553b5685cd681c846feb824980fdf09ca601f26d7faea6ec38fcee61961" + ], + "nonce": "0x0", + "sender_address": "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "calldata": [ + "0x1", + "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "0xe48e45e0642d5f170bb832c637926f4c85b77d555848b693304600c4275f26", + "0x0", + "0x3", + "0x3", + "0x3964dae695c4f6c600a31a3c13f2f5f947c04d8e", + "0x1ff973cafa8000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6deadfc26426b50d490a4bb7bf53b3f07bd8f9c1e89514a5c028029d3164619", + "version": "0x1", + "max_fee": "0x124db779e2000", + "signature": [ + "0x4e9de10e89685f8df39afaa976fabcf30a8e30413bcd02eecb927c9de850ab9", + "0x4e93ce76787aa3c766a6c0d7c4a9b9246fda9705f7cf5c98395ab06d2ab1175" + ], + "nonce": "0x7", + "sender_address": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "0x0", + "0x2", + "0x2", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x1" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x562e82ad54afb6b0a63d0e69787a00623eec883dc1de411532f0f33c247a40d", + "version": "0x1", + "max_fee": "0x1f35b023f739c", + "signature": [ + "0x733a273af1b9a7416d30d8003db6424487c3ae3adb7a2a464cc4c82301de2f2", + "0x3d5343e63f5ed0f37c2dda043bd0dfafea09d478b3250baaa1920d007e860f3" + ], + "nonce": "0x9", + "sender_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3276861cf5e05d6daf8f352cabb47df623eb10c383ab742fcc7abea94d5c5cc", + "0x3", + "0x9", + "0xc", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x9dfd50", + "0x0", + "0x9dfd50", + "0x0", + "0x16a9f41a12b7b6", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x63d25d98" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x73aca3a93bfddbeb5141c2d04bbe28ab2321238ef14d7e343f5256f7051a263", + "version": "0x1", + "max_fee": "0x1cd4360e0c7d2", + "signature": [ + "0x68544d67b041371dabb0344dce6d4730158c22cff8d2113b3261322fedcbb7f", + "0x62b15bc054b59ecb49b6b3473bdf09293bbc4ebf47727afd0452da11dc0951b" + ], + "nonce": "0x2", + "sender_address": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "calldata": [ + "0x1", + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d54326a6835696e377a6332726836696a776a31423353", + "0x5665753338426b4270734e46447659524a3441486956", + "0x0" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x78e21ec86136cadb798beacc444f6d3312d9f585c1e38ac68705c5e92031131", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x388627d5015950d34fa46e6ce79d89075c2034ac254ec5bfc4c2c8411831390", + "0x6c12e168d4ff513f7486b3f9cfdc55654b1a82ca6d99ba56390ad4b93393a27" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x1fd66764ec88aa4be6379234c6e0820b9e65bd67fae5995439c09efae9db8b7", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x1fd66764ec88aa4be6379234c6e0820b9e65bd67fae5995439c09efae9db8b7", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x493567720b5e38e650b3a2e6acaec56d45d720aeccba8bdd4a8602c1e0d1f1f", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x541bfc212f37e5374fe7f7f5c88b826e4a572e00489f99181e7752162d47799", + "0x34404cb854128d9511f682458c6893d4784a13e8e3be73cdc73b3c11afb13ad" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x51b625efdaf3f0e8401e7421919346d9bdc1ae088b7c80ce80053f82fdede89", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x51b625efdaf3f0e8401e7421919346d9bdc1ae088b7c80ce80053f82fdede89", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1045ef62c4f146724ed3b265bf250569de7614d1d751f1c4bccdfecae96686f", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x4f38d3601670fc095928d0053f15ecd0b679d6b4a8c43c707a1581a71c26f51", + "0xa2f7f8c3e58906c1ca2c2b3823eef09ba6784458e9eea4e5a04fa4d0d1a924" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x774d545137ef7e2bf034e6cacadf16776a0a288d90c398c1051b96e8a34abd7", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x774d545137ef7e2bf034e6cacadf16776a0a288d90c398c1051b96e8a34abd7", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x55288336e7bbde135e0c3572a7111f9d26005e6dea82e12c82870be165738fd", + "version": "0x0", + "max_fee": "0x65d5eabc5218", + "signature": [ + "0x1fb6530d00ea6eb4ccfaa63803f432972fa25f372b453e24aa605f390d33734", + "0x13152e978895b351e8da50203f6d862d26ced072600d64c8adab7a2a70e7958" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3fe4556f2963e0fe25b5125c99bd4e7302b8191695b3fddbea58d0819e62dbb", + "0x1474f761b9a93b1c727b60fb4cc7aa6c6c1c866ad7f1cd88ec9545ff065ddad", + "0x0", + "0x1", + "0x1", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x7d1" + ], + "contract_address": "0x3fe4556f2963e0fe25b5125c99bd4e7302b8191695b3fddbea58d0819e62dbb", + "type": "INVOKE_FUNCTION" + } + ], + "timestamp": 1674728186, + "sequencer_address": "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "transaction_receipts": [ + { + "execution_status": "SUCCEEDED", + "transaction_index": 0, + "transaction_hash": "0x7152a4a93486ad1f1bfefb1e92ed3bee453e2e5fb77ad004d0389bf46ff2fce", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x765b738f5aa647ec65aa86f7a56185fc535f28d94a8a594a27fceb8a1d56978", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x765b738f5aa647ec65aa86f7a56185fc535f28d94a8a594a27fceb8a1d56978", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7152a4a93486ad1f1bfefb1e92ed3bee453e2e5fb77ad004d0389bf46ff2fce", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x765b738f5aa647ec65aa86f7a56185fc535f28d94a8a594a27fceb8a1d56978", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 1, + "transaction_hash": "0x5f3d9e538af40474c894820d2c0d0e8f92ee8fef92e2254f0b06e306f88dcc8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a4479e16bf55ebbe7ccb36f438060d994fac69c75e2edfaf00ae56d45d5796", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4a4479e16bf55ebbe7ccb36f438060d994fac69c75e2edfaf00ae56d45d5796", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5f3d9e538af40474c894820d2c0d0e8f92ee8fef92e2254f0b06e306f88dcc8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4a4479e16bf55ebbe7ccb36f438060d994fac69c75e2edfaf00ae56d45d5796", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 2, + "transaction_hash": "0xb2576d2414871986fe3eba33dc90ba78bcce48f21c4292fd74600bcbdb8738", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1d0caf5b093c48528e7299e3d752cb6520a5df27f3f91606bed46cbde47de4c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1d0caf5b093c48528e7299e3d752cb6520a5df27f3f91606bed46cbde47de4c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xb2576d2414871986fe3eba33dc90ba78bcce48f21c4292fd74600bcbdb8738", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d0caf5b093c48528e7299e3d752cb6520a5df27f3f91606bed46cbde47de4c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 3, + "transaction_hash": "0x66ca263271ccc26008d88a582287ff1d88f928183b69a069287cab34382f7be", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49f1e087bd649590291e6f7160aef0b9d77753df1fb8d62ffd157ea8bfbc89a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x49f1e087bd649590291e6f7160aef0b9d77753df1fb8d62ffd157ea8bfbc89a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x66ca263271ccc26008d88a582287ff1d88f928183b69a069287cab34382f7be", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x49f1e087bd649590291e6f7160aef0b9d77753df1fb8d62ffd157ea8bfbc89a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 4, + "transaction_hash": "0x35a9bb4ff85b2af08892e551ea3bc1e96374325869c2d66f5ded919cc63031d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6dad183197682d49b710f31e6bd6436d1a2df502ecf51ce1e834950cefcb1e4", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6dad183197682d49b710f31e6bd6436d1a2df502ecf51ce1e834950cefcb1e4", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x35a9bb4ff85b2af08892e551ea3bc1e96374325869c2d66f5ded919cc63031d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6dad183197682d49b710f31e6bd6436d1a2df502ecf51ce1e834950cefcb1e4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 5, + "transaction_hash": "0x695146557c8bf9a384b033829e1227ef92632d9f68b52399894abf44cab849e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x38e31fc7932d66ede24323de829abe1c56234b117a713f8ca01139d68be3cd", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x38e31fc7932d66ede24323de829abe1c56234b117a713f8ca01139d68be3cd", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x695146557c8bf9a384b033829e1227ef92632d9f68b52399894abf44cab849e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x38e31fc7932d66ede24323de829abe1c56234b117a713f8ca01139d68be3cd", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 6, + "transaction_hash": "0x573fe71abc18c33a30f80c536a1932ee2cef6ebc79c45acd474d8983c4c6d5b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "keys": [ + "0xb792a85dbf71e2d3655418ca28e9946996c536760c97837abc48e81d429f79" + ], + "data": [ + "0x19939ffb7f2f0b6fbfb54687be512c7f8293fe00603acf66fdb491f7553b741", + "0xb", + "0x63d252fa" + ] + }, + { + "from_address": "0x19939ffb7f2f0b6fbfb54687be512c7f8293fe00603acf66fdb491f7553b741", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x573fe71abc18c33a30f80c536a1932ee2cef6ebc79c45acd474d8983c4c6d5b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x19939ffb7f2f0b6fbfb54687be512c7f8293fe00603acf66fdb491f7553b741", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3074f1dc22a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6320, + "builtin_instance_counter": { + "pedersen_builtin": 19, + "range_check_builtin": 151, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3074f1dc22a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 7, + "transaction_hash": "0x63b78eac07db946b05e0547dbafdca4f6295b0e4e3d22704ab0f31b22b37faf", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "0x23a76f80ecbeb", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fbe11e17236fbbb", + "0x1d6f3fa4b7" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0xf4240", + "0x0", + "0x23a76f80ecbeb", + "0x0", + "0x0", + "0x0", + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf" + ] + }, + { + "from_address": "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x63b78eac07db946b05e0547dbafdca4f6295b0e4e3d22704ab0f31b22b37faf", + "0x6", + "0x1", + "0x2", + "0xf4240", + "0x0", + "0x23a76f80ecbeb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe0183424dc07", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 26130, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 1183, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe0183424dc07" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 8, + "transaction_hash": "0x5c1aa7adc5633519b821320722027b954cd0770ab0eb7ceef4273b83c1329c6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa9c6e55", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa9c6e55", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x18b8d64a3836f97", + "0x0" + ] + }, + { + "from_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5c1aa7adc5633519b821320722027b954cd0770ab0eb7ceef4273b83c1329c6", + "0x3", + "0x1", + "0x18b8d64a3836f97", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa06ff04096a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19269, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 526, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa06ff04096a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 9, + "transaction_hash": "0xc86f78e45c5d53a61e2fa9e8e77c9ed96b8f92c43bfc8fdad1572ef7f0d9eb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x23ccc1bde7ea8", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf4628", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x23cbfb907b0ac", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xf4628", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0x4ff930", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x4e2d57313", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fc04ea12b3eac67", + "0x1d6f4eeadf" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x23cbfb907b0ac", + "0x0", + "0xf4628", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf2299e3ee6a2", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 31386, + "builtin_instance_counter": { + "pedersen_builtin": 61, + "range_check_builtin": 1295, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf2299e3ee6a2" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 10, + "transaction_hash": "0x5f731aacf086f03bae95c8db6bf8f6b748d85dee5f675218bede396ef859da1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2d2018a20a2c", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xb2ce23a46a2d4", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x1867ebc7a3", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fcb7b8365854f3b", + "0x1d6f9b361f" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2ce23a46a2d4", + "0x0", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5f731aacf086f03bae95c8db6bf8f6b748d85dee5f675218bede396ef859da1", + "0x8", + "0x1", + "0x1", + "0xb2ce23a46a2d4", + "0x0", + "0x4c4b40", + "0x0", + "0x1867ebc7a3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe1c576495d19", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28898, + "builtin_instance_counter": { + "pedersen_builtin": 58, + "range_check_builtin": 1146, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe1c576495d19" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 11, + "transaction_hash": "0x17b2ddc701caa722e01b32143f1a6fb923a39b4f4659b25ab3e31b0cd72514f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x31896", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b43671faa71f9", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "0x31896", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "0x6b43671faa71f9", + "0x0" + ] + }, + { + "from_address": "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0x107072b", + "0x0" + ] + }, + { + "from_address": "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x100de58f7e", + "0x0" + ] + }, + { + "from_address": "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14c6391", + "0x2cfbb98e59f40661" + ] + }, + { + "from_address": "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x31896", + "0x0", + "0x6b43671faa71f9", + "0x0" + ] + }, + { + "from_address": "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x17b2ddc701caa722e01b32143f1a6fb923a39b4f4659b25ab3e31b0cd72514f", + "0x8", + "0x1", + "0x1", + "0x31896", + "0x0", + "0x6b43671faa71f9", + "0x0", + "0x100de58f7e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x11f6326dfcdb4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 32394, + "builtin_instance_counter": { + "pedersen_builtin": 60, + "range_check_builtin": 1453, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x11f6326dfcdb4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 12, + "transaction_hash": "0x13b3a322f2a4c29bc934564cbabc85e71fd711b2fe1b7009822a641c2c96fd9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x32cb1ed3e851b1ef17bd6f4d3685d23c79910d848e48d905d1c75e9f2f3dc2e", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x32cb1ed3e851b1ef17bd6f4d3685d23c79910d848e48d905d1c75e9f2f3dc2e", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x13b3a322f2a4c29bc934564cbabc85e71fd711b2fe1b7009822a641c2c96fd9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x32cb1ed3e851b1ef17bd6f4d3685d23c79910d848e48d905d1c75e9f2f3dc2e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 13, + "transaction_hash": "0x23d405c8a92166a2d36d9f739ea5e90a66025dee91e4c29ed6b6b9a2442061c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x12a33c21d4f4f2d6cb96b403269b827dc03a08cdfbd1c4b54718bba516e801c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x12a33c21d4f4f2d6cb96b403269b827dc03a08cdfbd1c4b54718bba516e801c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x23d405c8a92166a2d36d9f739ea5e90a66025dee91e4c29ed6b6b9a2442061c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x12a33c21d4f4f2d6cb96b403269b827dc03a08cdfbd1c4b54718bba516e801c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 14, + "transaction_hash": "0x1579d41f3c3cedc2fac5cf328f8b4bd2475ee34da0a0e3c4f5315102afb0397", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3edd4c13551f3c79c93e69c706776a303c58c43e5722a01324558c199e86c08", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3edd4c13551f3c79c93e69c706776a303c58c43e5722a01324558c199e86c08", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1579d41f3c3cedc2fac5cf328f8b4bd2475ee34da0a0e3c4f5315102afb0397", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3edd4c13551f3c79c93e69c706776a303c58c43e5722a01324558c199e86c08", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 15, + "transaction_hash": "0x1c62a06eb671fd6707ef591a089e14f3e830ad27119eac0be8cb591eed74691", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x66cbfb8a30b47fbaf276efa635bfec4e83b11d72758c9843570e832981062d6", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x66cbfb8a30b47fbaf276efa635bfec4e83b11d72758c9843570e832981062d6", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1c62a06eb671fd6707ef591a089e14f3e830ad27119eac0be8cb591eed74691", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x66cbfb8a30b47fbaf276efa635bfec4e83b11d72758c9843570e832981062d6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 16, + "transaction_hash": "0x172c262192892d31176e51a1447374a257db391621d01aa3696776c91b1a2d0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x43097ae4d27e602caeb246491c914994a2cd907853d7e3b7b00c99b4f690a32", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x43097ae4d27e602caeb246491c914994a2cd907853d7e3b7b00c99b4f690a32", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x172c262192892d31176e51a1447374a257db391621d01aa3696776c91b1a2d0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x43097ae4d27e602caeb246491c914994a2cd907853d7e3b7b00c99b4f690a32", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 17, + "transaction_hash": "0x66b66b8d5ea22a25b6cd2a3173c7418a94d730b65f7f7a5c5e36a068a61ef92", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x33e86ff51a62e75f4e9a395ab736ef40da68462dc36f09e49b4ac091e186d36", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x33e86ff51a62e75f4e9a395ab736ef40da68462dc36f09e49b4ac091e186d36", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x66b66b8d5ea22a25b6cd2a3173c7418a94d730b65f7f7a5c5e36a068a61ef92", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x33e86ff51a62e75f4e9a395ab736ef40da68462dc36f09e49b4ac091e186d36", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 18, + "transaction_hash": "0x3dbec746703e7fe4f546030104972e84f7cbad2b8f2e31cda436a481765f6c8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4f38794ab5b3251015a33a74ec5414ae079435f6acf1f57f0c23878b68ce1cf", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4f38794ab5b3251015a33a74ec5414ae079435f6acf1f57f0c23878b68ce1cf", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3dbec746703e7fe4f546030104972e84f7cbad2b8f2e31cda436a481765f6c8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4f38794ab5b3251015a33a74ec5414ae079435f6acf1f57f0c23878b68ce1cf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 19, + "transaction_hash": "0x1c81d1c282c4cdcca69389b51476c39aa28745f06b2adfc8373fcdc1b119713", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7b67352a41fa38f976371cdcd4e9469a18e228172404234b9d3e3a452511b06", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x7b67352a41fa38f976371cdcd4e9469a18e228172404234b9d3e3a452511b06", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1c81d1c282c4cdcca69389b51476c39aa28745f06b2adfc8373fcdc1b119713", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b67352a41fa38f976371cdcd4e9469a18e228172404234b9d3e3a452511b06", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 20, + "transaction_hash": "0x7c295231da5ab3e1e4fc5eb6ab380f1cd6ec8901bf40bc3bbd4516ef38a22f5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6e578fd41715c49b63dc888b8674c754a2ea24b7b318d108a3452800fa89019", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6e578fd41715c49b63dc888b8674c754a2ea24b7b318d108a3452800fa89019", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7c295231da5ab3e1e4fc5eb6ab380f1cd6ec8901bf40bc3bbd4516ef38a22f5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6e578fd41715c49b63dc888b8674c754a2ea24b7b318d108a3452800fa89019", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 21, + "transaction_hash": "0x18f74cf84a9dfb38b38b6291fb697e85efa1fcc1d5e4b17e7ed00b65e305af2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2cea6e144ade8074df6f8f4385776b10b9cf7a4feab35be5094f64c5036bcac", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2cea6e144ade8074df6f8f4385776b10b9cf7a4feab35be5094f64c5036bcac", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x18f74cf84a9dfb38b38b6291fb697e85efa1fcc1d5e4b17e7ed00b65e305af2", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2cea6e144ade8074df6f8f4385776b10b9cf7a4feab35be5094f64c5036bcac", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 22, + "transaction_hash": "0x6eeaa5de3c996f935b5131110da4a0547778f744128806d2ecf23cf348d8d6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f3e81823bd9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6167, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 141, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f3e81823bd9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 23, + "transaction_hash": "0x7099dfa8198859e7f8aaf2d1f5c0b3627ccabf80bc6785c3365a063d0f355f3", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x1bae4eaadc3ac8b7f028aa48a0d4afe2631c6dae9488886b6ebdf7cb3feb4e1", + "0x8e1bc9bf040021", + "0x0" + ] + }, + { + "from_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7099dfa8198859e7f8aaf2d1f5c0b3627ccabf80bc6785c3365a063d0f355f3", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 24, + "transaction_hash": "0x1b6ea4cc99a1f9023293eee0d6d9c4b43a5d5ef10b0a419034afcd8026968db", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2d2018a20a2c", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xb2ce23a46a2d4", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x1867ebc7a3", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fd6a8659fcbf20f", + "0x1d6fe7815f" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2ce23a46a2d4", + "0x0", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1b6ea4cc99a1f9023293eee0d6d9c4b43a5d5ef10b0a419034afcd8026968db", + "0x8", + "0x1", + "0x1", + "0xb2ce23a46a2d4", + "0x0", + "0x4c4b40", + "0x0", + "0x1867ebc7a3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xd2e6208005b1", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28898, + "builtin_instance_counter": { + "pedersen_builtin": 58, + "range_check_builtin": 1146, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xd2e6208005b1" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 25, + "transaction_hash": "0x3c789038181ee26dc393a363225eef96aa91adae46c110f50c13540840cdf8a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x37e4540fd29e59745e88082d5df5dbb132a61b1059dd523a6f78dd6c1f9d5aa" + ] + }, + { + "from_address": "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 26, + "transaction_hash": "0x465f9851d0a9beeb0d099aa9acb13c889cea430285412cc45d9f875ef60a1d2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x1caeeddf0494ad19d31f22905428078d1b2488419c71860b4ead1f27292c84a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4d6334f8ebd5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4961, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 110, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4d6334f8ebd5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 27, + "transaction_hash": "0x3b03fb4f15cf5c9fb60c9179ac36ee842fcb60dab0bc7070bfab09494829197", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0xe767d6c5c", + "0x0" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3b03fb4f15cf5c9fb60c9179ac36ee842fcb60dab0bc7070bfab09494829197", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f927dc10730", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6714, + "builtin_instance_counter": { + "pedersen_builtin": 22, + "range_check_builtin": 168, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f927dc10730" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 28, + "transaction_hash": "0xfba330702146c5191d42c4188952955b676f09d930890f5cc5578ff0d8231e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf70ffd1dc6f882", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xf6cfccd5163bb4", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x68e7780", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x450cd783274e22dc3", + "0x1d695909df" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf6cfccd5163bb4", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x68e7780", + "0x0", + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xb274e921eb6b", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 24454, + "builtin_instance_counter": { + "pedersen_builtin": 57, + "range_check_builtin": 945, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xb274e921eb6b" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 29, + "transaction_hash": "0x3834bc64c1d2ece33601b3132eeac8e8dca5413faf9a754d376bf5e0fb8d59", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x122cb696bf4bed41c2204e3b92d79c0dc695f8619749364919a08aaba7efef0", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x122cb696bf4bed41c2204e3b92d79c0dc695f8619749364919a08aaba7efef0", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3834bc64c1d2ece33601b3132eeac8e8dca5413faf9a754d376bf5e0fb8d59", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x122cb696bf4bed41c2204e3b92d79c0dc695f8619749364919a08aaba7efef0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 30, + "transaction_hash": "0x7bb71790125cca2bae0e5d02726f8c467f30c897315c9c18ae3e14465b74499", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x488358049bf91c1916969c51babb9169b131b79e04b31050077f6cb4faf51d3", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x488358049bf91c1916969c51babb9169b131b79e04b31050077f6cb4faf51d3", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7bb71790125cca2bae0e5d02726f8c467f30c897315c9c18ae3e14465b74499", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x488358049bf91c1916969c51babb9169b131b79e04b31050077f6cb4faf51d3", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 31, + "transaction_hash": "0x6f08eb8a0d66fd07570e3b002ad9af2ad804f28bb5a1f57b48de627354559f8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2d1232a9c63b3b9dbdff4d419cb734e5e63c202347c25272286365bafd801b6", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2d1232a9c63b3b9dbdff4d419cb734e5e63c202347c25272286365bafd801b6", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6f08eb8a0d66fd07570e3b002ad9af2ad804f28bb5a1f57b48de627354559f8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2d1232a9c63b3b9dbdff4d419cb734e5e63c202347c25272286365bafd801b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 32, + "transaction_hash": "0x681cf6921ebaccfa8242f6c84cb87f14a082bb1a0a17880cf0bb3728642316b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1f6c30ed13abdb07d6dbe21ba3b6def56d2e53235ab9baa8a6ac29c1296f8fa", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1f6c30ed13abdb07d6dbe21ba3b6def56d2e53235ab9baa8a6ac29c1296f8fa", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x681cf6921ebaccfa8242f6c84cb87f14a082bb1a0a17880cf0bb3728642316b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1f6c30ed13abdb07d6dbe21ba3b6def56d2e53235ab9baa8a6ac29c1296f8fa", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 33, + "transaction_hash": "0x1af2b556edf6002585329522b94914cf1983f550f7ca8f6a69b3da7f2d8eb8b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6270e6c29c6efed642d39153aafd36e4fefd1f757b7461fec2d166ff02dfa63", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6270e6c29c6efed642d39153aafd36e4fefd1f757b7461fec2d166ff02dfa63", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1af2b556edf6002585329522b94914cf1983f550f7ca8f6a69b3da7f2d8eb8b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6270e6c29c6efed642d39153aafd36e4fefd1f757b7461fec2d166ff02dfa63", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 34, + "transaction_hash": "0x7b193e2dc51e20e0e62e0cc16345a23086759663de5d807e4cee02cfa47514e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6790e11fbb627f44cab94fdfae30035c2d995a77dd28d76b38c5a56dbdc84f", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6790e11fbb627f44cab94fdfae30035c2d995a77dd28d76b38c5a56dbdc84f", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7b193e2dc51e20e0e62e0cc16345a23086759663de5d807e4cee02cfa47514e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6790e11fbb627f44cab94fdfae30035c2d995a77dd28d76b38c5a56dbdc84f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 35, + "transaction_hash": "0x5f65a6f27b1aaa68123ccbc3e34266871c01c0b920d68f769c9892b0c7cde20", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0xe5824469229034", + "0x0" + ] + }, + { + "from_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5f65a6f27b1aaa68123ccbc3e34266871c01c0b920d68f769c9892b0c7cde20", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 36, + "transaction_hash": "0x551a201c635d327d8d40a9d3d64fd1a0fe280001f1e448977cbfca9d168fa29", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4598319ed95df8658015f79da091942c52eb12386dbfc668e4baf0c9baeaa0c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4598319ed95df8658015f79da091942c52eb12386dbfc668e4baf0c9baeaa0c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x551a201c635d327d8d40a9d3d64fd1a0fe280001f1e448977cbfca9d168fa29", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4598319ed95df8658015f79da091942c52eb12386dbfc668e4baf0c9baeaa0c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 37, + "transaction_hash": "0x216b32463524dc0b69e66c7cd52132879d4d38ad596af94dcc849f83508e09d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x457505a579a6daea17a619ec2e140e68153a7578d62bc1556e9af64c8569c80", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x457505a579a6daea17a619ec2e140e68153a7578d62bc1556e9af64c8569c80", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x216b32463524dc0b69e66c7cd52132879d4d38ad596af94dcc849f83508e09d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x457505a579a6daea17a619ec2e140e68153a7578d62bc1556e9af64c8569c80", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 38, + "transaction_hash": "0x1f0e9c7549b2143e122361546524398119f458a5670314caf85fe3f2d360dc3", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x506e4cabdf105dc1f4a98494cc8ed75f7abbd14ff33955445fd1f87ab3fb278", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x506e4cabdf105dc1f4a98494cc8ed75f7abbd14ff33955445fd1f87ab3fb278", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1f0e9c7549b2143e122361546524398119f458a5670314caf85fe3f2d360dc3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x506e4cabdf105dc1f4a98494cc8ed75f7abbd14ff33955445fd1f87ab3fb278", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 39, + "transaction_hash": "0x6c59ec5766fdbcf2949d41f14a077d566d3400478dc6172aad34c56035f1fbf", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5f1d02a06d08da979d9407ce2e5a8831671585b33deac036e495c85a0b90455", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5f1d02a06d08da979d9407ce2e5a8831671585b33deac036e495c85a0b90455", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6c59ec5766fdbcf2949d41f14a077d566d3400478dc6172aad34c56035f1fbf", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5f1d02a06d08da979d9407ce2e5a8831671585b33deac036e495c85a0b90455", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 40, + "transaction_hash": "0x9de37b1748293ddb139c66c76114fb755f472e23e5dd4d9feac8466a7de7aa", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5575b", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "0x5575b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0xb5959ea098c871", + "0x0" + ] + }, + { + "from_address": "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x151baec", + "0x2c4623efb95b3df0" + ] + }, + { + "from_address": "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5575b", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0xb5959ea098c871", + "0x0", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094" + ] + }, + { + "from_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x9de37b1748293ddb139c66c76114fb755f472e23e5dd4d9feac8466a7de7aa", + "0x6", + "0x1", + "0x2", + "0x5575b", + "0x0", + "0xb5959ea098c871", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa325985a2f8f", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23731, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 933, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa325985a2f8f" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 41, + "transaction_hash": "0x11fc46e33688b3f22715466dbe86442f401c351be946612da3b10dd84c1e17d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x6eef1a5c8913787e2b8cb61b0f33e94a0d70589f8ee408d010e47ce7da74a00" + ] + }, + { + "from_address": "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 42, + "transaction_hash": "0x10c99496af0ce37b0e3c4c02c7f6cabd92d954138dbe0218dcaaca3e73664eb", + "l1_to_l2_consumed_message": { + "from_address": "0xF6080D9fbEEbcd44D89aFfBFd42F098cbFf92816", + "to_address": "0x5cd48fccbfd8aa2773fe22c217e808319ffcc1c5a6a463f7d8fa2da48218196", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0xcae6308c", + "0x0" + ], + "nonce": "0x258b3" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0xcae6308c", + "0x0" + ] + }, + { + "from_address": "0x5cd48fccbfd8aa2773fe22c217e808319ffcc1c5a6a463f7d8fa2da48218196", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0xcae6308c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3786, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 43, + "transaction_hash": "0x4dadf8acf31c6b79f7e6c7167a9c875d2c5768f8163df19f55cbcbe9a6c0583", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x3c0c53bb40c9aa5cf1ac4ce41633b50a598250c9bedec2f3696a59f6c7f2e90", + "0xd45fa061a0e7000", + "0x0" + ], + "nonce": "0x258b4" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3c0c53bb40c9aa5cf1ac4ce41633b50a598250c9bedec2f3696a59f6c7f2e90", + "0xd45fa061a0e7000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x3c0c53bb40c9aa5cf1ac4ce41633b50a598250c9bedec2f3696a59f6c7f2e90", + "0xd45fa061a0e7000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3850, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 44, + "transaction_hash": "0x309ff6b9350cd79d6b99d2eaf8e0e1703f5db6567075b3187bb8b64521d9e32", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x12b4597159a73c3f0f23a49a92e5a3d3e51f2d865a40669db649123433d1a5b" + ], + "data": [ + "0xb2d6094226", + "0x646973636f7264", + "0x74e6d9e7bc40014", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x668062e224743cc1f9ca8b935762cd79af52791b58725cd025465c2720a34d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4ff6a5b690b9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 9201, + "builtin_instance_counter": { + "pedersen_builtin": 27, + "range_check_builtin": 216, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4ff6a5b690b9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 45, + "transaction_hash": "0x396e8efe1b3f2e9d4fe36f30e37341e259a270485da229f12ba3ed78d4c2153", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7fc7a01ce98c898d0ff5c3b2b6925e9278c1ddf1fb33f2170263720b5b81438", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x7fc7a01ce98c898d0ff5c3b2b6925e9278c1ddf1fb33f2170263720b5b81438", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x396e8efe1b3f2e9d4fe36f30e37341e259a270485da229f12ba3ed78d4c2153", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7fc7a01ce98c898d0ff5c3b2b6925e9278c1ddf1fb33f2170263720b5b81438", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 46, + "transaction_hash": "0x3946762304995286f99186781facce85acc86f30727cc39a167b58ef92a5ec", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4612c7682c492005834bbe08521e202b25eb07a8009bbb839ecd359c1912d96", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4612c7682c492005834bbe08521e202b25eb07a8009bbb839ecd359c1912d96", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3946762304995286f99186781facce85acc86f30727cc39a167b58ef92a5ec", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4612c7682c492005834bbe08521e202b25eb07a8009bbb839ecd359c1912d96", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 47, + "transaction_hash": "0x52f34449d72809c965193785b1be6c1aa35373b070c7f940c85918169bedc64", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1952d411b555b7c3686dcf041ddaecbe5c8f2a93759979beb66e0dcc60c25b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1952d411b555b7c3686dcf041ddaecbe5c8f2a93759979beb66e0dcc60c25b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x52f34449d72809c965193785b1be6c1aa35373b070c7f940c85918169bedc64", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1952d411b555b7c3686dcf041ddaecbe5c8f2a93759979beb66e0dcc60c25b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 48, + "transaction_hash": "0x28c597469a9ab3c6692bae5cdcfb5d205129990bbc87dc68ad39d02efd1cc7b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x8b6e12a809ee38cde500864f7d608d24285a9e4bd9bdf9b57d8c096b0a0fc1", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x8b6e12a809ee38cde500864f7d608d24285a9e4bd9bdf9b57d8c096b0a0fc1", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x28c597469a9ab3c6692bae5cdcfb5d205129990bbc87dc68ad39d02efd1cc7b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x8b6e12a809ee38cde500864f7d608d24285a9e4bd9bdf9b57d8c096b0a0fc1", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 49, + "transaction_hash": "0x51d917b1e52b79bac48871d4024975814c5d5742b7df17b9a62931ef6ed320e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xbad7eefc33d868c4129ce7f14ebd3bfb0cc3cb862dd148a6bea8cabfff5e1", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0xbad7eefc33d868c4129ce7f14ebd3bfb0cc3cb862dd148a6bea8cabfff5e1", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x51d917b1e52b79bac48871d4024975814c5d5742b7df17b9a62931ef6ed320e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xbad7eefc33d868c4129ce7f14ebd3bfb0cc3cb862dd148a6bea8cabfff5e1", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 50, + "transaction_hash": "0x5528bb4a84ca2c030fea2ad2d4c58cffbebab55346b30c962a0b45aeabbfe5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x351a659af42835ba7bd73cb7dc4e9e07c8aedc8f15b446d963c9549cc0ff6cf", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x351a659af42835ba7bd73cb7dc4e9e07c8aedc8f15b446d963c9549cc0ff6cf", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5528bb4a84ca2c030fea2ad2d4c58cffbebab55346b30c962a0b45aeabbfe5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x351a659af42835ba7bd73cb7dc4e9e07c8aedc8f15b446d963c9549cc0ff6cf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 51, + "transaction_hash": "0x570828c0a839bc7dfa644775229f4bc74cc73b4d4c245a13b121e7bb2065a69", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x457842f276ebad0801cf49dab1ffa05319b4045298619d98c4411c7c808e182", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x457842f276ebad0801cf49dab1ffa05319b4045298619d98c4411c7c808e182", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x570828c0a839bc7dfa644775229f4bc74cc73b4d4c245a13b121e7bb2065a69", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x457842f276ebad0801cf49dab1ffa05319b4045298619d98c4411c7c808e182", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 52, + "transaction_hash": "0x4dc1e95ca7eabe4ede0ef2961955c02f8cbdc9ac53a50de116aabcb775e22df", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3e836a82739782bd404f0c9d977173cefa0944f0c0f71d2ad5c322245b9b108", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3e836a82739782bd404f0c9d977173cefa0944f0c0f71d2ad5c322245b9b108", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4dc1e95ca7eabe4ede0ef2961955c02f8cbdc9ac53a50de116aabcb775e22df", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3e836a82739782bd404f0c9d977173cefa0944f0c0f71d2ad5c322245b9b108", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 53, + "transaction_hash": "0x24590780e0863fa08d69c71c729bb7f75a8a825b90596fd38e460e9c19faa56", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5adf2d2db68115ea66669f0633cb14573de8c79d792d510c90ccffdaf6e9596", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5adf2d2db68115ea66669f0633cb14573de8c79d792d510c90ccffdaf6e9596", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x24590780e0863fa08d69c71c729bb7f75a8a825b90596fd38e460e9c19faa56", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5adf2d2db68115ea66669f0633cb14573de8c79d792d510c90ccffdaf6e9596", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 54, + "transaction_hash": "0x3aad0a9a9d73ca2cd28efa1fda3c0d0492da3ec5a5d96e4d8da4c0226ad253a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1829f0c36f9d91a0272c56eb1e87fcaf92d0375541b72837cd77693ea890feb", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1829f0c36f9d91a0272c56eb1e87fcaf92d0375541b72837cd77693ea890feb", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3aad0a9a9d73ca2cd28efa1fda3c0d0492da3ec5a5d96e4d8da4c0226ad253a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1829f0c36f9d91a0272c56eb1e87fcaf92d0375541b72837cd77693ea890feb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 55, + "transaction_hash": "0x8d325d3bc70e704f1aadbb545eb15051a62f1bfe656eba9e46a9c995dd42b2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "0x4bdf90331a399097345891c0f17c2a04ddce6af48cfff625d664267125766a9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4d6334f8ebd5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4961, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 110, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4d6334f8ebd5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 56, + "transaction_hash": "0x2c51f8e4e662830b89e081ffcfb19691e852d3d7a5bbddba5f4d9d799027d74", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "keys": [ + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd" + ], + "data": [ + "0x5432df4b20a1219002d3a5dc1e9618e38104fc24a855c339b31ba1a453c47ba", + "0x4767b873669406d25dddbf67356e385a14480979e5358a411955d692576aa30", + "0x1" + ] + }, + { + "from_address": "0x5432df4b20a1219002d3a5dc1e9618e38104fc24a855c339b31ba1a453c47ba", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2c51f8e4e662830b89e081ffcfb19691e852d3d7a5bbddba5f4d9d799027d74", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5432df4b20a1219002d3a5dc1e9618e38104fc24a855c339b31ba1a453c47ba", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x305f2bb8e471", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6177, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 147, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x305f2bb8e471" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 57, + "transaction_hash": "0x2338006c78ee3851b3b43025fdf882b61301fcbcf03ec26b6db2fc8d5e0afa7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x1848e5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa0cd4169ea5a", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19878, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 524, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa0cd4169ea5a" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 58, + "transaction_hash": "0x22c1460458976795bb7167ea8355508ce0cd721798579cd438ace622c121b0e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x30a32c0", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x30a32c0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "0x713e05dd30ad6f", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d992216062d5d5b5", + "0x0", + "0x138997aa70", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x30a32c0", + "0x0", + "0x713e05dd30ad6f", + "0x0", + "0x0", + "0x0", + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3" + ] + }, + { + "from_address": "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x22c1460458976795bb7167ea8355508ce0cd721798579cd438ace622c121b0e", + "0x6", + "0x1", + "0x2", + "0x30a32c0", + "0x0", + "0x713e05dd30ad6f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xc54411dccae7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 30926, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1215, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xc54411dccae7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 59, + "transaction_hash": "0x4bcff853a77c4db09a2c779fb207c0a9d5a53f8f4d59ad55b0225da786e70e9", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x1cc6e836ae4000", + "0x0" + ], + "nonce": "0x258b5" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x1cc6e836ae4000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x1cc6e836ae4000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3850, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 60, + "transaction_hash": "0x38a5c31ff9b372feed3a0a492e90b45eb2285da50e5e9d40efbb5c04046cfd4", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x4e28e2290f0000", + "0x0" + ], + "nonce": "0x258b6" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x4e28e2290f0000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x4e28e2290f0000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3850, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 61, + "transaction_hash": "0x4255eac8c17a5d001a48cee1f0901f8785ea505a379994f62f615de24caa45a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d25349", + "0x4249545354414d50", + "0x454d5049524943", + "0x4554482f555344", + "0x255d5a7800", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d25349", + "0x4249545354414d50", + "0x454d5049524943", + "0x4254432f555344", + "0x215c3a5ed00", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534b", + "0x4249545354414d50", + "0x454d5049524943", + "0x555344432f555344", + "0x5f5e100", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534a", + "0x4249545354414d50", + "0x454d5049524943", + "0x555344542f555344", + "0x5f617b0", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534b", + "0x4249545354414d50", + "0x454d5049524943", + "0x4441492f555344", + "0x5f05320", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x4554482f555344", + "0x255f9e4d80", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x4254432f555344", + "0x21721870480", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x555344432f555344", + "0x5f78eb0", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x555344542f555344", + "0x5f8c730", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534d", + "0x434558", + "0x454d5049524943", + "0x4441492f555344", + "0x5e6c5d0", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x4554482f555344", + "0x2554e3b87f", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x4254432f555344", + "0x2158fda09c1", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x555344432f555344", + "0x5f5e100", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x555344542f555344", + "0x5f619a4", + "0x0" + ] + }, + { + "from_address": "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4", + "keys": [ + "0x280bb2099800026f90c334a3a23888ffe718a2920ffbbf4f44c6d3d5efb613c" + ], + "data": [ + "0x63d2534c", + "0x434f494e42415345", + "0x454d5049524943", + "0x4441492f555344", + "0x5f4a880", + "0x0" + ] + }, + { + "from_address": "0x6f40a7cba2e500321519acc0e8c6554fc19da93d7f46bc65637e9865752d4ae", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4255eac8c17a5d001a48cee1f0901f8785ea505a379994f62f615de24caa45a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6f40a7cba2e500321519acc0e8c6554fc19da93d7f46bc65637e9865752d4ae", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x11f379a99514e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 56589, + "builtin_instance_counter": { + "pedersen_builtin": 196, + "range_check_builtin": 1120, + "ecdsa_builtin": 1, + "bitwise_builtin": 90 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x11f379a99514e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 62, + "transaction_hash": "0x6cd64adbf86f104787b1468db4e95b8ef69bf3438841889019be5579e2ce9ba", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x87fa1babbf5637acec95ca68399a1a2ace8feff531cc7cef585399afcd1937", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1169719c73ed", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4169, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 96, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1169719c73ed" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 63, + "transaction_hash": "0x795f260ec5665c416b9643a4408e22373d11eadee8d25d403abf6765e90a517", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fa843e44563", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6842, + "builtin_instance_counter": { + "pedersen_builtin": 19, + "range_check_builtin": 152, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fa843e44563" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 64, + "transaction_hash": "0x690ee3f34de369dc52e4f006ea7d30e91e2f87b5d08ec363775ad114223dd35", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4630c0", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4630c0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0xa34e93bf4582c", + "0x0" + ] + }, + { + "from_address": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x690ee3f34de369dc52e4f006ea7d30e91e2f87b5d08ec363775ad114223dd35", + "0x3", + "0x1", + "0xa34e93bf4582c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa06ff04096a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19277, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 526, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa06ff04096a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 65, + "transaction_hash": "0x1c761992a4e2162dd7e5fbc2782269634654c51d8f1e9b4ac98b2f53a877d1b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0xc51f", + "0x0" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1c761992a4e2162dd7e5fbc2782269634654c51d8f1e9b4ac98b2f53a877d1b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8abc76d77462", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8037, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 191, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8abc76d77462" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 66, + "transaction_hash": "0x684d81ad4b6ffb7fd2e7f64f8314ba401542630be1e0d668fe6f60442c84154", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xf4ba65b27a87b929984e2f3c6702148a3684c7b998640d15690fa3ffac0c59", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0xf4ba65b27a87b929984e2f3c6702148a3684c7b998640d15690fa3ffac0c59", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x684d81ad4b6ffb7fd2e7f64f8314ba401542630be1e0d668fe6f60442c84154", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xf4ba65b27a87b929984e2f3c6702148a3684c7b998640d15690fa3ffac0c59", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 67, + "transaction_hash": "0x7c20614a46839058e3758a9ae735d38246ec55ac9b2c12bc0a9f11765d4fe62", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2691ae8277cac79c9e901d23f5a79a0df38f045a8a9eead53615f6ec6d19d8d", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2691ae8277cac79c9e901d23f5a79a0df38f045a8a9eead53615f6ec6d19d8d", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7c20614a46839058e3758a9ae735d38246ec55ac9b2c12bc0a9f11765d4fe62", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2691ae8277cac79c9e901d23f5a79a0df38f045a8a9eead53615f6ec6d19d8d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 68, + "transaction_hash": "0x7abb9d64b2bb35a263066cad5103c7d04716bffb13a17355146870c71d86c96", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x57e4313ba6a259c343f0f3980b402170733b8166a0309e0af2268c8b0b3274a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x57e4313ba6a259c343f0f3980b402170733b8166a0309e0af2268c8b0b3274a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7abb9d64b2bb35a263066cad5103c7d04716bffb13a17355146870c71d86c96", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x57e4313ba6a259c343f0f3980b402170733b8166a0309e0af2268c8b0b3274a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 69, + "transaction_hash": "0x2dcc63ce9c303f2d256d37a56a787ee8b8ca08c1b1e4f84e15f680675bbad9b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7e2f0774eb055cf7d968cafe0ad74d1c8662b053105a2fc9cb08545716ec96e", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x7e2f0774eb055cf7d968cafe0ad74d1c8662b053105a2fc9cb08545716ec96e", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x2dcc63ce9c303f2d256d37a56a787ee8b8ca08c1b1e4f84e15f680675bbad9b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7e2f0774eb055cf7d968cafe0ad74d1c8662b053105a2fc9cb08545716ec96e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 70, + "transaction_hash": "0x5ab0bd5338f106826a4f16766c553519e52205c8e70869f1f63716d759764a3", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3c4c5fb017abea8a0458b4c4d32b4e3fcd55fbfd36fd1d885efa0240de100e5", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3c4c5fb017abea8a0458b4c4d32b4e3fcd55fbfd36fd1d885efa0240de100e5", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5ab0bd5338f106826a4f16766c553519e52205c8e70869f1f63716d759764a3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3c4c5fb017abea8a0458b4c4d32b4e3fcd55fbfd36fd1d885efa0240de100e5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 71, + "transaction_hash": "0x1b94a51e3f559edaf6983fd5cdbd673184dada178fc0107f995529453b9f671", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x213ae367450bae310e5fa1c882bb80b757e59a889a354f204e5b56b32e2764b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x213ae367450bae310e5fa1c882bb80b757e59a889a354f204e5b56b32e2764b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1b94a51e3f559edaf6983fd5cdbd673184dada178fc0107f995529453b9f671", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x213ae367450bae310e5fa1c882bb80b757e59a889a354f204e5b56b32e2764b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 72, + "transaction_hash": "0x3e277a71d75a58ebb1bed9309c9b8bb3efe740093b63980d17bf82d119b3143", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x186108800134594b1d3ae36a9568467c9599170695d3c109fe770d321c77e06", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x186108800134594b1d3ae36a9568467c9599170695d3c109fe770d321c77e06", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3e277a71d75a58ebb1bed9309c9b8bb3efe740093b63980d17bf82d119b3143", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x186108800134594b1d3ae36a9568467c9599170695d3c109fe770d321c77e06", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 73, + "transaction_hash": "0x2f9b8fdd8d4bc84afe6b07167ee3f87ee10155c97219604316ab70626a86d12", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x57453f47728dfca3f9630c8a80e3c4d134ad2c3445ae8af79eda0ea51c8e03b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x57453f47728dfca3f9630c8a80e3c4d134ad2c3445ae8af79eda0ea51c8e03b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x2f9b8fdd8d4bc84afe6b07167ee3f87ee10155c97219604316ab70626a86d12", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x57453f47728dfca3f9630c8a80e3c4d134ad2c3445ae8af79eda0ea51c8e03b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 74, + "transaction_hash": "0x61eaf41bb28c02f56b24b65288086285b9b90c0e27142ffd601d73326b801eb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x60c7", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x9a1838d7e612", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8828, + "builtin_instance_counter": { + "pedersen_builtin": 35, + "range_check_builtin": 193, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x9a1838d7e612" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 75, + "transaction_hash": "0x38a51d92c37e5a5b467c775c50e111f418dab9b321e3ca514e3126e739bb6c9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2ba9acd1e81613262f91581ee47145123de8963b1ca613534fe87504e7e904", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2ba9acd1e81613262f91581ee47145123de8963b1ca613534fe87504e7e904", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x38a51d92c37e5a5b467c775c50e111f418dab9b321e3ca514e3126e739bb6c9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2ba9acd1e81613262f91581ee47145123de8963b1ca613534fe87504e7e904", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 76, + "transaction_hash": "0x47ef83c0e6a79e7fd0405bdd93a2ba94346bf6862c9f1fcf41b8ef29ca7c695", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x575407c03ab0088d87bae40c4131ed576cebb866e7cb6734ca6463d883e807d", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x575407c03ab0088d87bae40c4131ed576cebb866e7cb6734ca6463d883e807d", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x47ef83c0e6a79e7fd0405bdd93a2ba94346bf6862c9f1fcf41b8ef29ca7c695", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x575407c03ab0088d87bae40c4131ed576cebb866e7cb6734ca6463d883e807d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 77, + "transaction_hash": "0x3cd040c58a72a8d60e8cec07149c829d9a4a072e18af0b1806b20d5b46fc052", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x71afd498d0000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x71afd498d0000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x309237", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa0cd4169ea5a", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19878, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 524, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa0cd4169ea5a" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 78, + "transaction_hash": "0x4781ce100b2312dfcfa453e6b25e83800495e6e8d3421f928f8fe59f69f3c1c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2289c74b9f248e1a95fffddd0a740d62afc613ba9a49a88ae326b12a93223e4", + "keys": [ + "0x1390fd803c110ac71730ece1decfc34eb1d0088e295d4f1b125dda1e0c5b9ff" + ], + "data": [ + "0x0", + "0x89a9aa36ca77ee1b0a9d9421319be9e140a4c3b6d121d5f5189c01645eb3f0" + ] + }, + { + "from_address": "0x89a9aa36ca77ee1b0a9d9421319be9e140a4c3b6d121d5f5189c01645eb3f0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4781ce100b2312dfcfa453e6b25e83800495e6e8d3421f928f8fe59f69f3c1c", + "0x1", + "0x2289c74b9f248e1a95fffddd0a740d62afc613ba9a49a88ae326b12a93223e4" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x89a9aa36ca77ee1b0a9d9421319be9e140a4c3b6d121d5f5189c01645eb3f0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xc60e41b6559c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7746, + "builtin_instance_counter": { + "pedersen_builtin": 28, + "range_check_builtin": 163, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xc60e41b6559c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 79, + "transaction_hash": "0x7b9ed802ccf3b140bd8108c9594b6804d226c7b04d7eec1072930ccd804dcdd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x12b4597159a73c3f0f23a49a92e5a3d3e51f2d865a40669db649123433d1a5b" + ], + "data": [ + "0xb2d6094226", + "0x676974687562", + "0x5bcfa1a", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x668062e224743cc1f9ca8b935762cd79af52791b58725cd025465c2720a34d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3237fa23e1e9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 9202, + "builtin_instance_counter": { + "pedersen_builtin": 27, + "range_check_builtin": 216, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3237fa23e1e9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 80, + "transaction_hash": "0x68a10deccd2535288a08ca938f45374a70aa53d5f3be685b111c5568bbfba0b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x7c585087238000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x7c585087238000", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x3556379", + "0x0" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x68a10deccd2535288a08ca938f45374a70aa53d5f3be685b111c5568bbfba0b", + "0x3", + "0x1", + "0x3556379", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa079452b1f03", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19332, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 521, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa079452b1f03" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 81, + "transaction_hash": "0x6e17d8c71762091b57caf926d34468c0d643d4ac1620d5503904bc99bd37082", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b7868800b564", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2dc6c0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x6b7868800b564", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x2dc6bf", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0x2277872c", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0xea8043dcf", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x450d42fb8fce2e327", + "0x1d6986d09e" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b7868800b564", + "0x0", + "0x2dc6bf", + "0x0" + ] + }, + { + "from_address": "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6e17d8c71762091b57caf926d34468c0d643d4ac1620d5503904bc99bd37082", + "0x8", + "0x1", + "0x1", + "0x6b7868800b564", + "0x0", + "0x2dc6bf", + "0x0", + "0xea8043dcf", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1003252f5fd81", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 30020, + "builtin_instance_counter": { + "pedersen_builtin": 60, + "range_check_builtin": 1203, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1003252f5fd81" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 82, + "transaction_hash": "0x656a30cd7d113d4fc2b3e28d70d072617714b27d1ebd9846ace579de464551f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x8e130fb", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x8e130fb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x14c291eddd62aa1", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44f88069a1f0cb886", + "0x1d72680199" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x8e130fb", + "0x0", + "0x14c291eddd62aa1", + "0x0", + "0x0", + "0x0", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094" + ] + }, + { + "from_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x656a30cd7d113d4fc2b3e28d70d072617714b27d1ebd9846ace579de464551f", + "0x6", + "0x1", + "0x2", + "0x8e130fb", + "0x0", + "0x14c291eddd62aa1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa328b4a85d04", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23752, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 933, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa328b4a85d04" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 83, + "transaction_hash": "0x3b059267fa8e97d17eca0082a32b42363db6ffeba182847241c1d69de3f8d1c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0xaff868d187f6329", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4f96383f0f8e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8582, + "builtin_instance_counter": { + "pedersen_builtin": 25, + "range_check_builtin": 196, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4f96383f0f8e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 84, + "transaction_hash": "0x821f350fbaf1f9a4a87779fdbb2cc0a3f785189b0167d27d81c3a731830ea4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x1fdbb98", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d9dcbcc3e71e55b5", + "0x0", + "0x138799eed8", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x1fdbb98", + "0x0", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067" + ] + }, + { + "from_address": "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x821f350fbaf1f9a4a87779fdbb2cc0a3f785189b0167d27d81c3a731830ea4", + "0x6", + "0x1", + "0x2", + "0x4a9b6384488000", + "0x0", + "0x1fdbb98", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29209, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 85, + "transaction_hash": "0x4c0894a2a1768c6704d70e54ea337e7d9384a548cca203540b882d87dc65587", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b7868800b564", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2dc6c0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x6b37ba7ad1780", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x2dc6c0", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0x2e867341", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0xea3996e40", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44f8eba15c6b9d006", + "0x1d7295c859" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b37ba7ad1780", + "0x0", + "0x2dc6c0", + "0x0" + ] + }, + { + "from_address": "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4c0894a2a1768c6704d70e54ea337e7d9384a548cca203540b882d87dc65587", + "0x8", + "0x1", + "0x1", + "0x6b37ba7ad1780", + "0x0", + "0x2dc6c0", + "0x0", + "0xea3996e40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf1d285b1edd6", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 30840, + "builtin_instance_counter": { + "pedersen_builtin": 60, + "range_check_builtin": 1292, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf1d285b1edd6" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 86, + "transaction_hash": "0x21e256ad0a83bbcd0a1bfd477ac379b0d8f04da851eed03ac7f23a9c5b3e3d9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x5a8054e5ca0b277b295a830e53bd71a6a6943b42d0dbb22329437522bc80c8", + "0x184349", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d9e04a428be4d5b5", + "0x0", + "0x138781ab8f", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x184349", + "0x0", + "0x5a8054e5ca0b277b295a830e53bd71a6a6943b42d0dbb22329437522bc80c8" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5a8054e5ca0b277b295a830e53bd71a6a6943b42d0dbb22329437522bc80c8", + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x1af5", + "0x0" + ] + }, + { + "from_address": "0x5a8054e5ca0b277b295a830e53bd71a6a6943b42d0dbb22329437522bc80c8", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2008c4", + "0x0", + "0x1cd67574", + "0x0" + ] + }, + { + "from_address": "0x5a8054e5ca0b277b295a830e53bd71a6a6943b42d0dbb22329437522bc80c8", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x184349", + "0x0", + "0x1af5", + "0x0", + "0x0", + "0x0", + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0" + ] + }, + { + "from_address": "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x21e256ad0a83bbcd0a1bfd477ac379b0d8f04da851eed03ac7f23a9c5b3e3d9", + "0x8", + "0x1", + "0x3", + "0x38d7ea4c68000", + "0x0", + "0x184349", + "0x0", + "0x1af5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x129b72272bc2e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 49390, + "builtin_instance_counter": { + "pedersen_builtin": 50, + "range_check_builtin": 2014, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x129b72272bc2e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 87, + "transaction_hash": "0xa10f262401caba5f7e557fd08df7cbafe369274324de03ed9c408902f9fc4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x54b6b186e74838d866fb024cd8e999225adb69d7d8330008b21cfa2cfbfe5e0", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x54b6b186e74838d866fb024cd8e999225adb69d7d8330008b21cfa2cfbfe5e0", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xa10f262401caba5f7e557fd08df7cbafe369274324de03ed9c408902f9fc4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x54b6b186e74838d866fb024cd8e999225adb69d7d8330008b21cfa2cfbfe5e0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 88, + "transaction_hash": "0x519a3819c98247536792d8bd8ef3037ae6240b7f4e6d531eb993f90a6bae9fd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1d06d2a88ff13066396a871194f04fb6260fd567934a66edf84e2bcc0bc63d6", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1d06d2a88ff13066396a871194f04fb6260fd567934a66edf84e2bcc0bc63d6", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x519a3819c98247536792d8bd8ef3037ae6240b7f4e6d531eb993f90a6bae9fd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d06d2a88ff13066396a871194f04fb6260fd567934a66edf84e2bcc0bc63d6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 89, + "transaction_hash": "0x5c72ea25140d62e2dc7090f369366d8c8f39e7192662361797035a9e0866c8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d", + "keys": [ + "0xd876503fb434f7517a7b4ae8d0d5fba27e2fa7b1a9f200deb935316f46fcc3" + ], + "data": [ + "0x4a0ac93c16a6dc5bf6a4722db8fb75e181aae6aa14ab417f3d8745bc120887f", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x41a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf", + "keys": [ + "0x26b160f10156dea0639bec90696772c640b9706a47f5b8c52ea1abe5858b34d" + ], + "data": [ + "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d", + "0x135faa783a11cee068cf6424db10f59f252941c4067c243495c7b76ea327b60", + "0x0", + "0x1ffa341ccd458abc28b46d41d09bcdf69fc7e351a7cef42e63975ca997e6a58", + "0x5", + "0x6d706cfbac9b8262d601c38251c5fbe0497c3a96cc91a92b08d91b61d9e70c4", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4a0ac93c16a6dc5bf6a4722db8fb75e181aae6aa14ab417f3d8745bc120887f", + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328", + "0x309b1a78da270970e6d699ca738ce26ca41bc075fb8446c7d511b267bfe933" + ] + }, + { + "from_address": "0x135faa783a11cee068cf6424db10f59f252941c4067c243495c7b76ea327b60", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5c72ea25140d62e2dc7090f369366d8c8f39e7192662361797035a9e0866c8", + "0x1", + "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x135faa783a11cee068cf6424db10f59f252941c4067c243495c7b76ea327b60", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x5d9bd0a7f8f8", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7192, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 164, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x5d9bd0a7f8f8" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 90, + "transaction_hash": "0x66b0d2d1345382e06b95e0c561a967199fe9e6edcb85f6f3ca4fade7518699a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x61bc2d3c3", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x61bc2d3c3", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x0", + "0x61bc2d3c3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x28d42d05f9159", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x117ab5", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d9ddbcffbb85445c", + "0x0", + "0x13877030da", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x243e1de00e8a6bc1dfa3e950e6ade24c52e4a25de4dee7fb5affe918ad1e744" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x28d42d05f9159", + "0x0", + "0x117ab5", + "0x0", + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c" + ] + }, + { + "from_address": "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x66b0d2d1345382e06b95e0c561a967199fe9e6edcb85f6f3ca4fade7518699a", + "0x5", + "0x1", + "0x28d42d05f9159", + "0x0", + "0x117ab5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xc435734b5824", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29196, + "builtin_instance_counter": { + "pedersen_builtin": 43, + "range_check_builtin": 828, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xc435734b5824" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 91, + "transaction_hash": "0x71ee3ebc3a2074676fa7711f3c595448244edaeec1ae132b5e6b6cd713f2438", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4b19533ad3d1b0834152ef0462f0c32ea0dcea35c2433eec43b3cf39e5c5935", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4b19533ad3d1b0834152ef0462f0c32ea0dcea35c2433eec43b3cf39e5c5935", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x71ee3ebc3a2074676fa7711f3c595448244edaeec1ae132b5e6b6cd713f2438", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4b19533ad3d1b0834152ef0462f0c32ea0dcea35c2433eec43b3cf39e5c5935", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 92, + "transaction_hash": "0x733bc8a3b581581eed354ddd8bc3524d0f9fe535ac46d5c5b120f17f3c494c1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x73dbd4cdf9254be7505f109eca75259b8e2f45bc9b65caa49480bed8fb80afa", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x73dbd4cdf9254be7505f109eca75259b8e2f45bc9b65caa49480bed8fb80afa", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x733bc8a3b581581eed354ddd8bc3524d0f9fe535ac46d5c5b120f17f3c494c1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x73dbd4cdf9254be7505f109eca75259b8e2f45bc9b65caa49480bed8fb80afa", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 93, + "transaction_hash": "0x549d4a1db8d429a7bdcf16d4c5cbdcc52a2c72be8016e07b3ab2eac7e19c345", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5642b2153d992cfdd7b468997909efd4c4459ec2bc163bd9203434f60d00091", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5642b2153d992cfdd7b468997909efd4c4459ec2bc163bd9203434f60d00091", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x549d4a1db8d429a7bdcf16d4c5cbdcc52a2c72be8016e07b3ab2eac7e19c345", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5642b2153d992cfdd7b468997909efd4c4459ec2bc163bd9203434f60d00091", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 94, + "transaction_hash": "0x4fce97f4512c93ec17c6e39d7f4edc66065c4c8821b2a1f61ca33f9dc5f59c0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x23d1f77a2f39c40d9224df2dc42628a6724a7e5b99b2fd29e985a8033382fc3", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x23d1f77a2f39c40d9224df2dc42628a6724a7e5b99b2fd29e985a8033382fc3", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4fce97f4512c93ec17c6e39d7f4edc66065c4c8821b2a1f61ca33f9dc5f59c0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23d1f77a2f39c40d9224df2dc42628a6724a7e5b99b2fd29e985a8033382fc3", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 95, + "transaction_hash": "0x133f81316a760e398a182894e5c53152b43e2877574590f7d1eec9c451f6c14", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x38fd7beeb82460a4431a228f8b8c9c9920d6d925295991738dc5adb911c2fbf", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x38fd7beeb82460a4431a228f8b8c9c9920d6d925295991738dc5adb911c2fbf", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x133f81316a760e398a182894e5c53152b43e2877574590f7d1eec9c451f6c14", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x38fd7beeb82460a4431a228f8b8c9c9920d6d925295991738dc5adb911c2fbf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 96, + "transaction_hash": "0x27339a9ad9c8fc39397e1f038a9a1ca31e40d5c4421d2f3742ae9856cfd810a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x52ba68dea2176df7e807f6f47d2575371d61a61b0292bdd64d5e0d42086a73c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x52ba68dea2176df7e807f6f47d2575371d61a61b0292bdd64d5e0d42086a73c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x27339a9ad9c8fc39397e1f038a9a1ca31e40d5c4421d2f3742ae9856cfd810a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x52ba68dea2176df7e807f6f47d2575371d61a61b0292bdd64d5e0d42086a73c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 97, + "transaction_hash": "0x738062ecbf0ba42b07baa7f8c7f3db8b14b5ea4a867c2f23fb5e387a2e982a6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2496bae33d7f610da1fb007e3c97450b8ad8febdc8a92d1e7362a6103737bbd", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2496bae33d7f610da1fb007e3c97450b8ad8febdc8a92d1e7362a6103737bbd", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x738062ecbf0ba42b07baa7f8c7f3db8b14b5ea4a867c2f23fb5e387a2e982a6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2496bae33d7f610da1fb007e3c97450b8ad8febdc8a92d1e7362a6103737bbd", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 98, + "transaction_hash": "0x55f7a011ddbe4d0ded06606452773a84da4d5afd3e2faecdc06f1121ef34c4f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x23e5fe9949e71", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x23bfeaaeb176e", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d9dff8fe66705bca", + "0x0", + "0x138760ee9a", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x23bfeaaeb176e", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0xf4240", + "0x0", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0" + ] + }, + { + "from_address": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x55f7a011ddbe4d0ded06606452773a84da4d5afd3e2faecdc06f1121ef34c4f", + "0x6", + "0x1", + "0x2", + "0x23bfeaaeb176e", + "0x0", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xb56be3a53eef", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29339, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1062, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xb56be3a53eef" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 99, + "transaction_hash": "0x6db2da5af9d715a633ba5e923ed416f6f4927c4bb0e4c58ce967f25d580f802", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0xc520", + "0x0" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6db2da5af9d715a633ba5e923ed416f6f4927c4bb0e4c58ce967f25d580f802", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8abc76d77462", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8037, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 191, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8abc76d77462" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 100, + "transaction_hash": "0x6e7824afc231c99503fe47a08352a2d7636eb23032448a3b191c523e2b21839", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x61ee58ad6c91cea98c846d20686159581ac33b5d3f4f4cb9ece601b69cb6fc5", + "0x6f726b63832bcfb5fa8e2dce46663518372dcfba1437657f290d41f8fdb22b9", + "0x29e445d02a994", + "0x0" + ] + }, + { + "from_address": "0x61ee58ad6c91cea98c846d20686159581ac33b5d3f4f4cb9ece601b69cb6fc5", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6e7824afc231c99503fe47a08352a2d7636eb23032448a3b191c523e2b21839", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x61ee58ad6c91cea98c846d20686159581ac33b5d3f4f4cb9ece601b69cb6fc5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6927, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 101, + "transaction_hash": "0x2ea046698c440f4f8663714f5cb58dc92307093c299b7f1813435af33455e24", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0x0", + "0xc16b", + "0x0" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0xc16b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0xa56a12c4be000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x51dac207a000", + "0x0" + ] + }, + { + "from_address": "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "keys": [ + "0x3ea131a65e43b0f29864c3846e914a472799b56a7141e81087339e1912e306f" + ], + "data": [ + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0x0", + "0x63d25808", + "0xacc354ff93f3", + "0x1", + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0xc16b", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xa56a12c4be000", + "0x0", + "0x10b396134ed1afa07ad9b0921f2d1980a20d2edc881b0bdb357695950a7873e", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x51dac207a000", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x36e3ced8d245e88e407adb2796555448c569742e50071b0bdee4b4b97f0f5d5", + "0x2f7a68c073a5e0adcc6075fc1f7263fef669d1bd0a320f3e73a1574b6c40d79", + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xceb1ded6958f", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 21978, + "builtin_instance_counter": { + "pedersen_builtin": 125, + "range_check_builtin": 478, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xceb1ded6958f" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 102, + "transaction_hash": "0x5bca7284496601ad893cfa6e5510e25c668ea127c90f77e97d2fb63dea973e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x1fd4b85", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2da2a9461eab8dbca", + "0x0", + "0x138563a315", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x1fd4b85", + "0x0", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579" + ] + }, + { + "from_address": "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5bca7284496601ad893cfa6e5510e25c668ea127c90f77e97d2fb63dea973e", + "0x6", + "0x1", + "0x2", + "0x4a9b6384488000", + "0x0", + "0x1fd4b85", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29209, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 103, + "transaction_hash": "0x21bbbf04bc680360cf896110d608830db1a32eae76b85506fa4006ad6f44ce6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb31e038012e52", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xb2b236ccb272a", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x1865ffb7c1", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44f99e5393384f730", + "0x1d72e21399" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xb2b236ccb272a", + "0x0", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x21bbbf04bc680360cf896110d608830db1a32eae76b85506fa4006ad6f44ce6", + "0x8", + "0x1", + "0x1", + "0xb2b236ccb272a", + "0x0", + "0x4c4b40", + "0x0", + "0x1865ffb7c1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe1c576495d19", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28892, + "builtin_instance_counter": { + "pedersen_builtin": 58, + "range_check_builtin": 1146, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe1c576495d19" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 104, + "transaction_hash": "0x64b36665c450385115bff4fe1da39f8f98add6fed408d2fe5cf2cebadd5390d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xd6f0d10016ac9", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5b8d80", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xd66f74f5a2f00", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x5b8d80", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x1d4732dc81", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fa74c3082df2630", + "0x1d733da119" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xd66f74f5a2f00", + "0x0", + "0x5b8d80", + "0x0" + ] + }, + { + "from_address": "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x64b36665c450385115bff4fe1da39f8f98add6fed408d2fe5cf2cebadd5390d", + "0x8", + "0x1", + "0x1", + "0xd66f74f5a2f00", + "0x0", + "0x5b8d80", + "0x0", + "0x1d4732dc81", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe1c892978a8e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28904, + "builtin_instance_counter": { + "pedersen_builtin": 58, + "range_check_builtin": 1146, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe1c892978a8e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 105, + "transaction_hash": "0x1bf69708eacc139228972b280e552d3c7b30a28d0001045e13303cf2de26411", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2a5b785300a8c3edefefaa953eeb5d0dba7e114fb700905386132c0343af23a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2a5b785300a8c3edefefaa953eeb5d0dba7e114fb700905386132c0343af23a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1bf69708eacc139228972b280e552d3c7b30a28d0001045e13303cf2de26411", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2a5b785300a8c3edefefaa953eeb5d0dba7e114fb700905386132c0343af23a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 106, + "transaction_hash": "0x1967da97f52f8cd44e92603626fc12f92471869c577568b406bcee79de9c168", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4cea352f4175ce1a29c356242cc298f4452d5acaa224fbd0200de4a1d5292ab", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4cea352f4175ce1a29c356242cc298f4452d5acaa224fbd0200de4a1d5292ab", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1967da97f52f8cd44e92603626fc12f92471869c577568b406bcee79de9c168", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4cea352f4175ce1a29c356242cc298f4452d5acaa224fbd0200de4a1d5292ab", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 107, + "transaction_hash": "0x111d54fbc1762304ddc57f493792f23f39017a8febfd229695894bd720d1293", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x310f8ba3f1f0e3ed98d70b03695f1806ddac3b10dce3670d5a40a6152d35162", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x310f8ba3f1f0e3ed98d70b03695f1806ddac3b10dce3670d5a40a6152d35162", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x111d54fbc1762304ddc57f493792f23f39017a8febfd229695894bd720d1293", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x310f8ba3f1f0e3ed98d70b03695f1806ddac3b10dce3670d5a40a6152d35162", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 108, + "transaction_hash": "0x44182a07aa3a36fb57ee035ba483727843858d27852df52cea02213fb1870d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x191c172fcf531b19a67bd72a3bf977927689a486095f547291d1f721e385d58", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x191c172fcf531b19a67bd72a3bf977927689a486095f547291d1f721e385d58", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x44182a07aa3a36fb57ee035ba483727843858d27852df52cea02213fb1870d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x191c172fcf531b19a67bd72a3bf977927689a486095f547291d1f721e385d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 109, + "transaction_hash": "0x4a468af0b696e714648b7da15f347207883cb675c3121e5c494db6d4ebd652f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x186cc6acd4b0000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x186cc6acd4b0000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0xa6bc37a", + "0x0" + ] + }, + { + "from_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4a468af0b696e714648b7da15f347207883cb675c3121e5c494db6d4ebd652f", + "0x3", + "0x1", + "0xa6bc37a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa079452b1f03", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19323, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 521, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa079452b1f03" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 110, + "transaction_hash": "0x34c56c9ae10c01607a9a9ff2d252addf9f2908093cb94741105f5804eef2d29", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6ab4090b1f7ae7ff8bc21a14c2cebc03c287fcaf13c61e001770bdc8c233e5f", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6ab4090b1f7ae7ff8bc21a14c2cebc03c287fcaf13c61e001770bdc8c233e5f", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x34c56c9ae10c01607a9a9ff2d252addf9f2908093cb94741105f5804eef2d29", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6ab4090b1f7ae7ff8bc21a14c2cebc03c287fcaf13c61e001770bdc8c233e5f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 111, + "transaction_hash": "0x61d3f8bc5e1d44d8e488afe77a235edc50a3bba52334cf521b20270fd6949c8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2b40e090858180492db5fb6781c42883449f38e3355c36879d105c3d711ed0e", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2b40e090858180492db5fb6781c42883449f38e3355c36879d105c3d711ed0e", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x61d3f8bc5e1d44d8e488afe77a235edc50a3bba52334cf521b20270fd6949c8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2b40e090858180492db5fb6781c42883449f38e3355c36879d105c3d711ed0e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 112, + "transaction_hash": "0x4d5a92b7517a16db8a231006308e4eb00f5d60c25e213a43c4008944e2638d0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5253fa7a3933d2ed07ff14dc9b909e284121c28bcf85a35086b5167c83dbfa9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5253fa7a3933d2ed07ff14dc9b909e284121c28bcf85a35086b5167c83dbfa9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4d5a92b7517a16db8a231006308e4eb00f5d60c25e213a43c4008944e2638d0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5253fa7a3933d2ed07ff14dc9b909e284121c28bcf85a35086b5167c83dbfa9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 113, + "transaction_hash": "0x321c4f45f83f574656fb65de3632a841616b1771d36dc5dfd0cfaab255b0b37", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x23f1449867f265a822dcec6dced7dbcdc79a97d218aa3f72d8aae2d1a0f2c30", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x23f1449867f265a822dcec6dced7dbcdc79a97d218aa3f72d8aae2d1a0f2c30", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x321c4f45f83f574656fb65de3632a841616b1771d36dc5dfd0cfaab255b0b37", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23f1449867f265a822dcec6dced7dbcdc79a97d218aa3f72d8aae2d1a0f2c30", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 114, + "transaction_hash": "0x15de69084eb4dfd5de12b792d1630c9476f0bf631e71b83247480142f677a91", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "0x60c8", + "0x0" + ] + }, + { + "from_address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x15de69084eb4dfd5de12b792d1630c9476f0bf631e71b83247480142f677a91", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x99c1204aed46", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8279, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 190, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x99c1204aed46" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 115, + "transaction_hash": "0x4c230330958c7da8fbb300fa8213744bcfd0429addc75061c1dbe981a1cc1ea", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4428323add8fe0bc8007175b091d4d657e00594c90e1624cdaf3962f0bda5af", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4428323add8fe0bc8007175b091d4d657e00594c90e1624cdaf3962f0bda5af", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4c230330958c7da8fbb300fa8213744bcfd0429addc75061c1dbe981a1cc1ea", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4428323add8fe0bc8007175b091d4d657e00594c90e1624cdaf3962f0bda5af", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 116, + "transaction_hash": "0x4ce0123b9fcc1e853911c61a552238a8612a42e30648d9a94442bf357f57a63", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1855db", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x1850be", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x8803b429e", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2da2e21e08f7f5bca", + "0x0", + "0x13857bf3d3", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0", + "0x1850be", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xd4c20b39309e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 31952, + "builtin_instance_counter": { + "pedersen_builtin": 47, + "range_check_builtin": 971, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xd4c20b39309e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 117, + "transaction_hash": "0xd6c8a0c938eeed4bcb9fa7f3acccf9810dc0076cd0f52b70021d23a957f88", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x24d74fcbefc3868fcab859c40221e34ce4661a0c42adbb3dd41977f6534f04d", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x24d74fcbefc3868fcab859c40221e34ce4661a0c42adbb3dd41977f6534f04d", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xd6c8a0c938eeed4bcb9fa7f3acccf9810dc0076cd0f52b70021d23a957f88", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x24d74fcbefc3868fcab859c40221e34ce4661a0c42adbb3dd41977f6534f04d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 118, + "transaction_hash": "0x534b642de623e002005b987442f724d2edb0c0f9fdcc6a3fdf9a0ef193ef0d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "0x1fce3a3", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2da78bd4413c7dbca", + "0x0", + "0x13837f1030", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x1fce3a3", + "0x0", + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852" + ] + }, + { + "from_address": "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x534b642de623e002005b987442f724d2edb0c0f9fdcc6a3fdf9a0ef193ef0d", + "0x6", + "0x1", + "0x2", + "0x4a9b6384488000", + "0x0", + "0x1fce3a3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29210, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 119, + "transaction_hash": "0x15465fd83e6a28b76e48c10cfc14ed9c7565f7d6df42b4dc01299508585b323", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5d9a6453487", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x5bc48a83d5e", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x2710", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fa751eccb87638e", + "0x1d733d7a09" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x5bc48a83d5e", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x2710", + "0x0", + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a" + ] + }, + { + "from_address": "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x15465fd83e6a28b76e48c10cfc14ed9c7565f7d6df42b4dc01299508585b323", + "0x6", + "0x1", + "0x2", + "0x5bc48a83d5e", + "0x0", + "0x2710", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xb220ece32014", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23902, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 942, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xb220ece32014" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 120, + "transaction_hash": "0x2784f160fdf0d1e4db7ece6426d79d3e527c6e23fc258de7a19ff36884c31d6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x27100", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x5b28988f47a4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x5b28988f47a4", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x26f52", + "0x0" + ] + }, + { + "from_address": "0x22b05f9396d2c48183f6deaf138a57522bcc8b35b67dee919f76403d1783136", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0xc6b40307", + "0x0" + ] + }, + { + "from_address": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2784f160fdf0d1e4db7ece6426d79d3e527c6e23fc258de7a19ff36884c31d6", + "0x6", + "0x1", + "0x1", + "0x5b28988f47a4", + "0x0", + "0x26f52", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xdf5a75840726", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 24917, + "builtin_instance_counter": { + "pedersen_builtin": 44, + "range_check_builtin": 1024, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xdf5a75840726" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 121, + "transaction_hash": "0x2136bc4d93bf6e29a8b1a56ddea3d9c0b0ac20f3f04192e1fe0d73c20678ca7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3312d1144b649e41cdcc90ddd6c546466f94ac97ba991dcf5646cd431276a7c", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x1944c7f3f70a32a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3312d1144b649e41cdcc90ddd6c546466f94ac97ba991dcf5646cd431276a7c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4f931bf0e219", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8580, + "builtin_instance_counter": { + "pedersen_builtin": 25, + "range_check_builtin": 196, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4f931bf0e219" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 122, + "transaction_hash": "0x3331e7a8f284466daba780f7010566a67381aa91172dcf34a0a74b5e63571c1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x761480a26c78d6af5889a2878875ef9b729e7bf1d8cb6ebd6f31470f150b6dc", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4d6334f8ebd5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4961, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 110, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4d6334f8ebd5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 123, + "transaction_hash": "0x3ba563116f322b50e67070334088807aa44ce2256364ac5647b7bfc9e27e9a6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x92d9a65ac6", + "0x0" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3ba563116f322b50e67070334088807aa44ce2256364ac5647b7bfc9e27e9a6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f927dc10730", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6714, + "builtin_instance_counter": { + "pedersen_builtin": 22, + "range_check_builtin": 168, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f927dc10730" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 124, + "transaction_hash": "0x13886d294aab1f6245e2c733a3dd636ed234b8d53eaab106452c356161cf51", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "keys": [ + "0x2563683c757f3abe19c4b7237e2285d8993417ddffe0b54a19eb212ea574b08" + ], + "data": [ + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec", + "0x0", + "0x7f615d0fcf406d2b84c2c1b0b234509f1ab29eb37a121149bdd4ed28c45ae48", + "0x3", + "0x5a75756b6f75204d61797a6965", + "0xc0501000000000000000000000000", + "0x5a696ee965", + "0xbfb01000000000000000000000000", + "0x596f757620446565", + "0xc6f01000000000000000000000000", + "0x3", + "0x1", + "0x0", + "0x1", + "0x0", + "0x1", + "0x0" + ] + }, + { + "from_address": "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "keys": [ + "0x182d859c0807ba9db63baf8b9d9fdbfeb885d820be6e206b9dab626d995c433" + ], + "data": [ + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec", + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec", + "0x0", + "0x0", + "0x1", + "0x1", + "0x0" + ] + }, + { + "from_address": "0x15df630d10ce0fb9344ca325843d38fa2dee39cd66ac0fa776a53274fdb59bf", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x13886d294aab1f6245e2c733a3dd636ed234b8d53eaab106452c356161cf51", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x15df630d10ce0fb9344ca325843d38fa2dee39cd66ac0fa776a53274fdb59bf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x17b7a255b948b", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 37098, + "builtin_instance_counter": { + "pedersen_builtin": 134, + "range_check_builtin": 923, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x17b7a255b948b" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 125, + "transaction_hash": "0x1e377164195773669f3b6ec5f04e3d7cac0187422c86aa8863798c15381e00e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x4a9b6384488000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x1fc7be2", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2dac358a798105bca", + "0x0", + "0x138182944e", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4a9b6384488000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x1fc7be2", + "0x0", + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5" + ] + }, + { + "from_address": "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1e377164195773669f3b6ec5f04e3d7cac0187422c86aa8863798c15381e00e", + "0x6", + "0x1", + "0x2", + "0x4a9b6384488000", + "0x0", + "0x1fc7be2", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29206, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 126, + "transaction_hash": "0x4d6f089c985a7897621f6f8a41dc374aa15d244836528b5aa48ae098a3790f8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x18955b7c495b3c6c4594070cb362950e8755c3195ec0b8101d48effc25855f9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x18955b7c495b3c6c4594070cb362950e8755c3195ec0b8101d48effc25855f9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4d6f089c985a7897621f6f8a41dc374aa15d244836528b5aa48ae098a3790f8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x18955b7c495b3c6c4594070cb362950e8755c3195ec0b8101d48effc25855f9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 127, + "transaction_hash": "0x57a886e4af0549f7df02d0478bf7c7a64e16ca0e61f4b990e7ab9ae6af487f4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4f9651bf54dff50e6a3f843bd6518ee5026cdf8dbe41fe53809c089d6cf9e37", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4f9651bf54dff50e6a3f843bd6518ee5026cdf8dbe41fe53809c089d6cf9e37", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x57a886e4af0549f7df02d0478bf7c7a64e16ca0e61f4b990e7ab9ae6af487f4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4f9651bf54dff50e6a3f843bd6518ee5026cdf8dbe41fe53809c089d6cf9e37", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 128, + "transaction_hash": "0x3d88887b757d3c800d09a43ae5cb240ac39b57c0e519f586645422736820b43", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x16c235737c76bf69a9187053b17a56e2179feedf50970f7b4a09e782a442595", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x16c235737c76bf69a9187053b17a56e2179feedf50970f7b4a09e782a442595", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3d88887b757d3c800d09a43ae5cb240ac39b57c0e519f586645422736820b43", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x16c235737c76bf69a9187053b17a56e2179feedf50970f7b4a09e782a442595", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 129, + "transaction_hash": "0x1dc9431b6d7bf18b00d4eabd88c2a89f93ee2959e4b585ab60fd752f04bba26", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2649d6d332e6f77f9eca3a128c46a9b43c7572d9cf6c6d424026f25aad62c96", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2649d6d332e6f77f9eca3a128c46a9b43c7572d9cf6c6d424026f25aad62c96", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1dc9431b6d7bf18b00d4eabd88c2a89f93ee2959e4b585ab60fd752f04bba26", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2649d6d332e6f77f9eca3a128c46a9b43c7572d9cf6c6d424026f25aad62c96", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 130, + "transaction_hash": "0x22bfc44d281de37ea1602bb30eda4de989f8b69e047ea55c2ca0eeb64b9db5f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53486205dd9de90b8d106128c4509bd9d20762435898ae014af4404e7040964", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x53486205dd9de90b8d106128c4509bd9d20762435898ae014af4404e7040964", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x22bfc44d281de37ea1602bb30eda4de989f8b69e047ea55c2ca0eeb64b9db5f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x53486205dd9de90b8d106128c4509bd9d20762435898ae014af4404e7040964", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 131, + "transaction_hash": "0x1d58c70f16839cfce5cf105902312382408f20bd9c1b05d9dbd0d6a9c9afb69", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2c64beac99fddcae0d2107ce66f8ba7175057b63a338746a957bd6dcbd988c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2c64beac99fddcae0d2107ce66f8ba7175057b63a338746a957bd6dcbd988c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1d58c70f16839cfce5cf105902312382408f20bd9c1b05d9dbd0d6a9c9afb69", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2c64beac99fddcae0d2107ce66f8ba7175057b63a338746a957bd6dcbd988c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 132, + "transaction_hash": "0x257db91bc6308610fd211034237c6810be544c86085890c1a1b8efd63f3a892", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x502933e3a5292dbea42bfadf99aa8c9d32dd87c86b285cf0c162ebf11310e71", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x502933e3a5292dbea42bfadf99aa8c9d32dd87c86b285cf0c162ebf11310e71", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x257db91bc6308610fd211034237c6810be544c86085890c1a1b8efd63f3a892", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x502933e3a5292dbea42bfadf99aa8c9d32dd87c86b285cf0c162ebf11310e71", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 133, + "transaction_hash": "0x62bef20a2c3d81d0e0f03dd895437a56ff9a494aac7ef2247079979c52b3f24", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x44b674e53be22cd09a184d2d58f7c7513aeea8ea52c97585f1699896ca32f2", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x44b674e53be22cd09a184d2d58f7c7513aeea8ea52c97585f1699896ca32f2", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x62bef20a2c3d81d0e0f03dd895437a56ff9a494aac7ef2247079979c52b3f24", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x44b674e53be22cd09a184d2d58f7c7513aeea8ea52c97585f1699896ca32f2", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 134, + "transaction_hash": "0x785e41565f8468748f69dca470b1be376d17532670190800e096a2559915cd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6cf791735a5633c807099c232a49f65c73e0577b399092c197d219c967ed2f6", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6cf791735a5633c807099c232a49f65c73e0577b399092c197d219c967ed2f6", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x785e41565f8468748f69dca470b1be376d17532670190800e096a2559915cd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6cf791735a5633c807099c232a49f65c73e0577b399092c197d219c967ed2f6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 135, + "transaction_hash": "0x22b1a24adfd2f7d0cbed3aafb2287a63fc4de3edc20f9da3fe43ecde75a29f3", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0xc521", + "0x0" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x22b1a24adfd2f7d0cbed3aafb2287a63fc4de3edc20f9da3fe43ecde75a29f3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8abc76d77462", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8040, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 191, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8abc76d77462" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 136, + "transaction_hash": "0x54d8af13ae5869a0602cb85eb0c401501547e63fece50ed02fcac741b575276", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "0x221b262dd8000", + "0x0" + ] + }, + { + "from_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x54d8af13ae5869a0602cb85eb0c401501547e63fece50ed02fcac741b575276", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 137, + "transaction_hash": "0x4aa2e5818d3bc33f1479558dddea81288bd6ca1c86d4bedce67ddedf892b624", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x7c585087238000", + "0x0" + ], + "nonce": "0x258b7" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x7c585087238000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x7c585087238000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3852, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 138, + "transaction_hash": "0x668fb80cb882d5c75e7661a7286d40ca1c61ff5389c1ecc2c2f168cbb730bd6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4d78903bd8186315d12d57ccb6f8156261799a428083f1f6840358cd6582c7b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4d78903bd8186315d12d57ccb6f8156261799a428083f1f6840358cd6582c7b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x668fb80cb882d5c75e7661a7286d40ca1c61ff5389c1ecc2c2f168cbb730bd6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d78903bd8186315d12d57ccb6f8156261799a428083f1f6840358cd6582c7b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 139, + "transaction_hash": "0x506a994b3651298e6dfd3c1a69c9014ef5da4196c718c83e1d10007b3c535c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa6bc37a", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa6bc37a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x18475da63013a71", + "0x0" + ] + }, + { + "from_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x506a994b3651298e6dfd3c1a69c9014ef5da4196c718c83e1d10007b3c535c", + "0x3", + "0x1", + "0x18475da63013a71", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa06ff04096a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19269, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 526, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa06ff04096a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 140, + "transaction_hash": "0x378c94308c594f65a7d414d5a76f9334c3af31e6bd870917bcd385d0e279d77", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x29203d04fb564613196718984495dd39b70299019c6bfe3176fd2461f8e47cc", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x29203d04fb564613196718984495dd39b70299019c6bfe3176fd2461f8e47cc", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x378c94308c594f65a7d414d5a76f9334c3af31e6bd870917bcd385d0e279d77", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x29203d04fb564613196718984495dd39b70299019c6bfe3176fd2461f8e47cc", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 141, + "transaction_hash": "0x688778c3995dc08d28cc0f5991a415d9a6b7359e97ff272d6a1970957ec2d4b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x12b4597159a73c3f0f23a49a92e5a3d3e51f2d865a40669db649123433d1a5b" + ], + "data": [ + "0x92d9a65ac6", + "0x646973636f7264", + "0xe7b26b298842064", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x688778c3995dc08d28cc0f5991a415d9a6b7359e97ff272d6a1970957ec2d4b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4f9f8d2997ed", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8656, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 213, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4f9f8d2997ed" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 142, + "transaction_hash": "0x60ec2743f4f19d2a08b9c2f088a8826e6d5ad4656785a3d6363142ae9ac27b7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5f1da1721932923811386da9f001b367eed17934981076010f8e953d4371d98", + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "0x58788cb94b1d80000", + "0x0" + ] + }, + { + "from_address": "0x5f1da1721932923811386da9f001b367eed17934981076010f8e953d4371d98", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x60ec2743f4f19d2a08b9c2f088a8826e6d5ad4656785a3d6363142ae9ac27b7", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5f1da1721932923811386da9f001b367eed17934981076010f8e953d4371d98", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f5763f3a781", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6327, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 148, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f5763f3a781" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 143, + "transaction_hash": "0x71e083c127d5b6cc982ddfd94d878075d617de6907d66f529cce5a54fa0da0b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6ce6d84725b6fdeac01214668ffb424efaa38a65526d0861c7c4f45b52d2869", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6ce6d84725b6fdeac01214668ffb424efaa38a65526d0861c7c4f45b52d2869", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x71e083c127d5b6cc982ddfd94d878075d617de6907d66f529cce5a54fa0da0b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6ce6d84725b6fdeac01214668ffb424efaa38a65526d0861c7c4f45b52d2869", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 144, + "transaction_hash": "0x1a6240332ec970d40ef8c8ba674b2b4b63652e97a5ee5827bba4ddf039e450f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x222b056e811514156fa61973765b655d81dcc6e721fd9baf6022cb427edcf2a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x222b056e811514156fa61973765b655d81dcc6e721fd9baf6022cb427edcf2a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1a6240332ec970d40ef8c8ba674b2b4b63652e97a5ee5827bba4ddf039e450f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x222b056e811514156fa61973765b655d81dcc6e721fd9baf6022cb427edcf2a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 145, + "transaction_hash": "0x68d0c2387d5e200a840057d488e1efc2dda1a176dbbf5e01520d99f0346c724", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x529e134e1fba53f09e694fc4c79c60fa8e2d18542c5eba5527871fcf90a300c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x529e134e1fba53f09e694fc4c79c60fa8e2d18542c5eba5527871fcf90a300c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x68d0c2387d5e200a840057d488e1efc2dda1a176dbbf5e01520d99f0346c724", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x529e134e1fba53f09e694fc4c79c60fa8e2d18542c5eba5527871fcf90a300c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 146, + "transaction_hash": "0x36696360537ecf3e939e625ab53044727dd0c7bfa613b0630db663789710931", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4f6efc6715ba6e81dbe193b51f8426a35d92543e9be40969d8f01569e0485a5", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4f6efc6715ba6e81dbe193b51f8426a35d92543e9be40969d8f01569e0485a5", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x36696360537ecf3e939e625ab53044727dd0c7bfa613b0630db663789710931", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4f6efc6715ba6e81dbe193b51f8426a35d92543e9be40969d8f01569e0485a5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 147, + "transaction_hash": "0x7fcd3a2972257de11f9fb190852622bfc4326ef73cb5e5677975cf5015ace2c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x14f869f9af7d337f670f6cbb3a5beec303e3b5e2941f4af5d376ee376473194", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x14f869f9af7d337f670f6cbb3a5beec303e3b5e2941f4af5d376ee376473194", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7fcd3a2972257de11f9fb190852622bfc4326ef73cb5e5677975cf5015ace2c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x14f869f9af7d337f670f6cbb3a5beec303e3b5e2941f4af5d376ee376473194", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 148, + "transaction_hash": "0x42652319be1b7e373d28be51ff728d996107b7ffb6e953eb7f7ac3f6fa627f0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x357b5c8b96f28d990bd99b621bd3153047ebb78e6e3138373b208293d571adf", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x357b5c8b96f28d990bd99b621bd3153047ebb78e6e3138373b208293d571adf", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x42652319be1b7e373d28be51ff728d996107b7ffb6e953eb7f7ac3f6fa627f0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x357b5c8b96f28d990bd99b621bd3153047ebb78e6e3138373b208293d571adf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 149, + "transaction_hash": "0x7f254c980d8a54f89f2461b67067ac9e4d93191aebf078eaaceb5eb522bab95", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x12df1f46775e037", + "0x0" + ] + }, + { + "from_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7f254c980d8a54f89f2461b67067ac9e4d93191aebf078eaaceb5eb522bab95", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 150, + "transaction_hash": "0x2b82a10ef7054c08a95ff7056d0c41b62e95a4ad1cf24dd8073d9d3a2115f46", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x445d84dc48609f08f24634a799664afa65da03e535390211215327e72a603e4", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x445d84dc48609f08f24634a799664afa65da03e535390211215327e72a603e4", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x2b82a10ef7054c08a95ff7056d0c41b62e95a4ad1cf24dd8073d9d3a2115f46", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x445d84dc48609f08f24634a799664afa65da03e535390211215327e72a603e4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 151, + "transaction_hash": "0x228898679672f5a76c88b54b5ee8333c4a42f1ff254e6077239ba1cdf9a16ef", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x141420ab88eee2ff789d5bdcdffbd5e757bdc002ec6bc8d89aa3b407a6dd1c9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x141420ab88eee2ff789d5bdcdffbd5e757bdc002ec6bc8d89aa3b407a6dd1c9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x228898679672f5a76c88b54b5ee8333c4a42f1ff254e6077239ba1cdf9a16ef", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x141420ab88eee2ff789d5bdcdffbd5e757bdc002ec6bc8d89aa3b407a6dd1c9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 152, + "transaction_hash": "0xd3a1ac05677f1db2f173cb8890a24b0a22a35c785ff2a5972c7fecbbb314ed", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x12b4597159a73c3f0f23a49a92e5a3d3e51f2d865a40669db649123433d1a5b" + ], + "data": [ + "0x92d9a65ac6", + "0x74776974746572", + "0x161eb59212962003", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0xd3a1ac05677f1db2f173cb8890a24b0a22a35c785ff2a5972c7fecbbb314ed", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4f9f8d2997ed", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8656, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 213, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4f9f8d2997ed" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 153, + "transaction_hash": "0x6f41e1b2272e78b27429bcf14a4c34869c561982c44ddff43817237e23a31a0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0xc522", + "0x0" + ] + }, + { + "from_address": "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6f41e1b2272e78b27429bcf14a4c34869c561982c44ddff43817237e23a31a0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8abc76d77462", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8038, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 191, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8abc76d77462" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 154, + "transaction_hash": "0x339356650b100389988456da358c435afe571892a8000b3b9b375a6065d0b3e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xe1b20270c", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xe1b20270c", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0xcd48", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x0", + "0xe1b20270c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x67502f7e3eb51", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x2c1bfe", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fa0dce9d3a3783d", + "0x1d73115e0b" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x243e1de00e8a6bc1dfa3e950e6ade24c52e4a25de4dee7fb5affe918ad1e744" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x67502f7e3eb51", + "0x0", + "0x2c1bfe", + "0x0", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe24b376affc0", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29742, + "builtin_instance_counter": { + "pedersen_builtin": 52, + "range_check_builtin": 1128, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe24b376affc0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 155, + "transaction_hash": "0x715ba2ea461bcb815582a7736f88dc23667eba9062ec1c1bc5666985dc28f85", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "0x221b262dd8000", + "0x0" + ] + }, + { + "from_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x715ba2ea461bcb815582a7736f88dc23667eba9062ec1c1bc5666985dc28f85", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 156, + "transaction_hash": "0x72a027ec51849e3c299b39b5c554a6fc337ba372b687bc7e39c75fdc3d7e6be", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x2731ad86246a925ab1e53dce10dec4b82369d49fa6af08d7600a52fe7aafbca", + "0x25be3e8ceebc024", + "0x0" + ] + }, + { + "from_address": "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x72a027ec51849e3c299b39b5c554a6fc337ba372b687bc7e39c75fdc3d7e6be", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6927, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 157, + "transaction_hash": "0x612699bc44da3ad98b8ad9beac89b9ab701c1590636ca28b7a238def76ba31", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x184ae9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x38b0efb97a71a", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x184ae9", + "0x0" + ] + }, + { + "from_address": "0x22b05f9396d2c48183f6deaf138a57522bcc8b35b67dee919f76403d1783136", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x7bbd0a4f8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xdfb18e10fff2", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 25463, + "builtin_instance_counter": { + "pedersen_builtin": 45, + "range_check_builtin": 1027, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xdfb18e10fff2" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 158, + "transaction_hash": "0x66aba16c6ae52e2210135d10e8b0c37f50dfdf8ef0930f0867ac0f812b45a6f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x5572534a85cac58dc95c1c86507677ef91647ad02148e7d30ef9c169f1109f9" + ] + }, + { + "from_address": "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 159, + "transaction_hash": "0x75a2cfbcde021919d22de3b3f3560d2340024654f7aa2c5eb3e571a82f42ee5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0xc523", + "0x0" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x75a2cfbcde021919d22de3b3f3560d2340024654f7aa2c5eb3e571a82f42ee5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8abc76d77462", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8040, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 191, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8abc76d77462" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 160, + "transaction_hash": "0x45e6e3bd77e3f33bf491f9ebfe116f6c9ed5bc1a396047bbdfcbc9aba56c2ad", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "keys": [ + "0x182d859c0807ba9db63baf8b9d9fdbfeb885d820be6e206b9dab626d995c433" + ], + "data": [ + "0x53877052f990547ec7ca9dedec3a33ca321d3d45d2ca0790a1bb34bae52956e", + "0x0", + "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d", + "0x0", + "0x1", + "0x1", + "0x0" + ] + }, + { + "from_address": "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d", + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec", + "0x0", + "0x1", + "0x1", + "0x0" + ] + }, + { + "from_address": "0x53877052f990547ec7ca9dedec3a33ca321d3d45d2ca0790a1bb34bae52956e", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x45e6e3bd77e3f33bf491f9ebfe116f6c9ed5bc1a396047bbdfcbc9aba56c2ad", + "0x2", + "0x0", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x53877052f990547ec7ca9dedec3a33ca321d3d45d2ca0790a1bb34bae52956e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x625f285d9420", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 15036, + "builtin_instance_counter": { + "pedersen_builtin": 50, + "range_check_builtin": 367, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x625f285d9420" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 161, + "transaction_hash": "0x24ecd87bb0122220423261f307a1f01b81ec325d2f2a345f95edbfd744d8d2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x66e1b428d4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fe679ffd287", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7259, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 171, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fe679ffd287" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 162, + "transaction_hash": "0x9a6f5f8b364383728ee21a2bff6dba3e485cae2c86be16f94cf6f46cd1b45f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0x0", + "0xc502", + "0x0" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a", + "0xc502", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a", + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0xdc8d6e5ba800", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x6d23ad5f800", + "0x0" + ] + }, + { + "from_address": "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "keys": [ + "0x3ea131a65e43b0f29864c3846e914a472799b56a7141e81087339e1912e306f" + ], + "data": [ + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0x0", + "0x63fb1185", + "0x6f0032f67f1", + "0x1", + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0xc502", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xdc8d6e5ba800", + "0x0", + "0x1def751663dcdb564e1fedbec755e34756b677b4cc44403ec073a89a20fab1a", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x6d23ad5f800", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x7b762c5aafecae4a9c07c6ef67f81fe2cf25aa4d4665a1c806434914f16c5ae", + "0x4daebf3c0954209776d9a8c9a440e22a5a4ca1e8752a3610d85e80fcca4f139", + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xceb1ded6958f", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 21976, + "builtin_instance_counter": { + "pedersen_builtin": 125, + "range_check_builtin": 478, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xceb1ded6958f" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 163, + "transaction_hash": "0x53d6732bd1048683c340c4581895f515c15ae854df37b4ce898139cf4554b68", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x7cecb8fb1a58877b6b35935cda472672eb9116b6fb8115eae080116742284df", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4d6334f8ebd5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4961, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 110, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4d6334f8ebd5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 164, + "transaction_hash": "0x2b7b4f7de621a19e64fb6276a9089729806e85ea30eb1d90553252e2b53c9cb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6b29fc8a9465a3aa04b6af7b143f38390b4cd314d3cbfc6de55e2e61a4681a4", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6b29fc8a9465a3aa04b6af7b143f38390b4cd314d3cbfc6de55e2e61a4681a4", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x2b7b4f7de621a19e64fb6276a9089729806e85ea30eb1d90553252e2b53c9cb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6b29fc8a9465a3aa04b6af7b143f38390b4cd314d3cbfc6de55e2e61a4681a4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 165, + "transaction_hash": "0x64ba36ca2887c279b0e3d7cf3b21a821d448443c955f70623f259129f40b24e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x694ab71ed5a8c6c947df39d66a61acdfa41401197dcaa6a5e263f637212a365", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x694ab71ed5a8c6c947df39d66a61acdfa41401197dcaa6a5e263f637212a365", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x64ba36ca2887c279b0e3d7cf3b21a821d448443c955f70623f259129f40b24e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x694ab71ed5a8c6c947df39d66a61acdfa41401197dcaa6a5e263f637212a365", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 166, + "transaction_hash": "0x78e5639015152cd7024dd74dec1eb846e2261dcd61458c5169f51a5735ee6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xc8a57ebac422b0767b7b16397b37f428a034a364998faaae7b1273380119aa", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0xc8a57ebac422b0767b7b16397b37f428a034a364998faaae7b1273380119aa", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x78e5639015152cd7024dd74dec1eb846e2261dcd61458c5169f51a5735ee6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xc8a57ebac422b0767b7b16397b37f428a034a364998faaae7b1273380119aa", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 167, + "transaction_hash": "0xfd5ec1f6f3691c76e2d1caa446c26d48a3eaf80be2628e38bd4eab08e8cb6b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x19c913899e", + "0x0" + ] + }, + { + "from_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0xfd5ec1f6f3691c76e2d1caa446c26d48a3eaf80be2628e38bd4eab08e8cb6b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f927dc10730", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6714, + "builtin_instance_counter": { + "pedersen_builtin": 22, + "range_check_builtin": 168, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f927dc10730" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 168, + "transaction_hash": "0x77a49b34a2c3e7e0494e4141d26a6e56f24517241c4905b004572ca03cdc094", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4df1b3a868a24117e8bfebcb5b5a17ab85ee28992fc1b8e64e4b59d4a315487", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4df1b3a868a24117e8bfebcb5b5a17ab85ee28992fc1b8e64e4b59d4a315487", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x77a49b34a2c3e7e0494e4141d26a6e56f24517241c4905b004572ca03cdc094", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4df1b3a868a24117e8bfebcb5b5a17ab85ee28992fc1b8e64e4b59d4a315487", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 169, + "transaction_hash": "0x321208e5d3fcf84862818f9ac2a681c55ca1137640d3b87b8ce01c1f3e06f4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1c9c380", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "0x1c9c380", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "0x19ffaaa8178c30be7", + "0x0" + ] + }, + { + "from_address": "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x1faab2b557124af9619", + "0x0", + "0x22dad9f7d", + "0x0" + ] + }, + { + "from_address": "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x1c9c380", + "0x0", + "0x19ffaaa8178c30be7", + "0x0", + "0x0", + "0x0", + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69" + ] + }, + { + "from_address": "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x321208e5d3fcf84862818f9ac2a681c55ca1137640d3b87b8ce01c1f3e06f4", + "0x6", + "0x1", + "0x2", + "0x1c9c380", + "0x0", + "0x19ffaaa8178c30be7", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xc47cfe516da7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29660, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1181, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xc47cfe516da7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 170, + "transaction_hash": "0x6a82ef9774d42284062335fb1397b1091270818d4d37200174d4eeb74e3e144", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3d8ed84f274e01bd16918d219d81016e10cc0ea600d998a769a3a1d7799bdc9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3d8ed84f274e01bd16918d219d81016e10cc0ea600d998a769a3a1d7799bdc9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6a82ef9774d42284062335fb1397b1091270818d4d37200174d4eeb74e3e144", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3d8ed84f274e01bd16918d219d81016e10cc0ea600d998a769a3a1d7799bdc9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 171, + "transaction_hash": "0x227bf993b5ea5c8f0b5d5a212def63df7989e2650b792fa1f4c45a187b16d28", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x9ff0778b7cbeda4de465cad26b2c858a473320ef975c270ea9df35e97c6aa", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x9ff0778b7cbeda4de465cad26b2c858a473320ef975c270ea9df35e97c6aa", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x227bf993b5ea5c8f0b5d5a212def63df7989e2650b792fa1f4c45a187b16d28", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9ff0778b7cbeda4de465cad26b2c858a473320ef975c270ea9df35e97c6aa", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 172, + "transaction_hash": "0x784d7f46f791dcc8c58c7e029bde83f2f8675d0e239e31c523bc00d866e6d7e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x151f3038b40656106192112788ee9552582d2de5d492df364abd630b46d5935", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x151f3038b40656106192112788ee9552582d2de5d492df364abd630b46d5935", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x784d7f46f791dcc8c58c7e029bde83f2f8675d0e239e31c523bc00d866e6d7e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x151f3038b40656106192112788ee9552582d2de5d492df364abd630b46d5935", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 173, + "transaction_hash": "0xe0cb4e11fd7ce9933a1d79f143f4fc90da6fbffd9963ed453d7c62ad0bcf17", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x34682aed57e584da7d572ee5ab846a946b77bb5c48e3e112a2312c21dfd3996", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x34682aed57e584da7d572ee5ab846a946b77bb5c48e3e112a2312c21dfd3996", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xe0cb4e11fd7ce9933a1d79f143f4fc90da6fbffd9963ed453d7c62ad0bcf17", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x34682aed57e584da7d572ee5ab846a946b77bb5c48e3e112a2312c21dfd3996", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 174, + "transaction_hash": "0x44c3f867ce649297886256598871b08475c143298598864f6ebc453d17331d0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2a05f6643d11b7c414f5de1884da96d589fca77a126d9108e7540d61aaeaa37", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2a05f6643d11b7c414f5de1884da96d589fca77a126d9108e7540d61aaeaa37", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x44c3f867ce649297886256598871b08475c143298598864f6ebc453d17331d0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2a05f6643d11b7c414f5de1884da96d589fca77a126d9108e7540d61aaeaa37", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 175, + "transaction_hash": "0x7c455ad00618ff849148bde19d3348f6e2984772dc2f7bc7cbe0f0121aec06e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3556379", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "0x3556379", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x2f14d", + "0x0" + ] + }, + { + "from_address": "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0xc3f03", + "0x112a460a" + ] + }, + { + "from_address": "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x3556379", + "0x0", + "0x2f14d", + "0x0", + "0x0", + "0x0", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7c455ad00618ff849148bde19d3348f6e2984772dc2f7bc7cbe0f0121aec06e", + "0x6", + "0x1", + "0x2", + "0x3556379", + "0x0", + "0x2f14d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe00edf3a53a8", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 26068, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 1183, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe00edf3a53a8" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 176, + "transaction_hash": "0x378b54ef2d480e6331c72fecfabeddb0972bf9878431ca6c423725a07ac1fa", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "keys": [ + "0xb792a85dbf71e2d3655418ca28e9946996c536760c97837abc48e81d429f79" + ], + "data": [ + "0x537b76258df63385e99ed20a37f3b7c76a0d04aa2e54ee4e3bf5399eb4da36a", + "0x0", + "0x63d252fa" + ] + }, + { + "from_address": "0x537b76258df63385e99ed20a37f3b7c76a0d04aa2e54ee4e3bf5399eb4da36a", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x378b54ef2d480e6331c72fecfabeddb0972bf9878431ca6c423725a07ac1fa", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x537b76258df63385e99ed20a37f3b7c76a0d04aa2e54ee4e3bf5399eb4da36a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3074f1dc22a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6320, + "builtin_instance_counter": { + "pedersen_builtin": 19, + "range_check_builtin": 151, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3074f1dc22a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 177, + "transaction_hash": "0x2d7c8072d2c02101be71411249b9dd170f9fbcc05eed8837a4d64504a9a0362", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x8ef4fa1f90012", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3d0900", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x8ef4fa1f90012", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x3d0900", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x1384ccace5", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fa9cc39759c784f", + "0x1d734e670b" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x8ef4fa1f90012", + "0x0", + "0x3d0900", + "0x0" + ] + }, + { + "from_address": "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2d7c8072d2c02101be71411249b9dd170f9fbcc05eed8837a4d64504a9a0362", + "0x8", + "0x1", + "0x1", + "0x8ef4fa1f90012", + "0x0", + "0x3d0900", + "0x0", + "0x1384ccace5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe145edc4155c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28078, + "builtin_instance_counter": { + "pedersen_builtin": 58, + "range_check_builtin": 1057, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe145edc4155c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 178, + "transaction_hash": "0x675306d0cb8f35f994851d1c7c356dc23b53385c2a8d23f84057932835d8e7f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x245b74222590fe", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x245b74222590fe", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0xf87db5", + "0x0" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x675306d0cb8f35f994851d1c7c356dc23b53385c2a8d23f84057932835d8e7f", + "0x3", + "0x1", + "0xf87db5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa079452b1f03", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19331, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 521, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa079452b1f03" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 179, + "transaction_hash": "0x6ab6ec28aa94ad79f9d6db4a4436a24a843fa23e63f2d534c5985d0c60de086", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x14fdda9eec7e28a5b49dc6adc2cb64693cb9094e7900a68d7c5c349b06cee83", + "0xb1a2bc2ec50000", + "0x0" + ], + "nonce": "0x258b8" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x14fdda9eec7e28a5b49dc6adc2cb64693cb9094e7900a68d7c5c349b06cee83", + "0xb1a2bc2ec50000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x14fdda9eec7e28a5b49dc6adc2cb64693cb9094e7900a68d7c5c349b06cee83", + "0xb1a2bc2ec50000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3850, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 180, + "transaction_hash": "0x38d30c9f8aeb144b9e7f5ca138b063b4eaa1ce4f66446afc7ec5ab90a93aa79", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x78c0613c3323cc3d3bcf4e8ad4b696563625d0b610c7195f48a4b38ab809f32", + "0x2386f26fc10000", + "0x0" + ], + "nonce": "0x258b9" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x78c0613c3323cc3d3bcf4e8ad4b696563625d0b610c7195f48a4b38ab809f32", + "0x2386f26fc10000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x78c0613c3323cc3d3bcf4e8ad4b696563625d0b610c7195f48a4b38ab809f32", + "0x2386f26fc10000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3852, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 181, + "transaction_hash": "0x3859a4093f8caf3a41c79a435cec9110aad288c4eb004bf73b8d60903661f22", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x3c6568f12e8000", + "0x0" + ], + "nonce": "0x258ba" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x3c6568f12e8000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x3c6568f12e8000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3852, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 182, + "transaction_hash": "0x5b8abb7586152e396d675ca00fb2e89e11f96acdc3887565e5d479789f64da1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x221b262dd8000", + "0x0" + ] + }, + { + "from_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5b8abb7586152e396d675ca00fb2e89e11f96acdc3887565e5d479789f64da1", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6927, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 183, + "transaction_hash": "0x6c8116c46d313a2f903470af0d60e683e9663fcc4809b5c17e70f003239dfaf", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "keys": [ + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd" + ], + "data": [ + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "0x4767b873669406d25dddbf67356e385a14480979e5358a411955d692576aa30", + "0x1" + ] + }, + { + "from_address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6c8116c46d313a2f903470af0d60e683e9663fcc4809b5c17e70f003239dfaf", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x305f2bb8e471", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6176, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 147, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x305f2bb8e471" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 184, + "transaction_hash": "0x7befb0dce5957403bef00a5106e21f14db5d41a703b3b638ddeec2398a38742", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x7e1b53cb76b813ff756b5e0f09e5267a0c48f6178128a7b1e97e2414440099f" + ] + }, + { + "from_address": "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 185, + "transaction_hash": "0x133e44b604059fbbbc568e1107aaa5b7502cee6eba5fb31a73ad15868f10445", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x576bf4b8fbad7634ff70da6b9b760b6d3d82e5e9674604a8eaaa294f49999e3", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x576bf4b8fbad7634ff70da6b9b760b6d3d82e5e9674604a8eaaa294f49999e3", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x133e44b604059fbbbc568e1107aaa5b7502cee6eba5fb31a73ad15868f10445", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x576bf4b8fbad7634ff70da6b9b760b6d3d82e5e9674604a8eaaa294f49999e3", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 186, + "transaction_hash": "0x5f0d52d3074f95ad85cae60078f605e86100cb4f51688f36f65cdf0a4f13277", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x188db2416f1f4d89137579bf59d64033c20a8ebd5f3ad9c414898c2903fa4ac", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x188db2416f1f4d89137579bf59d64033c20a8ebd5f3ad9c414898c2903fa4ac", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5f0d52d3074f95ad85cae60078f605e86100cb4f51688f36f65cdf0a4f13277", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x188db2416f1f4d89137579bf59d64033c20a8ebd5f3ad9c414898c2903fa4ac", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 187, + "transaction_hash": "0x446cb3687032cfb46bf5fe3528a67bb1842abdb21b5652f45889b598f9ff0ca", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x63ae57bc5298e699156fde2cfff16ba364f15ed965529c67bf4442b3469e190", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x63ae57bc5298e699156fde2cfff16ba364f15ed965529c67bf4442b3469e190", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x446cb3687032cfb46bf5fe3528a67bb1842abdb21b5652f45889b598f9ff0ca", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x63ae57bc5298e699156fde2cfff16ba364f15ed965529c67bf4442b3469e190", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 188, + "transaction_hash": "0x166e5ee8b5b5430adffa4755315229d839f6d59b6ae5905d46298be7b95f98b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x293b21429ac75b65c566cdc7b9f5428ba36d9ce4484ecdd22f39187a5988294", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x293b21429ac75b65c566cdc7b9f5428ba36d9ce4484ecdd22f39187a5988294", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x166e5ee8b5b5430adffa4755315229d839f6d59b6ae5905d46298be7b95f98b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x293b21429ac75b65c566cdc7b9f5428ba36d9ce4484ecdd22f39187a5988294", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 189, + "transaction_hash": "0x144bf9338c4fe33ae5a9698482fa66bd31a073aa5ae396b7025949ac42f1a2f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x1" + ] + }, + { + "from_address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x144bf9338c4fe33ae5a9698482fa66bd31a073aa5ae396b7025949ac42f1a2f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x306b9cf19a45", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6249, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 147, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x306b9cf19a45" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 190, + "transaction_hash": "0x29a839f1f849df38fa0fea287da5073a74d11c48026626db33c8246b29bfdeb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4727644d9d8e1c436967b3e174a29717f0d81aad37a23b992a785e143060ee2", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4727644d9d8e1c436967b3e174a29717f0d81aad37a23b992a785e143060ee2", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x29a839f1f849df38fa0fea287da5073a74d11c48026626db33c8246b29bfdeb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4727644d9d8e1c436967b3e174a29717f0d81aad37a23b992a785e143060ee2", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 191, + "transaction_hash": "0x28491fe44dd9b3403b4cfa0e5546b3a027d6578b392dd20345020f0e40bfe05", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x12b5a13c76b83b6cc37affd5de5810ebf7893d197ad7c0c47234ab4e4a80312", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x12b5a13c76b83b6cc37affd5de5810ebf7893d197ad7c0c47234ab4e4a80312", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x28491fe44dd9b3403b4cfa0e5546b3a027d6578b392dd20345020f0e40bfe05", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x12b5a13c76b83b6cc37affd5de5810ebf7893d197ad7c0c47234ab4e4a80312", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 192, + "transaction_hash": "0x783963955a66ccfddcd4eaf2407bfcf81af4038eb667706a50d099516949a50", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x37945bd9f6fd237d8191c3d5f97fe8b151ead9c70b4ec8aed655f658211f00e", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x37945bd9f6fd237d8191c3d5f97fe8b151ead9c70b4ec8aed655f658211f00e", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x783963955a66ccfddcd4eaf2407bfcf81af4038eb667706a50d099516949a50", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x37945bd9f6fd237d8191c3d5f97fe8b151ead9c70b4ec8aed655f658211f00e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 193, + "transaction_hash": "0x64933ea76165c3c096376dd05e69c2babb1bd96bf848d785e4909ad519947ba", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6d713a367617ab1575c99bcb9da8c5eb25d3da8b975d010987c726240bf9f1b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6d713a367617ab1575c99bcb9da8c5eb25d3da8b975d010987c726240bf9f1b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x64933ea76165c3c096376dd05e69c2babb1bd96bf848d785e4909ad519947ba", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6d713a367617ab1575c99bcb9da8c5eb25d3da8b975d010987c726240bf9f1b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 194, + "transaction_hash": "0x7a51501619be7085689efb14929c1f9b6dd796873f6c95bd8ca6c764723e02f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xb289e17bbae9e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xb289e17bbae9e", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa0d05db817cf", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19889, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 524, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa0d05db817cf" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 195, + "transaction_hash": "0x7fe21563d02ab7b6a391f343f8a05ff2bdf5f9fa790931dd1dd4ada0b20615b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dd6219fefb00e1c483c334821ee9f7a47596bc522a97568c6932c65eb3ca7b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5dd6219fefb00e1c483c334821ee9f7a47596bc522a97568c6932c65eb3ca7b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7fe21563d02ab7b6a391f343f8a05ff2bdf5f9fa790931dd1dd4ada0b20615b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5dd6219fefb00e1c483c334821ee9f7a47596bc522a97568c6932c65eb3ca7b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 196, + "transaction_hash": "0x76ef2f6c07314adffa5ed897de8fb15ca0b1b48d8c2a2ac464d7b0f42cc33c1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3503acf874d76ea2baf59064e7b575e4be28fdbd924d9a7197d6929bed38a33", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3503acf874d76ea2baf59064e7b575e4be28fdbd924d9a7197d6929bed38a33", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x76ef2f6c07314adffa5ed897de8fb15ca0b1b48d8c2a2ac464d7b0f42cc33c1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3503acf874d76ea2baf59064e7b575e4be28fdbd924d9a7197d6929bed38a33", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 197, + "transaction_hash": "0x61969ebe699a78bd17e3b27988bb9157fc67113a26146d1842085ff760b274a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x5fdf", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x1b91adcb75000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0xda475abf000", + "0x0" + ] + }, + { + "from_address": "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "keys": [ + "0x3ea131a65e43b0f29864c3846e914a472799b56a7141e81087339e1912e306f" + ], + "data": [ + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x0", + "0x642eec80", + "0x506624ba45b7", + "0x1", + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x5fdf", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x1b91adcb75000", + "0x0", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xda475abf000", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x56122ee446b2bd4fa43fb81e1ba7c2f4dbe6576d7fa88b28073ae5495eea804", + "0x4ec8648749fab9f18d96e4ddab717d5b7e3e24bc85be1e2e59469d78737e3e8", + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc" + ] + }, + { + "from_address": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x61969ebe699a78bd17e3b27988bb9157fc67113a26146d1842085ff760b274a", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xec67357ebc00", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 21912, + "builtin_instance_counter": { + "pedersen_builtin": 136, + "range_check_builtin": 478, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xec67357ebc00" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 198, + "transaction_hash": "0x224e552baf7237fdf11a373822229252abee07b73b0ee957190e48a0e363d51", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x28dfb778b95da26", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x28dfb778b95da26", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "0x115bcdbd", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x45237c7b101325275", + "0x1d61f2994e" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x28dfb778b95da26", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x115bcdbd", + "0x0", + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a" + ] + }, + { + "from_address": "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x224e552baf7237fdf11a373822229252abee07b73b0ee957190e48a0e363d51", + "0x6", + "0x1", + "0x2", + "0x28dfb778b95da26", + "0x0", + "0x115bcdbd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa32bd0f68a79", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23770, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 933, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa32bd0f68a79" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 199, + "transaction_hash": "0x5ba55a4f9ca3a1d9b73744672b785af080a90f2fca4c3d20fc820dbedd6f62c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x58788cb94b1d80000", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x58788cb94b1d80000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "0xe2a9170934daf3", + "0x0" + ] + }, + { + "from_address": "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5ba55a4f9ca3a1d9b73744672b785af080a90f2fca4c3d20fc820dbedd6f62c", + "0x3", + "0x1", + "0xe2a9170934daf3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x9f51c4284098", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 17440, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 470, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x9f51c4284098" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 200, + "transaction_hash": "0x1d490a3b2cc35c463ffb786b556a4415e722776cbc201c4ba48e73abf5f6692", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2b67fa011ea8fd36a893fa935e1631f0faa2bba180d22d1711534ff6dcb2d7c", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1d490a3b2cc35c463ffb786b556a4415e722776cbc201c4ba48e73abf5f6692", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2b67fa011ea8fd36a893fa935e1631f0faa2bba180d22d1711534ff6dcb2d7c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x2ff56956dae7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5481, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x2ff56956dae7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 201, + "transaction_hash": "0x1c07fe5f2aa5be0a3b1a9b23f48568c8d65bbe7d0b3319dd21f263a74bf14fa", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "0x1c6bf52634000", + "0x0" + ] + }, + { + "from_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1c07fe5f2aa5be0a3b1a9b23f48568c8d65bbe7d0b3319dd21f263a74bf14fa", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 202, + "transaction_hash": "0x5c4bb3a7a1c42ad4c1a907181b18665d5987759381e93be8d857f8f1c58e397", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x58d15e17628000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x58d15e17628000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0x25ccf70", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2db1c2a05af72dbca", + "0x0", + "0x137f25c4de", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x58d15e17628000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x25ccf70", + "0x0", + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af" + ] + }, + { + "from_address": "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5c4bb3a7a1c42ad4c1a907181b18665d5987759381e93be8d857f8f1c58e397", + "0x6", + "0x1", + "0x2", + "0x58d15e17628000", + "0x0", + "0x25ccf70", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29213, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 203, + "transaction_hash": "0x2fe254fd25e703e0d3222f142f9e7f2217821a063ef3caf8257d422bff2c24d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x30253", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "0x30253", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x360ad99", + "0x0" + ] + }, + { + "from_address": "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0xf4156", + "0xdc99871" + ] + }, + { + "from_address": "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x30253", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x360ad99", + "0x0", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094" + ] + }, + { + "from_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2fe254fd25e703e0d3222f142f9e7f2217821a063ef3caf8257d422bff2c24d", + "0x6", + "0x1", + "0x2", + "0x30253", + "0x0", + "0x360ad99", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa31c436fa730", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23673, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 933, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa31c436fa730" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 204, + "transaction_hash": "0x5867931650a69552a2fdfb5e025b1a055619ec83f8b54a2af2cd978d46f901c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x23f717341fc26", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xf6950", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x23f717341fc26", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xf6853", + "0x0" + ] + }, + { + "from_address": "0x22b05f9396d2c48183f6deaf138a57522bcc8b35b67dee919f76403d1783136", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x4e7d93268", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xdfae71c2d27d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 25460, + "builtin_instance_counter": { + "pedersen_builtin": 45, + "range_check_builtin": 1027, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xdfae71c2d27d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 205, + "transaction_hash": "0x2a170dfee11adb3f991e6342a237c3161312594ede3669a29896278f81fb153", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x4fa7540d6eef80c5bb0e086623dbd879315965d2c125368382400978a45cf3d" + ] + }, + { + "from_address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 206, + "transaction_hash": "0x3e143fb779e5a91e95ab81e5bb626272efb29b33867b111160b52293bac2ba1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x34d240e99e", + "0x0" + ] + }, + { + "from_address": "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3e143fb779e5a91e95ab81e5bb626272efb29b33867b111160b52293bac2ba1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f927dc10730", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6714, + "builtin_instance_counter": { + "pedersen_builtin": 22, + "range_check_builtin": 168, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f927dc10730" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 207, + "transaction_hash": "0x63f1fad3e70b9c1ac875319d37c3985cf8dc70687dd8614956ca5ab001f21e6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x14058576c5a24dabed7426d693ac571de03baf2352bf8626dc0cafc117b991a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x14058576c5a24dabed7426d693ac571de03baf2352bf8626dc0cafc117b991a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x63f1fad3e70b9c1ac875319d37c3985cf8dc70687dd8614956ca5ab001f21e6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x14058576c5a24dabed7426d693ac571de03baf2352bf8626dc0cafc117b991a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 208, + "transaction_hash": "0xe39d8f87a0171067a3a0dc9445232508c978e836519f03bc15f7da0b20e6dd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x12b9cf64a02ab3611764c3e2f69c9232f1cf7ca47f9e45f71ed94f019787119", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x12b9cf64a02ab3611764c3e2f69c9232f1cf7ca47f9e45f71ed94f019787119", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xe39d8f87a0171067a3a0dc9445232508c978e836519f03bc15f7da0b20e6dd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x12b9cf64a02ab3611764c3e2f69c9232f1cf7ca47f9e45f71ed94f019787119", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 209, + "transaction_hash": "0x3d65892d7b1465063a7080ae4cfdd3303b583a38b2ab8c9a3551d4c351252dd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x23026735978fceafaaa8c673cb210fbdf2db6e75ebdc47b04fba618563296e0", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x23026735978fceafaaa8c673cb210fbdf2db6e75ebdc47b04fba618563296e0", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3d65892d7b1465063a7080ae4cfdd3303b583a38b2ab8c9a3551d4c351252dd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23026735978fceafaaa8c673cb210fbdf2db6e75ebdc47b04fba618563296e0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 210, + "transaction_hash": "0xa9dc57a6a5c3a2ce14e347a7924784651f99fbfcab2c460cf775756dcb6831", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x33356ddd95f661a1cfb86c5d23cc6d15284960cd52893fd937e2ec2062fd696", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x33356ddd95f661a1cfb86c5d23cc6d15284960cd52893fd937e2ec2062fd696", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xa9dc57a6a5c3a2ce14e347a7924784651f99fbfcab2c460cf775756dcb6831", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x33356ddd95f661a1cfb86c5d23cc6d15284960cd52893fd937e2ec2062fd696", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 211, + "transaction_hash": "0x11264ac6dd1ab32c5266d739e4349f3b40a2a349aa7fcdb4025322632dc9799", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x33000a0a5bfb46214312a734af3f08a923185cf65830edb4f301f79478e9535", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x33000a0a5bfb46214312a734af3f08a923185cf65830edb4f301f79478e9535", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x11264ac6dd1ab32c5266d739e4349f3b40a2a349aa7fcdb4025322632dc9799", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x33000a0a5bfb46214312a734af3f08a923185cf65830edb4f301f79478e9535", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 212, + "transaction_hash": "0x864d601278421c5622350d187a46c09e53e2fd8fbbee45ab474c37c45441a8", + "l2_to_l1_messages": [ + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "to_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "payload": [ + "0x0", + "0x3cee6c5c0fb713925bda590829ea574b7b4f96b6", + "0x18de76816d80000", + "0x0" + ] + } + ], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x0", + "0x18de76816d80000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x194fc63c49b0f07c8e7a78476844837255213824bd6cb81e0ccfb949921aad1" + ], + "data": [ + "0x3cee6c5c0fb713925bda590829ea574b7b4f96b6", + "0x18de76816d80000", + "0x0", + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105" + ] + }, + { + "from_address": "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x864d601278421c5622350d187a46c09e53e2fd8fbbee45ab474c37c45441a8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b84a89ca4cfc", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8706, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 209, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b84a89ca4cfc" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 213, + "transaction_hash": "0x3761ed2bded0372663f4afbfb56223675056f86563339b629d6cb059a18f7e4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x27fae1e547e553df54a0fc1e1369eb4001d3844a8bdf611cb1711d49965a0e9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x27fae1e547e553df54a0fc1e1369eb4001d3844a8bdf611cb1711d49965a0e9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3761ed2bded0372663f4afbfb56223675056f86563339b629d6cb059a18f7e4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x27fae1e547e553df54a0fc1e1369eb4001d3844a8bdf611cb1711d49965a0e9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 214, + "transaction_hash": "0x1e4ca53037b969c54e59c6e1e6e24ceefa60cea183ecbb69669274775223b1d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x473524b8df3195f9b70d5e53a28d40abbbc74fda822234dbec9bfb135c1b8a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x473524b8df3195f9b70d5e53a28d40abbbc74fda822234dbec9bfb135c1b8a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1e4ca53037b969c54e59c6e1e6e24ceefa60cea183ecbb69669274775223b1d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x473524b8df3195f9b70d5e53a28d40abbbc74fda822234dbec9bfb135c1b8a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 215, + "transaction_hash": "0x46e08d3883bf6213b4eaf8afb4c0cc863ee1f5d965c851081abd12c4c494c06", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5d199ca7247b42e62fc74b5bfc6572df24d10d19095435e49c204866c09e0af", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5d199ca7247b42e62fc74b5bfc6572df24d10d19095435e49c204866c09e0af", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x46e08d3883bf6213b4eaf8afb4c0cc863ee1f5d965c851081abd12c4c494c06", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5d199ca7247b42e62fc74b5bfc6572df24d10d19095435e49c204866c09e0af", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 216, + "transaction_hash": "0xaefe68dd0f5adaf4898571c7d60607cba7b66ecaee13f0006a58864935f71d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4368c81c4b8384937128fec8332f03d081b774edc7d13be8d00b69408717b4d", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4368c81c4b8384937128fec8332f03d081b774edc7d13be8d00b69408717b4d", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xaefe68dd0f5adaf4898571c7d60607cba7b66ecaee13f0006a58864935f71d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4368c81c4b8384937128fec8332f03d081b774edc7d13be8d00b69408717b4d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 217, + "transaction_hash": "0x3917b8dd2102695d9837a447ac0e98e504c9d8819741f51f329671152b9437e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4b630006c992fbfdb664a9c30b49971f0227614f54873a980fb4bc2260c0751", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4b630006c992fbfdb664a9c30b49971f0227614f54873a980fb4bc2260c0751", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3917b8dd2102695d9837a447ac0e98e504c9d8819741f51f329671152b9437e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4b630006c992fbfdb664a9c30b49971f0227614f54873a980fb4bc2260c0751", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 218, + "transaction_hash": "0x5a9d584818640c920a0593a43f15e05c3c392419129d28b4cd61137805b6116", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x33ddda326c75b849e389673d60125a809c5fc42b8ecac7d3d3c9f6e808650a9", + "0x1c6bf52634000", + "0x0" + ] + }, + { + "from_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5a9d584818640c920a0593a43f15e05c3c392419129d28b4cd61137805b6116", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6927, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 219, + "transaction_hash": "0x1779ce354e0789edfb0ff8e538d7a00cece0b8acf17b5470d010d6cab4db569", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x23ba690930435", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0xf3e8c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x23ba690930435", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x55619e7a8", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2db1e65ac4005dfff", + "0x0", + "0x137f35036a", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x23ba690930435", + "0x0", + "0xf3e8c", + "0x0" + ] + }, + { + "from_address": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1779ce354e0789edfb0ff8e538d7a00cece0b8acf17b5470d010d6cab4db569", + "0x8", + "0x1", + "0x1", + "0xf3e8c", + "0x0", + "0x23ba690930435", + "0x0", + "0x55619e7a8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe3d95e81ba40", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 32305, + "builtin_instance_counter": { + "pedersen_builtin": 48, + "range_check_builtin": 1052, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe3d95e81ba40" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 220, + "transaction_hash": "0x18647c9d64892ed8639855326968121182783be3a213c128973be9bf058f200", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xbb1772394dc00", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xbb1772394dc00", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x4fe5e9", + "0x0" + ] + }, + { + "from_address": "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x18647c9d64892ed8639855326968121182783be3a213c128973be9bf058f200", + "0x3", + "0x1", + "0x4fe5e9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa079452b1f03", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19334, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 521, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa079452b1f03" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 221, + "transaction_hash": "0x11a4e0e0add49260e97eaa9d2dacd3008d728480c6c7b4aafd63f6bd6627c3e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2d07810ef7a657", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x2cd90841b4061b", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "0x1312d00", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2db4b3eb481b9e61a", + "0x0", + "0x137e03d66a", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x2cd90841b4061b", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x1312d00", + "0x0", + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf" + ] + }, + { + "from_address": "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x11a4e0e0add49260e97eaa9d2dacd3008d728480c6c7b4aafd63f6bd6627c3e", + "0x6", + "0x1", + "0x2", + "0x2cd90841b4061b", + "0x0", + "0x1312d00", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xb56be3a53eef", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29332, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1062, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xb56be3a53eef" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 222, + "transaction_hash": "0x3850889717769f956f9b60fea130e786991dc9b79772a029e7f98e3243fe275", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x3b6194f930a68fcf13964c396460245e9996fbd53f131bec1519fe705120524" + ] + }, + { + "from_address": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 223, + "transaction_hash": "0x6f2325e5933baaa8da8409c1eb4d8304f007f30a320b732bc31b5bcb82aaf7c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "0x1613c912acea6121", + "0x0" + ] + }, + { + "from_address": "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x30cb3b7168600900015", + "0x0", + "0x7d44d326c5a0014b", + "0x0" + ] + }, + { + "from_address": "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x38d7ea4c68000", + "0x0", + "0x1613c912acea6121", + "0x0", + "0x0", + "0x0", + "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x183912", + "0x0" + ] + }, + { + "from_address": "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x1fac13f1e83d199f73a", + "0x0", + "0x22d95666b", + "0x0" + ] + }, + { + "from_address": "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1613c912acea6121", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x183912", + "0x0", + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21" + ] + }, + { + "from_address": "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6f2325e5933baaa8da8409c1eb4d8304f007f30a320b732bc31b5bcb82aaf7c", + "0x8", + "0x1", + "0x3", + "0x38d7ea4c68000", + "0x0", + "0x1613c912acea6121", + "0x0", + "0x183912", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x12898f65a6622", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 47551, + "builtin_instance_counter": { + "pedersen_builtin": 50, + "range_check_builtin": 1963, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x12898f65a6622" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 224, + "transaction_hash": "0x5c01f5f914697ef1f13312ed9d34e095ab116a87a02255a1f97ab014ce4c5d8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x24906252f3761", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x240350bca867d", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x4523a07e60cfcd8f2", + "0x1d61e3570e" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x240350bca867d", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0xf4240", + "0x0", + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xb274e921eb6b", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 24451, + "builtin_instance_counter": { + "pedersen_builtin": 57, + "range_check_builtin": 945, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xb274e921eb6b" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 225, + "transaction_hash": "0x2b25d8ebf5d4a63495b13a3c32ae34c29c2c04a7180c3d7f0d9b868d78abff1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1101da68", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x1101da68", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x27cf44ed71136d1", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fbd139735eba221", + "0x1d72e53176" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x1101da68", + "0x0", + "0x27cf44ed71136d1", + "0x0", + "0x0", + "0x0", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094" + ] + }, + { + "from_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2b25d8ebf5d4a63495b13a3c32ae34c29c2c04a7180c3d7f0d9b868d78abff1", + "0x6", + "0x1", + "0x2", + "0x1101da68", + "0x0", + "0x27cf44ed71136d1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa328b4a85d04", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23752, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 933, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa328b4a85d04" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 226, + "transaction_hash": "0x8504b281ed235de1932b126c354ab385a5fb5e3754eab4a73689ba2f68300c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x7ac3e323042a2f325a01a62b2f5739a6f8c442f3bd4d8c62fa27e29a49c942b", + "0x1c6bf52634000", + "0x0" + ] + }, + { + "from_address": "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x8504b281ed235de1932b126c354ab385a5fb5e3754eab4a73689ba2f68300c", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3fb4b51cfb37", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6929, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 165, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3fb4b51cfb37" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 227, + "transaction_hash": "0x39647285aa14d90619d05fd934668531c21562cfe3f9cb4372a9cdb38f98f97", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "0x1ff973cafa7f83", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "0x1ff973cafa7f83", + "0x0" + ] + }, + { + "from_address": "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "keys": [ + "0x440fc089956d79d058ea92abe99c718a6b1441e3aaec132cc38a01e9b895cb" + ], + "data": [ + "0x1", + "0xd728f44b9ceb540", + "0x19c913899e", + "0x65b3867a" + ] + }, + { + "from_address": "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "keys": [ + "0x1b6d26c8b545f51ff2731ca42b81aa226221630abc95fd9d1bcacbe75bce7a1" + ], + "data": [ + "0x1", + "0xd728f44b9ceb540", + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383" + ] + }, + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x12b4597159a73c3f0f23a49a92e5a3d3e51f2d865a40669db649123433d1a5b" + ], + "data": [ + "0x19c913899e", + "0x6e616d65", + "0x3958c37d84e38982e80cde470a0694d7254a96283d0972c37add548cb86044e", + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678" + ] + }, + { + "from_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x39647285aa14d90619d05fd934668531c21562cfe3f9cb4372a9cdb38f98f97", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xaf93b4c1d61a", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19712, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 846, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xaf93b4c1d61a" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 228, + "transaction_hash": "0x1aab79b4830c078bef4e30d63fe264e15e1ecffd3b3fd0c0458fce1817d8f7c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x10a17b1e6757dc642405e3bb3365d660a35d6df17bbb9c3618b6572d10152ce", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x10a17b1e6757dc642405e3bb3365d660a35d6df17bbb9c3618b6572d10152ce", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1aab79b4830c078bef4e30d63fe264e15e1ecffd3b3fd0c0458fce1817d8f7c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10a17b1e6757dc642405e3bb3365d660a35d6df17bbb9c3618b6572d10152ce", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 229, + "transaction_hash": "0x2685c0dd9896455f0716351a48aa7792ef7618d5745ab60d38b249583a8eae1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6d2d746391df5c4f684eb343edda282a151f56ce53073cef52a9182c32ac1ec", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6d2d746391df5c4f684eb343edda282a151f56ce53073cef52a9182c32ac1ec", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x2685c0dd9896455f0716351a48aa7792ef7618d5745ab60d38b249583a8eae1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6d2d746391df5c4f684eb343edda282a151f56ce53073cef52a9182c32ac1ec", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 230, + "transaction_hash": "0x5d148d62700fc83b7af829b98670d159539b41672ba4ca89ac48e35b2b03846", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x67af364be0f0e5251ce9838a19bf089ffc8a4e4517040b160467ca2131bc9f9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x67af364be0f0e5251ce9838a19bf089ffc8a4e4517040b160467ca2131bc9f9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5d148d62700fc83b7af829b98670d159539b41672ba4ca89ac48e35b2b03846", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x67af364be0f0e5251ce9838a19bf089ffc8a4e4517040b160467ca2131bc9f9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 231, + "transaction_hash": "0x173dbf6b98053b69ec15d287b7b1bff0ed99b836d90133a731ead45b368a25e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1e08db52d972da", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1e08db52d972da", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0xcd3b10", + "0x0" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x173dbf6b98053b69ec15d287b7b1bff0ed99b836d90133a731ead45b368a25e", + "0x3", + "0x1", + "0xcd3b10", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa079452b1f03", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19331, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 521, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa079452b1f03" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 232, + "transaction_hash": "0x6e7aed567cef1ed8a501ffb254a28dafeb32ec68ec450bba7df13de3e2bfd20", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6410ae83eed57f5272fef5b6ab3b4d425d81ecf6ec26bf3d9615dbe377553b1", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6410ae83eed57f5272fef5b6ab3b4d425d81ecf6ec26bf3d9615dbe377553b1", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6e7aed567cef1ed8a501ffb254a28dafeb32ec68ec450bba7df13de3e2bfd20", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6410ae83eed57f5272fef5b6ab3b4d425d81ecf6ec26bf3d9615dbe377553b1", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 233, + "transaction_hash": "0xf21feeee7a2a71cc3dd4daf64eab2955df54e066b4a34aa0fa9ac79d1733e5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x467a2cdbe0021b67550c6a7be71e3bb41b154dfcf4871b0ea28e018b6a7ffd3", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x467a2cdbe0021b67550c6a7be71e3bb41b154dfcf4871b0ea28e018b6a7ffd3", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xf21feeee7a2a71cc3dd4daf64eab2955df54e066b4a34aa0fa9ac79d1733e5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x467a2cdbe0021b67550c6a7be71e3bb41b154dfcf4871b0ea28e018b6a7ffd3", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 234, + "transaction_hash": "0x18c7730bacbb6291147ea36ed7b9197236435b4be8abcf87fcbfa035f8689a7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xc66f9c802fbbd0d05a3930af27393c8b3eb68afc1f84eeba5f6e301b05ce84", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0xc66f9c802fbbd0d05a3930af27393c8b3eb68afc1f84eeba5f6e301b05ce84", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x18c7730bacbb6291147ea36ed7b9197236435b4be8abcf87fcbfa035f8689a7", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xc66f9c802fbbd0d05a3930af27393c8b3eb68afc1f84eeba5f6e301b05ce84", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 235, + "transaction_hash": "0x7d95a45b1dee8c70d26b0bb4087e0f48bd35530c0166f7403c067c4a7f64fdb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3191763a3c2a8d683de759febaa2d17c09a2a2ce4a908e6c57585ba1f013dbe", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3191763a3c2a8d683de759febaa2d17c09a2a2ce4a908e6c57585ba1f013dbe", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7d95a45b1dee8c70d26b0bb4087e0f48bd35530c0166f7403c067c4a7f64fdb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3191763a3c2a8d683de759febaa2d17c09a2a2ce4a908e6c57585ba1f013dbe", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 236, + "transaction_hash": "0x553b6f5fb553e17e2c744f6e14a323a02537437f240aabcab99ce9b9480ff94", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x13d6c6b13a77a2346a2a8ee75fe3d82b0e74cec6f98f05bb4561e89a1fa795e", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x13d6c6b13a77a2346a2a8ee75fe3d82b0e74cec6f98f05bb4561e89a1fa795e", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x553b6f5fb553e17e2c744f6e14a323a02537437f240aabcab99ce9b9480ff94", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x13d6c6b13a77a2346a2a8ee75fe3d82b0e74cec6f98f05bb4561e89a1fa795e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 237, + "transaction_hash": "0x42f8c6253b1e87120cf5bb02380eda0103634e3cb9e8a7c641bf894d39b97f8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5692e6515a849a947a6a801beeaea12a39bb58df52c0ca047801143c3a99004", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5692e6515a849a947a6a801beeaea12a39bb58df52c0ca047801143c3a99004", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x42f8c6253b1e87120cf5bb02380eda0103634e3cb9e8a7c641bf894d39b97f8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5692e6515a849a947a6a801beeaea12a39bb58df52c0ca047801143c3a99004", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 238, + "transaction_hash": "0x1745c5f5b824666f23a1619bb1c95ee4e3560204b043d48a5955eb53a45e87d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4f358c4d8f535ef110a48e64fccccb4a8778d3e266d32f1ac22e8f641b05ed2", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4f358c4d8f535ef110a48e64fccccb4a8778d3e266d32f1ac22e8f641b05ed2", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1745c5f5b824666f23a1619bb1c95ee4e3560204b043d48a5955eb53a45e87d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4f358c4d8f535ef110a48e64fccccb4a8778d3e266d32f1ac22e8f641b05ed2", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 239, + "transaction_hash": "0x5dedea347b4e7324f5f1316aa68f1d131bee8a90ee97be4e0d08166a537c589", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1b6ef5c91b0740", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1b6ef5c91b0740", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0xab07ffa774644018", + "0x0" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5dedea347b4e7324f5f1316aa68f1d131bee8a90ee97be4e0d08166a537c589", + "0x3", + "0x1", + "0xab07ffa774644018", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa0222c9e2637", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18769, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 509, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa0222c9e2637" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 240, + "transaction_hash": "0x41fc955fb45a9f900ee24f1b2351ce825e2595939a4bdc18dbf31dbed2c5c78", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2f", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2af9", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba", + "0x2f", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba", + "0x2abd", + "0x0" + ] + }, + { + "from_address": "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0x7f", + "0x0" + ] + }, + { + "from_address": "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x2bd", + "0x0" + ] + }, + { + "from_address": "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x6ecc5b", + "0x64c09850" + ] + }, + { + "from_address": "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2f", + "0x0", + "0x2abd", + "0x0" + ] + }, + { + "from_address": "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x41fc955fb45a9f900ee24f1b2351ce825e2595939a4bdc18dbf31dbed2c5c78", + "0x8", + "0x1", + "0x1", + "0x2f", + "0x0", + "0x2abd", + "0x0", + "0x2bd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x12e32ef2241d3", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 32300, + "builtin_instance_counter": { + "pedersen_builtin": 60, + "range_check_builtin": 1453, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x12e32ef2241d3" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 241, + "transaction_hash": "0x78eb859391a20cecc5ded7eea6d276c62472d86ab1d756e35688ee786b0393c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xb20eeb9d5063f", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4c4b40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xb20eeb9d5063f", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4c3e8f", + "0x0" + ] + }, + { + "from_address": "0x41f9a1e9a4d924273f5a5c0c138d52d66d2e6a8bee17412c6b0f48fe059ae04", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x19cd00fe2a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xdfb18e10fff2", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 25470, + "builtin_instance_counter": { + "pedersen_builtin": 45, + "range_check_builtin": 1027, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xdfb18e10fff2" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 242, + "transaction_hash": "0x1302dd8985579fc88a11b4d76aa5b1111ccde7ec89db27ec42d9d1127ca7a8b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af", + "keys": [ + "0x12b4597159a73c3f0f23a49a92e5a3d3e51f2d865a40669db649123433d1a5b" + ], + "data": [ + "0x66e1b428d4", + "0x74776974746572", + "0x1635b9a311547000", + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4ff6a5b690b9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 9202, + "builtin_instance_counter": { + "pedersen_builtin": 27, + "range_check_builtin": 216, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4ff6a5b690b9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 243, + "transaction_hash": "0x6b16a19cbb8b38751e1752d7080314484349aef4b87c550ed0a729b94ea3685", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x711762d40d9eb603e5996e35205b676912fc5933fe653de01b36e33427c6a4", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x711762d40d9eb603e5996e35205b676912fc5933fe653de01b36e33427c6a4", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x711762d40d9eb603e5996e35205b676912fc5933fe653de01b36e33427c6a4", + "0xc22ba8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x711762d40d9eb603e5996e35205b676912fc5933fe653de01b36e33427c6a4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa0cd4169ea5a", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19878, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 524, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa0cd4169ea5a" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 244, + "transaction_hash": "0x6da18fc685e3944b1b6068c592c1f1626a13d1424dd72bca00a029509b35b20", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x223e1261bfb05d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x223e1261bfb05d", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0xe9acfe", + "0x0" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6da18fc685e3944b1b6068c592c1f1626a13d1424dd72bca00a029509b35b20", + "0x3", + "0x1", + "0xe9acfe", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa079452b1f03", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19337, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 521, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa079452b1f03" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 245, + "transaction_hash": "0x1c234fb51a196c4f6d5a969b7abfbd72e88c9b7b5b8d42e8e039df7890ccae2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x277ebe38f6237", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x10c8e0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x27516771f001c", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x10c8e0", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0xb4a7209a", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x55e3243b7", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x44fbf88adad0aa23d", + "0x1d72f5fa56" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x27516771f001c", + "0x0", + "0x10c8e0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf2299e3ee6a2", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 31386, + "builtin_instance_counter": { + "pedersen_builtin": 61, + "range_check_builtin": 1295, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf2299e3ee6a2" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 246, + "transaction_hash": "0x15d1c8924a6369ec2f9c76d07d9e262e291d1d9ff1ce3a4cd79ea976540e8b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c680000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x38d7ea4c680000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x18297c3", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2db84169ece21e61a", + "0x0", + "0x137c813ea7", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x38d7ea4c680000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x18297c3", + "0x0", + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25" + ] + }, + { + "from_address": "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x15d1c8924a6369ec2f9c76d07d9e262e291d1d9ff1ce3a4cd79ea976540e8b", + "0x6", + "0x1", + "0x2", + "0x38d7ea4c680000", + "0x0", + "0x18297c3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29213, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 247, + "transaction_hash": "0x653dfcb6e7fb11facdf71d10dbcbca82af85b4d304150daa3eeef54176f123c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x401f45e2c3d5a64be7f135f9b87ca5c51ea95d6be9fe116531944c2772c4abb", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x401f45e2c3d5a64be7f135f9b87ca5c51ea95d6be9fe116531944c2772c4abb", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x653dfcb6e7fb11facdf71d10dbcbca82af85b4d304150daa3eeef54176f123c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x401f45e2c3d5a64be7f135f9b87ca5c51ea95d6be9fe116531944c2772c4abb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 248, + "transaction_hash": "0x7443a4a8f48f27b3fa5bd49663e77a7c56d54ea895baca0376b904e5066f744", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x25ea951723a937a0060155990954134405682ea7a0aae5024ce25d9ec5fa886", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x25ea951723a937a0060155990954134405682ea7a0aae5024ce25d9ec5fa886", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7443a4a8f48f27b3fa5bd49663e77a7c56d54ea895baca0376b904e5066f744", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x25ea951723a937a0060155990954134405682ea7a0aae5024ce25d9ec5fa886", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 249, + "transaction_hash": "0x4ec09de2706bb45e2d2d7eabb1ca7bf18885c52db2a5aaadb20e09cbf1c250d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x31f922f0adc222808bc065165c444a7c08655d82b0148414c4e66c16e66bf89", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x31f922f0adc222808bc065165c444a7c08655d82b0148414c4e66c16e66bf89", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4ec09de2706bb45e2d2d7eabb1ca7bf18885c52db2a5aaadb20e09cbf1c250d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x31f922f0adc222808bc065165c444a7c08655d82b0148414c4e66c16e66bf89", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 250, + "transaction_hash": "0x2806d3dfd1d5a076a71a30bbb4682366e3400d74195e02150e8c24688f20fae", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x37b4a066b4fe5427e7af5ad8abb59d6ca5a54e359a61ee9dcaec282e60358a9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x37b4a066b4fe5427e7af5ad8abb59d6ca5a54e359a61ee9dcaec282e60358a9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x2806d3dfd1d5a076a71a30bbb4682366e3400d74195e02150e8c24688f20fae", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x37b4a066b4fe5427e7af5ad8abb59d6ca5a54e359a61ee9dcaec282e60358a9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 251, + "transaction_hash": "0x5a9791efc07ec8a7e09c2391dd9e4bc3c0c3b13c8851639a435ba833de66a2d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5b95fc039c64fe33c140e6359f493c79be6a7a9abc237da502fa288ec6f018f", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5b95fc039c64fe33c140e6359f493c79be6a7a9abc237da502fa288ec6f018f", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5a9791efc07ec8a7e09c2391dd9e4bc3c0c3b13c8851639a435ba833de66a2d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5b95fc039c64fe33c140e6359f493c79be6a7a9abc237da502fa288ec6f018f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 252, + "transaction_hash": "0x5c3f93698b4939111f47e1e6645a322fffb3fab504e1879518c9a82bc2a5c65", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x3157b698374ba", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1770", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c", + "0x3157b698374ba", + "0x0" + ] + }, + { + "from_address": "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c", + "0x176f", + "0x0" + ] + }, + { + "from_address": "0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x84ed096c", + "0x0" + ] + }, + { + "from_address": "0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x79e70c", + "0x0", + "0x100a3c0bb77917bc", + "0x0" + ] + }, + { + "from_address": "0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x176f", + "0x0", + "0x3157b698374ba", + "0x0" + ] + }, + { + "from_address": "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5c3f93698b4939111f47e1e6645a322fffb3fab504e1879518c9a82bc2a5c65", + "0x8", + "0x1", + "0x1", + "0x3157b698374ba", + "0x0", + "0x176f", + "0x0", + "0x84ed096c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf34e02f39798", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 33273, + "builtin_instance_counter": { + "pedersen_builtin": 48, + "range_check_builtin": 1133, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf34e02f39798" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 253, + "transaction_hash": "0x7fb4469b322ffad8f8d072e5ebd47d85b7e1eee8398caffe4580422dc5bc2b5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5ed2ea070c0f438b1f179675bc31374f0b70866324622b6daf70d8012c991c9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5ed2ea070c0f438b1f179675bc31374f0b70866324622b6daf70d8012c991c9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7fb4469b322ffad8f8d072e5ebd47d85b7e1eee8398caffe4580422dc5bc2b5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5ed2ea070c0f438b1f179675bc31374f0b70866324622b6daf70d8012c991c9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 254, + "transaction_hash": "0x944b2c553e2c5520fac1ea8aa3b044e4404587d2d8f4ce098c29ab8d20ba75", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7b4b7161774a81148ee132ca9b7b3d42676e96cf065da4e7a1217bed4001997", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x7b4b7161774a81148ee132ca9b7b3d42676e96cf065da4e7a1217bed4001997", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x944b2c553e2c5520fac1ea8aa3b044e4404587d2d8f4ce098c29ab8d20ba75", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b4b7161774a81148ee132ca9b7b3d42676e96cf065da4e7a1217bed4001997", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 255, + "transaction_hash": "0x1ca58d360e0b570015b4d3957a7746e2e10d6722345f5a92112f4763ead4a81", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2f179c55fb1187d1590c2b324168aec199e66de1eafd2b56c1b60d3beda67a5", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2f179c55fb1187d1590c2b324168aec199e66de1eafd2b56c1b60d3beda67a5", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1ca58d360e0b570015b4d3957a7746e2e10d6722345f5a92112f4763ead4a81", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2f179c55fb1187d1590c2b324168aec199e66de1eafd2b56c1b60d3beda67a5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 256, + "transaction_hash": "0x148c8478262a2002d6b1662bf0dd2ac5638ae03cd3530a8096579f2d41bac81", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xa05fb1b65b9eb6c85a57ec6671e40cc7010d6c4b080379649ebd05a89c75f9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0xa05fb1b65b9eb6c85a57ec6671e40cc7010d6c4b080379649ebd05a89c75f9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x148c8478262a2002d6b1662bf0dd2ac5638ae03cd3530a8096579f2d41bac81", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xa05fb1b65b9eb6c85a57ec6671e40cc7010d6c4b080379649ebd05a89c75f9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 257, + "transaction_hash": "0x25fc11f47a9965d36e2760ecf467094027095f248fe4891e6bf044e49d3eda4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1771e1bb1849a8feca3ab037f1f0944a8d67203a7e1c6e66e3a8c651020ee9d", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1771e1bb1849a8feca3ab037f1f0944a8d67203a7e1c6e66e3a8c651020ee9d", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x25fc11f47a9965d36e2760ecf467094027095f248fe4891e6bf044e49d3eda4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1771e1bb1849a8feca3ab037f1f0944a8d67203a7e1c6e66e3a8c651020ee9d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 258, + "transaction_hash": "0x3a28a6c230a84ab85f3ebf053a17bb5bc3a43fc1f14c2d973d174099612c7ac", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x349dac7e854c833b90c438422da410b420fa22c0e3ff2e866eff381d9d50a4", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4d6334f8ebd5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4961, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 110, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4d6334f8ebd5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 259, + "transaction_hash": "0x70f3d89205dd8f8e78511efbda6c1d7bd5ee7dd163e9124854fdcf44640fa62", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x470de4df820000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x470de4df820000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x1e3bf25", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x4500696928c8ca23d", + "0x1d71123b31" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x470de4df820000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x1e3bf25", + "0x0", + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882" + ] + }, + { + "from_address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x70f3d89205dd8f8e78511efbda6c1d7bd5ee7dd163e9124854fdcf44640fa62", + "0x6", + "0x1", + "0x2", + "0x470de4df820000", + "0x0", + "0x1e3bf25", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa32bd0f68a79", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23770, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 933, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa32bd0f68a79" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 260, + "transaction_hash": "0x2bb4ccd6f1e05c76e81ba1c694ed0496534bdc772a6c2fb43a3640e6154277b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "0x246139ca8000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4008b15bc68e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7476, + "builtin_instance_counter": { + "pedersen_builtin": 21, + "range_check_builtin": 168, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4008b15bc68e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 261, + "transaction_hash": "0x155d719a18770527f34c12604dbfd5dadbf256c02e3b1535ba7b7fc5c369ef", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x60c9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x9a1838d7e612", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8829, + "builtin_instance_counter": { + "pedersen_builtin": 35, + "range_check_builtin": 193, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x9a1838d7e612" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 262, + "transaction_hash": "0x389e75ae1adcab4b009b1654e7d7f09ae2c5274223ffbdceffa2575f330b2c2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xabb9b8", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xabb9b8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x18fc6b8be232c9", + "0x0" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x389e75ae1adcab4b009b1654e7d7f09ae2c5274223ffbdceffa2575f330b2c2", + "0x3", + "0x1", + "0x18fc6b8be232c9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa06ff04096a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 19277, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 526, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa06ff04096a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 263, + "transaction_hash": "0xea8111c25247b25190a26d6ccd73dd08dc7da203a3263b8242d9f87a10c96d", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x32bac7a90f7fbd5a5f992cab055e7b32585d2b069f7a13d35b4a3ae7785bc88", + "0x2b4c77783338000", + "0x0" + ], + "nonce": "0x258bb" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x32bac7a90f7fbd5a5f992cab055e7b32585d2b069f7a13d35b4a3ae7785bc88", + "0x2b4c77783338000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x32bac7a90f7fbd5a5f992cab055e7b32585d2b069f7a13d35b4a3ae7785bc88", + "0x2b4c77783338000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3852, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 264, + "transaction_hash": "0x361612d04dab7eb35810f49397805b3507dc1b1e0a3993d309725f89fde0eb1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x58d15e17628000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x58d15e17628000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x25b951f", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2dbdce7fce584661a", + "0x0", + "0x137a25a988", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x58d15e17628000", + "0x0", + "0x0", + "0x0", + "0x0", + "0x0", + "0x25b951f", + "0x0", + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809" + ] + }, + { + "from_address": "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x361612d04dab7eb35810f49397805b3507dc1b1e0a3993d309725f89fde0eb1", + "0x6", + "0x1", + "0x2", + "0x58d15e17628000", + "0x0", + "0x25b951f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa679e406d6c9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29210, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa679e406d6c9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 265, + "transaction_hash": "0x50ac5caa516ba70db9e5e1aed6918a5f483106026a2c124d3d5c65c1b6bd1ac", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a5bf560ecdc4eed3e718a6285724f73ac5943a0e77930db01faab0277ba1e9", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4a5bf560ecdc4eed3e718a6285724f73ac5943a0e77930db01faab0277ba1e9", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x50ac5caa516ba70db9e5e1aed6918a5f483106026a2c124d3d5c65c1b6bd1ac", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4a5bf560ecdc4eed3e718a6285724f73ac5943a0e77930db01faab0277ba1e9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 266, + "transaction_hash": "0x1280c8cace92ca892c798df4f1bbd2e6b878379a72a8dd6765f7dac71c2b7ca", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1341eff07984a1decb605d728d2e8eafb1308f683a625d5e01cf26fd51ef99f", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1341eff07984a1decb605d728d2e8eafb1308f683a625d5e01cf26fd51ef99f", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1280c8cace92ca892c798df4f1bbd2e6b878379a72a8dd6765f7dac71c2b7ca", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1341eff07984a1decb605d728d2e8eafb1308f683a625d5e01cf26fd51ef99f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 267, + "transaction_hash": "0x53b17c6f5c790d459e0643a41fddc4f9f993764c94169cb782e0c05df1459ae", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x37f0c7602b970fa9e15df045cb1af69c03a839762659608bb92a4f2642f0c7b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x37f0c7602b970fa9e15df045cb1af69c03a839762659608bb92a4f2642f0c7b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x53b17c6f5c790d459e0643a41fddc4f9f993764c94169cb782e0c05df1459ae", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x37f0c7602b970fa9e15df045cb1af69c03a839762659608bb92a4f2642f0c7b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 268, + "transaction_hash": "0x5ba4bcfea59af4ea0514a583e79982131097d838e7b13a1ea23130eae2324f9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4e0c54eb15139733737a39eb5618dc83fa9a795914c8e7d16d7ba451ecea640", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4e0c54eb15139733737a39eb5618dc83fa9a795914c8e7d16d7ba451ecea640", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5ba4bcfea59af4ea0514a583e79982131097d838e7b13a1ea23130eae2324f9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4e0c54eb15139733737a39eb5618dc83fa9a795914c8e7d16d7ba451ecea640", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 269, + "transaction_hash": "0x3077ef65752fcfbb10cc258c3f404b6cdc788fec08af46c39731c9cf5b2d31b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x58731aa4b1ced92244f9b478a961f516223226f0b34c73b11b4d1c818056385", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x58731aa4b1ced92244f9b478a961f516223226f0b34c73b11b4d1c818056385", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3077ef65752fcfbb10cc258c3f404b6cdc788fec08af46c39731c9cf5b2d31b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x58731aa4b1ced92244f9b478a961f516223226f0b34c73b11b4d1c818056385", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 270, + "transaction_hash": "0x6aafc3f17e18605da056ce7eee79f2b3948004c6893beebce4f7e75d44f4d1a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6a7597c1d9d5b19168c000709699b49eb95a1d985bfceb1d0e3d06b1ee7718a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6a7597c1d9d5b19168c000709699b49eb95a1d985bfceb1d0e3d06b1ee7718a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6aafc3f17e18605da056ce7eee79f2b3948004c6893beebce4f7e75d44f4d1a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6a7597c1d9d5b19168c000709699b49eb95a1d985bfceb1d0e3d06b1ee7718a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 271, + "transaction_hash": "0x746462dee7b45fd21b86664f860d5095179f7795b96c2f6f1402f56d3fe2c96", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4b022704f2c3fccb6327cad8a7380b2934429b0eea97b93ac6a3f210b05f6c", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4b022704f2c3fccb6327cad8a7380b2934429b0eea97b93ac6a3f210b05f6c", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x746462dee7b45fd21b86664f860d5095179f7795b96c2f6f1402f56d3fe2c96", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4b022704f2c3fccb6327cad8a7380b2934429b0eea97b93ac6a3f210b05f6c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 272, + "transaction_hash": "0x7e812b6ec682eeb187e351c214314bf86b7fd087ba0846228575889d0ab05bf", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5a5e5504af6feaa482341b3ba85289ca8c9a85824879b44380b31573fa6251a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5a5e5504af6feaa482341b3ba85289ca8c9a85824879b44380b31573fa6251a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7e812b6ec682eeb187e351c214314bf86b7fd087ba0846228575889d0ab05bf", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5a5e5504af6feaa482341b3ba85289ca8c9a85824879b44380b31573fa6251a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 273, + "transaction_hash": "0x74dd57c58d2b7911720a80ded4b859ff4eadeda8a34dcddda28e18f18829817", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x762302e1d9692fcf22fb4dd61152472d7618608391ee32ee48e8fef4c374274", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x762302e1d9692fcf22fb4dd61152472d7618608391ee32ee48e8fef4c374274", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x74dd57c58d2b7911720a80ded4b859ff4eadeda8a34dcddda28e18f18829817", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x762302e1d9692fcf22fb4dd61152472d7618608391ee32ee48e8fef4c374274", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 274, + "transaction_hash": "0x16ccd82280bc51c08371dd364f2f9f55c61aaddab0a5059a57449b97d0395e8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xff3a033b9eb807414a542981b46e98a1c865d592c732b71320c75d2fd022eb", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0xff3a033b9eb807414a542981b46e98a1c865d592c732b71320c75d2fd022eb", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x16ccd82280bc51c08371dd364f2f9f55c61aaddab0a5059a57449b97d0395e8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xff3a033b9eb807414a542981b46e98a1c865d592c732b71320c75d2fd022eb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 275, + "transaction_hash": "0x11d9b27c7dda3047ca475ad30cc59b53183b9608cc79be229b487d2e1853885", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x6a94d74f430000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "0x6a94d74f430000", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "0x2940edf668a77eedc", + "0x0" + ] + }, + { + "from_address": "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x30a1fa8371f76181139", + "0x0", + "0x7daf67fe14e3014b", + "0x0" + ] + }, + { + "from_address": "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x6a94d74f430000", + "0x0", + "0x2940edf668a77eedc", + "0x0", + "0x0", + "0x0", + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4" + ] + }, + { + "from_address": "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x11d9b27c7dda3047ca475ad30cc59b53183b9608cc79be229b487d2e1853885", + "0x6", + "0x1", + "0x2", + "0x6a94d74f430000", + "0x0", + "0x2940edf668a77eedc", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa5bc256601e8", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 27991, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1019, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa5bc256601e8" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 276, + "transaction_hash": "0x6ef73a0245a4367dacf94ee48f2979d945938b84e809456d4fc03236c205501", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x23be5e0a7d18e", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x23be5e0a7d18e", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xf404a", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0x9ee5fe1", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x4e0f4951c", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x45008d2786d3473cb", + "0x1d71217b7b" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x23be5e0a7d18e", + "0x0", + "0xf404a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x100896b82f64d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 30572, + "builtin_instance_counter": { + "pedersen_builtin": 61, + "range_check_builtin": 1206, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x100896b82f64d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 277, + "transaction_hash": "0x4acbd05e54b8188a190a12b959250c5ef83e1d74d4eb6ea03dab13e556efd0a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "keys": [ + "0xb792a85dbf71e2d3655418ca28e9946996c536760c97837abc48e81d429f79" + ], + "data": [ + "0x68ec49d6b1af83d6ebbd044f71c64abac98e58d7a354655c8edc9380d02c149", + "0x1", + "0x63d252fa" + ] + }, + { + "from_address": "0x68ec49d6b1af83d6ebbd044f71c64abac98e58d7a354655c8edc9380d02c149", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4acbd05e54b8188a190a12b959250c5ef83e1d74d4eb6ea03dab13e556efd0a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x68ec49d6b1af83d6ebbd044f71c64abac98e58d7a354655c8edc9380d02c149", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3074f1dc22a4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6319, + "builtin_instance_counter": { + "pedersen_builtin": 19, + "range_check_builtin": 151, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3074f1dc22a4" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 278, + "transaction_hash": "0x2f72d062f9e4b06ed7c4a2b7e6965909f7efc54ba4deaccec87a47243aa4892", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0xc524", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8b138f646d2e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8590, + "builtin_instance_counter": { + "pedersen_builtin": 27, + "range_check_builtin": 194, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8b138f646d2e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 279, + "transaction_hash": "0x73c26d3f603e7cdf2d4704636e5e80938e1a8e9a54cddcdda9e07fe3c5fe126", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x274ed6f03bad512d1802740b4805255cc7f79e48376a8fa1160ebbb42c1924d", + "0x1c6bf526340000", + "0x0" + ], + "nonce": "0x258bc" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x274ed6f03bad512d1802740b4805255cc7f79e48376a8fa1160ebbb42c1924d", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x274ed6f03bad512d1802740b4805255cc7f79e48376a8fa1160ebbb42c1924d", + "0x1c6bf526340000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3852, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 280, + "transaction_hash": "0x4fb06365227d6836c8682b039d29eebb89694b566812b1c23d345e71bf4e125", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x1f65cc8643b807a0788c03579927975c3f47eba4e3bdc9872bf0f92214b1504", + "0x1589cfc6f368000", + "0x0" + ], + "nonce": "0x258bd" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x1f65cc8643b807a0788c03579927975c3f47eba4e3bdc9872bf0f92214b1504", + "0x1589cfc6f368000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x1f65cc8643b807a0788c03579927975c3f47eba4e3bdc9872bf0f92214b1504", + "0x1589cfc6f368000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3850, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 281, + "transaction_hash": "0x6fa0e4688c49f47f54acf9054997d6e2930b57406579786f5a9f7a4085a0070", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570" + ] + }, + { + "from_address": "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x792cf333a226b0ff5746f5a0336235495ecfe82e172d46b63c6466a17f9ca50" + ] + }, + { + "from_address": "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x98a61080c4af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6446, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x98a61080c4af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 282, + "transaction_hash": "0x2245dc816e428b1f49f8205eb5055572eadf7c3d86070b2a2af2ee4b114a121", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1053b0", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x103e75", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x41a708cf109737a50baa6cbeb9adf0bf8d97112dc6cc80c7a458cbad35328b0", + "0x1053b0", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x41a708cf109737a50baa6cbeb9adf0bf8d97112dc6cc80c7a458cbad35328b0", + "0x103e75", + "0x0" + ] + }, + { + "from_address": "0x41a708cf109737a50baa6cbeb9adf0bf8d97112dc6cc80c7a458cbad35328b0", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0xfa794", + "0x0" + ] + }, + { + "from_address": "0x41a708cf109737a50baa6cbeb9adf0bf8d97112dc6cc80c7a458cbad35328b0", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x726732008", + "0x71d2758ea" + ] + }, + { + "from_address": "0x41a708cf109737a50baa6cbeb9adf0bf8d97112dc6cc80c7a458cbad35328b0", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1053b0", + "0x0", + "0x103e75", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x100be4cb3fb12", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 30919, + "builtin_instance_counter": { + "pedersen_builtin": 59, + "range_check_builtin": 1310, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x100be4cb3fb12" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 283, + "transaction_hash": "0x7409cff464086be0e4d7086d139831c1246a822b2231785a89fe9385b994a68", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678", + "keys": [ + "0x25d4f50ffa759476dcb003b1c94b6b1976321ccceae5f223696598ed626e9d3" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x1", + "0xd728f44b9ceb540" + ] + }, + { + "from_address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7409cff464086be0e4d7086d139831c1246a822b2231785a89fe9385b994a68", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x30bc7ce23827", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6772, + "builtin_instance_counter": { + "pedersen_builtin": 22, + "range_check_builtin": 155, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x30bc7ce23827" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 284, + "transaction_hash": "0x5e35d243a0c7ff41700eacaa268e7aadcbcbec81faaa7ab9c6df463fc1803f6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x10ef06b0d8f8bab115719ca63fb10a69a1f61520d23007e6d35b59d208f016a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x10ef06b0d8f8bab115719ca63fb10a69a1f61520d23007e6d35b59d208f016a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5e35d243a0c7ff41700eacaa268e7aadcbcbec81faaa7ab9c6df463fc1803f6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10ef06b0d8f8bab115719ca63fb10a69a1f61520d23007e6d35b59d208f016a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 285, + "transaction_hash": "0x11dbb22fcc4384871915e8f3c71424509a90d7cf7c3999b32aac801b5128f4d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5ae089764c93187343625d3afd21e3abd57aa77e166396b7150b1382567c7d8", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5ae089764c93187343625d3afd21e3abd57aa77e166396b7150b1382567c7d8", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x11dbb22fcc4384871915e8f3c71424509a90d7cf7c3999b32aac801b5128f4d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5ae089764c93187343625d3afd21e3abd57aa77e166396b7150b1382567c7d8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 286, + "transaction_hash": "0x3dcf62b6164db126c727b5ea3c77c69032ef51ffe39a21fe1e73f9f872e31e3", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1790c3d415406f93c6a5d5503ef566e60cafac57b86dcba48fd43a53a78f107", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1790c3d415406f93c6a5d5503ef566e60cafac57b86dcba48fd43a53a78f107", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x3dcf62b6164db126c727b5ea3c77c69032ef51ffe39a21fe1e73f9f872e31e3", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1790c3d415406f93c6a5d5503ef566e60cafac57b86dcba48fd43a53a78f107", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 287, + "transaction_hash": "0x4cde9f169aca3a4c09ae1a05223a99db224b453c4c01b90e51c06441798ba47", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x588a618cef54240223efd5754d73ba0ab0f7836564c9689ffd990f0dcfc427b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x588a618cef54240223efd5754d73ba0ab0f7836564c9689ffd990f0dcfc427b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4cde9f169aca3a4c09ae1a05223a99db224b453c4c01b90e51c06441798ba47", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x588a618cef54240223efd5754d73ba0ab0f7836564c9689ffd990f0dcfc427b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 288, + "transaction_hash": "0x5fc45cef9595936a8253666bb2da8b1bd8eb8a37d456da502803e6249f5ed34", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x271f5dd6313479085a2d0fc093fa45b280fc5def74d68873cc48dbfec500326", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x271f5dd6313479085a2d0fc093fa45b280fc5def74d68873cc48dbfec500326", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5fc45cef9595936a8253666bb2da8b1bd8eb8a37d456da502803e6249f5ed34", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x271f5dd6313479085a2d0fc093fa45b280fc5def74d68873cc48dbfec500326", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 289, + "transaction_hash": "0x7a9c424c78e89f431bb9db38847a26c7699bcc86b3c7250c0961ddc15b7af0b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x566f62e4fd91f2d3145e3a12154a65d943084ccf39f10e2304158c9e07e5da4", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x566f62e4fd91f2d3145e3a12154a65d943084ccf39f10e2304158c9e07e5da4", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7a9c424c78e89f431bb9db38847a26c7699bcc86b3c7250c0961ddc15b7af0b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x566f62e4fd91f2d3145e3a12154a65d943084ccf39f10e2304158c9e07e5da4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 290, + "transaction_hash": "0x65c1a14fd7e034f8bed84bcfd04f00b75afd631d2bd759c5fc1a4fb615a6783", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1fb313df18d382d4d9ca3530b1208a28218be9656a823c6dc363d36d1642a8a", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1fb313df18d382d4d9ca3530b1208a28218be9656a823c6dc363d36d1642a8a", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x65c1a14fd7e034f8bed84bcfd04f00b75afd631d2bd759c5fc1a4fb615a6783", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1fb313df18d382d4d9ca3530b1208a28218be9656a823c6dc363d36d1642a8a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 291, + "transaction_hash": "0x5c8eba0eac02053d1f79d65bf2463c42429dcb3dbdb04425a3a22828ceeb7eb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2b9dad7f1a3712dd5a11fdd8c91ff7a4b132a0d45ac5d4250d82a8da6cb29fb", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2b9dad7f1a3712dd5a11fdd8c91ff7a4b132a0d45ac5d4250d82a8da6cb29fb", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x5c8eba0eac02053d1f79d65bf2463c42429dcb3dbdb04425a3a22828ceeb7eb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2b9dad7f1a3712dd5a11fdd8c91ff7a4b132a0d45ac5d4250d82a8da6cb29fb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 292, + "transaction_hash": "0x6e8f3e3121e645740e8a65aafb85ad3b40d61a334411d0a8cc73ea84efb592f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x553f08e64fda1f679f3bc3bdf30397739903ab0e70dd6e96d13baff07456c61", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x553f08e64fda1f679f3bc3bdf30397739903ab0e70dd6e96d13baff07456c61", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6e8f3e3121e645740e8a65aafb85ad3b40d61a334411d0a8cc73ea84efb592f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x553f08e64fda1f679f3bc3bdf30397739903ab0e70dd6e96d13baff07456c61", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 293, + "transaction_hash": "0x2f09b8a9423f96f199b1c488c357fda60cc4d780d7ca23522866e006e525c83", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1fdbb98", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x1fdbb98", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x4a9065c7a9e7fd", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2db9257971dda7e1d", + "0x0", + "0x137c236520", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x1fdbb98", + "0x0", + "0x4a9065c7a9e7fd", + "0x0", + "0x0", + "0x0", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067" + ] + }, + { + "from_address": "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2f09b8a9423f96f199b1c488c357fda60cc4d780d7ca23522866e006e525c83", + "0x6", + "0x1", + "0x2", + "0x1fdbb98", + "0x0", + "0x4a9065c7a9e7fd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa673ab6a7bdf", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29171, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa673ab6a7bdf" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 294, + "transaction_hash": "0x6687b49de95c28a69b96cca5cb22ec1e39f6a71d6511b63f3818048744e0007", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7675b9a57adb4a607acb494dfd1c183907e52deec8d074adc562813483a92af", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x7675b9a57adb4a607acb494dfd1c183907e52deec8d074adc562813483a92af", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6687b49de95c28a69b96cca5cb22ec1e39f6a71d6511b63f3818048744e0007", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7675b9a57adb4a607acb494dfd1c183907e52deec8d074adc562813483a92af", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 295, + "transaction_hash": "0x7cb672f23ddc2d129c4cd6d72afca081bd1b7da0e40f3eae9b0249883bf97cb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x4fe5e9", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x45e7131d776dddc137e30bdd490b431c7144677e97bf9369f629ed8d3fb7dd6", + "0x4fe5e9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x45e7131d776dddc137e30bdd490b431c7144677e97bf9369f629ed8d3fb7dd6", + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0xbbbc190eb6c30", + "0x0" + ] + }, + { + "from_address": "0x45e7131d776dddc137e30bdd490b431c7144677e97bf9369f629ed8d3fb7dd6", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x1f136af01800b46e", + "0x0", + "0xd3495b46", + "0x0" + ] + }, + { + "from_address": "0x45e7131d776dddc137e30bdd490b431c7144677e97bf9369f629ed8d3fb7dd6", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x4fe5e9", + "0x0", + "0xbbbc190eb6c30", + "0x0", + "0x0", + "0x0", + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9" + ] + }, + { + "from_address": "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7cb672f23ddc2d129c4cd6d72afca081bd1b7da0e40f3eae9b0249883bf97cb", + "0x6", + "0x1", + "0x2", + "0x4fe5e9", + "0x0", + "0xbbbc190eb6c30", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xc54411dccae7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 30929, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1215, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xc54411dccae7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 296, + "transaction_hash": "0x1ddf48aa683f5b888fbb1306caa93ca2b89d9d2a6c67943376f188359b19b7b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b3b1a1f774aa", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2dc6c0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x6b3b1a1f774aa", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x2dc0de", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0xea2ddbf56", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x4500f862a0f2be875", + "0x1d714f3c59" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x6b3b1a1f774aa", + "0x0", + "0x2dc0de", + "0x0" + ] + }, + { + "from_address": "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1ddf48aa683f5b888fbb1306caa93ca2b89d9d2a6c67943376f188359b19b7b", + "0x8", + "0x1", + "0x1", + "0x6b3b1a1f774aa", + "0x0", + "0x2dc0de", + "0x0", + "0xea2ddbf56", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf0285fdb9a39", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28090, + "builtin_instance_counter": { + "pedersen_builtin": 58, + "range_check_builtin": 1057, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf0285fdb9a39" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 297, + "transaction_hash": "0x6c5f940549c4f63746aea808f40d9fbad92340ebf33411f4ee3712bb9bad540", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2566dcf665465", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x100590", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298", + "0x2566dcf665465", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298", + "0x10058f", + "0x0" + ] + }, + { + "from_address": "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0xef9a17ba", + "0x0" + ] + }, + { + "from_address": "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x5959bc27b", + "0x0" + ] + }, + { + "from_address": "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x9d27868b3fee9629", + "0x4351e3441" + ] + }, + { + "from_address": "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2566dcf665465", + "0x0", + "0x10058f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x13d78eaff7550", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 32954, + "builtin_instance_counter": { + "pedersen_builtin": 61, + "range_check_builtin": 1456, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x13d78eaff7550" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 298, + "transaction_hash": "0xe65a336c606a57ce75d9287ec3c8a2e29fd12464976a4a9f3b80ccc3c227a8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0xe65a336c606a57ce75d9287ec3c8a2e29fd12464976a4a9f3b80ccc3c227a8", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f512b574c97", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6295, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 149, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f512b574c97" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 299, + "transaction_hash": "0x9ee393922e4ec9b65a58abd813a61282425cbb65363c7e8ce580fe88294983", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x33ddda326c75b849e389673d60125a809c5fc42b8ecac7d3d3c9f6e808650a9", + "0x246139ca8000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4008b15bc68e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7474, + "builtin_instance_counter": { + "pedersen_builtin": 21, + "range_check_builtin": 168, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4008b15bc68e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 300, + "transaction_hash": "0x633cc5aea0e3ce7b8e84cc11c736d18c58d0f474dec01628e089b8bc9f058d7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x38eaef8e694c6e31db8311f0fcc6ed9c2ebb18993ef2a985b0e3dabb8c82c71", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x83c9", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x38eaef8e694c6e31db8311f0fcc6ed9c2ebb18993ef2a985b0e3dabb8c82c71", + "0x1c3b102c800", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0xdf8475800", + "0x0" + ] + }, + { + "from_address": "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "keys": [ + "0x3ea131a65e43b0f29864c3846e914a472799b56a7141e81087339e1912e306f" + ], + "data": [ + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x38eaef8e694c6e31db8311f0fcc6ed9c2ebb18993ef2a985b0e3dabb8c82c71", + "0x0", + "0x63fb249a", + "0x8bc2bb462552", + "0x1", + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x83c9", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x1c3b102c800", + "0x0", + "0x38eaef8e694c6e31db8311f0fcc6ed9c2ebb18993ef2a985b0e3dabb8c82c71", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0xdf8475800", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x344563143950d788fef2546cb548952efb5aad88cbce325ef6fb10a11fa8c06", + "0x2727d2248c6fca17b7656f24f0c8de17fb748a54d22d97b1b624418293ab78e", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xebbf3d012552", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 20822, + "builtin_instance_counter": { + "pedersen_builtin": 135, + "range_check_builtin": 442, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xebbf3d012552" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 301, + "transaction_hash": "0x487f6962f47cc356c0c71bdce2107aef88d9c1e31611e12d1cd6891ed91f96b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x1fd4b85", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x1fd4b85", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x4a70d001885817", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2db47e6c71c522606", + "0x0", + "0x137e20b0a5", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x1fd4b85", + "0x0", + "0x4a70d001885817", + "0x0", + "0x0", + "0x0", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579" + ] + }, + { + "from_address": "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x487f6962f47cc356c0c71bdce2107aef88d9c1e31611e12d1cd6891ed91f96b", + "0x6", + "0x1", + "0x2", + "0x1fd4b85", + "0x0", + "0x4a70d001885817", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa673ab6a7bdf", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29171, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa673ab6a7bdf" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 302, + "transaction_hash": "0x128d940f9eec9b52d5fa06cd39ca39468500b2210def04c6956f8c3a0dd966f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2531295c62712", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xfde80", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x2531295c62712", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xfde7f", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x513909361", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x45011d93ca4f20f87", + "0x1d715f1ad8" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2531295c62712", + "0x0", + "0xfde7f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xe1a0229f3b9d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 28642, + "builtin_instance_counter": { + "pedersen_builtin": 59, + "range_check_builtin": 1060, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xe1a0229f3b9d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 303, + "transaction_hash": "0x1a7beb30a2639694b71f4cccf54a903be8695bd398806882b4489c6f5830907", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7cb4e442b107cc6b349805a65f69d1d8a59eb5cb597a0a4bf8e241d5f2e6e09", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x7cb4e442b107cc6b349805a65f69d1d8a59eb5cb597a0a4bf8e241d5f2e6e09", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1a7beb30a2639694b71f4cccf54a903be8695bd398806882b4489c6f5830907", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7cb4e442b107cc6b349805a65f69d1d8a59eb5cb597a0a4bf8e241d5f2e6e09", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 304, + "transaction_hash": "0x6446a261fe18a1ebbbd0cfe5ddbb97c7b44adb7c28273670185f434f0264853", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2f6637f23cba3f001dbba1308e2d947759f4ea4f7749cdea265d896d51eb4a7", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2f6637f23cba3f001dbba1308e2d947759f4ea4f7749cdea265d896d51eb4a7", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6446a261fe18a1ebbbd0cfe5ddbb97c7b44adb7c28273670185f434f0264853", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2f6637f23cba3f001dbba1308e2d947759f4ea4f7749cdea265d896d51eb4a7", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 305, + "transaction_hash": "0x10c7ef5ffee6e4fc984ff704f2fc84c1ead26d5335a4fa6359eaeae11d8223f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x34612d0874cf590eacee5ed1d45fcb012fd45dd75e3b2b337aea062753947b2", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x34612d0874cf590eacee5ed1d45fcb012fd45dd75e3b2b337aea062753947b2", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x10c7ef5ffee6e4fc984ff704f2fc84c1ead26d5335a4fa6359eaeae11d8223f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x34612d0874cf590eacee5ed1d45fcb012fd45dd75e3b2b337aea062753947b2", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 306, + "transaction_hash": "0x1156353e4ff2377ebdcd9fc7bea7fad3450c16e1443f4445194216073466e40", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5b36a7c3e1da5c5dcaffdb02fea13346c9cde7fa8c5b0d65f4a879f857fc821", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x5b36a7c3e1da5c5dcaffdb02fea13346c9cde7fa8c5b0d65f4a879f857fc821", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1156353e4ff2377ebdcd9fc7bea7fad3450c16e1443f4445194216073466e40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5b36a7c3e1da5c5dcaffdb02fea13346c9cde7fa8c5b0d65f4a879f857fc821", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 307, + "transaction_hash": "0x42c28b7d4132b5968773747b0d2414e3aef22803c0193a99ad754b1b1463398", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0xb00ee40", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0xb00ee40", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x19aaad4c846d6eb", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d9ad3bf2540b4f1b", + "0x0", + "0x1389219ee5", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0xb00ee40", + "0x0", + "0x19aaad4c846d6eb", + "0x0", + "0x0", + "0x0", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094" + ] + }, + { + "from_address": "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x42c28b7d4132b5968773747b0d2414e3aef22803c0193a99ad754b1b1463398", + "0x6", + "0x1", + "0x2", + "0xb00ee40", + "0x0", + "0x19aaad4c846d6eb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa673ab6a7bdf", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29171, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa673ab6a7bdf" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 308, + "transaction_hash": "0x7030f0e78400c7404909244ce6d00e46938c60a98689590db163233c39128f2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6e6beb98ddfdafa46de75be696c87fb3bf5a47b9af7bf34573d4f963b0dff4b", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x6e6beb98ddfdafa46de75be696c87fb3bf5a47b9af7bf34573d4f963b0dff4b", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7030f0e78400c7404909244ce6d00e46938c60a98689590db163233c39128f2", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6e6beb98ddfdafa46de75be696c87fb3bf5a47b9af7bf34573d4f963b0dff4b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 309, + "transaction_hash": "0x4639fae84cc2a2a2201a92db38885b37ad329fb9c3261fae257454fab2f27f5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4102abe0b1c6a055925c8c5e1c7b57dd89b902a6c6a3f119a9e0c32cfec7929", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x4102abe0b1c6a055925c8c5e1c7b57dd89b902a6c6a3f119a9e0c32cfec7929", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x4639fae84cc2a2a2201a92db38885b37ad329fb9c3261fae257454fab2f27f5", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4102abe0b1c6a055925c8c5e1c7b57dd89b902a6c6a3f119a9e0c32cfec7929", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 310, + "transaction_hash": "0x1e7fb84a8c901fe0cdccd7c464006929dcfd62933abf604fc04686f37958b56", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x768fcc86e992349edb12050399800f14e18dd70f84eda5c07b7d7286f755b88", + "keys": [ + "0x112d26124b60e4d99e8c4387c732086fd96b159bf3d72e6d8f5f60c944533f1" + ], + "data": [ + "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + ] + }, + { + "from_address": "0x768fcc86e992349edb12050399800f14e18dd70f84eda5c07b7d7286f755b88", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1e7fb84a8c901fe0cdccd7c464006929dcfd62933abf604fc04686f37958b56", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x768fcc86e992349edb12050399800f14e18dd70f84eda5c07b7d7286f755b88", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x3f419dd0694e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6184, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 142, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x3f419dd0694e" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 311, + "transaction_hash": "0xa3e81b0e08f5d26a59e024fe46cc667ac17fe7ec9cee86de9d5c5bc3527960", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x21ba15a7c25e5ac98d1d4ee49c3d00dd715f00a4e9df1a1ca0e46596b1b7916", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x21ba15a7c25e5ac98d1d4ee49c3d00dd715f00a4e9df1a1ca0e46596b1b7916", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0xa3e81b0e08f5d26a59e024fe46cc667ac17fe7ec9cee86de9d5c5bc3527960", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x21ba15a7c25e5ac98d1d4ee49c3d00dd715f00a4e9df1a1ca0e46596b1b7916", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 312, + "transaction_hash": "0x72567994b007d4879febc05b7bfd58109234f651640cd9229cc50af7983f259", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2edfd37df9174091ee571e856dff5f8230ad57ca032c3473569d897e939acef", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x2edfd37df9174091ee571e856dff5f8230ad57ca032c3473569d897e939acef", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x72567994b007d4879febc05b7bfd58109234f651640cd9229cc50af7983f259", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2edfd37df9174091ee571e856dff5f8230ad57ca032c3473569d897e939acef", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 313, + "transaction_hash": "0x60102151390d54c5a90e957d9892a42e49b82a5167aa6a9312a9b089a1a7a6a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x335b2d0604f7eeaf557c3bbc4ddf950d6de712f5bb6edfb3586a4116e870355", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0", + "0xafdbfcdc61e32b", + "0x0" + ] + }, + { + "from_address": "0x335b2d0604f7eeaf557c3bbc4ddf950d6de712f5bb6edfb3586a4116e870355", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x60102151390d54c5a90e957d9892a42e49b82a5167aa6a9312a9b089a1a7a6a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x335b2d0604f7eeaf557c3bbc4ddf950d6de712f5bb6edfb3586a4116e870355", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4f3f1fb216c2", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8033, + "builtin_instance_counter": { + "pedersen_builtin": 24, + "range_check_builtin": 193, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4f3f1fb216c2" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 314, + "transaction_hash": "0x7e1bd76576387e2b96db92f06756b1c2182e96435bb65d4718a8d16a4b7f4d1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x239c4abd4bd71b5f647b5a945320886fb5f80f7d54de812efc4849f3e3991ee", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x239c4abd4bd71b5f647b5a945320886fb5f80f7d54de812efc4849f3e3991ee", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x7e1bd76576387e2b96db92f06756b1c2182e96435bb65d4718a8d16a4b7f4d1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x239c4abd4bd71b5f647b5a945320886fb5f80f7d54de812efc4849f3e3991ee", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 315, + "transaction_hash": "0x6b4427d6aa8b0992a23dc464b65b77fc4b5af6ab8514d455a9b8ff5ee735dea", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x25d6e711ea6565e5853b3211753a56a2e41f96d0e081718dd745765e340102", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x25d6e711ea6565e5853b3211753a56a2e41f96d0e081718dd745765e340102", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x6b4427d6aa8b0992a23dc464b65b77fc4b5af6ab8514d455a9b8ff5ee735dea", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x25d6e711ea6565e5853b3211753a56a2e41f96d0e081718dd745765e340102", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 316, + "transaction_hash": "0x77526ab07321804495ab84199a00608737f7adcee886c1c1abf026361baa79", + "l2_to_l1_messages": [ + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "to_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "payload": [ + "0x0", + "0x3964dae695c4f6c600a31a3c13f2f5f947c04d8e", + "0x1ff973cafa8000", + "0x0" + ] + } + ], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "0x0", + "0x1ff973cafa8000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x194fc63c49b0f07c8e7a78476844837255213824bd6cb81e0ccfb949921aad1" + ], + "data": [ + "0x3964dae695c4f6c600a31a3c13f2f5f947c04d8e", + "0x1ff973cafa8000", + "0x0", + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x2124767715bc2", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 9956, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 215, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x2124767715bc2" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 317, + "transaction_hash": "0x6deadfc26426b50d490a4bb7bf53b3f07bd8f9c1e89514a5c028029d3164619", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x30bf9930659c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6796, + "builtin_instance_counter": { + "pedersen_builtin": 19, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x30bf9930659c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 318, + "transaction_hash": "0x562e82ad54afb6b0a63d0e69787a00623eec883dc1de411532f0f33c247a40d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x9dfd50", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x9dfd50", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x16faa363ef7dbc", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x2d996414ef01bd15f", + "0x0", + "0x1389bf9c35", + "0x0" + ] + }, + { + "from_address": "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x41fd22b238fa21cfcf5dd45a8548974d8263b3a531a60388411c5e230f97023", + "0x0", + "0x0", + "0x9dfd50", + "0x0", + "0x16faa363ef7dbc", + "0x0", + "0x0", + "0x0", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58" + ] + }, + { + "from_address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x562e82ad54afb6b0a63d0e69787a00623eec883dc1de411532f0f33c247a40d", + "0x6", + "0x1", + "0x2", + "0x9dfd50", + "0x0", + "0x16faa363ef7dbc", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xa673ab6a7bdf", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 29175, + "builtin_instance_counter": { + "pedersen_builtin": 38, + "range_check_builtin": 1053, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xa673ab6a7bdf" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 319, + "transaction_hash": "0x73aca3a93bfddbeb5141c2d04bbe28ab2321238ef14d7e343f5256f7051a263", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x60ca", + "0x0" + ] + }, + { + "from_address": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x73aca3a93bfddbeb5141c2d04bbe28ab2321238ef14d7e343f5256f7051a263", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x99c1204aed46", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 8280, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 190, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x99c1204aed46" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 320, + "transaction_hash": "0x78e21ec86136cadb798beacc444f6d3312d9f585c1e38ac68705c5e92031131", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1fd66764ec88aa4be6379234c6e0820b9e65bd67fae5995439c09efae9db8b7", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x1fd66764ec88aa4be6379234c6e0820b9e65bd67fae5995439c09efae9db8b7", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x78e21ec86136cadb798beacc444f6d3312d9f585c1e38ac68705c5e92031131", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1fd66764ec88aa4be6379234c6e0820b9e65bd67fae5995439c09efae9db8b7", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 321, + "transaction_hash": "0x493567720b5e38e650b3a2e6acaec56d45d720aeccba8bdd4a8602c1e0d1f1f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x51b625efdaf3f0e8401e7421919346d9bdc1ae088b7c80ce80053f82fdede89", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x51b625efdaf3f0e8401e7421919346d9bdc1ae088b7c80ce80053f82fdede89", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x493567720b5e38e650b3a2e6acaec56d45d720aeccba8bdd4a8602c1e0d1f1f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x51b625efdaf3f0e8401e7421919346d9bdc1ae088b7c80ce80053f82fdede89", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 322, + "transaction_hash": "0x1045ef62c4f146724ed3b265bf250569de7614d1d751f1c4bccdfecae96686f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x774d545137ef7e2bf034e6cacadf16776a0a288d90c398c1051b96e8a34abd7", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x774d545137ef7e2bf034e6cacadf16776a0a288d90c398c1051b96e8a34abd7", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1045ef62c4f146724ed3b265bf250569de7614d1d751f1c4bccdfecae96686f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x774d545137ef7e2bf034e6cacadf16776a0a288d90c398c1051b96e8a34abd7", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 323, + "transaction_hash": "0x55288336e7bbde135e0c3572a7111f9d26005e6dea82e12c82870be165738fd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3fe4556f2963e0fe25b5125c99bd4e7302b8191695b3fddbea58d0819e62dbb", + "keys": [ + "0x3be5f03402711c65afe7d36fb0d16b3de28b1cd9b499ede52294d0f7ffd28f" + ], + "data": [ + "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + ] + }, + { + "from_address": "0x3fe4556f2963e0fe25b5125c99bd4e7302b8191695b3fddbea58d0819e62dbb", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x55288336e7bbde135e0c3572a7111f9d26005e6dea82e12c82870be165738fd", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3fe4556f2963e0fe25b5125c99bd4e7302b8191695b3fddbea58d0819e62dbb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x4de8f61a8e7c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5824, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 128, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x4de8f61a8e7c" + } + ], + "starknet_version": "0.10.3" + }, + "state_update": { + "block_hash": "0x41811b69473f26503e0375806ee97d05951ccc7840e3d2bbe14ffb2522e5be1", + "new_root": "0x541b796ea02703d02ff31459815f65f410ceefe80a4e3499f7ef9ccc36d26ee", + "old_root": "0x275faa27cf31289cd82e7712c21dd7c3fdebc1dc6b4709ce8f1caaef42b0851", + "state_diff": { + "storage_diffs": { + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28": [ + { + "key": "0xb61ad1b0cce680166d9ae08293663dd76ee32f60afcffb51a601414abe03e3", + "value": "0x4714d9e421ca5e9c665" + }, + { + "key": "0xb61ad1b0cce680166d9ae08293663dd76ee32f60afcffb51a601414abe03e6", + "value": "0xb5fbc6891a1c52e0" + }, + { + "key": "0x2487f67598912d31ab84d8fa97c9e78332d00795ecdad092ea09f9c9c14a9a0", + "value": "0x46cf269d87ade26e8" + }, + { + "key": "0x2487f67598912d31ab84d8fa97c9e78332d00795ecdad092ea09f9c9c14a9a3", + "value": "0x1e53e6666c" + }, + { + "key": "0x4ad5399a6c5b6103e5ad130e0430f02556c7cffc406625fbcbcea4e612b0ac4", + "value": "0x8c9157305998ff13" + }, + { + "key": "0x4ad5399a6c5b6103e5ad130e0430f02556c7cffc406625fbcbcea4e612b0ac7", + "value": "0x3c139ecf6" + } + ], + "0x22b05f9396d2c48183f6deaf138a57522bcc8b35b67dee919f76403d1783136": [ + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x9a842c976a5d3" + }, + { + "key": "0x25b46f5b262a9d393ad47757edada888e3008bd729a0f43f76a3a0e841a36d1", + "value": "0x7bbd0a4f8" + }, + { + "key": "0x6201323017b3aa49c7a8b28e4f0abfa92978cc7cc22dfd7a0804fd3206d6a38", + "value": "0xc6b40307" + }, + { + "key": "0x232928881f130d8c51c798b4858001c532ccef67af9c7a928d95aa5a65cb52e", + "value": "0x4e7d93268" + } + ], + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325": [ + { + "key": "0x7af134b7c4f8214516c071148fe043502a19625938f2a16f0538ff40518abc", + "value": "0x7efaf7a72770db44e51be9cfe8" + }, + { + "key": "0x477031f445f552d23bc36faa9f9112c5842f260009a578420f460a8ef42e76c", + "value": "0xea2ddbf56" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x45011d93ca4f20f87" + }, + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x63d252fa" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x96b2755ee7fd4" + }, + { + "key": "0x5205bcb3e3f49a913e913df275c9ea1e4773ccf90f439baf079f61b80303917", + "value": "0x3111591c84eb" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0x3c32887bb89f8f005039cd832d6" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x1d715f1ad8" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0x6df2112543e2030a4ba0b3df4d6f3c94" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20e", + "value": "0x1e4ec9e05b" + }, + { + "key": "0x1711e7c0d89e550b90bb7f900f302a1f0275144f4c289c086a4eb3f60b93abd", + "value": "0x30cfd78f46" + }, + { + "key": "0x25aa48cf46b00b6fd693b89919e9a475f82681f0e74ea129a896d77718d3fa2", + "value": "0xea8043dcf" + }, + { + "key": "0x232928881f130d8c51c798b4858001c532ccef67af9c7a928d95aa5a65cb52e", + "value": "0x4e0f4951c" + }, + { + "key": "0x39e6eb9f69b57a5c8b2a8d035d52f5d18358cdb5c9918b5f44579c17e1f3daf", + "value": "0x1384ccace5" + }, + { + "key": "0x5e92720850c74843e7e1884d35ec9813a298394e972f5f1803bcdcdfc6fa78c", + "value": "0xea3996e40" + }, + { + "key": "0x39686b5bdbfa10f8984a274013379197bd0074c71fbb35e32b55bad73a19dad", + "value": "0x1865ffb7c1" + }, + { + "key": "0x422df7fc7f60572a7c43339392ef1eec3fcfd7defc94dc62a4232a43c8d0bd1", + "value": "0x4e2d57313" + }, + { + "key": "0x68eb75217a3bfb9e38de96e724e74d6705e1333790833c527260b64f64baa5f", + "value": "0x1d4732dc81" + }, + { + "key": "0x4d518b625dd378bf8d43747cb25373469c86d9ee6360e4cc8158608c231d7ee", + "value": "0x513909361" + }, + { + "key": "0x12888914c709859bd9e32fb43fbde20286b4c2a73a3079aea4d2e9c6d7aff88", + "value": "0x55e3243b7" + }, + { + "key": "0x7acd1ea7fa12f1ab1164c0ab6afe18e8909c8eb88671d90a1e7cee0c7a30a65", + "value": "0x386c809c31" + } + ], + "0xcfd39f5244f7b617418c018204a8a9f9a7f72e71f0ef38f968eeb2a9ca302b": [ + { + "key": "0x3351bce4793f90e4aa00447357c2d34ac08611756193d8249009e0396dd7b41", + "value": "0x63d252fa" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x22d95666b" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x1fac13f1e83d199f73a" + }, + { + "key": "0x57c60b189063035eed65879a14ad5f6e718027a212dafbe52f9bcd79e9f4fa", + "value": "0x44242268642e2e6a" + } + ], + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3": [ + { + "key": "0x1727959ffc61af4f1ac7048675a680562826825924160a0fa211500787052a1", + "value": "0x30a1fa8371f76181139" + }, + { + "key": "0x5dc24f22288195e83cb53382e4bd0d035166b4a29c85422270cd9bee19f2e9c", + "value": "0x1fac13f1e83d199f73a" + }, + { + "key": "0x28424ab1e5a1b72ef45e34ef9d955931e0721623afc53bb09edaac96b5bb54d", + "value": "0x4714d9e421ca5e9c665" + }, + { + "key": "0x5ef6746530d699ac16baeb6db2c1b9481dd2f51e3777434ad27c8041829e48f", + "value": "0x19ffaaa8178c30be7" + }, + { + "key": "0x143539fee52d6a3d1908536bda0f9637d4277c7631f1975b8086a7da2914d04", + "value": "0xd922d16f5ff69caf5" + }, + { + "key": "0x46516708941a2a58b7e4af893f71f9f9b26a718ce9679fea9569eaeb46bd0f0", + "value": "0xab07ffa774644018" + }, + { + "key": "0xd4551972d5b50a560b99339b604e0eed11162d58edb1ddd44e5d50e1de7812", + "value": "0x2de0afb1889eecfb4" + } + ], + "0x18e1324e477823b3fa6a307bbe81399eedb2dd0792151062830ad20fcc11fb0": [ + { + "key": "0x6739c859bbb60121531834474e473257de6ecee9348b779678bd227c963a318", + "value": "0x1" + }, + { + "key": "0x79c74d02c461aeb37ff2634ce399e6dfcd0152a410752bca22c1199abca868c", + "value": "0x1" + }, + { + "key": "0x280d564e6e9e58b0cdf0206d0b538ba7b8cce19b0bcc30fbf8e715ebb31f10b", + "value": "0x65770a47354d9a4ab44c274c8f17d836" + }, + { + "key": "0x280d564e6e9e58b0cdf0206d0b538ba7b8cce19b0bcc30fbf8e715ebb31f10d", + "value": "0x1220" + }, + { + "key": "0x2cd666ff590b731821e5c404a1dc36d37954936d90a480bceb72247ad1ad6be", + "value": "0x1220" + }, + { + "key": "0x280d564e6e9e58b0cdf0206d0b538ba7b8cce19b0bcc30fbf8e715ebb31f10c", + "value": "0xb7aa3d72c4e270dadba8a24e4e5a86b0" + }, + { + "key": "0x34724a658b08ea6f689b1cf4e8d4aff5d769235aec45eab7aaad3bc9004b936", + "value": "0x1" + }, + { + "key": "0x2cd666ff590b731821e5c404a1dc36d37954936d90a480bceb72247ad1ad6bc", + "value": "0x222e9ee200fbb61802e8a4a6066ae9b6" + }, + { + "key": "0x2cd666ff590b731821e5c404a1dc36d37954936d90a480bceb72247ad1ad6bd", + "value": "0x2dfa1aab1113519a3c75da4bdeba0f29" + }, + { + "key": "0x8ca527d1e4ca152ae2ffd634d0b40f19c2347fda6eae676e09752f8d719f23", + "value": "0x1220" + }, + { + "key": "0x8ca527d1e4ca152ae2ffd634d0b40f19c2347fda6eae676e09752f8d719f21", + "value": "0xf8f818d3fe2572d0d51b8c01fd645975" + }, + { + "key": "0x8ca527d1e4ca152ae2ffd634d0b40f19c2347fda6eae676e09752f8d719f22", + "value": "0x7d3815e7b3c58e6d103a01bcc1e2a5da" + } + ], + "0x38e31fc7932d66ede24323de829abe1c56234b117a713f8ca01139d68be3cd": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4b022704f2c3fccb6327cad8a7380b2934429b0eea97b93ac6a3f210b05f6c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + } + ], + "0xc8a57ebac422b0767b7b16397b37f428a034a364998faaae7b1273380119aa": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + } + ], + "0x186108800134594b1d3ae36a9568467c9599170695d3c109fe770d321c77e06": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x21ba15a7c25e5ac98d1d4ee49c3d00dd715f00a4e9df1a1ca0e46596b1b7916": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x4fa7540d6eef80c5bb0e086623dbd879315965d2c125368382400978a45cf3d" + } + ], + "0xc66f9c802fbbd0d05a3930af27393c8b3eb68afc1f84eeba5f6e301b05ce84": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0xf4ba65b27a87b929984e2f3c6702148a3684c7b998640d15690fa3ffac0c59": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x13d6c6b13a77a2346a2a8ee75fe3d82b0e74cec6f98f05bb4561e89a1fa795e": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x473524b8df3195f9b70d5e53a28d40abbbc74fda822234dbec9bfb135c1b8a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1341eff07984a1decb605d728d2e8eafb1308f683a625d5e01cf26fd51ef99f": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x239c4abd4bd71b5f647b5a945320886fb5f80f7d54de812efc4849f3e3991ee": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1952d411b555b7c3686dcf041ddaecbe5c8f2a93759979beb66e0dcc60c25b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2ba9acd1e81613262f91581ee47145123de8963b1ca613534fe87504e7e904": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x3b6194f930a68fcf13964c396460245e9996fbd53f131bec1519fe705120524" + } + ], + "0x151f3038b40656106192112788ee9552582d2de5d492df364abd630b46d5935": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x18955b7c495b3c6c4594070cb362950e8755c3195ec0b8101d48effc25855f9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1790c3d415406f93c6a5d5503ef566e60cafac57b86dcba48fd43a53a78f107": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2289c74b9f248e1a95fffddd0a740d62afc613ba9a49a88ae326b12a93223e4": [ + { + "key": "0x52c64bf6d5af2a84a1a952ce5a9978399e6431e46ee0373eceb0bd7d4b5b575", + "value": "0x1" + }, + { + "key": "0x1b488c0e1329f95c61bd60992b528826e813305b331b38f00ba0fa37b460891", + "value": "0x1" + }, + { + "key": "0x367883a2b1d267c345341bd5b89140f485d6597f37e9b7ac37e5010cd81bdd2", + "value": "0x1" + }, + { + "key": "0x2bd557f4ba80dfabefabe45e9b2dd35db1b9a78e96c72bc2b69b655ce47a930", + "value": "0x89a9aa36ca77ee1b0a9d9421319be9e140a4c3b6d121d5f5189c01645eb3f0" + }, + { + "key": "0x3db98c277ad1506f258354ce31a5a0de8a45d41f9442611b6d927ee7763b960", + "value": "0x501c3c89faeecdd0f09d9d1c162caa401165f17dee32a224c6f6188fc16b7b1" + }, + { + "key": "0x144d444467c1a7848e62c72fd678f9225602bf41005c66940ee2373705d90a2", + "value": "0x534854323038" + }, + { + "key": "0x3a762f04043ed52ed42b61e4ad2e367163f5a928ef94f71121e68d78b8a00df", + "value": "0x5368656574323038" + } + ], + "0x1d06d2a88ff13066396a871194f04fb6260fd567934a66edf84e2bcc0bc63d6": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6790e11fbb627f44cab94fdfae30035c2d995a77dd28d76b38c5a56dbdc84f": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x188db2416f1f4d89137579bf59d64033c20a8ebd5f3ad9c414898c2903fa4ac": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x191c172fcf531b19a67bd72a3bf977927689a486095f547291d1f721e385d58": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x222b056e811514156fa61973765b655d81dcc6e721fd9baf6022cb427edcf2a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x22e45d94d5c6c477d9efd440aad71b2c02a5cd5bed9a4d6da10bb7c19fd93ba": [ + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0xc780de08a5776f6138607c9975740791" + }, + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x63d252fa" + }, + { + "key": "0xcb0640ea96060e405bd717cf39b0ed421b03381ed01600655cc4ceb6090d7c", + "value": "0x2bd" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x6ecc5b" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x64c09850" + }, + { + "key": "0x5205bcb3e3f49a913e913df275c9ea1e4773ccf90f439baf079f61b80303917", + "value": "0x6d290" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0xd2fa7aee2ba749a307eff973fb71c1a4" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c6", + "value": "0x6945" + }, + { + "key": "0x7af134b7c4f8214516c071148fe043502a19625938f2a16f0538ff40518abc", + "value": "0x2b9b2ebc35e470" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x67607b6" + } + ], + "0x2496bae33d7f610da1fb007e3c97450b8ad8febdc8a92d1e7362a6103737bbd": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5a8054e5ca0b277b295a830e53bd71a6a6943b42d0dbb22329437522bc80c8": [ + { + "key": "0x3351bce4793f90e4aa00447357c2d34ac08611756193d8249009e0396dd7b41", + "value": "0x63d252fa" + }, + { + "key": "0x2ec31623436b0fbcbbd71b2b3eed2887c8156077098a52a9256a9e0edb833f", + "value": "0x386a88f0" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x2008c4" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x1cd67574" + } + ], + "0x10ef06b0d8f8bab115719ca63fb10a69a1f61520d23007e6d35b59d208f016a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec": [ + { + "key": "0x188e075d382edb631d1b49777e44ef1a922a3a74534527e47ec082d8ee71ac9", + "value": "0x0" + } + ], + "0x25d6e711ea6565e5853b3211753a56a2e41f96d0e081718dd745765e340102": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x8b6e12a809ee38cde500864f7d608d24285a9e4bd9bdf9b57d8c096b0a0fc1": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0xa05fb1b65b9eb6c85a57ec6671e40cc7010d6c4b080379649ebd05a89c75f9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x14f869f9af7d337f670f6cbb3a5beec303e3b5e2941f4af5d376ee376473194": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1771e1bb1849a8feca3ab037f1f0944a8d67203a7e1c6e66e3a8c651020ee9d": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1fd66764ec88aa4be6379234c6e0820b9e65bd67fae5995439c09efae9db8b7": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x7e1b53cb76b813ff756b5e0f09e5267a0c48f6178128a7b1e97e2414440099f" + } + ], + "0xff3a033b9eb807414a542981b46e98a1c865d592c732b71320c75d2fd022eb": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x10a17b1e6757dc642405e3bb3365d660a35d6df17bbb9c3618b6572d10152ce": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x16c235737c76bf69a9187053b17a56e2179feedf50970f7b4a09e782a442595": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1829f0c36f9d91a0272c56eb1e87fcaf92d0375541b72837cd77693ea890feb": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1f6c30ed13abdb07d6dbe21ba3b6def56d2e53235ab9baa8a6ac29c1296f8fa": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2c64beac99fddcae0d2107ce66f8ba7175057b63a338746a957bd6dcbd988c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c": [ + { + "key": "0x3351bce4793f90e4aa00447357c2d34ac08611756193d8249009e0396dd7b41", + "value": "0x63d252fa" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x79e70c" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x100a3c0bb77917bc" + }, + { + "key": "0x2ec31623436b0fbcbbd71b2b3eed2887c8156077098a52a9256a9e0edb833f", + "value": "0xad4e0c1a840de54d" + }, + { + "key": "0x181d3008b00cbef185115ea5511feaa70ce4b2afb564fcc0695e4335f677d67", + "value": "0x84ed096c" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x2b37c7611cb" + } + ], + "0x44b674e53be22cd09a184d2d58f7c7513aeea8ea52c97585f1699896ca32f2": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x23026735978fceafaaa8c673cb210fbdf2db6e75ebdc47b04fba618563296e0": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x23d1f77a2f39c40d9224df2dc42628a6724a7e5b99b2fd29e985a8033382fc3": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x25ea951723a937a0060155990954134405682ea7a0aae5024ce25d9ec5fa886": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x27fae1e547e553df54a0fc1e1369eb4001d3844a8bdf611cb1711d49965a0e9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x12b9cf64a02ab3611764c3e2f69c9232f1cf7ca47f9e45f71ed94f019787119": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c": [ + { + "key": "0x2e87b353eadcc4544e356147a8f5fa0c3010fe52d63eecd6eac116e5aebe95", + "value": "0x56" + }, + { + "key": "0x40e8bd5fda826262a2b2a48290f2fcf58d2d80e2bbf8759c23682e749fb6fc", + "value": "0xc525" + }, + { + "key": "0x53c33650c11bbd1fad09baad4cea6262eae027fc750d7887ef4893a148c984", + "value": "0xc525" + }, + { + "key": "0xaf4c4773dc8e8cfca106c0caa0b97e160c41ba44288c63a280d63a4e3ce633", + "value": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6" + }, + { + "key": "0x650972d50ce729f1be3ef7860182fcbfae66b8e7994aff489c507de8ed2092d", + "value": "0x1" + }, + { + "key": "0x174edf084b175f2e9c1c34ff7e78c85cf0f860849d0da3775dca4b5baf54ca0", + "value": "0x1" + }, + { + "key": "0x20d4d3a6d60928a47d098986fbd1d74f8869b870325805ad96ddba0b98eeb18", + "value": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a" + }, + { + "key": "0x2049d032bbcdd48966d33cb573ed8263065d6de64b74e8e2ea56cd70fbe3f6c", + "value": "0x2" + }, + { + "key": "0x391fb20fd228f824ceaa1fe239694e52ba198e921919f0976c20b961ec41a74", + "value": "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2" + }, + { + "key": "0x4063436a79f03474dfd113dca0997a365ea9abb8fa1f0bfad969a6c5dfb5756", + "value": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6" + }, + { + "key": "0x1c72bbac9494eb4c314c049790ce2ec952ed9cf46453165e32fd9d6e59ad0d2", + "value": "0x2" + }, + { + "key": "0x2049d032bbcdd48966d33cb573ed8263065d6de64b74e8e2ea56cd70fbe3f6d", + "value": "0x697066733a2f2f516d577770645237337473796777683278484e4c70417548" + }, + { + "key": "0x2049d032bbcdd48966d33cb573ed8263065d6de64b74e8e2ea56cd70fbe3f6e", + "value": "0x796955526d48795071445577546942687a397432704b" + }, + { + "key": "0x1c72bbac9494eb4c314c049790ce2ec952ed9cf46453165e32fd9d6e59ad0d4", + "value": "0x4d6d3936377a6961453444586a7051737156756a4168" + }, + { + "key": "0x1c72bbac9494eb4c314c049790ce2ec952ed9cf46453165e32fd9d6e59ad0d3", + "value": "0x697066733a2f2f516d574d76515275694370724d69794e5277795945483247" + }, + { + "key": "0x382394c20bfa94862d6175aee9d504515445fcadbc81243cafa1f238470ae81", + "value": "0x4" + }, + { + "key": "0x438ad74b85332d897b45f6619ced52c658e43bab7dadd69bc1dd3dfe5974bde", + "value": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6" + }, + { + "key": "0x76e42e3e0e5b76356a4beda98bdab283c14c9341fb1ba5990c0d0564e21d25d", + "value": "0x2" + }, + { + "key": "0x3033e877602b25e45fe7cbd2e3c8e72804ae13a0729b4aadd329d91b48f2bf1", + "value": "0x1" + }, + { + "key": "0x76e42e3e0e5b76356a4beda98bdab283c14c9341fb1ba5990c0d0564e21d25e", + "value": "0x697066733a2f2f516d50367866775739384d744d684c67636a394c4b316d52" + }, + { + "key": "0x76e42e3e0e5b76356a4beda98bdab283c14c9341fb1ba5990c0d0564e21d25f", + "value": "0x7664524c4275756a6d4770636350777157435464764d" + }, + { + "key": "0x699853527109958e686f4accab966a3b9ba61f3b427baf80b17deca38c1dd63", + "value": "0x2" + }, + { + "key": "0x7ffd81fba462d4eecec970680c7ed07a4c348c8567209e5ff038641f3b91cb1", + "value": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9" + }, + { + "key": "0x3d32832f8088c76a66d1ad10ab086719f9cddb976d339453def09add0a1f9d3", + "value": "0x2" + }, + { + "key": "0x34a7e32dbb724dc2a364868eb60bb585b42968ab7b5e8925a9c4d731bd61e77", + "value": "0x1" + }, + { + "key": "0x2d51a9fb8426cb827c1f7c06e08143afc11a224c46a9b2bc67053315a40c6b9", + "value": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6" + }, + { + "key": "0x31f52d23abb63cd66af9a2fb5287412a1420741975cddf50d0da25da2f5ee29", + "value": "0x2" + }, + { + "key": "0x330ad92e15006c7aa4075895ce85bcbcff6361486f707d6c83c4dc3d2f111fc", + "value": "0x1" + }, + { + "key": "0x699853527109958e686f4accab966a3b9ba61f3b427baf80b17deca38c1dd64", + "value": "0x697066733a2f2f516d624b36634b4759726769424670756732704755695574" + }, + { + "key": "0x7abcd9bdf4e7290c57bc1665dc8342a524a88b3a673cb2fa75bf8bcd0846c5d", + "value": "0x2" + }, + { + "key": "0x699853527109958e686f4accab966a3b9ba61f3b427baf80b17deca38c1dd65", + "value": "0x454e61654558396453383347614255746d537441386e" + }, + { + "key": "0x15e8e74ebe3f660de59ca171e22b7e5ae402d6047be04653eb890ba363f2006", + "value": "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a" + }, + { + "key": "0x3d32832f8088c76a66d1ad10ab086719f9cddb976d339453def09add0a1f9d4", + "value": "0x697066733a2f2f516d64763969624e53533638565a7748557a66457266537a" + }, + { + "key": "0x3d32832f8088c76a66d1ad10ab086719f9cddb976d339453def09add0a1f9d5", + "value": "0x42485a32776b4171615a70365a7461615a6e44765548" + }, + { + "key": "0x31f52d23abb63cd66af9a2fb5287412a1420741975cddf50d0da25da2f5ee2a", + "value": "0x697066733a2f2f516d61725a71723653685a48535977763139354d514d4579" + }, + { + "key": "0x31f52d23abb63cd66af9a2fb5287412a1420741975cddf50d0da25da2f5ee2b", + "value": "0x353347764c623554725a6631514c4244456762366545" + }, + { + "key": "0x3b27dd58f04754381c08ae4184aed1f716ebf28b440be0e6032f808b63cf3d1", + "value": "0x1" + } + ], + "0x28850a764600d53b2009b17428ae9eb980a4c4ea930a69ed8668048ef082a04": [ + { + "key": "0x1e994b5850f3c711077758514c8e414c8a14b04f68c8ba233d5b549add5b79b", + "value": "0xd2" + }, + { + "key": "0x694d64f9c56254b0ea25c2327593a7964dc4c7cb3c62faede8628bca7ec3e09", + "value": "0x2289c74b9f248e1a95fffddd0a740d62afc613ba9a49a88ae326b12a93223e4" + } + ], + "0x122cb696bf4bed41c2204e3b92d79c0dc695f8619749364919a08aaba7efef0": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x12b5a13c76b83b6cc37affd5de5810ebf7893d197ad7c0c47234ab4e4a80312": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2a6e0ecda844736c4803a385fb1372eff458c365d2325c7d4e08032c7a908f3": [ + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x63d252fa" + }, + { + "key": "0x5205bcb3e3f49a913e913df275c9ea1e4773ccf90f439baf079f61b80303917", + "value": "0xa73279bec" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x151baec" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x6bb9420a140" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0x4a413c6283c5da2e3539c1b81" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x2c4623efb95b3df0" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0xf3b0c3580e15fba81554b4d885c03428" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c6", + "value": "0x164d244b0ddc" + }, + { + "key": "0x7af134b7c4f8214516c071148fe043502a19625938f2a16f0538ff40518abc", + "value": "0x3a67f377f2cee2977b1ff1" + }, + { + "key": "0x55f9af7300c7d924250cf0e4b61903954fb5b25f11dced6810dd67953ee6bd8", + "value": "0x100de58f7e" + } + ], + "0x24d74fcbefc3868fcab859c40221e34ce4661a0c42adbb3dd41977f6534f04d": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1d0caf5b093c48528e7299e3d752cb6520a5df27f3f91606bed46cbde47de4c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0xbad7eefc33d868c4129ce7f14ebd3bfb0cc3cb862dd148a6bea8cabfff5e1": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x1fb313df18d382d4d9ca3530b1208a28218be9656a823c6dc363d36d1642a8a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x346c57f094d641ad94e43468628d8e9c574dcb2803ec372576ccc60a40be2c4": [ + { + "key": "0xa6ba083003b0b07735b18ed34cae8ca1576abc4679eb678ae9b58ac95fafaf", + "value": "0x2fb0bd80000000000063d2534a" + }, + { + "key": "0x2a47d02781b568b8803bdb832839b98215ae6bd5a4e0bbb35a4a4000064541b", + "value": "0x2fa54400000000000063d2534c" + }, + { + "key": "0x301d3a4c077ef180df970f6096e741a5017d60e67233ecc24e0318c201b5ba3", + "value": "0x10ae1d2f6800000000000063d25349" + }, + { + "key": "0x4ba396b0bc2695b0a2419a91db1ec9cd4e9cf28927675b5d67a70ee373da477", + "value": "0x10ac7ed04e08000000000063d2534c" + }, + { + "key": "0x32db06d1276bf08d3cb3a59e14f23cc9a4ce13fa6571f5428b8fba42b91cda8", + "value": "0x2f362e80000000000063d2534d" + }, + { + "key": "0x3ae3a5fb96f9fbcdcf81010ede791ca13e955a7106281222a08b21736ef5ef7", + "value": "0x2faf0800000000000063d2534c" + }, + { + "key": "0x51a845d4b89f416160dc3213936ac04cd2ca01e68006af76dc83a14a163dc53", + "value": "0x12aa71dc3f8000000000063d2534c" + }, + { + "key": "0x52266df168cbb6341af2d9f169ee6f9047520282eb45f5e457f78016c7555e0", + "value": "0x2faf0800000000000063d2534b" + }, + { + "key": "0x53dc4f6de0adb4a7ec9e1ae283c544518d8d7d7f8fbdd1bbe89cbd26390b160", + "value": "0x2fb0cd20000000000063d2534c" + }, + { + "key": "0x6ee45f4862a874121afc9cc050d41cde8e096978d8c0a90209b5fc5aa4a0919", + "value": "0x2f829900000000000063d2534b" + }, + { + "key": "0x557a20678dd22e4e3b5b8636b38112dbdfbe67daac9fc41891eeacf5b686ea0", + "value": "0x10b90c382400000000000063d2534d" + }, + { + "key": "0x766c51597afcd2222eb0c4f1a52e96c9457a9e00ab81c3e1d98b9089d32f439", + "value": "0x12aead3c000000000000063d25349" + }, + { + "key": "0x76b605b31c3eebf38006429ee1ec152bae7411c8aacf9980a39280a92eed4fa", + "value": "0x2fc63980000000000063d2534d" + }, + { + "key": "0x6ab0fc1ffeaaa50ca0189836f8fdb76ca833e6120797d564314b781b6b09595", + "value": "0x12afcf26c00000000000063d2534d" + }, + { + "key": "0x6864adbb3c5b44e756e6bcf18b82e8d71a4370fb6099ad9d6c64180e600f3ee", + "value": "0x2fbc7580000000000063d2534d" + } + ], + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d": [ + { + "key": "0x9fa59ee8b9ddb9a5901e3a9c42ce7de662cf8e910964123aa02347246a4ab0", + "value": "0x1" + }, + { + "key": "0x453b5feb7f380f8226e7a02019ded8ad89315a0b48f872ea4c625faa3ead785", + "value": "0x1" + }, + { + "key": "0x37d30847ba90a7667dd44c6f14b7c0fef372aa32e7a6d1a47d88e396c49b26f", + "value": "0x1" + }, + { + "key": "0x40a8994128b96c9e54990cbf4e31b8685d65c44dbc836895cd83659b12b51cb", + "value": "0x1" + } + ], + "0x213ae367450bae310e5fa1c882bb80b757e59a889a354f204e5b56b32e2764b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x12a33c21d4f4f2d6cb96b403269b827dc03a08cdfbd1c4b54718bba516e801c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x271f5dd6313479085a2d0fc093fa45b280fc5def74d68873cc48dbfec500326": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x23f1449867f265a822dcec6dced7dbcdc79a97d218aa3f72d8aae2d1a0f2c30": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x37e4540fd29e59745e88082d5df5dbb132a61b1059dd523a6f78dd6c1f9d5aa" + } + ], + "0x9ff0778b7cbeda4de465cad26b2c858a473320ef975c270ea9df35e97c6aa": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2a05f6643d11b7c414f5de1884da96d589fca77a126d9108e7540d61aaeaa37": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x293b21429ac75b65c566cdc7b9f5428ba36d9ce4484ecdd22f39187a5988294": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x29203d04fb564613196718984495dd39b70299019c6bfe3176fd2461f8e47cc": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2b9dad7f1a3712dd5a11fdd8c91ff7a4b132a0d45ac5d4250d82a8da6cb29fb": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x34682aed57e584da7d572ee5ab846a946b77bb5c48e3e112a2312c21dfd3996": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x33000a0a5bfb46214312a734af3f08a923185cf65830edb4f301f79478e9535": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2b40e090858180492db5fb6781c42883449f38e3355c36879d105c3d711ed0e": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2649d6d332e6f77f9eca3a128c46a9b43c7572d9cf6c6d424026f25aad62c96": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2a5b785300a8c3edefefaa953eeb5d0dba7e114fb700905386132c0343af23a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x33e86ff51a62e75f4e9a395ab736ef40da68462dc36f09e49b4ac091e186d36": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2691ae8277cac79c9e901d23f5a79a0df38f045a8a9eead53615f6ec6d19d8d": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2cea6e144ade8074df6f8f4385776b10b9cf7a4feab35be5094f64c5036bcac": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x14058576c5a24dabed7426d693ac571de03baf2352bf8626dc0cafc117b991a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2d1232a9c63b3b9dbdff4d419cb734e5e63c202347c25272286365bafd801b6": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x31f922f0adc222808bc065165c444a7c08655d82b0148414c4e66c16e66bf89": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x37f0c7602b970fa9e15df045cb1af69c03a839762659608bb92a4f2642f0c7b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x310f8ba3f1f0e3ed98d70b03695f1806ddac3b10dce3670d5a40a6152d35162": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2edfd37df9174091ee571e856dff5f8230ad57ca032c3473569d897e939acef": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2f6637f23cba3f001dbba1308e2d947759f4ea4f7749cdea265d896d51eb4a7": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x141420ab88eee2ff789d5bdcdffbd5e757bdc002ec6bc8d89aa3b407a6dd1c9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x33356ddd95f661a1cfb86c5d23cc6d15284960cd52893fd937e2ec2062fd696": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3191763a3c2a8d683de759febaa2d17c09a2a2ce4a908e6c57585ba1f013dbe": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3503acf874d76ea2baf59064e7b575e4be28fdbd924d9a7197d6929bed38a33": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f": [ + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x0" + }, + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x1" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x3a7e3e38a25eab5a47416d5b973f8cadcdd32693f9d23fea1f466cd558a0355" + } + ], + "0x34612d0874cf590eacee5ed1d45fcb012fd45dd75e3b2b337aea062753947b2": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x41f9a1e9a4d924273f5a5c0c138d52d66d2e6a8bee17412c6b0f48fe059ae04": [ + { + "key": "0x7acd1ea7fa12f1ab1164c0ab6afe18e8909c8eb88671d90a1e7cee0c7a30a65", + "value": "0x19cd00fe2a" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x145958761d67d" + } + ], + "0x357b5c8b96f28d990bd99b621bd3153047ebb78e6e3138373b208293d571adf": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x2f179c55fb1187d1590c2b324168aec199e66de1eafd2b56c1b60d3beda67a5": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac": [ + { + "key": "0x55f9af7300c7d924250cf0e4b61903954fb5b25f11dced6810dd67953ee6bd8", + "value": "0x0" + }, + { + "key": "0x13d0c87635987c37a5fafb2f1252457cc5304affd8a6d7eff25275377aabd5b", + "value": "0x151baec" + }, + { + "key": "0xcb0640ea96060e405bd717cf39b0ed421b03381ed01600655cc4ceb6090d7c", + "value": "0x6d9" + }, + { + "key": "0x239a744782b9eddea86273b9ccf1978fd1c3c79f4c38e3702e597785704c12f", + "value": "0x79e70c" + }, + { + "key": "0x6c2b9e44489d9c6092a74e1d8fc3570247717d92704bce586cce41e9b7b9adc", + "value": "0xf4156" + }, + { + "key": "0x2fd9cf009729141208990cc023e3121dafc761993cf20c4d2bc1456e7d71575", + "value": "0x3fad74" + }, + { + "key": "0x181d3008b00cbef185115ea5511feaa70ce4b2afb564fcc0695e4335f677d67", + "value": "0x386" + }, + { + "key": "0x3573bf1727297fb4adb70fee988a65eb040eb1abba5f53cf29d6bb59ef1ccdc", + "value": "0x2f14d" + }, + { + "key": "0x316ca0a447ba71fce81e5756d2a46ddc10d7a563da3a2470536cb4b95b1e6cc", + "value": "0x2008c4" + }, + { + "key": "0x1f435bba53e872e961b01dbec4adbbbed875e68a9396c059f2239fc13f859c8", + "value": "0x1" + }, + { + "key": "0x39743e2d6c62b3eb9bf1345f5ee3cc02229635e1b0b932df49e26a7a80ca911", + "value": "0x6ecc5b" + } + ], + "0x351a659af42835ba7bd73cb7dc4e9e07c8aedc8f15b446d963c9549cc0ff6cf": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x37945bd9f6fd237d8191c3d5f97fe8b151ead9c70b4ec8aed655f658211f00e": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x41a708cf109737a50baa6cbeb9adf0bf8d97112dc6cc80c7a458cbad35328b0": [ + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x726732008" + }, + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x63d252fa" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x71d2758ea" + }, + { + "key": "0x7af134b7c4f8214516c071148fe043502a19625938f2a16f0538ff40518abc", + "value": "0x32dd9a422381760750" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0xe5272b15e1caf86cba74757c4eee65da" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0xa3f09a76fc805447cc52a10f3b7cf5a5" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x6db1424e0" + }, + { + "key": "0x4d518b625dd378bf8d43747cb25373469c86d9ee6360e4cc8158608c231d7ee", + "value": "0xfa794" + } + ], + "0x45e7131d776dddc137e30bdd490b431c7144677e97bf9369f629ed8d3fb7dd6": [ + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x1f136af01800b46e" + }, + { + "key": "0x57c60b189063035eed65879a14ad5f6e718027a212dafbe52f9bcd79e9f4fa", + "value": "0xd6b7217eab988" + }, + { + "key": "0x3351bce4793f90e4aa00447357c2d34ac08611756193d8249009e0396dd7b41", + "value": "0x63d252fa" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0xd3495b46" + } + ], + "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2": [ + { + "key": "0x1b41f3ded88006e940c4adb2b580ddedcb253a5e47d660dd858f9b11bdd9c9c", + "value": "0x1b" + }, + { + "key": "0x52ae7da01b1f0fed59ad04aa44861174dc9aac60595bddb7d10778569ee612", + "value": "0x1125" + }, + { + "key": "0x2e8a9496990fb3b1e04911c1046c587d08298e57d6753e68ff6fe906ad9533", + "value": "0x1" + }, + { + "key": "0x184201e4e2e3d345ba0deaf89e09317cc1af536b041fd068022057ea33fad42", + "value": "0x1" + }, + { + "key": "0x19d5e63733fa2325ceff2c8e9220af11ef270df5658923befd4f8f8933f73fb", + "value": "0x1" + }, + { + "key": "0x144fc17f3f1655caee27c9e2c6949079faa5631311229000ad19004d1880387", + "value": "0x27fb5a7be4707e2b1fe653e7296ad30114596fafdd3fbc3f9b92a0551ff18ec" + }, + { + "key": "0x7e8ae47a5100d650d3ce85628088bc41150150028257e19c89860214d6f701c", + "value": "0x1" + }, + { + "key": "0x3165d285aac4b446214df416f7f61620708e05429c88172489eb4cb8b778768", + "value": "0x1" + }, + { + "key": "0x7f82f9d86a0880ddc9f8c67eb3c8aed1923cfb40b96f70a71128c0dfc859c7", + "value": "0x1" + }, + { + "key": "0x2f7c1f23b640d1e671ed7a0cd85f1b8e489b7729b094213a13451d20746d1ea", + "value": "0x1" + }, + { + "key": "0x2f388f0e56a7f1e90538b68d9f95666bb2b62383a7227a076103f2c843c19a9", + "value": "0x1" + } + ], + "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d": [ + { + "key": "0x11a320c79886ce297a06948e791893a1a0c06c2ef489239ef56803007eb9bec", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + }, + { + "key": "0x21001002be3fcf98f1bc5d249803318acc1a9f29c56cfeba1af82abc7157353", + "value": "0x6d706cfbac9b8262d601c38251c5fbe0497c3a96cc91a92b08d91b61d9e70c4" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x4a0ac93c16a6dc5bf6a4722db8fb75e181aae6aa14ab417f3d8745bc120887f" + } + ], + "0x32cb1ed3e851b1ef17bd6f4d3685d23c79910d848e48d905d1c75e9f2f3dc2e": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3d8ed84f274e01bd16918d219d81016e10cc0ea600d998a769a3a1d7799bdc9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x480258f58d43fb73936f803780047a0f6d0a563697d80bd3f95b603f9c8b1c8": [ + { + "key": "0x71a0c9bef25b9455c5a0f19095bf488c3454371036cada3c126be3ed5982d66", + "value": "0x1" + }, + { + "key": "0x4db0d193cca4583db8b3eef08ee5b8c0b967cd9b8cbada04260b29426f81dfe", + "value": "0x1" + }, + { + "key": "0x3ba17e44ed8675223ed69092039499428948e81808fd21c92a4d0bb02c66fd3", + "value": "0x1" + }, + { + "key": "0x36e69d64aa40c1d2f069ab7a9b73c42a0cb7ee2f52bf5a4a0ff09b6fd628105", + "value": "0x1" + }, + { + "key": "0x7180cb862f51ebce4fb284bdfbfc590608e25f799bfa290bcf9158e7e0df2fb", + "value": "0x1" + } + ], + "0x38fd7beeb82460a4431a228f8b8c9c9920d6d925295991738dc5adb911c2fbf": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3fe4556f2963e0fe25b5125c99bd4e7302b8191695b3fddbea58d0819e62dbb": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x7cecb8fb1a58877b6b35935cda472672eb9116b6fb8115eae080116742284df" + } + ], + "0x4a3621276a83251b557a8140e915599ae8e7b6207b067ea701635c0d509801e": [ + { + "key": "0x262d01c4ea0ba5224219c45caec496441066662f6d51da63f7a7184ad4d7beb", + "value": "0x60ca" + }, + { + "key": "0x13ab738f3210db293a83616aa09f2843f3a104efa191995dc564dbe74b14254", + "value": "0x60c8" + }, + { + "key": "0x14638f2abe6e860ba6588aacc091794967895b4424a5064c5583556d6f16650", + "value": "0x60ca" + }, + { + "key": "0x3033e877602b25e45fe7cbd2e3c8e72804ae13a0729b4aadd329d91b48f2bf1", + "value": "0x1" + }, + { + "key": "0x7c6b2f0e59da812a216a904a349df143357a897d33f97a9bb42bb52030ea18b", + "value": "0x60c7" + }, + { + "key": "0x6902b05cd67931ec45c730e1d052bca8c70ab142dea814b55f52bf762efa6d8", + "value": "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c" + }, + { + "key": "0x110db8249d47e625e7cdb1f666001b5183fb7d5cdcbfa14f27089f53afeb0ba", + "value": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a" + }, + { + "key": "0x245e03e2455fb2481ed81d300b4f3937c9d03bf664bce4db547d8eaad7b06bf", + "value": "0x60ca" + }, + { + "key": "0x20abac29b2193fe25ed9c5825b14b598222bee4447ceeebb05341cb09d44560", + "value": "0x60c8" + }, + { + "key": "0x26c0dfac4783e5a6cf87872e93e58bdcb158f0a06d04da784285287befaf060", + "value": "0x60c8" + }, + { + "key": "0x67788cd55deff2e373b6d01710aee847ebb2efe9cdaccfb289d8c0781fcd7ac", + "value": "0x60c7" + }, + { + "key": "0x4a9411155ca8caee49d1a62977eec3d66c37e675cb9ba2b50e2724dca11c32", + "value": "0x697066733a2f2f516d5a35434a6b7174333133414761476867566167695735" + }, + { + "key": "0x4a9411155ca8caee49d1a62977eec3d66c37e675cb9ba2b50e2724dca11c33", + "value": "0x37795868427835424551456d5a734875536a64613373" + }, + { + "key": "0xe748d589eab44beb9a2f1bcfa4792d21c9d52f3f00b1ba9332d52c39ee54b2", + "value": "0x1" + }, + { + "key": "0x8953f5ba98dc2b12ed8f51fd598c5bd2f7d62e212b0e3c1f4d98312af1cdbd", + "value": "0x697066733a2f2f516d59705a4474356e68686e5746484c704d32684a5a6950" + }, + { + "key": "0x8953f5ba98dc2b12ed8f51fd598c5bd2f7d62e212b0e3c1f4d98312af1cdbe", + "value": "0x5032735378537161425237527041725166546d565368" + }, + { + "key": "0x4d645b59824208b1090bcb82e46d006865930711c613c874b25724755f0fc14", + "value": "0x60c7" + }, + { + "key": "0x3c0d98c680bbcf395089cc18868e83608511c4b51b397cb022faad540939058", + "value": "0x60c9" + }, + { + "key": "0x42ec2041063defaf38cda70930d490b33cb393b2b49fad3fc009a9d0afc3b12", + "value": "0x697066733a2f2f516d4e757558343533707245396e35433253565a5a6e6553" + }, + { + "key": "0x42ec2041063defaf38cda70930d490b33cb393b2b49fad3fc009a9d0afc3b13", + "value": "0x5665757a7243354861616b6251474b6f623655427879" + }, + { + "key": "0x6237c19afc38ce7d79d7aee13ada19b3c04895629cbc6f453429beaa2281946", + "value": "0x60c9" + }, + { + "key": "0x56dad0cffd055f9fed5f828e3ff8a6d88bb786f2fedd6a0f79dbccbcd93d28c", + "value": "0x1" + }, + { + "key": "0x12564e101b80b0c08fc2d0d1b7f952c4b5b5497f12a9c1a30c49f5b30bed023", + "value": "0x697066733a2f2f516d54326a6835696e377a6332726836696a776a31423353" + }, + { + "key": "0x236bce70eaac78042b875586762e9968ab781f1b384f924f1371c599ca075e7", + "value": "0x60c6" + }, + { + "key": "0x12564e101b80b0c08fc2d0d1b7f952c4b5b5497f12a9c1a30c49f5b30bed024", + "value": "0x5665753338426b4270734e46447659524a3441486956" + }, + { + "key": "0x68e69b2205d3805b84ba0fc4fe5ba25e3376e1e8baedcabb3af92287276299", + "value": "0x1" + }, + { + "key": "0x114d8933cd74b274854e1009d954e47b69b643d02134481c2c574b88472aeef", + "value": "0x1" + }, + { + "key": "0x2f447515086e84a7e7e8bd7f2dbc4aef6a2153e28767c84136d4fff0c6fc8a", + "value": "0x60c9" + }, + { + "key": "0x620488fbf1bc27ae06599e65c531954920d7fd67c2972e31010cddf35d3d8c4", + "value": "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0" + }, + { + "key": "0x158c39eccb22c6bf9dd48f0a9c95dec14f37c3d4158efefb6f4f01e16a6e4ab", + "value": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14" + }, + { + "key": "0x2f1de950b2ec301dbde60961309ba9a33d6aaef7895e2023258f045d2ff5334", + "value": "0x1" + } + ], + "0x3e836a82739782bd404f0c9d977173cefa0944f0c0f71d2ad5c322245b9b108": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x37b4a066b4fe5427e7af5ad8abb59d6ca5a54e359a61ee9dcaec282e60358a9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0x386e7a0721e02c44de26b9c837068f59546b92d0de44326803173cd3f98a7c", + "value": "0x0" + }, + { + "key": "0x10da1cd30b24e8bfb8074b5e47151e2859367e3761de1791a2692e77f4639a5", + "value": "0x5490d83dc06145" + }, + { + "key": "0x140a7024cc0c76a67c48d3754bcd23c36e51565e6c81f562f66a0dd90722ca5", + "value": "0xc62d6cdfc" + }, + { + "key": "0x1711e7c0d89e550b90bb7f900f302a1f0275144f4c289c086a4eb3f60b93abd", + "value": "0x215164c4ef937d" + }, + { + "key": "0xcb0640ea96060e405bd717cf39b0ed421b03381ed01600655cc4ceb6090d7c", + "value": "0x13ae6c199af99e" + }, + { + "key": "0xa8390400c00209feed352a91ef97ffede84130ffc829236a042e20dc8860dd", + "value": "0x2139c22253dea" + }, + { + "key": "0xf1d3e14202e6114fee605fac025735adebe1c47e71e1244b35f981d0d4b4df", + "value": "0xb69612ad427d82" + }, + { + "key": "0x13d0c87635987c37a5fafb2f1252457cc5304affd8a6d7eff25275377aabd5b", + "value": "0x2c4623efb95b3df0" + }, + { + "key": "0x1c0d06bd7060fec0ae69b82cb9dbed198512b21e28f74090aed0092ad8497f1", + "value": "0x2d996414ef01bd15f" + }, + { + "key": "0x1cfa84de03cfdd01fcbe033d379ff125951fb353a10bc16a847773dbc5f0d72", + "value": "0x85e045cc9e4b" + }, + { + "key": "0x2da8f3fbd7e7f7654bb917a490b66f5a6ba01726e49e81673b72f469b0a045", + "value": "0x1e3ff62d6fb51" + }, + { + "key": "0xe3a3a8c197db9a0166eb1ff0aa51462466fdb0a862acd9a04d2731ee305321", + "value": "0x26347ee6c55a21654" + }, + { + "key": "0x112d4a8aae47a47146e4162e79ca1b966380844a8e556fd121dc8563b330a14", + "value": "0x364d4290fe71dd" + }, + { + "key": "0x83f36b3bac79a56b9f159dc2c9879dad73c4eb159d206864c7b8973afc6948", + "value": "0x6bccb360728" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0xa054132f9f3d70e8bf" + }, + { + "key": "0x181d3008b00cbef185115ea5511feaa70ce4b2afb564fcc0695e4335f677d67", + "value": "0x162492d8347a28" + }, + { + "key": "0xd164147072352f8cf58169b50ab321bc3bea8991dc0e9bae40e6a9bc2c331b", + "value": "0x2e78cd43a03c" + }, + { + "key": "0x12a1380baf523fff645ba93145476c0f3045f765068f332a70d3940d50c131d", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x17b9230b32d8d8c48da1d9c11d10162885586e75fea011bd16eb3e07f7d4683", + "value": "0x8d11964b0e4" + }, + { + "key": "0x1624bc5fdddec0e858d91cb45ebac198add62f9e9269a1197f1689b94ade480", + "value": "0x86cfabb29838" + }, + { + "key": "0x1c526fbb50a260d67530c69864a84bbcaaf09659809644ba842b8488d3d8fdb", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0xb99fe43386e265d9d7f1d672f794f146aaa334e7f0bb2bf7bcabbf7d8acb1", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x15bebc6e4ba6194a84eea31c7e147a91ec0332b22a5f07a2c2877b51914d49", + "value": "0x86cfabb29838" + }, + { + "key": "0x6d1119ac1b28e72846402eaa9e57b2d779e5b053c49ad439466d494ba41ac1", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x7052ca82b78314174e38614e6965247347ad68662a0b81e9ec8d74c417e1ed", + "value": "0x86cfabb29838" + }, + { + "key": "0x73f78ce0fe05c4d3da6c85e9e2379b6d1eb8fdf2586d5bbd89b100465b56fc", + "value": "0x86cfabb29838" + }, + { + "key": "0x61a1e6f113617ac5c9cc9c7247f434b61746d3ae92419b70d8f10f64e814c2", + "value": "0x86cfabb29838" + }, + { + "key": "0x9763e5c667868ad1c3458902ba388b690854963e329b81b652675dc11387da", + "value": "0x86cfabb29838" + }, + { + "key": "0x1182f841a9679707fc129239dcb71090863f377e8d4de21c6555a8c84c4604b", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x12888914c709859bd9e32fb43fbde20286b4c2a73a3079aea4d2e9c6d7aff88", + "value": "0xfd432a29e75f4a" + }, + { + "key": "0x13a9c6bd0b2e489e02a5fd102aaf30a08baacf4f19916f01d0b8872de49f4ee", + "value": "0x86cfabb29838" + }, + { + "key": "0x1a6f0912703b83b09e2d472f8bace8319d7c9b783f2190bd0c39eb593b9027b", + "value": "0x86cfabb29838" + }, + { + "key": "0x1d0576882f6dd3df5941e3ff1327b2f5973f47e13369fbb32d03c62be7d7567", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x3f29a7cdd88c0a2ccbb828eef2a7a6fe8467313c1e1de82df4d9dc3863cec2", + "value": "0x86cfabb29838" + }, + { + "key": "0xa35abc3cac4e9fb161832baebd97be04ae6a865ab967a5c3c099394bf03fa8", + "value": "0x163fa66dd89ffd1" + }, + { + "key": "0x10c5f6bb1f396bb49ac9662ebc3146734e8a9067becbe9ff5686b7cdb45ed59", + "value": "0x86cfabb29838" + }, + { + "key": "0x16319810e59b7cf9e44002532bbe04f916b44d5f2fe0b6dff2a299739438f05", + "value": "0x86cfabb29838" + }, + { + "key": "0x188e728880ea968599a28b810916260500006b96727be68bcbfa3a53f0e3538", + "value": "0x86cfabb29838" + }, + { + "key": "0x18b3c808ded12917c0ddea4e8d4bc3d98de7fb5c9219c65adcef04707f0e168", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x50e6fd7998ac4ad50a9e743cd33007da8e2ec34c8a95f1224d344ab4c984f8", + "value": "0x2c78ad09b60fea4" + }, + { + "key": "0x5eedce1867d14c25fefd1258d925a9ed5cb885b045f1a89a0ca5cfe2e3a6ad", + "value": "0x1fbb687eda427d" + }, + { + "key": "0x61c1e5e3d6694fadd18880e7d0281833bb48a8ba5b417eb14574a44cceabe3", + "value": "0x1a0485e651568a" + }, + { + "key": "0x947a911f9b7e75d4dfcec04cbbd90b84160ddcc11cb3c592b7f6a1871e1833", + "value": "0x86cfabb29838" + }, + { + "key": "0xfacf911107ebec7a4ec41cece051c1fd5a84d9b0bd430f2a0118df4e1350bc", + "value": "0x8f2e07224a04" + }, + { + "key": "0xbd23b71af4978dfebd08644906c4c7631a0fecfa1a2bdf1839bee6eb577100", + "value": "0x86cfabb29838" + }, + { + "key": "0x18b3c808ded12917c0ddea4e8d4bc3d98de7fb5c9219c65adcef04707f0e167", + "value": "0xffffffffffffffffffff1ca056ce5fff" + }, + { + "key": "0xe0a4060fadaa2dea09b2d2c42643186f5ea69d4e86b2562984394981439047", + "value": "0x86cfabb29838" + }, + { + "key": "0x60daab7c21a073406699290a6e8ef4b13acc1c99bf6418ac49f9389cb6d3c7", + "value": "0x8f2e07224a04" + }, + { + "key": "0x99ba1e0177e83c21b2eeb0b5331133f7bb4bb4cfe36ea4424147800d30cb3b", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x672104985a707e3bf469640f9df0d2dada2095d14060b7026f2248c6925807", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0xb1686066950dfaec97a0d7659749a295f754897e5fe7944431ef0e1675b381", + "value": "0x86cfabb29838" + }, + { + "key": "0xc39ed2fa3e21c824a1a78ef7d578bbd4a8f104cb4333d9c3159bd1aee0d15a", + "value": "0xedaf51f418cbd" + }, + { + "key": "0xdb07fb1e2b4a0d868e1cec8beb2d143505f12451d5bc2b2d08ee044d2860bf", + "value": "0x86cfabb29838" + }, + { + "key": "0xf4942babe9fc94b9df5a72a6b293831d8798b0547cef91f0c2f2eb698c7b92", + "value": "0x86cfabb29838" + }, + { + "key": "0x13c928bd713bb46915fc9e2072e66a81da5fd6f61c024366c9303befe7cbacb", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x17828ff05ba5061aace3849eee0eea110ddb6f8bf46e68be38651af270c63b1", + "value": "0xb99902b37b417" + }, + { + "key": "0x1cfc934c421338d992e4815881c120ef10d48f5622e1954c10fb6f1326f5931", + "value": "0x8f2e07224a04" + }, + { + "key": "0x32e84be386865deeda1d342bed896f10ad0d798d1e8f031d5e395c4e144fe7", + "value": "0xe1c2bc2cd838" + }, + { + "key": "0x672104985a707e3bf469640f9df0d2dada2095d14060b7026f2248c6925806", + "value": "0xfffffffffffffffffffe3940ad9cbfff" + }, + { + "key": "0xbd21d0fd9aee97cd051a919e23d63f96723c6176748edadc21fba622c3e244", + "value": "0x86cfabb29838" + }, + { + "key": "0x189db3a95f40f1ab353b52c4b60a377eb7519967959ffd59f4f736c539b55d4", + "value": "0x4ca6d68c07ddde" + }, + { + "key": "0x3d038d70454aaf7c0c9d3ba98dd966ac050d47b4c4b30effdfa031cb4529e1", + "value": "0x8f2e07224a04" + }, + { + "key": "0xd6df56895908fc4480f3d0fd45dd0ff9be28f7c00bb0392310adf623655c0e", + "value": "0x8f2e07224a04" + }, + { + "key": "0x14b06c7954e9c902254453efb74a7043df8d191592a575c802f2f614995747d", + "value": "0xf0a474b1d6b501" + }, + { + "key": "0x232928881f130d8c51c798b4858001c532ccef67af9c7a928d95aa5a65cb52e", + "value": "0xcea10a6ce0dd6" + }, + { + "key": "0x800fb005189b2d7a8eab99b091d31f3d45d2dad338f895d030ecf937928e4e", + "value": "0x86cfabb29838" + }, + { + "key": "0xa6fc43794fafba918a8854817a05c630a0dae5cef7dfe9ff7182461316a942", + "value": "0x86cfabb29838" + }, + { + "key": "0x239a744782b9eddea86273b9ccf1978fd1c3c79f4c38e3702e597785704c12f", + "value": "0x100a3c0bb77917bc" + }, + { + "key": "0x104647a459a184cf40512f7dd7d7dc8e28118d3ee1efedfd502314c2d926278", + "value": "0x86cfabb29838" + }, + { + "key": "0x1f1be628664fefe2a575099a3a4cc7fd4e74a3ad85343a2d3ab64469639ef6f", + "value": "0x86cfabb29838" + }, + { + "key": "0x5380672eb9d750955d74d8e1fe9054af030c3191e37054ca940c12dcf1aa29", + "value": "0x86cfabb29838" + }, + { + "key": "0x76cfbd76b1c1acc86a202967bb72bd32be3533cbbb500456d7f2e8ba4d15f9", + "value": "0x131e1b55970311" + }, + { + "key": "0x2200eb1f1972424b980d9688eb8ad65ab8f72a687fd734fc3d722c2bf0f2a9e", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x2725ac93f4410d8b85f873e6e2a31f0281f11cc0dc4a6a8956c5c5cf01c5f59", + "value": "0x357fc82aa1a274" + }, + { + "key": "0x1562255f41520825b2f7a1f9147b9b575cffb4d89039c800842589ffe62e642", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x25aa48cf46b00b6fd693b89919e9a475f82681f0e74ea129a896d77718d3fa2", + "value": "0x35b3415683e402" + }, + { + "key": "0x23fd198997480edca15c40c282a189904b522373d410580161f98a2c8d8b509", + "value": "0x5c6c800b5fdadf" + }, + { + "key": "0x1f16105be000f3a4c2034d686a82a4872257c5d7ddf487def81f0bb4d779a8b", + "value": "0x86cfabb29838" + }, + { + "key": "0x25b46f5b262a9d393ad47757edada888e3008bd729a0f43f76a3a0e841a36d1", + "value": "0xfedfbb518a37c" + }, + { + "key": "0x1f316bc5cd991f4d93fe707412c5c0835c52ca2c00e2e991b8f5f686b93e8c2", + "value": "0x8f2e07224a04" + }, + { + "key": "0x195b8bbc4c2ff4db36a0a7e0ea0645a1ec3557993f297e1db73c89c8613c173", + "value": "0x13c5ec07d753a8" + }, + { + "key": "0x2b0b97a93ec1f367241bb641f2acc920eb934b3cd6c37ccd2a68ef2fdfae07f", + "value": "0x2e9f947fb673ed3f" + }, + { + "key": "0x1fc919c24ae9398bc7f65cf54172127985deeb5cf0919f829acec881b369593", + "value": "0x86cfabb29838" + }, + { + "key": "0x219a11de9f713b56cccef81faac4d877cfcc90e785df0cbc612330fac8b29a9", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x106ec03252934853207b2c9b50e472674ff9ff5b14afc1edd94128600f7b067", + "value": "0x86cfabb29838" + }, + { + "key": "0x1ff1a1d9f3434644d6e8070160855ab4be6bffab216b65bd82396842ad86964", + "value": "0x86cfabb29838" + }, + { + "key": "0x18d52355810f6667de812182f3c30f627f839f435017ad6aa0f29a280720207", + "value": "0xc0387c102e35" + }, + { + "key": "0x253f7cdf23483e17422a9a4cc18c413928af8841f204cb177d8462eac2da87b", + "value": "0x193b9831410969" + }, + { + "key": "0x1526b07ce94e651c5f5d18aeb2786c5770a54bad3c485e5dc9a24d5d64d6703", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x239d639821cf2c7df5ddbd6aa1e60fd9cbf70ebb274a6f0ffecd08218e40898", + "value": "0x1cfe505d9c0b6b" + }, + { + "key": "0x2422feb510bb8369f59aa5004346da1d8931d974a10755bb206ee466e09ab7e", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x246cf1894144a60dac1fce46d363ebcbda49f69c2f28ca9a720d9c1539adae5", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x333e6a6693dd11365d2877efaf69c1f8649e45a9f056675b8dffa2c537f0310", + "value": "0x2462c54c77ad2" + }, + { + "key": "0x2b436e5582019908be1e66390825759d9ceb9a54873fa4b76854afc01304075", + "value": "0x86cfabb29838" + }, + { + "key": "0x36e008accf5696f1002cffa271fde440d7e4d73861756cea55e9476f071c46d", + "value": "0x7daf67fe14e3014b" + }, + { + "key": "0x2fd9cf009729141208990cc023e3121dafc761993cf20c4d2bc1456e7d71575", + "value": "0x9e84565b52e0c82" + }, + { + "key": "0x28631656587070fdee56865f5c7762a6450a9a635fe0ec6d4a050b1c47b7e69", + "value": "0x8f2e07224a04" + }, + { + "key": "0x2982e220328a3d41d60ee11860a197999431550bb712400ec8ec30d7a9f852d", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x2d62b4c3d843b25bf3e94be18022f15ab67833e7d83c07a10bf752d42f60558", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x271625e27d39439fded01022d6574e43ae5cec0535f165bf1e6bf177db9b7f3", + "value": "0x86cfabb29838" + }, + { + "key": "0x327dd4dbe479ebfca72a0c43db8a61ca3d2d313255ab7cdc8dfc98e6096071e", + "value": "0x86cfabb29838" + }, + { + "key": "0x241b6bb441514b9b01719a1f1393700bd54ddb5186d9536380492a891ec3368", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x259010fe022b1a99583aa321d77cfe8a1c48302f0115713b8d6450d0a88009f", + "value": "0x86cfabb29838" + }, + { + "key": "0x31f08760799af103fc72e4a2ffae8fac85e924aefdc00ba4beeb02285747b82", + "value": "0x86cfabb29838" + }, + { + "key": "0x39686b5bdbfa10f8984a274013379197bd0074c71fbb35e32b55bad73a19dad", + "value": "0x3cc7e91f5e3a8b" + }, + { + "key": "0x36712f803f07b18c278f666590d59cebe00fe5b2886a06547abee35375e4b37", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x34c0c9d1e50322cff0c2794ea4025d23e9c231611b5282b087ea70ecb096c69", + "value": "0x8f2e07224a04" + }, + { + "key": "0x31ce289b7ed8dda1c7ff2cded636ab31eda6fa1ee2172c583e3a9e00d2ae2d6", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x2ead9061796e0a03a52324491d621cfd4f095cb06302e0c3932d9a47971e279", + "value": "0x86cfabb29838" + }, + { + "key": "0x32d8896f78eaad26938c182a8eca5945293e0cf35edf40dc72f97f1ea4cdb06", + "value": "0x86cfabb29838" + }, + { + "key": "0x2a4eedd3b1f95e27f5305f69c4dfc3861030308b876742feae6c8aaa1a21168", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x39e6eb9f69b57a5c8b2a8d035d52f5d18358cdb5c9918b5f44579c17e1f3daf", + "value": "0x2153bfa7414875" + }, + { + "key": "0x311c52780a7b595f2c83e23d65df510846f31c2b9f0153c180b7929ff3c3bd7", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x45e8e1754815bc9c52f25806ba0354e87a54c8fd2e103b3a640acbea2478038", + "value": "0x0" + }, + { + "key": "0x2dd213d5d92ec1d8b1297f05a64413340b747740462ae319bd4cb80fce4cc1c", + "value": "0x86cfabb29838" + }, + { + "key": "0x2dd64df28a79fe142de2d849f0d4865afad6e63ee2f5995d7029d1570feb175", + "value": "0x251a372a36d320" + }, + { + "key": "0x29c42a00dbb08bcb2ce074f6c4e1517d76609abcacbf8639d2966f668bac80b", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x2b9e1a6071f53b4d84eef982d2d2915b5ed44f406ba41aacfbaf316562bdd6d", + "value": "0x86cfabb29838" + }, + { + "key": "0x35eb4c41139ae02a675e19a61e2bfe9af28c512a0b1384a49c79e3727090cbb", + "value": "0x86cfabb29838" + }, + { + "key": "0x3a8281b1ad9981016fce25876990c442646da2170e302c847cd0a1ef4657799", + "value": "0xedace4e0db7fb7" + }, + { + "key": "0x2d8143bedff2e588c561a900e1ea83ff2560b2526fda46ae08ad6d14a3d05a4", + "value": "0x145f3dd0918409" + }, + { + "key": "0x33ac5d7b88b0624deece38e9067ae7ed8333bf47e053a5a8fdfa4a491df80b2", + "value": "0x5036b99a9f7" + }, + { + "key": "0x343e8a41e2f372167d14e40a9252d52f273ef54ecff827c3a97c26971ef8edc", + "value": "0x1eb208c2dc000" + }, + { + "key": "0x33adc110135836bfe91f6b2d9a2a4d5bbe8845031e6bcb39374193132c8285f", + "value": "0x86cfabb29838" + }, + { + "key": "0x31a9f880fa515a48d4c82c384e14dfbc8e644b927361dfedb0881635270363b", + "value": "0x86cfabb29838" + }, + { + "key": "0x2c986dc1ff974f921521488360e204f7a25d39688cabb34b9f811c91eef522c", + "value": "0xffffffffffffffffff502403239e1cd4" + }, + { + "key": "0x2f6bddb5c1df9e9309e7f17ecc6058b3335e7946d1b3de340a86c9f1068fb3e", + "value": "0x86cfabb29838" + }, + { + "key": "0x2f6f18b3f959b539283d3da0a23257fdf296510fa8f7b36ce7fa516480940e7", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x3516e1529a1800878c01781a853c1c775cc76e10ebafebb6e6f9cb019133ec7", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x2c30ae85c6edf478a4bcf668788593fb59283227751f0455e08436e22b0c35c", + "value": "0x86cfabb29838" + }, + { + "key": "0x3176d80fb7e9abfffe74d4fa5a171e5837d618314d1afcb0710f1c4449d4578", + "value": "0x86cfabb29838" + }, + { + "key": "0x3194dbc030f18e78dbd2d5d41916523ab0d3d08395803202df3f801bfe40801", + "value": "0x86cfabb29838" + }, + { + "key": "0x2f5b0a23aa78a19479765f1776d8a4496ee19295ec40ec071d9434499708bdb", + "value": "0x7f65ab60b021d" + }, + { + "key": "0x36303ba9fb364b9042113d32eba2328423aa0b7f3ebfe085d42d6c495cb27e9", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x2b31bdfbc0a7837d3de29b63f858620eeb63165246a34c5460e85ea1d1b7b9e", + "value": "0x1690df65b1308d" + }, + { + "key": "0x36303ba9fb364b9042113d32eba2328423aa0b7f3ebfe085d42d6c495cb27e8", + "value": "0xfffffffffffffffffff5578411ac7fff" + }, + { + "key": "0x3783f4761582e074e33d7b5c245e43e49f18344df5e9cfd2514442fea66aef7", + "value": "0x86cfabb29838" + }, + { + "key": "0x34691941719b3f142d49b489f34235b5e429f2a846e667e5ef9c67cd2d2f0fe", + "value": "0x86cfabb29838" + }, + { + "key": "0x3048edc752a70fbc80432c1d7670b25f3af2edece2bf7f541e3440a5f9c2531", + "value": "0x8f2e07224a04" + }, + { + "key": "0x3573bf1727297fb4adb70fee988a65eb040eb1abba5f53cf29d6bb59ef1ccdc", + "value": "0x13b55aa9e5a2e86" + }, + { + "key": "0x3acf917d26597c984c9739e86f36e88fe12c2a88d84b690e840ac2cceb3516f", + "value": "0x86cfabb29838" + }, + { + "key": "0x3aa620c44a7ff8bc3cdd7ffb4c85392f0dff39bf6c19bd2c8e60790c890d04f", + "value": "0x8f2e07224a04" + }, + { + "key": "0x3a979446fda755a03b787b2892593f8ef92dffd346aa3d6e6e68d260f471797", + "value": "0x86cfabb29838" + }, + { + "key": "0x385e89f944311b9bdec771a1588bcd49dd473b13703e541f4264abc4130c6b2", + "value": "0x86cfabb29838" + }, + { + "key": "0x38a31448c6e4faaaa12c60ca2f7ad6b8e4ddee32eeb48ca4b79491371fefb6f", + "value": "0xd45fa061a0e7000" + }, + { + "key": "0x422df7fc7f60572a7c43339392ef1eec3fcfd7defc94dc62a4232a43c8d0bd1", + "value": "0xb7e51532e9ce07" + }, + { + "key": "0x365d5ffcf88f3089f697a0036799876a8e1d46e5a1bd3f8064b75b7f1e13da0", + "value": "0x86cfabb29838" + }, + { + "key": "0x381d78d06221142482ded1f491a1168694c370211465648ea059e7fae8370a4", + "value": "0xb373650a483574" + }, + { + "key": "0x3aeaa602f381870fd693303fc8acf7dff1883e460f829e315d145854ec5e19b", + "value": "0xdd6dc2ce59a8c" + }, + { + "key": "0x39a228e5376cb88c386da05546f23dfacbab69ce433793e6f6e9e22fc4a9a8a", + "value": "0x86cfabb29838" + }, + { + "key": "0x4aa2885ee95e2eaf83fcdaa59539ef9301372e916bc2419274d92a453c2b422", + "value": "0x45011d93ca4f20f87" + }, + { + "key": "0x3b2fff52503ce04ad0ec5e9879bb906d69153f5fe14def8ecb3441e1bced049", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x3bb0b5b3bec07eece6adf3ef47b77e5459f8776728258f2f80d010e939b065d", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x49a8ef79cab313360767015d427d0307368eff5c2c81b019aff018ec638eef2", + "value": "0x5af7f8791ee9378db" + }, + { + "key": "0x3a75a1a9bbdcbf414d665c97802e9fada10f3448b168d7aeb383b6bb86ed08a", + "value": "0x86cfabb29838" + }, + { + "key": "0x4eeae9838511ad084400e0d71d35faaa82400d28497db69db0bbadeedea8466", + "value": "0x1d5d9cf729" + }, + { + "key": "0x48769f89a7b5bdd193ab3f8007d3329771392d75b2d6225b9540f5a317cc326", + "value": "0x148a9c390fd28be" + }, + { + "key": "0x4d12aae6ccc0a9b9cf163181bb165672e2a86d7d86102eae6db55e3b1b8c874", + "value": "0x851f5189ee1c6e" + }, + { + "key": "0x40875fb5a1a087f7a65d7970505839e9b227d7effa4e8cc7ef310336a1facd9", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x3d6cbb97655c2f0d268361183a173a901805f17d217bb2cc0955304a5e78416", + "value": "0x86cfabb29838" + }, + { + "key": "0x4d518b625dd378bf8d43747cb25373469c86d9ee6360e4cc8158608c231d7ee", + "value": "0x1cf4916edec2ee9" + }, + { + "key": "0x42e22633194eb3f08a2978534ae60f2084b0433f6d59767cacc08c69e24e622", + "value": "0x86cfabb29838" + }, + { + "key": "0x510c664db84ee917626c9a54fc14d86c3f1ac58176a20b04944d035a87fd0c7", + "value": "0x9d27868b3fee9629" + }, + { + "key": "0x477031f445f552d23bc36faa9f9112c5842f260009a578420f460a8ef42e76c", + "value": "0x33f2c52fca0783" + }, + { + "key": "0x4cbbc07ea329087777d389991f2679b9628e07525f2b421fcbee523ee227eba", + "value": "0xa9218ba542ca1e" + }, + { + "key": "0x487c044b4b19feb8b2f865ff5204225f9ea964f666733c5fdc68000659f97b2", + "value": "0x2d56c70621b" + }, + { + "key": "0x4fec250cbbbcbcd2ebee857f2be1138a2e75f0f3ec31c460cd93a7eec111d20", + "value": "0x3dde5b6758" + }, + { + "key": "0x4a28eb2fb1555fd98a135ffb7d7bb929387ae5dcc2899148b336510d1dec6f9", + "value": "0x86cfabb29838" + }, + { + "key": "0x4a32c713bc6cdf2dd9c2d3e9d1a3ee0ba0f894f2010217beca29b2f979002b3", + "value": "0x86cfabb29838" + }, + { + "key": "0x3ff004aa1f51a5d3acedb0b64bdf84ccf2a9622c0fd99fd420ff8b3125c85da", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x62e8430f9f1e5065f80b95488201edea22ba2624885393394d35a01eb51bf28", + "value": "0x0" + }, + { + "key": "0x505b40a672945246c5d6c0bc92ccf545d93b75935fe6f980bc2f42e71b0c975", + "value": "0x11204d66e9f587" + }, + { + "key": "0x5385c2b482a706c942faeaa2b738f6ccd9972b87a70657e2b71036737f499cc", + "value": "0xafa2f1b7f2c4bcf" + }, + { + "key": "0x4066684137bd6b0397c53cde4f9f5c7283471d712db9a2cf13754861ab2cf1e", + "value": "0x1890c525cbb51" + }, + { + "key": "0x3cfd166a06448231f7fdf3b83cdf5df9457a2587af2c4532de8f1d26a1d215b", + "value": "0x25be3e8ceebc024" + }, + { + "key": "0x3b7c74111580f778d6649d2eae477a7b82510a065781fa9f882d54a9ad3b36a", + "value": "0x86cfabb29838" + }, + { + "key": "0x40d3ab72ae57c2cbe23ff9a856f5cb0646edf84e58a9c4937b0da9e844ff375", + "value": "0x86cfabb29838" + }, + { + "key": "0x47e29928eefd7d832cad0acb80c3749d47f4ee085d6ee22c82449c3747579d3", + "value": "0x86cfabb29838" + }, + { + "key": "0x4cbfc3c4c43da1b0ad386c03b1ccc5bd08f05ccde0af85911f40ba1d6709d3e", + "value": "0x86cfabb29838" + }, + { + "key": "0x5f9eb043cdf11f164baf3c04b80a190e52a67792756e029f751296bec5814cd", + "value": "0x0" + }, + { + "key": "0x4713743e890938395050232dc4315fe90560d60e631166235b2d5ceea88d216", + "value": "0x86cfabb29838" + }, + { + "key": "0x44964c2991c52285b851557781ff788ff9c74d43f2961156ad17df451f8b4f5", + "value": "0x86cfabb29838" + }, + { + "key": "0x55598c3219ace95b34d356d186477d73e888519f99bc1d561e2b10c7d1c92b4", + "value": "0x3f6cfd318decf4" + }, + { + "key": "0x42a7cd942cffa8d155efeb236006069bbac0f2a330ff55311386f5cb0481228", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x53b3a1fb1a41a8824e670b44bdf83109b1d3a5e347bab8f6c12d5b613f9cda7", + "value": "0x86cfabb29838" + }, + { + "key": "0x408096bd4029a6f8a2c5418c5056ec12597d229e70ede16d5455ad9bbd868a8", + "value": "0x86cfabb29838" + }, + { + "key": "0x55f9af7300c7d924250cf0e4b61903954fb5b25f11dced6810dd67953ee6bd8", + "value": "0xaaaf002990201b" + }, + { + "key": "0x51a2e429d18c1dfab64a3dad8dea7a43793cfca004a8e2b6240c5ab9ba73bb4", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x5459ef5e6c691c9360c39607fb57275dcff20cd5cadaa937a970eb993371263", + "value": "0x86cfabb29838" + }, + { + "key": "0x4601b2016ff953fecab4d406e1f35333f2b766973da9b8149345d75d913048d", + "value": "0x1c6bf52634000" + }, + { + "key": "0x438d4314d876ad87f1ff6bea4380b2d732f855e8710801872bd8d0cd13c3e67", + "value": "0x86cfabb29838" + }, + { + "key": "0x43dd7828a2c2ea28727f7caf94a3ac17f13126213172dc91a8e683ebb51c8b0", + "value": "0x86cfabb29838" + }, + { + "key": "0x4726640ddf0e1fec4b265aeb47f2f75d6c8c1906b506975c5baa0384a6d4849", + "value": "0x8f6c78a2a84c21" + }, + { + "key": "0x5bdc3e90a43264e25f8c40b6213b148eb10ca1c05486aec8d10089f9b100c09", + "value": "0x815c0a73bc9" + }, + { + "key": "0x44f55a0b0f91d20de5a7c41a2a68b594c27a8ab352996d7f90f62e75f9cf06b", + "value": "0x86cfabb29838" + }, + { + "key": "0x4bfb5abb1d45bcde3f5397314aafe818c1a77c65c237fe351de05ff7c87d213", + "value": "0x86cfabb29838" + }, + { + "key": "0x4848671d06915d9eb6f0a3dd415d2405c2bca57ea83ebb0267fb786f9bd7c1d", + "value": "0x86cfabb29838" + }, + { + "key": "0x4ddec6f122bb75893cc55cc84d57789c5051382a4757d87791c7fcd854b9274", + "value": "0x419bb3f67df5e" + }, + { + "key": "0x511cefe0995e5de66b7176eb89948b027e88793280250ba968a74dbf0bab9ae", + "value": "0x86cfabb29838" + }, + { + "key": "0x5843260aa62f1751ddec73e6e157c0606a00f642fc430d784f4ceac82c6e75b", + "value": "0x40ae0539de4" + }, + { + "key": "0x4fe1e545dc5844dc97d7239e4a1994450f5d08d935a5a522ccff98c29245cf6", + "value": "0x86cfabb29838" + }, + { + "key": "0x5c1b227ac4a468d29313f297ef108d47aa653784b104517af8f6b6f00714ae4", + "value": "0x1a410120b2c82a" + }, + { + "key": "0x5d059aab92315e304ff7e8746c1dad5128be21c4b3d7191595c6b9c208f85b8", + "value": "0x32b8378c68519e" + }, + { + "key": "0x4b93cc8a435e7e7e04102a33a9d875816dbc258b13d4ed346abcd75c1647409", + "value": "0x86cfabb29838" + }, + { + "key": "0x5edd2e2d26f25f352689df07e19660cd93f3c4d78f440666e98e34dc9120b65", + "value": "0x264b96fe5f333d" + }, + { + "key": "0x507974d8f670d5f35d5c2471ef961ab3b27529c28ae0584905456f0c224181b", + "value": "0x86cfabb29838" + }, + { + "key": "0x57fbd9ac45c83827adcdc5b1f27a8a38e4bb9b027b65fdaf4c47cfb18ce6ff8", + "value": "0x86cfabb29838" + }, + { + "key": "0x5e92720850c74843e7e1884d35ec9813a298394e972f5f1803bcdcdfc6fa78c", + "value": "0x4247c5fdcbbdac" + }, + { + "key": "0x5f55f7855145a049cb4c12e12b4ead630d7f07c957d8d23c97dfc13dbd2f612", + "value": "0x1e96d3a3eab76d" + }, + { + "key": "0x52194bd95b03e8c91c08537e2250c50eb96f7de1bf3fbe55a3c51521fed86ec", + "value": "0xffffffffffffffffffff484835c15fff" + }, + { + "key": "0x5fad7613fd327fc13290b4c80dcb56b41035cff52310cc2f9e1d7de286fcff1", + "value": "0x1f136af01800b46e" + }, + { + "key": "0x4727e2e13cfdb39f1b7b68c9687e534a3fcc19558b8feb166e9e11a71fc6ec9", + "value": "0xb5b287dec57a1" + }, + { + "key": "0x55113615dc0fcfbb025b4165e08ff99fde7a493a01b493e33ebfd3b2a5cae90", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x5240237e315a061bef2487645606502f8fe357eb028a6813ebcfd2ea70d2eaf", + "value": "0x86cfabb29838" + }, + { + "key": "0x51de80f3547e960b2c1b1f8b3a427aa6e7a43cd91106ee43c162b9c1502948c", + "value": "0x86cfabb29838" + }, + { + "key": "0x58cc1714482a4cef33a7f46c45ccf7967aed9712f5202cde363989be8326b0d", + "value": "0x86cfabb29838" + }, + { + "key": "0x4ed62519cea49a2d17ee79945ad682c25d985699b27286cdd336d15da6c48df", + "value": "0x1fd62648d95ba4" + }, + { + "key": "0x5d2cd0b4a5822b0d64fba6688df7c6a9afb0ec3f4d639fbd58b0e8220de3991", + "value": "0x1890c525cbb51" + }, + { + "key": "0x54f84b1a425d454fe7fcffd473ab80e00db10152eaa8dfacb7d2f45f2766142", + "value": "0x8f2e07224a04" + }, + { + "key": "0x59594e82471ce616777b9a19d3bb9628af575ecf1e71b70f6a44554b675e456", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x59f41505b69a13a441ef28950b4afc9b4938b4b37eefcd47c24d4f136ccf386", + "value": "0x13bf8bbd2e865" + }, + { + "key": "0x6201323017b3aa49c7a8b28e4f0abfa92978cc7cc22dfd7a0804fd3206d6a38", + "value": "0xfc10b3c8b9812" + }, + { + "key": "0x5dabeaec55c8e104ebbe6d574b2bfed9b0c776a90ba87098d433c53f7152739", + "value": "0x86cfabb29838" + }, + { + "key": "0x5999de3454ea22dc90463b8ea7ecb83f1fa94c73bec7d024a0f69a4ad2c6fca", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x60a366ef332cc8b3203f5796f7c5631ca6fc8df40abf6bef2a58a9579b77b00", + "value": "0x86cfabb29838" + }, + { + "key": "0x52855c4df9ee5b6824c812b42890925d37727f8043caa86ae283a38f11f7b2d", + "value": "0x86cfabb29838" + }, + { + "key": "0x58477298593ad8d4ad7215406513b410f9aa2a684be390cd1e646b42a216a96", + "value": "0x137c8bef6fbebae" + }, + { + "key": "0x6a7501aada4e14d98380df42944f5976bed4c9a18c26e8e91fd71b1574e598f", + "value": "0x13f25dfdd483b51" + }, + { + "key": "0x5e9a4e0aab035e9827e8d018318d84f1ccc899bb6d61417ca1128a68364da29", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x6c57971fd933ad5653f2e5c44275bcce0cb01110b6d0d82de7c3d8ea39e414b", + "value": "0xa675e13e8f7c97" + }, + { + "key": "0x67d5cac7e6655b55172f862c468288de8044e51545e35e8b8ea63c96cd9a6d7", + "value": "0xee17e693648d6e7" + }, + { + "key": "0x68eb75217a3bfb9e38de96e724e74d6705e1333790833c527260b64f64baa5f", + "value": "0x2da47ea9c8ad3a" + }, + { + "key": "0x5daabe8ea63871321e8e02c5cfab175c673ff10df6ba1f934b3cef05adfd513", + "value": "0x85bde6d424784" + }, + { + "key": "0x5dcf8b36af793adac6da7acf888a1d70cdb2f68e6a979edbd63bdfafa2809ee", + "value": "0x86cfabb29838" + }, + { + "key": "0x571d64cd1b9a90b360a84270fdf20482b4240b6d8252f75cb69addeca4c1e11", + "value": "0x123eb99196965a" + }, + { + "key": "0x601302d29c10e3e9b417465d2a62e7d301bca791f2b57ceb5315eda216f9cfd", + "value": "0x86cfabb29838" + }, + { + "key": "0x5d3ee2d9f5ddddee69d477b3afe745f939c20bdfcbbfd722f751f1535b6c27a", + "value": "0x5e23ee838cda7c" + }, + { + "key": "0x645ddc0e374268ae69a630366289c33ec2d71ef3d9108a189ac7298f65542ac", + "value": "0x86cfabb29838" + }, + { + "key": "0x6ecdaa459a236a0c6cd590b3d0d53c4ba09a07999511cfb6c03444993b37f8f", + "value": "0xfffffffffffffffffe6bb380c08f5cd5" + }, + { + "key": "0x5cde72eeeab63f73883db1a0e06995673557608c736cf161d74187533a7f0fb", + "value": "0x86cfabb29838" + }, + { + "key": "0x645c672da850b6961e8fa7905149c38bcfbccba6336374da6f6911fe226e223", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x645c672da850b6961e8fa7905149c38bcfbccba6336374da6f6911fe226e224", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x6a536f3c53634d94b6dd9e3599bc36a5d342c667d67db22f0b3d08c5729957c", + "value": "0x86cfabb29838" + }, + { + "key": "0x60759cf33e806f840ea26bd00e32beb092997c3b40e60b597412ea580de727a", + "value": "0x8f2e07224a04" + }, + { + "key": "0x63b7dd6ad1a5dba788569453ce692dcea103299cb54045bf35611dece0d8dcc", + "value": "0x86cfabb29838" + }, + { + "key": "0x5ba10820713f8135c8b0bafc073bd3d353b16a89e3d03e47e6bc1450141d6fd", + "value": "0x2c1b43b555cc4f" + }, + { + "key": "0x6cf4bdc09ee93e9dd9e42bb144381420fe363a562948a8607c1c4ebc977541c", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x60e1d1be62116a65caf3611cd327bab6a008a2dc609941c92d2ec45fb66aff0", + "value": "0x788d7f4cb145f" + }, + { + "key": "0x653cf421c355bf347526d7f19e110972e4cd0ff1506922b91feceac6c55277c", + "value": "0x8e1bc9bf040021" + }, + { + "key": "0x662a47fc86e169ae9965aa18f630a5dd7135576eff921b6e54a624728fbed6e", + "value": "0x255eea96cc5845" + }, + { + "key": "0x729ef09ad5d9dbe354b74b49dfb772782f3e2933d380f5700fde500d8e47bd1", + "value": "0x3c9d563b42a849728" + }, + { + "key": "0x5fb5d71f0fae6da3481ee8e868001f7a7585cc4384735e7a0a4461f51d5599d", + "value": "0x86cfabb29838" + }, + { + "key": "0x6999a51e61c409cf4fb43cb408cf45f9f41336d0996a4d3f7da7ce321bf9416", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x670c060f834b197dbc844443131e9c5b588683b03fb57a7bc4b9d295ecea007", + "value": "0xa8a0559507e98" + }, + { + "key": "0x6b425710b10e46785689f23a202e401bb4a5334b82c8e278f6c6b28eaada3aa", + "value": "0x86cfabb29838" + }, + { + "key": "0x61ff3b26c8db142e383ff2991b7747e8cefd9a45cd41afd12533bcae0d3b076", + "value": "0x26fa92ed8e6" + }, + { + "key": "0x67a141c7b4ef5f190b4b9fd2881f047cf5d85343646bcb61eb2a0a9639293d2", + "value": "0x86cfabb29838" + }, + { + "key": "0x6ce11187709ae24bf7f9f320934844705437437bf117c17323c896a94b59454", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x714210d989abd42dc2f2e5dbdfd63e22bb592a1457783d77e8497e0005e7a3f", + "value": "0x86cfabb29838" + }, + { + "key": "0x6311128236abcfb06d0668bf66c42c6c246db45e69ee4d176cadfec3aba6c83", + "value": "0x1d550dae48a0cb3" + }, + { + "key": "0x6455154584b7842807cd553b357cd4eb3556296aa6480231a4331cd587a0d16", + "value": "0x12e472b14b105c" + }, + { + "key": "0x7e5fdcdaabd3d9c84394ea9cb9ce3a7fd04d20af1cf1c139129c10156038a77", + "value": "0x0" + }, + { + "key": "0x6bc997b4cc7bdc5047f40540ca58d0872369165b092809c3873b81ce4796bc6", + "value": "0x86cfabb29838" + }, + { + "key": "0x6a266d7c5d94c928a5bbbf99df27b45c02bdbf9f14cbfc74efe4bfb4a07afd0", + "value": "0xd92f3323ed1999" + }, + { + "key": "0x70a903161052ff3a26e6e21e246cb219797cedcb9849911c4b98662f8171557", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x6ce11187709ae24bf7f9f320934844705437437bf117c17323c896a94b59453", + "value": "0xfffffffffffffffff5007972e7809cd6" + }, + { + "key": "0x6f020b4d9175a45d549a752b0f9fe00f74943c68408f7b5e845475cc5084e9f", + "value": "0x86cfabb29838" + }, + { + "key": "0x6fcc4250a8ed74f742289396d754b4e5f5159fdc8ff39e2acf35b36b8eebcd1", + "value": "0x5af196d7caff37" + }, + { + "key": "0x6b51f47e03d9dc12ec34f3515e6912037f1a300ec5ff6b5a3a4c76f733c94ea", + "value": "0x86cfabb29838" + }, + { + "key": "0x6fae0fafb88320b8ac81d595376817cb174b6e9e408edfeac368cc96fd599c0", + "value": "0x2b4c77783338000" + }, + { + "key": "0x64726547fdf7ffe4a39172bd1a89b337a339d6bbedb4cf4af1b4f7b80af7788", + "value": "0x8f2e07224a04" + }, + { + "key": "0x6d7be7fcc61b02ca7a638957c212e300fc593bd208963a0b1c53123b93f4082", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x72f88d925bf7a48a6ae3d450476917225ca843d0f8ba0128ceb04bd6436eeeb", + "value": "0x1527a7bacfb51" + }, + { + "key": "0x7c89a18390fe9485a27bc1bb124a26ba434f9e89a5ba9c4087adf9ff97a3d92", + "value": "0x9216ee37f25ef" + }, + { + "key": "0x716efc960f4ae205ed8a94d9e41de4cd95635570459c957b754b3a75b2a80bc", + "value": "0x86cfabb29838" + }, + { + "key": "0x7f87227e3868054d00586cea6b913233575366d629f726d2c679f794a73b0dc", + "value": "0x86cfabb29838" + }, + { + "key": "0x74c15943948f603902b576c799ca2625d6f051281cf639c148a71ea26d1e913", + "value": "0x86cfabb29838" + }, + { + "key": "0x72245edeca3de4218dd8cbc5baf972838a7981a82a756b206a2aaf20492b94f", + "value": "0x86cfabb29838" + }, + { + "key": "0x7857f90564d45f32f42e2b8662f2e73622543137704c1d012b054084a702954", + "value": "0x86cfabb29838" + }, + { + "key": "0x77beb7f087454d284bab063eed73bbb36d8ff635e7ceaf5a3bc2737bbc50c9f", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x6fb0231f9409408ae03580a2d682286502feb61def1ff6183f4a293d38a13ed", + "value": "0xff332857b8ffd" + }, + { + "key": "0x711f076f0e5c673ea56d45e3802b5f4213b49438704bde0424a764e7d937ab3", + "value": "0x2386f26fc10000" + }, + { + "key": "0x76036d8d4f5601b99e5c3892e82bec41d36d9cd0697a1c13d9dcc79008ff005", + "value": "0x86cfabb29838" + }, + { + "key": "0x777613139de3d79b42e61f4296889f738c794f3b40e216f4749abd7e7b10bc9", + "value": "0x86cfabb29838" + }, + { + "key": "0x753439b13d534ac6d3876e6c4d0bf3f5c9e8bfa7d88b7407c93256c5a64e14d", + "value": "0x86cfabb29838" + }, + { + "key": "0x79a74aa927a99a454933a65e7f89a0711e0a1f5559e52d349b815c959e88e7a", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x7a62fe38dee906972ea280e4a3a3ba53ffc6847ce67fb9450f8a90a30868766", + "value": "0xfe9bbe268d3d1b" + }, + { + "key": "0x7a34a1a5cc49f2733de4eef1298ec8139fe7f07b9eb4d5315ea563616fab62c", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x7df786b42f5d4b8bb76c10892e473e267c09f1c9c5b7a3f9eb30972be438cf6", + "value": "0x86cfabb29838" + }, + { + "key": "0x794ca7545188c81f3d50389c2e1aec3b2ac72bf2609c92d0d85f1ec3bc2d65e", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x7b071ef9dab5ffd9817155dd4e57e4e9269a9e42a39f8e9007e7f78f9edfdc5", + "value": "0x86cfabb29838" + }, + { + "key": "0x7a2565bd5ca32bb3436bbe3a443d82bfddad509500d18266b5fb9cbee21b2db", + "value": "0x86cfabb29838" + }, + { + "key": "0x7f3be0f247add5cad62450ab6fb2527389847ce110d5f7ec10f54c28ed7f6de", + "value": "0x240802dfbb05b" + }, + { + "key": "0x7f6dcaf684cc7429012fbf52ea6c658263aa14b9e76d3f72bd8884017a02e99", + "value": "0x8cbe0ffa8b40" + }, + { + "key": "0x7acd1ea7fa12f1ab1164c0ab6afe18e8909c8eb88671d90a1e7cee0c7a30a65", + "value": "0x974b622d2fc7c" + } + ], + "0x457842f276ebad0801cf49dab1ffa05319b4045298619d98c4411c7c808e182": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x349dac7e854c833b90c438422da410b420fa22c0e3ff2e866eff381d9d50a4" + } + ], + "0x401f45e2c3d5a64be7f135f9b87ca5c51ea95d6be9fe116531944c2772c4abb": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4102abe0b1c6a055925c8c5e1c7b57dd89b902a6c6a3f119a9e0c32cfec7929": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3c4c5fb017abea8a0458b4c4d32b4e3fcd55fbfd36fd1d885efa0240de100e5": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x3edd4c13551f3c79c93e69c706776a303c58c43e5722a01324558c199e86c08": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4d0390b777b424e43839cd1e744799f3de6c176c7e32c1812a41dbd9c19db6a": [ + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x2d996414ef01bd15f" + }, + { + "key": "0x3351bce4793f90e4aa00447357c2d34ac08611756193d8249009e0396dd7b41", + "value": "0x63d252fa" + }, + { + "key": "0x57c60b189063035eed65879a14ad5f6e718027a212dafbe52f9bcd79e9f4fa", + "value": "0xeb0d55f47f62f" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x1389bf9c35" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x6d330d7587318" + }, + { + "key": "0x25b46f5b262a9d393ad47757edada888e3008bd729a0f43f76a3a0e841a36d1", + "value": "0x8803b429e" + }, + { + "key": "0x5ba10820713f8135c8b0bafc073bd3d353b16a89e3d03e47e6bc1450141d6fd", + "value": "0x55619e7a8" + }, + { + "key": "0x5edd2e2d26f25f352689df07e19660cd93f3c4d78f440666e98e34dc9120b65", + "value": "0x36f9d971e4" + } + ], + "0x488358049bf91c1916969c51babb9169b131b79e04b31050077f6cb4faf51d3": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8": [ + { + "key": "0x1711e7c0d89e550b90bb7f900f302a1f0275144f4c289c086a4eb3f60b93abd", + "value": "0x0" + }, + { + "key": "0x68eb75217a3bfb9e38de96e724e74d6705e1333790833c527260b64f64baa5f", + "value": "0x0" + }, + { + "key": "0x1cfa84de03cfdd01fcbe033d379ff125951fb353a10bc16a847773dbc5f0d72", + "value": "0x0" + }, + { + "key": "0x39e6eb9f69b57a5c8b2a8d035d52f5d18358cdb5c9918b5f44579c17e1f3daf", + "value": "0x0" + }, + { + "key": "0x5e92720850c74843e7e1884d35ec9813a298394e972f5f1803bcdcdfc6fa78c", + "value": "0x0" + }, + { + "key": "0x39686b5bdbfa10f8984a274013379197bd0074c71fbb35e32b55bad73a19dad", + "value": "0x0" + }, + { + "key": "0x3d37bf28dcf87abc1c3472ec18467db45f4b69ed1d1d23439c86d3e56dbbfbd", + "value": "0x726732008" + }, + { + "key": "0xcb0640ea96060e405bd717cf39b0ed421b03381ed01600655cc4ceb6090d7c", + "value": "0x3c" + }, + { + "key": "0x477031f445f552d23bc36faa9f9112c5842f260009a578420f460a8ef42e76c", + "value": "0x5e2" + }, + { + "key": "0x48769f89a7b5bdd193ab3f8007d3329771392d75b2d6225b9540f5a317cc326", + "value": "0x46a00c9" + }, + { + "key": "0x49a8ef79cab313360767015d427d0307368eff5c2c81b019aff018ec638eef2", + "value": "0x1eceef0e23" + }, + { + "key": "0x6430116fe34e45414893a9e23c18f185d42c6e5b8b8c8c083bd5bbe4eb94e49", + "value": "0x22d95666b" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0xc71b8cf0ae" + }, + { + "key": "0x1c0d06bd7060fec0ae69b82cb9dbed198512b21e28f74090aed0092ad8497f1", + "value": "0x1389bf9c35" + }, + { + "key": "0x25b46f5b262a9d393ad47757edada888e3008bd729a0f43f76a3a0e841a36d1", + "value": "0x307d9b" + }, + { + "key": "0x505b40a672945246c5d6c0bc92ccf545d93b75935fe6f980bc2f42e71b0c975", + "value": "0x115bcdbd" + }, + { + "key": "0x5edd2e2d26f25f352689df07e19660cd93f3c4d78f440666e98e34dc9120b65", + "value": "0x41f7b6" + }, + { + "key": "0x25aa48cf46b00b6fd693b89919e9a475f82681f0e74ea129a896d77718d3fa2", + "value": "0x1" + }, + { + "key": "0x4d518b625dd378bf8d43747cb25373469c86d9ee6360e4cc8158608c231d7ee", + "value": "0x15f91" + }, + { + "key": "0x232928881f130d8c51c798b4858001c532ccef67af9c7a928d95aa5a65cb52e", + "value": "0x77bd" + }, + { + "key": "0x2fd9cf009729141208990cc023e3121dafc761993cf20c4d2bc1456e7d71575", + "value": "0x1144e4cb5" + }, + { + "key": "0x4aa2885ee95e2eaf83fcdaa59539ef9301372e916bc2419274d92a453c2b422", + "value": "0x1d715f1ad8" + }, + { + "key": "0x422df7fc7f60572a7c43339392ef1eec3fcfd7defc94dc62a4232a43c8d0bd1", + "value": "0x5f767a0" + }, + { + "key": "0x6201323017b3aa49c7a8b28e4f0abfa92978cc7cc22dfd7a0804fd3206d6a38", + "value": "0x8ae" + }, + { + "key": "0x253f7cdf23483e17422a9a4cc18c413928af8841f204cb177d8462eac2da87b", + "value": "0xf4240" + }, + { + "key": "0x39743e2d6c62b3eb9bf1345f5ee3cc02229635e1b0b932df49e26a7a80ca911", + "value": "0x64c09850" + }, + { + "key": "0x7c89a18390fe9485a27bc1bb124a26ba434f9e89a5ba9c4087adf9ff97a3d92", + "value": "0x1fce3a3" + }, + { + "key": "0x195b8bbc4c2ff4db36a0a7e0ea0645a1ec3557993f297e1db73c89c8613c173", + "value": "0x1fc7be2" + }, + { + "key": "0x45775d9638fc41c2a5325ed42b46fa22433c4cd8f6e3d2a4c30f2fb6503aa2a", + "value": "0x3b4" + }, + { + "key": "0x316ca0a447ba71fce81e5756d2a46ddc10d7a563da3a2470536cb4b95b1e6cc", + "value": "0x1cd67574" + }, + { + "key": "0x45e8e1754815bc9c52f25806ba0354e87a54c8fd2e103b3a640acbea2478038", + "value": "0x5e2" + }, + { + "key": "0x4d12aae6ccc0a9b9cf163181bb165672e2a86d7d86102eae6db55e3b1b8c874", + "value": "0x7c01bd" + }, + { + "key": "0x5f9eb043cdf11f164baf3c04b80a190e52a67792756e029f751296bec5814cd", + "value": "0x1" + }, + { + "key": "0x62e8430f9f1e5065f80b95488201edea22ba2624885393394d35a01eb51bf28", + "value": "0x1f6" + }, + { + "key": "0xf1d3e14202e6114fee605fac025735adebe1c47e71e1244b35f981d0d4b4df", + "value": "0xc22ba8" + }, + { + "key": "0x2d3bdd1a1bb0c992c476a59337c4a20eb0f1571b64e5f9f4087fd0a662b56a9", + "value": "0x51d" + }, + { + "key": "0x6a266d7c5d94c928a5bbbf99df27b45c02bdbf9f14cbfc74efe4bfb4a07afd0", + "value": "0x25b951f" + }, + { + "key": "0x76cfbd76b1c1acc86a202967bb72bd32be3533cbbb500456d7f2e8ba4d15f9", + "value": "0x1312d00" + }, + { + "key": "0x7e5fdcdaabd3d9c84394ea9cb9ce3a7fd04d20af1cf1c139129c10156038a77", + "value": "0x1" + }, + { + "key": "0x4726640ddf0e1fec4b265aeb47f2f75d6c8c1906b506975c5baa0384a6d4849", + "value": "0x25ccf70" + }, + { + "key": "0x7a62fe38dee906972ea280e4a3a3ba53ffc6847ce67fb9450f8a90a30868766", + "value": "0x1e3bf25" + }, + { + "key": "0x4e4569c340e45bc18ed5a0098ab84f11f9787c5178780671862179923537064", + "value": "0x1ae" + }, + { + "key": "0x5ba10820713f8135c8b0bafc073bd3d353b16a89e3d03e47e6bc1450141d6fd", + "value": "0x3b4" + }, + { + "key": "0x704ba2cb7aef5bf304a7b4eac1327ded1e140339c2fe24dcad625e57e53a42a", + "value": "0xfd" + }, + { + "key": "0x61c1e5e3d6694fadd18880e7d0281833bb48a8ba5b417eb14574a44cceabe3", + "value": "0x183912" + }, + { + "key": "0x12888914c709859bd9e32fb43fbde20286b4c2a73a3079aea4d2e9c6d7aff88", + "value": "0x67daea0" + }, + { + "key": "0x5daabe8ea63871321e8e02c5cfab175c673ff10df6ba1f934b3cef05adfd513", + "value": "0x6886a" + }, + { + "key": "0x4eeae9838511ad084400e0d71d35faaa82400d28497db69db0bbadeedea8466", + "value": "0x3c" + }, + { + "key": "0x7acd1ea7fa12f1ab1164c0ab6afe18e8909c8eb88671d90a1e7cee0c7a30a65", + "value": "0x2d0ec0" + }, + { + "key": "0x5eedce1867d14c25fefd1258d925a9ed5cb885b045f1a89a0ca5cfe2e3a6ad", + "value": "0x1e2f" + }, + { + "key": "0x6455154584b7842807cd553b357cd4eb3556296aa6480231a4331cd587a0d16", + "value": "0x18297c3" + } + ], + "0x4368c81c4b8384937128fec8332f03d081b774edc7d13be8d00b69408717b4d": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4b19533ad3d1b0834152ef0462f0c32ea0dcea35c2433eec43b3cf39e5c5935": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4b630006c992fbfdb664a9c30b49971f0227614f54873a980fb4bc2260c0751": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x43097ae4d27e602caeb246491c914994a2cd907853d7e3b7b00c99b4f690a32": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x50031010bcee2f43575b3afe197878e064e1a03c12f2ff437f29a2710e0b6ef": [ + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0xbe5231d4a7bfe407c6df18fbf4dbb022" + }, + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x63d252fa" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0xf4156" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0xdc99871" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0x4cb445e9636cf2c8f633224fad5fe3f2" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c6", + "value": "0x67f5" + } + ], + "0x445d84dc48609f08f24634a799664afa65da03e535390211215327e72a603e4": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4727644d9d8e1c436967b3e174a29717f0d81aad37a23b992a785e143060ee2": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x457505a579a6daea17a619ec2e140e68153a7578d62bc1556e9af64c8569c80": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4598319ed95df8658015f79da091942c52eb12386dbfc668e4baf0c9baeaa0c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4a4479e16bf55ebbe7ccb36f438060d994fac69c75e2edfaf00ae56d45d5796": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4cea352f4175ce1a29c356242cc298f4452d5acaa224fbd0200de4a1d5292ab": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x467a2cdbe0021b67550c6a7be71e3bb41b154dfcf4871b0ea28e018b6a7ffd3": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4e0c54eb15139733737a39eb5618dc83fa9a795914c8e7d16d7ba451ecea640": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4428323add8fe0bc8007175b091d4d657e00594c90e1624cdaf3962f0bda5af": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x53486205dd9de90b8d106128c4509bd9d20762435898ae014af4404e7040964": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x49f1e087bd649590291e6f7160aef0b9d77753df1fb8d62ffd157ea8bfbc89a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x761480a26c78d6af5889a2878875ef9b729e7bf1d8cb6ebd6f31470f150b6dc" + } + ], + "0x4612c7682c492005834bbe08521e202b25eb07a8009bbb839ecd359c1912d96": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5253fa7a3933d2ed07ff14dc9b909e284121c28bcf85a35086b5167c83dbfa9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4a5bf560ecdc4eed3e718a6285724f73ac5943a0e77930db01faab0277ba1e9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x792cf333a226b0ff5746f5a0336235495ecfe82e172d46b63c6466a17f9ca50" + } + ], + "0x506e4cabdf105dc1f4a98494cc8ed75f7abbd14ff33955445fd1f87ab3fb278": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4d78903bd8186315d12d57ccb6f8156261799a428083f1f6840358cd6582c7b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4df1b3a868a24117e8bfebcb5b5a17ab85ee28992fc1b8e64e4b59d4a315487": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4f6efc6715ba6e81dbe193b51f8426a35d92543e9be40969d8f01569e0485a5": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x54b6b186e74838d866fb024cd8e999225adb69d7d8330008b21cfa2cfbfe5e0": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x553f08e64fda1f679f3bc3bdf30397739903ab0e70dd6e96d13baff07456c61": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5900cfa2b50d53b097cb305d54e249e31f24f881885aae5639b0cd6af4ed298": [ + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x63d252fa" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0x32c30a64329cbb39fe452144098" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x9d27868b3fee9629" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x4351e3441" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0xd0d7f6a2e6a3fe300e15b4f8114ac0a1" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20e", + "value": "0x19bdb81fd8" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x1776ea154f148" + }, + { + "key": "0x5205bcb3e3f49a913e913df275c9ea1e4773ccf90f439baf079f61b80303917", + "value": "0x5b0f3612de7" + }, + { + "key": "0x7af134b7c4f8214516c071148fe043502a19625938f2a16f0538ff40518abc", + "value": "0x29539d3bd86a5ae07c7e27469" + }, + { + "key": "0x4d518b625dd378bf8d43747cb25373469c86d9ee6360e4cc8158608c231d7ee", + "value": "0x5959bc27b" + } + ], + "0x57e4313ba6a259c343f0f3980b402170733b8166a0309e0af2268c8b0b3274a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x6eef1a5c8913787e2b8cb61b0f33e94a0d70589f8ee408d010e47ce7da74a00" + } + ], + "0x5642b2153d992cfdd7b468997909efd4c4459ec2bc163bd9203434f60d00091": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x51b625efdaf3f0e8401e7421919346d9bdc1ae088b7c80ce80053f82fdede89": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4f38794ab5b3251015a33a74ec5414ae079435f6acf1f57f0c23878b68ce1cf": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4f358c4d8f535ef110a48e64fccccb4a8778d3e266d32f1ac22e8f641b05ed2": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5adf2d2db68115ea66669f0633cb14573de8c79d792d510c90ccffdaf6e9596": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x566f62e4fd91f2d3145e3a12154a65d943084ccf39f10e2304158c9e07e5da4": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5b36a7c3e1da5c5dcaffdb02fea13346c9cde7fa8c5b0d65f4a879f857fc821": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x502933e3a5292dbea42bfadf99aa8c9d32dd87c86b285cf0c162ebf11310e71": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x4f9651bf54dff50e6a3f843bd6518ee5026cdf8dbe41fe53809c089d6cf9e37": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x529e134e1fba53f09e694fc4c79c60fa8e2d18542c5eba5527871fcf90a300c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x52ba68dea2176df7e807f6f47d2575371d61a61b0292bdd64d5e0d42086a73c": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af": [ + { + "key": "0x382394c20bfa94862d6175aee9d504515445fcadbc81243cafa1f238470ae81", + "value": "0x1" + }, + { + "key": "0x161dff7dc527d755b75d4d4e17ea6881894cd387c236a393a8a3459639104cc", + "value": "0x4" + }, + { + "key": "0x6bb0a9eea94e6832cf0b3b17b1cdd5afadf19f075599134f7ff1c709223c02c", + "value": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6" + }, + { + "key": "0x23617e04da9283d8797ad06b22ae3ccf3b5d0a79eedb817f5bb542afd74fd1", + "value": "0x1635b9a311547000" + }, + { + "key": "0x4ed7b51fc1a75563e752d79d7360a7fcf082a9539226322c490b68d3002b06a", + "value": "0x1" + }, + { + "key": "0x2ac441b95b9b9670f850c53138c74ba5001d7dc02c1af17df022ecdb79e4761", + "value": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58" + }, + { + "key": "0x6eacc673e90c7e0b9245bb00bb24b97d8f12b33cce89ced3d72f71c8fd3da58", + "value": "0x161eb59212962003" + }, + { + "key": "0x201d0c5fe30274ed6e9ea77f8515b194bb991fec0d2f204b93d0cbf6aa3d4af", + "value": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383" + }, + { + "key": "0x3033e877602b25e45fe7cbd2e3c8e72804ae13a0729b4aadd329d91b48f2bf1", + "value": "0x1" + }, + { + "key": "0x525787f84e4b1e1615894f6186d33633190eaad0b78f0555ba7c539816276e9", + "value": "0xe7b26b298842064" + }, + { + "key": "0x564f5b5dae745a4efd000c2879ab86f2940c7a6184e5cd5f15fb87acd952ada", + "value": "0x1" + }, + { + "key": "0x13485d469bde500a8483de6b7701759e56797a168e6a82bf3a70c01763fdff2", + "value": "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a" + }, + { + "key": "0x595f7f48a4eb914d7ff66d9433d84731f8908db44d60b88a3a9cc28f86b7f49", + "value": "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21" + }, + { + "key": "0x62666cc51e4bd83f5e92947b7aed326f77550072cce6d0c1885b1f4361e2de5", + "value": "0x3958c37d84e38982e80cde470a0694d7254a96283d0972c37add548cb86044e" + }, + { + "key": "0x3a1509b11a538daa3faf0dedc348bcb83614bf01bd480be59c0dbe4ff6927b1", + "value": "0x74e6d9e7bc40014" + } + ], + "0x58731aa4b1ced92244f9b478a961f516223226f0b34c73b11b4d1c818056385": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5ae089764c93187343625d3afd21e3abd57aa77e166396b7150b1382567c7d8": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5692e6515a849a947a6a801beeaea12a39bb58df52c0ca047801143c3a99004": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x57453f47728dfca3f9630c8a80e3c4d134ad2c3445ae8af79eda0ea51c8e03b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8": [ + { + "key": "0x3d37bf28dcf87abc1c3472ec18467db45f4b69ed1d1d23439c86d3e56dbbfbd", + "value": "0x71d2758ea" + }, + { + "key": "0x5f9eb043cdf11f164baf3c04b80a190e52a67792756e029f751296bec5814cd", + "value": "0x1" + }, + { + "key": "0x49a8ef79cab313360767015d427d0307368eff5c2c81b019aff018ec638eef2", + "value": "0x3c139ecf6" + }, + { + "key": "0x4d518b625dd378bf8d43747cb25373469c86d9ee6360e4cc8158608c231d7ee", + "value": "0x14dbc" + }, + { + "key": "0x510c664db84ee917626c9a54fc14d86c3f1ac58176a20b04944d035a87fd0c7", + "value": "0x4351e3441" + }, + { + "key": "0x6c2b9e44489d9c6092a74e1d8fc3570247717d92704bce586cce41e9b7b9adc", + "value": "0xdc99871" + }, + { + "key": "0x5fad7613fd327fc13290b4c80dcb56b41035cff52310cc2f9e1d7de286fcff1", + "value": "0xd3495b46" + }, + { + "key": "0x2fd9cf009729141208990cc023e3121dafc761993cf20c4d2bc1456e7d71575", + "value": "0x3ec0abd3" + }, + { + "key": "0x4d12aae6ccc0a9b9cf163181bb165672e2a86d7d86102eae6db55e3b1b8c874", + "value": "0xe9acfe" + }, + { + "key": "0x7fd6e85e7eb6c8104c6231ccde70168abbacc7aec4f6e7ddc5ea4d742dfbe0e", + "value": "0xcb1" + }, + { + "key": "0x7acd1ea7fa12f1ab1164c0ab6afe18e8909c8eb88671d90a1e7cee0c7a30a65", + "value": "0xcb1" + } + ], + "0x575407c03ab0088d87bae40c4131ed576cebb866e7cb6734ca6463d883e807d": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678": [ + { + "key": "0x9f3e5926cd72150839d57fb16b751ef65d8bf8919d61e63dbddf08bcecd3cd", + "value": "0xd728f44b9ceb540" + }, + { + "key": "0x3abea980d2e7a4194c21af5506b8c65b7ae5cd68dabc2c631dafb73a20c54af", + "value": "0x19c913899e" + }, + { + "key": "0x3abea980d2e7a4194c21af5506b8c65b7ae5cd68dabc2c631dafb73a20c54b1", + "value": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383" + }, + { + "key": "0x3abea980d2e7a4194c21af5506b8c65b7ae5cd68dabc2c631dafb73a20c54b3", + "value": "0x1" + }, + { + "key": "0x3abea980d2e7a4194c21af5506b8c65b7ae5cd68dabc2c631dafb73a20c54b2", + "value": "0x65b3867a" + } + ], + "0x5a5e5504af6feaa482341b3ba85289ca8c9a85824879b44380b31573fa6251a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5b95fc039c64fe33c140e6359f493c79be6a7a9abc237da502fa288ec6f018f": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x588a618cef54240223efd5754d73ba0ab0f7836564c9689ffd990f0dcfc427b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x66cbfb8a30b47fbaf276efa635bfec4e83b11d72758c9843570e832981062d6": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x576bf4b8fbad7634ff70da6b9b760b6d3d82e5e9674604a8eaaa294f49999e3": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5dd6219fefb00e1c483c334821ee9f7a47596bc522a97568c6932c65eb3ca7b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871": [ + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063" + }, + { + "key": "0x10064c6264bc3361adf2b26fd01272239473906cb7bbc183b1819e75188451", + "value": "0x3030302e3030302e303036" + }, + { + "key": "0xb4243e5c50fe8b1ec72787e8bdc6875d9e0ac2cf01c216a38498dad9576672", + "value": "0x54600" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd93", + "value": "0x1" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871" + }, + { + "key": "0x1f23302c120008f28b62f70efc67ccd75cfe0b9631d77df231d78b0538dcd8f", + "value": "0x5572534a85cac58dc95c1c86507677ef91647ad02148e7d30ef9c169f1109f9" + } + ], + "0x6b29fc8a9465a3aa04b6af7b143f38390b4cd314d3cbfc6de55e2e61a4681a4": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5ed2ea070c0f438b1f179675bc31374f0b70866324622b6daf70d8012c991c9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5f1d02a06d08da979d9407ce2e5a8831671585b33deac036e495c85a0b90455": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6270e6c29c6efed642d39153aafd36e4fefd1f757b7461fec2d166ff02dfa63": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x694ab71ed5a8c6c947df39d66a61acdfa41401197dcaa6a5e263f637212a365": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x79b882cb8200c1c1d20e849a2ef19124b0b8985358c1313ea6af588cfe4fec8": [ + { + "key": "0x401b10d697e906229ba270ae8780eec2765b28248c735d304fa805268a2d1c8", + "value": "0x1" + }, + { + "key": "0x2420fa16e10470dadb5bfa6d409bec820330653f181743c9dcc409ad343b366", + "value": "0x1" + }, + { + "key": "0x47ae0616d166da753ae3b72961935473b83a9fab08ca96f873b25ae5d301c7a", + "value": "0x1" + } + ], + "0x63ae57bc5298e699156fde2cfff16ba364f15ed965529c67bf4442b3469e190": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7e2a13b40fc1119ec55e0bcf9428eedaa581ab3c924561ad4e955f95da63138": [ + { + "key": "0x57c60b189063035eed65879a14ad5f6e718027a212dafbe52f9bcd79e9f4fa", + "value": "0x1a5362227" + }, + { + "key": "0x3351bce4793f90e4aa00447357c2d34ac08611756193d8249009e0396dd7b41", + "value": "0x63d252fa" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x7daf67fe14e3014b" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x30a1fa8371f76181139" + } + ], + "0x67af364be0f0e5251ce9838a19bf089ffc8a4e4517040b160467ca2131bc9f9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6a7597c1d9d5b19168c000709699b49eb95a1d985bfceb1d0e3d06b1ee7718a": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6d2d746391df5c4f684eb343edda282a151f56ce53073cef52a9182c32ac1ec": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6ce6d84725b6fdeac01214668ffb424efaa38a65526d0861c7c4f45b52d2869": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6cf791735a5633c807099c232a49f65c73e0577b399092c197d219c967ed2f6": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7675b9a57adb4a607acb494dfd1c183907e52deec8d074adc562813483a92af": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6410ae83eed57f5272fef5b6ab3b4d425d81ecf6ec26bf3d9615dbe377553b1": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x5d199ca7247b42e62fc74b5bfc6572df24d10d19095435e49c204866c09e0af": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x4bdf90331a399097345891c0f17c2a04ddce6af48cfff625d664267125766a9" + } + ], + "0x6d713a367617ab1575c99bcb9da8c5eb25d3da8b975d010987c726240bf9f1b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6dad183197682d49b710f31e6bd6436d1a2df502ecf51ce1e834950cefcb1e4": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6e6beb98ddfdafa46de75be696c87fb3bf5a47b9af7bf34573d4f963b0dff4b": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6ab4090b1f7ae7ff8bc21a14c2cebc03c287fcaf13c61e001770bdc8c233e5f": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x1caeeddf0494ad19d31f22905428078d1b2488419c71860b4ead1f27292c84a" + } + ], + "0x762302e1d9692fcf22fb4dd61152472d7618608391ee32ee48e8fef4c374274": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x765b738f5aa647ec65aa86f7a56185fc535f28d94a8a594a27fceb8a1d56978": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488": [ + { + "key": "0xd6d5a434f2f66699fea34645ad527dd7b28c860c10f7862577d47192473dd2", + "value": "0x1" + }, + { + "key": "0x234e838730dc2adde9af51242f741d23d42275399df647b06d9d765064c20f6", + "value": "0x0" + }, + { + "key": "0x7abcd9bdf4e7290c57bc1665dc8342a524a88b3a673cb2fa75bf8bcd0846c5d", + "value": "0x2" + }, + { + "key": "0x45f846d7454936a48cac6fd437cc7f1ca5ba124715f5540c25f03fa26813f8f", + "value": "0x0" + }, + { + "key": "0x174edf084b175f2e9c1c34ff7e78c85cf0f860849d0da3775dca4b5baf54ca0", + "value": "0x0" + }, + { + "key": "0x4b185785aa999b486ec5fd2c12890a618700b1dcea56d21920afa545764f5ac", + "value": "0x1" + }, + { + "key": "0x72547750c163dd17ddeac4d187a8e359dfcac64a246ea8d1e760a5650dad49e", + "value": "0x83c9" + }, + { + "key": "0x16b1ab74b6bac3b81190a770cd575f2987838e1858a9d387ce00ea64dcc1b87", + "value": "0x1" + }, + { + "key": "0x5fdc28e5903b247ba3c89fb1f91fb4ad7624c924a1998c09f8a20e63bfdd5e4", + "value": "0x0" + }, + { + "key": "0x7f1581bc59b41a7a4874cdc3c0ab3d828136f5990cadbc0d601e330dfada88c", + "value": "0x5fdf" + }, + { + "key": "0x4ec5bf4ca2cfb5b2013cf118e1e6e9403b642b4faa0419cb500f3992b9f4918", + "value": "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc" + }, + { + "key": "0x533c89fd136992e3281309168c89d3904f6800e8dc5a847ae6d4d72fd1ddde8", + "value": "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9" + } + ], + "0x73dbd4cdf9254be7505f109eca75259b8e2f45bc9b65caa49480bed8fb80afa": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7b4b7161774a81148ee132ca9b7b3d42676e96cf065da4e7a1217bed4001997": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7b67352a41fa38f976371cdcd4e9469a18e228172404234b9d3e3a452511b06": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7e2f0774eb055cf7d968cafe0ad74d1c8662b053105a2fc9cb08545716ec96e": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7fc7a01ce98c898d0ff5c3b2b6925e9278c1ddf1fb33f2170263720b5b81438": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x6e578fd41715c49b63dc888b8674c754a2ea24b7b318d108a3452800fa89019": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x7cb4e442b107cc6b349805a65f69d1d8a59eb5cb597a0a4bf8e241d5f2e6e09": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x774d545137ef7e2bf034e6cacadf16776a0a288d90c398c1051b96e8a34abd7": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x7d2" + }, + { + "key": "0x2207e366e65d324e1489da242ecce17aa7d2f40198d56412710d2bc2752dee1", + "value": "0x0" + }, + { + "key": "0x39d548775fa12daf0e77cf95f1cef6f14761f0dcfd3b0ebcdd1aacdc547fcf7", + "value": "0x6b648b36b074a91eee55730f5f5e075ec19c0a8f9ffb0903cefeee93b6ff328" + } + ], + "0x768fcc86e992349edb12050399800f14e18dd70f84eda5c07b7d7286f755b88": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x33434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2" + }, + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x5" + } + ] + }, + "nonces": { + "0x9e5e4032a517322b04365b9a8d40a5b4206824d6f5996d55f384059fe443fc": "0x8", + "0x668062e224743cc1f9ca8b935762cd79af52791b58725cd025465c2720a34d": "0xc", + "0x1d871af074048cd5943a7aa2970335a8de60dc2673aa96032af256d2730468a": "0xe", + "0x6977d9afe3814ea44afdb92f3c0f9a0a6e58d02e3c3c808b4dec3f9e8b7c7a": "0x5", + "0x711762d40d9eb603e5996e35205b676912fc5933fe653de01b36e33427c6a4": "0x4", + "0x1352c26df3e2b2181b0518e9404191adbeb146c70dbec5dfa997a95e318765c": "0xa", + "0x135faa783a11cee068cf6424db10f59f252941c4067c243495c7b76ea327b60": "0x351", + "0x18db686510b621f4e445ffebec5133f3224766aa269e11c3909c576b5472b24": "0x3", + "0x1c31d413a8a037b257cf1e7cdb3e8d66a872a55765b066515090e343523def8": "0x13", + "0x87fa1babbf5637acec95ca68399a1a2ace8feff531cc7cef585399afcd1937": "0x45", + "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784": "0x3", + "0x1763c8752be233096f1edd15395a1aa24956efb0ee688d0de927bf3a8df2bd0": "0x3", + "0x18d636b1e0c5d028702f93f175524d004a9f49bde02d1d651936aefc1236df5": "0x27", + "0xa132cec83b8dc7c69f1ea59ff31355552beffca42d7ec6c3f64ef538dadf25": "0x28", + "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024": "0x2", + "0x15df630d10ce0fb9344ca325843d38fa2dee39cd66ac0fa776a53274fdb59bf": "0x343", + "0x89a9aa36ca77ee1b0a9d9421319be9e140a4c3b6d121d5f5189c01645eb3f0": "0x14", + "0x19939ffb7f2f0b6fbfb54687be512c7f8293fe00603acf66fdb491f7553b741": "0x22", + "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0": "0x1", + "0x25c83dfff6940d2e3a56f64a754ed284089585e20c15729def38360b7d5f5a9": "0x1a", + "0x2e4e1356976399aa38004abc107fb674215062c21fc5738077072d1287ade2a": "0xb", + "0x3312d1144b649e41cdcc90ddd6c546466f94ac97ba991dcf5646cd431276a7c": "0x9", + "0xabe9a7ac7fe5345124bf7c4581c4f106e530c22af5a244a1c021e94eb1b69": "0x7", + "0x35784b340a23cf613d9307f5d048da7d97ab4035459cdbd89decd11ce421bb7": "0x9", + "0x39ef6032b10869324f7d84c7f89891e7a77289b49d0d283296d9036d6e8c094": "0x67b", + "0x3863d5c2b0587905d05d65b8e74fa24d7b833ac39f830ab66dab131c39de7e8": "0xf", + "0x3a0f9e37588244fa4fed42e67af422dfd4599496afecf1dfed7e58ec93676db": "0x6", + "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f": "0x1", + "0x3ab1c1197f0f5d249493b381ef6cd580de3ea95e8d23e129015054a6249dd0b": "0x3", + "0x2b67fa011ea8fd36a893fa935e1631f0faa2bba180d22d1711534ff6dcb2d7c": "0x4", + "0x335b2d0604f7eeaf557c3bbc4ddf950d6de712f5bb6edfb3586a4116e870355": "0x8", + "0x3bfd888a88956ad97576ebf707f7647b12d6ebf14739c7987910295dc83a6ce": "0x6", + "0x3b75e3d13068096a53cb22658ad5383437137baf9d121abf8ca62b978c4f809": "0x10", + "0x3c783bf11601e0938aface1d19a159bace61a3e3745aed929ee2d695b68cc3a": "0x3", + "0x293a69b2cc0c6c147c312c2bc4ee66d743d1f483ce1164e2581b85187d2460f": "0x1", + "0x3534293877793f28de88c602aac0797704d4d2865bbd92ecf54ddfc6ceaffb9": "0x8", + "0x413ecc24e7bfc02f62521efb6d5f1604bb72237f160c7d9f98862395ae0b977": "0x5", + "0x3af197c47a3573228a3ded949bd21b7903047a24bd96c4f5972f24f4dd87fbf": "0x4", + "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383": "0x4", + "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882": "0x3", + "0x54c518d91b2f0575c1aa7d22cf313ba0d0628136ac206280aae52ac7d19dff3": "0x2b", + "0x551bcc9a49168acd1815e637bb4dd6ce659baf31e46596651465a05374fb519": "0x3", + "0x541b06e6dbc2e57dbade45d75f8888f7af7384062a1c0d213261b3f5e5fd75a": "0x2c", + "0x3f8f4260cdb20d917faeb9025fa5df8e4b4af5e65c43d26a6af8420072b4b21": "0xd", + "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58": "0xa", + "0x493764eb5e5a205eae069a34ef0eba1f79b378b116b33573b7ab23beaff6541": "0x2b", + "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee": "0x1", + "0x5432df4b20a1219002d3a5dc1e9618e38104fc24a855c339b31ba1a453c47ba": "0x6", + "0x537b76258df63385e99ed20a37f3b7c76a0d04aa2e54ee4e3bf5399eb4da36a": "0x16", + "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd": "0x1", + "0x53877052f990547ec7ca9dedec3a33ca321d3d45d2ca0790a1bb34bae52956e": "0x289", + "0x60a0d98396c153ba993cafb43be13f9b56297fd3275ab9456b93b9d170f7dd0": "0x4", + "0x6bea49da17837c65128d9f36a04f28cb0ed741d723a9715097f71f8f5a0b42c": "0x8", + "0x6a4f2d9ee85169b132131843858fcf060976d074f948948411b3b9c3a529d01": "0x3", + "0x5783b9395ff266ec29b98529dc38615bd99dce742fc56b8a02e0df9d942dcdf": "0x11", + "0x6f40a7cba2e500321519acc0e8c6554fc19da93d7f46bc65637e9865752d4ae": "0xd7c", + "0x6118a45ad073b5d94e65d6dac45b24c8c652b1fd284cf27317dfee213b780a2": "0x6", + "0x713d74b07052edee541b6b736f53557da7665c2cea6c7f28efbf04468798105": "0x2b", + "0x5a60193cb3e7fb35fd1d0daf1305c3a5409e0d90da3e71b0269e1720087e579": "0x29", + "0x71825af36011d19432b0a0b930e6fabf6a2fb01d5919e7887fbc8b14e4f797b": "0x2", + "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871": "0x1", + "0x788707b697dd78c7eaa96a847deb99454dbd2b5fd4784b7fa1e3c66d3d94a1c": "0x6", + "0x61ee58ad6c91cea98c846d20686159581ac33b5d3f4f4cb9ece601b69cb6fc5": "0x5", + "0x7b393627bd514d2aa4c83e9f0c468939df15ea3c29980cd8e7be3ec847795f0": "0x5976", + "0x5f1da1721932923811386da9f001b367eed17934981076010f8e953d4371d98": "0x777", + "0x692aeb68d00e8eb6a031e2beb0b5b7eca48a56910b200e977857263e34a4067": "0x29", + "0x6e35489f7ba8ec46cb4f4f0a6ce397dd9e7c99708f9fc7deea05f45070a04af": "0xd", + "0x68ec49d6b1af83d6ebbd044f71c64abac98e58d7a354655c8edc9380d02c149": "0x5", + "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14": "0x3", + "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6": "0x9", + "0x76855c8e96569b2b65fe8df9eff14656e898fd08b6cb5d23cee9fffaa74ecdf": "0x6", + "0x773fae0cc1cedd7366e478ebdd87ca97002f65c69476099c140c208d73f76c4": "0x10", + "0x7dce1bc35df66474e42c6b36e79615d8a2d73a873ff06b2a49689fca4b9b852": "0x27" + }, + "deployed_contracts": [ + { + "address": "0x2389cc7e9d8745230c7f36dd88c35ce3dd8ad4005f4024d741139afed786784", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0xf7f49dfc2ee1a77f36399a4dc69559a1f42cb4286d5b9790448336be59a024", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x2289c74b9f248e1a95fffddd0a740d62afc613ba9a49a88ae326b12a93223e4", + "class_hash": "0x51b8d6defb074ef23ec0866a8b89f8224fa43d5a393de29f3bb6fa67e730c27" + }, + { + "address": "0x8491416d206739ea8087eb0c9a219217684a1cc1c4e8798e89ada33ab51ca0", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x29b5f1915a0c5830c90f44de696b0f77a11ac281d502068e79a756dc30c177f", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x39b4d62e4c59d31d1b18e70bf34025ab76510bc42f1357e6211d7c7a8ada59d", + "class_hash": "0x1ffa341ccd458abc28b46d41d09bcdf69fc7e351a7cef42e63975ca997e6a58" + }, + { + "address": "0x3bcd730c2d05777669db4ff370d211d7560aefade7fcf685c2b253131cbd383", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x45d890338441dec5784004a1c9dbb636d42f24419d8ca472c8b423835bbb882", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x4dec1e23287eaac67e532825b01385964c901833d1ec12e696daa25ec904d58", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x5067d95f9ba5d503327da337203f5f95950e43d568780ea22fb5272acd433ee", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x52b3afc7b1fa992c26a042f3987aa8a64324d9795c1b550bbe55262978cafdd", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x675f8f599c36ee6c1fd9b93ff8831b6fad3b98f79785ebca7461940e1e96871", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x780827f9ede707057a5de59b5aa16e245f52f2625a334986140fb69c1744b14", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x7318b91c502a6d0d29aa52831ac2f73df389c51ba6798f5e7a87ce4fb49f4b6", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + } + ], + "old_declared_contracts": [], + "declared_classes": [], + "replaced_classes": [] + } + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/state_update_with_block/7320.json b/clients/feeder/testdata/mainnet/state_update_with_block/7320.json new file mode 100644 index 0000000000..1a80c8fd4d --- /dev/null +++ b/clients/feeder/testdata/mainnet/state_update_with_block/7320.json @@ -0,0 +1,12393 @@ +{ + "block": { + "block_hash": "0x63f909587f20f6c450fdbb3ae671572444e6b82e791f404fde563f16ec1b2a8", + "parent_block_hash": "0x328a6d83749567ed06ab46fb42674246ab223649155087f5bbdb7b4ac31a8c6", + "block_number": 7320, + "state_root": "0x157973857f5cd5f56e196d01f77b45c1cfc26d16cce16c10ca9ebb058f34537", + "transaction_commitment": "0x5ad16c51c046109a3608d2b1284edacb5d13de23f47111b0e93679d29f1ade8", + "event_commitment": "0x5271547e01f5053407c49e9459367b958a8a502a69118e94716cd65fc545976", + "status": "ACCEPTED_ON_L1", + "l1_da_mode": "CALLDATA", + "l1_gas_price": { + "price_in_wei": "0x6e1ade091", + "price_in_fri": "0x0" + }, + "l1_data_gas_price": { + "price_in_wei": "0x1", + "price_in_fri": "0x1" + }, + "transactions": [ + { + "transaction_hash": "0x55a4cb8a1e3e73940276d0cd7f7e654daa17aa4c719a37009d97345adb05c0f", + "version": "0x0", + "max_fee": "0x333fb6c51c7a2", + "signature": [ + "0x1c21e85357a45dcf894aa39b6ed376de9d4162e32a69e523ff0eaedb29c813c", + "0x236436fd5b4df9378f3af099989d3ea6b06e1802206d3ab2aa0546cb8621500" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d53327071376f446350625365763661506965516d7442", + "0x6d58786532544767533137703844665938547869646b", + "0x0", + "0x0" + ], + "contract_address": "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4ad01317438ed820ddc41543a7768cb660a27ee9913af6a9406d3c60fad9a8a", + "version": "0x0", + "max_fee": "0x333fb6c51c7a2", + "signature": [ + "0xc30eb1b90795c9030335de2574ee6aa7a813c54d39c790f34a7f11449736f9", + "0x61820e7a886627ab68114ecb978324dcaace1d38de51647809bacda0d7259b6" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d6359565268514d444a314d756336376b434c50776f6a", + "0x324d416975596566476765446e734b6541543473484e", + "0x0", + "0x1" + ], + "contract_address": "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1222c7729bd796ce5572217a5cd50445e62d583faf5781ee481e1028955a2fb", + "version": "0x0", + "contract_address": "0x662c86b6a531821adb44587bc1269670136e0f774fa27cc19a8eaa12f6cdfad", + "contract_address_salt": "0x4923c2e7a4f0db7136c134180055b6deedf09aba4ff315ebdc1726e343c376b", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4923c2e7a4f0db7136c134180055b6deedf09aba4ff315ebdc1726e343c376b", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x37dad3ba06917f2325328fceb5a73c9c55b463c31fcfef2a403368ad165e2fb", + "version": "0x0", + "max_fee": "0x3eca11f2fa778", + "signature": [ + "0x40843abd273e7b0783ad8199baed36219bd8499c90fbe4e68458257892ff97e", + "0x3cb7150f3347e8ddadf90c9181d5ac00041a1e25951c134dd1f3518c2d77e3e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x3e2bd66aeb9284521dbba619e698cd99508e215c152bf788b608349e67bba61", + "0x0", + "0x18", + "0x18", + "0x0", + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x3205af7670000", + "0x3ac0", + "0x0", + "0x2134", + "0x0", + "0x1", + "0x1f1a64f6d1138d910302ae3d4a786b40eb0b07dbf428c38624a1fa96236183c", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x3205af7670000", + "0x3ac0", + "0x0", + "0x1", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x5", + "0x0", + "0x6540f4af", + "0x2134", + "0x0", + "0x7a15955d0da6b8de052e740c53ee27735fa896f7c83561c4617c9d8c7e526d4", + "0x5d7bc203a6e5f77122ac1730a7348407b6735a52652a02d053a25c86c48e9f2", + "0x0", + "0x7" + ], + "contract_address": "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x14284853a4ba99dbde5abf442c1dfe50fdcfe0cdff78a9e4e5f1a2114d9c1db", + "version": "0x0", + "max_fee": "0x3523d1f488f58", + "signature": [ + "0x7dca098691919e4ffb22cbf5470b585772080b19505a8626462a4d2b96a1dc1", + "0x1ddba657ca8764e039d240005f8c55b9bb8ef854e4ccdf7662638c589949c90" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xe35fa931a0000", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xe35fa931a0000", + "0x0", + "0x571b843754dd92e1", + "0x0", + "0x11" + ], + "contract_address": "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1589b1baf5900b5547df5b3c450acd0755e639809cd0b8afb30e3db643b2758", + "version": "0x0", + "contract_address": "0x52c3c41546165d9b4807bf1cb4fc048ec67ebcee37119470f4d574e6fa33b66", + "contract_address_salt": "0x49b453302d0b27ed0a1290bcdf98567433ed2fd1b34b3453e72a6d1d8d64cb7", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x49b453302d0b27ed0a1290bcdf98567433ed2fd1b34b3453e72a6d1d8d64cb7" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x418beec5153235598e3a8d7a8b9ce87044c527d1d851fdfcd2d00b02ab75937", + "version": "0x0", + "contract_address": "0x96efc97ceff1df64ac04fe5e7131f157a45ae5300f3af62574c1b402e50b56", + "contract_address_salt": "0x291ebc4acb5d415004c18a6766b69c93623c296c45a3391c8f63fd356b11499", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x291ebc4acb5d415004c18a6766b69c93623c296c45a3391c8f63fd356b11499" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x7e4e2c98a412bcbfda8ea0bf21d9242e5fbe323a93eb2d6c61a84999164e367", + "version": "0x0", + "max_fee": "0x353c3e56deb10", + "signature": [ + "0x6bcc61419736df73d0f1a1ded86ea127c99177389cdf37eea723c9d968c2f5", + "0x6f792ae3e372ad10134e131cb4f0c5c7877e6f05f82e24b58c3f65a502ab4bb" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x11c37937e08000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x11c37937e08000", + "0x0", + "0x78bdde", + "0x0", + "0x5" + ], + "contract_address": "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x70c28656cc0a2c13a6258b74675fffa8bf9bd2ae8657e62d37230ea6ffbae18", + "version": "0x0", + "max_fee": "0x376b5d469ba32", + "signature": [ + "0x5058d46f827c3bf3bb394591657badd7f4bea88fbef0eba4be2ffb177d85a9e", + "0x35057f5533e8be9e3aad86179e61e27ad88bb65e64b0bd4d099759d2da8c589" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d54634874486b3336346d6e4a63773350476b59647578", + "0x5874616f6a724c6b794432584d5a344175674a75614c", + "0x0", + "0x16" + ], + "contract_address": "0x67743635d95696527299b3e3e0d8753b28c5ea41a08afd12e9dddb63a5b8c3b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4ee08da287eea8821068c264812a9c9dac83ef60880c920ad2c49d22d92098e", + "version": "0x0", + "contract_address": "0x2d169c7e6cbc36a42432be8dedcd516338b4f796c37fedccf81b09cd96a7f76", + "contract_address_salt": "0x229b8b97d795ecaac7d6e42a6c24c182fa98371303083a5cc83c9a28fed8106", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x229b8b97d795ecaac7d6e42a6c24c182fa98371303083a5cc83c9a28fed8106" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x75204428719daf658771a3417e065a9201443eebae85d2d7fdd24037cfa3598", + "version": "0x0", + "contract_address": "0x27af4b80feb7f475f21dfe83ddc534ee1c843dc67650f25c54a572133ec55c8", + "contract_address_salt": "0x253b84e08b369d9eef4b8dbd64211f14c0eaac2f05535dca5f2a90b17def19a", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x253b84e08b369d9eef4b8dbd64211f14c0eaac2f05535dca5f2a90b17def19a", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x5c622865e6360960d1a915d9637a88c3b1ed9076f65a64063aeec6271c41d1", + "version": "0x0", + "max_fee": "0x35fd038395a6a", + "signature": [ + "0x429b404aeb97d4008cdff2aebf0e28bfd7765a02295d832584d8336277bbdee", + "0x5ec564e3b586def81703f0c6a256b7f05705890365375fa5dfc6529be61c334" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2fd169c", + "0x0", + "0x2fd169c", + "0x0", + "0x690947e38c9d19", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "0x6362695c", + "0x1" + ], + "contract_address": "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3a73bf20c2244f50595b4a2bb70f12d623d17a451c998845ba53c011a96a9c7", + "version": "0x0", + "contract_address": "0x5677357c1390eb83b604bca35ac06ed75e0316bc5ba322b95027adc225c1b95", + "contract_address_salt": "0xb56b7da9dc9a26aab479c703d6fa691e250630c5abe53ece6ea412d218f88", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0xb56b7da9dc9a26aab479c703d6fa691e250630c5abe53ece6ea412d218f88", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x37d334751dbddb6dcfe9182b780c249e597145ccbba3fb667a003196beafc39", + "version": "0x0", + "max_fee": "0x1a1a68f48eb7a", + "signature": [ + "0x45afd5dbfd0a538a1d700434d53f67a72d034841aeb1df6ceee875d93d2bc8f", + "0x42863bcc8047425eea20c1024b2d703e264c2e8aa1fa0d7288c40d2f9e429bc" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x2da67333b8d86f1f4050ae3edff5efe423982654c5ab400d13aa9ddf5a84070", + "0x38d7ea4c68000", + "0x0", + "0x3" + ], + "contract_address": "0x39d9352ad847a3703b550da7415619d89691c701dbba869fc902e6897ec98bf", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x59b04ded6460a3f8824294e98a75d32a0d1b1792a1aa843eb739a571a0fc25a", + "version": "0x0", + "max_fee": "0x42b36db2b57f0", + "signature": [ + "0xa2d201f66af16a26b8a04f85816c7680382bdb360ebece305c8401dedb5c55", + "0x45791d6124c80029e6c871959f223eb620714caa9caf9175733d7cd4c59896" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2cfb12ff9e08412ec5009c65ea06e727119ad948d25c8a8cc2c86fec4adee70", + "0x6", + "0xa", + "0x10", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2316744dc130e", + "0x0", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xf4240", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x2316744dc130e", + "0x0", + "0x2262ce233d53b", + "0x0", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xf4240", + "0x0", + "0xef420", + "0x0", + "0x14" + ], + "contract_address": "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6ceae7d5eef1fd37ae318ec4f87c43794da976d7ab3c831a12df62e0221390e", + "version": "0x0", + "contract_address": "0x16d9fcece1f969367c7ade9275b9a2c385971c6a61c70ba450a509dac8b6e86", + "contract_address_salt": "0x6be809103166459a1884032ca2a04045dba517e46c5204ddb4f44568413e91e", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x6be809103166459a1884032ca2a04045dba517e46c5204ddb4f44568413e91e" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x4838fe6e586f4936e8e69b545488cf18ce70dddf53309f3b7ffb4521890315", + "version": "0x0", + "contract_address": "0x2205a89cbbdf3f9b58195ae9104d55079ecbde35e2bb006f624380c8f3bea0c", + "contract_address_salt": "0x22bba0ebf04b077d07d8f323b43062128a787d67379adc40295818d502e9237", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x22bba0ebf04b077d07d8f323b43062128a787d67379adc40295818d502e9237" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x3475996048f1e0587bfd65b1940256ff4773cc4165e1b99f06325b2e2ff184e", + "version": "0x0", + "max_fee": "0x46dc764e3dc1a", + "signature": [ + "0x57062e5b983fbea258883adc5f1d6b5b84355d4980a004ef29593aabedf363e", + "0x5875e85024ca728566fbad3fdd2520b03746da2782338bcc2615681f752b241" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x16602ea", + "0x0", + "0x16602ea", + "0x0", + "0x134498c330ce71c5e", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "0x6362696c", + "0x1" + ], + "contract_address": "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6846325801b6adbea54c3042e3f07bb812a33d3a893a448a3f2ee66210e7a85", + "version": "0x0", + "contract_address": "0x87b4c7cb9ab443f90c3e0ccf2c9b4f6e07cd9e4b6432bff1ec7fd5c31029a3", + "contract_address_salt": "0x18337cd525b8e8caec1b535dca92f69b79b9bbeb4b046439b850167b24ca620", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x18337cd525b8e8caec1b535dca92f69b79b9bbeb4b046439b850167b24ca620", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x4bd3308adab9662e488df0e47c1929122e861fd87d7b8b83d4285c9e0b68755", + "version": "0x0", + "contract_address": "0x678a41f0b5236ca8cf3cc73ee41cfaf2346e9abab3ed9fc028da8ccdb17d094", + "contract_address_salt": "0x292a9f55acfd03fba5c8e29340b12fa010a83757aa2b7297062b59453fa6863", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x292a9f55acfd03fba5c8e29340b12fa010a83757aa2b7297062b59453fa6863", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x39b77087a2353ea35f46efcc8d06294c5d1cc64c062b102ab6a6f97e0911a37", + "version": "0x0", + "max_fee": "0x35c98cd8f3494", + "signature": [ + "0x5a7bd4542393e180da70b74fe5c210709c80910d16f0a9c3cbc4c5a8f4ac5bb", + "0x69de73a80bc1732f27e05b5aa865ad181b1ac40945777a651671054722814ea" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1156558a810000", + "0x0", + "0x1156558a810000", + "0x0", + "0x69338fde872e1ee4", + "0x0", + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x6362698b", + "0x0" + ], + "contract_address": "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4f7f4e09dd4352c96bff5c73c412b6ea2f6bec9921b41000ac4501a930de2f", + "version": "0x0", + "max_fee": "0x353d1da386532", + "signature": [ + "0x326ce6641dab3d2622b0d1df83d73f337ae377101a34518301510a2293d1e2d", + "0x33df58b679e91173dea0e05a8176b451ff59ca53f44432bf60d8c9ac8181e96" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1c6bf526340000", + "0x0", + "0xc12a61", + "0x0", + "0x5" + ], + "contract_address": "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x39147694ae5f0a0c98c99b4d5ead95a3b0143b9ff138ac46c8b9c7dc9caffdf", + "version": "0x0", + "max_fee": "0x19ff5eac4215c", + "signature": [ + "0x4aaafba1659542879247fc44b64adee91fc701310708f17ac3baef56a27aba7", + "0x6acd0f6b600ea19707ae349bc88729c941705da81ad4fb7f80c9a51ffda7dea" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x3", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff", + "0x2" + ], + "contract_address": "0x69c60e4d7e2d9ea17effba80b0dd16a34c89ad5045a7d1f545212c2e6f483e5", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7ca690e408600ace3e04c173d32ef96953337a9cb8c111623064891218f0a43", + "version": "0x0", + "contract_address": "0x7fcb67b5012cabc8232e1a9848615bcf36657c184e3ce3f015bc4dba1379e3b", + "contract_address_salt": "0x99fb9605aa0698d5681dfee1eb7a581e9259e647f16a1cb11ecdd1f24e8edf", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x99fb9605aa0698d5681dfee1eb7a581e9259e647f16a1cb11ecdd1f24e8edf", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0xb3bf102213be1718571f2e621fdf2bf9f66be03930a87cc43e6a7d24b5250", + "version": "0x0", + "max_fee": "0x1aa8d92665000", + "signature": [ + "0x45bb75f5e229e8fa8acc65f6601888858698142c30a6e397e21aa5e15d882f5", + "0x6a35962b53c6df817182ee2f011aa2a62a08ed680eb6f8ccfc1edca2ed4f6fe" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x71afd498d0000", + "0x0", + "0x4", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x71afd498d0000", + "0x0", + "0x2e25ae", + "0x0", + "0x0" + ], + "contract_address": "0x74102023ea290462937cdb2139131b1fd127dc67dc8b9ffb8359eb10417f3b9", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x41ad403a920f2661cab41eb4602312f9a89e586b516dd365846b56136da4257", + "version": "0x0", + "contract_address": "0x42fbb92afa986e4215ea643ef71e634d5b772b03d71b141a4c8f7e175fd80b0", + "contract_address_salt": "0x23a92001bd26a33e399738230dfb537c0da72879283fee068064d93dd5a74fe", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x23a92001bd26a33e399738230dfb537c0da72879283fee068064d93dd5a74fe", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x35151f9431466a65a6a18bd90ef155527fe3c1d79600dbc5e1ce0881e293f82", + "version": "0x0", + "contract_address": "0x7e8f7b4fdc165d2f98cf6b5c117459a43b34a0ed7311189a35bf3936acf0885", + "contract_address_salt": "0xc95c100b852d3473c39449b2f6eb7b7173f055ea28c084dd025f9b04eac921", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0xc95c100b852d3473c39449b2f6eb7b7173f055ea28c084dd025f9b04eac921" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x1b9ea5d84507933c251869a53c3c2a0c0c552b1bfe11f5f0192c8e99b2385b6", + "version": "0x0", + "max_fee": "0x46dc764e3dc1a", + "signature": [ + "0x2ae81de5cde0a024fc2c3d65cf071bb9c25a0aa02f039b78286265bb06c9234", + "0x18fee096c87a78143312d04e384c37e4e7a8f3b9615c52d19bb2cdb112861b4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x24df683", + "0x0", + "0x24df683", + "0x0", + "0x1faa50c73edcb9b5e", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "0x636269ae", + "0x1" + ], + "contract_address": "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5bdb52afa654939f07036ab91b2939a8dfc69de8af702f99f913759277d4e25", + "version": "0x0", + "contract_address": "0xfb69f3315b6ce258824aa3fd704a72dca5a23dfcba4771358aff829a9ec4f5", + "contract_address_salt": "0x5da55d496b7b206fb8e23b61fc6a931b87e7031b0e51fa4ba4ab75e10ad72d", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x5da55d496b7b206fb8e23b61fc6a931b87e7031b0e51fa4ba4ab75e10ad72d", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x53543a27d85630056ed4733e60554a2b7e0c2b6671dd4d46db4010b28aab931", + "version": "0x0", + "contract_address": "0x3e059fbf4f08cc1da0085acbfeb087eea99171cbe7d9059b2469062f7cb85c0", + "contract_address_salt": "0x5d0f4d0a6cbe08b977533c73e0f82e238b3dc1d4ec956f94c672c5cebeae5cc", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x5d0f4d0a6cbe08b977533c73e0f82e238b3dc1d4ec956f94c672c5cebeae5cc", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x5b986a8269633bfdf2f397a23d42eea7eccf918760f0806f81b665918ef44e", + "version": "0x0", + "max_fee": "0x1743fa30382b8", + "signature": [ + "0x16f710493695e796fae80b648d9eccc0e0b0a52441205ebfb42823df47a10c", + "0x127161195a735116fef60764db6d5a0963efa357e95df8a067362f89d4fa84f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x3", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff", + "0x2" + ], + "contract_address": "0x5b5a388777ed6ab9a7b151f85dab88e1ac2d3777c597df68cd1261f9374f667", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0xd61fc89f4d1dc4dc90a014957d655d38abffd47ecea8e3fa762e3160f155f2", + "version": "0x1", + "max_fee": "0xb5e620f48000", + "signature": [ + "0x41c3543008dd65ed98c767e5d218b0c0ce1bd0cd60877824951a6f87cc1637d", + "0x7f803845aa7e43d183fd05cd553c64711b1c49af69a155fe8144e8da9a5a50d" + ], + "nonce": "0x0", + "contract_address": "0x611de19d2df80327af36e9530553c38d2a74fbe74711448689391016324090d", + "contract_address_salt": "0x14e2ae44cbb50dff0e18140e7c415c1f281207d06fd6a0106caf3ff21e130d8", + "class_hash": "0x1fac3074c9d5282f0acc5c69a4781a1c711efea5e73c550c5d9fb253cf7fd3d", + "constructor_calldata": [ + "0x6113c1775f3d0fda0b45efbb69f6e2306da3c174df523ef0acdd372bf0a61cb" + ], + "type": "DEPLOY_ACCOUNT" + }, + { + "transaction_hash": "0x53c3a1e3d1f634af6e2204b66c730b42bc9bb34faa6556b73784a4dd83c2fc4", + "version": "0x0", + "max_fee": "0x30509b04d94d4", + "signature": [ + "0x23976a04828c695811dbdf1ef935b40e569389f08f9b977db33191fe7ecb6ef", + "0x56097408d824d75cec59c01d1dad7ec6e03fb1a99b25b059c4d9956652943a1" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4a6d24a", + "0x0", + "0x4a6d24a", + "0x0", + "0xa35e316773c5c8", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "0x636269d6", + "0x1" + ], + "contract_address": "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x62c34e73f9dd3820b8ae9856b38028e428731fe90d76630eaa0d1610a152640", + "version": "0x0", + "max_fee": "0x2fa28821a2d98", + "signature": [ + "0x635d8c1fcfd9f5637b4ea1254842e150936c41a5029ab39b28cb9eb4e746965", + "0x7486e244684c4b9cc03e12149366332ebb90bfeea968ae5cfaaf45c0ffe72a4" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x30a26f", + "0x0", + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x30a26f", + "0x0", + "0x6d43193718124", + "0x0", + "0xd" + ], + "contract_address": "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4802d8c3c39aeb4aef45c4f3fde63342266e700f4aea49b627a290fc345fb2b", + "version": "0x0", + "max_fee": "0x43a3446497c18", + "signature": [ + "0xdcae0bdfa902601cb2e790a99f1c46c455bd57a97cde52a0bf25b85e7743f3", + "0x1204716c3ed32cd6a96e3660debd7ecfed30392c5f8213b6665b06431315eff" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x3e2bd66aeb9284521dbba619e698cd99508e215c152bf788b608349e67bba61", + "0x3", + "0x18", + "0x1b", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x12c221cc6a000", + "0x0", + "0x0", + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x12c221cc6a000", + "0x50ae", + "0x0", + "0x2134", + "0x0", + "0x1", + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x12c221cc6a000", + "0x50ae", + "0x0", + "0x1", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x26", + "0x0", + "0x6540c915", + "0x2134", + "0x0", + "0x4036c9c170222aea2cd60db6ae0a3724fdcd2161f5fa5f62253ff11df6a3aa8", + "0x8acae8674a235a3df38d67bb4f95f38ff8754973e33188b829ed8cf54b03fe", + "0x0", + "0x3" + ], + "contract_address": "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3dc5076aee318f4f0ba7b49a248d34ed77c2b5954629ad47c02aba6761b179c", + "version": "0x0", + "max_fee": "0x3198751efd464", + "signature": [ + "0x407bb2e7499447955c77655d961a63d024e3e192b2e20602daf0dcb888d2448", + "0x206bd99d1095dd971c931f547fe27ada515285036c48fd103664fc9f54956a6" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d546d6a72354a7a4d6765474d34394e58474c4c7a7a58", + "0x39447a6e584b33386d34506973667977727742627342", + "0x0", + "0x4" + ], + "contract_address": "0x75b4a2d30419f0c82ba7239f3015633867e7d14a1b4084809ece35007865c5e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7dc7de2870f03a45237058f0272284daab680460c00640ec8f2504ad88e2dc8", + "version": "0x0", + "contract_address": "0x27b7f85adf0743707d49fbf590d8905b0e5a04bf6b9975c563a6865a3d8f35", + "contract_address_salt": "0x15758bb9df8e17e69369a20f280038c044c464eece1a111ce224dcb4918d013", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x15758bb9df8e17e69369a20f280038c044c464eece1a111ce224dcb4918d013", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x1bb5ebc00125b82e7c40ea6d848b6be2b7e30d251f19e37c90f44c76db9b75b", + "version": "0x0", + "contract_address": "0x9d8f28aba5de7118d09de664ee61d8c62eb161d9a7c737a4b9204ee7c8d1d4", + "contract_address_salt": "0x24c7515abaf4a372b56f1a1df65ac5946dd7dabef69a9414066b20a48a925e0", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x24c7515abaf4a372b56f1a1df65ac5946dd7dabef69a9414066b20a48a925e0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x1898b029be3215ef35ecd680378f17ecbf92361623a2759f52ee0a9b88a25c0", + "version": "0x0", + "contract_address": "0x74b98cbec2e299d52b3d8579dc14a9dc3075d9e4a897240f3346464253d9316", + "contract_address_salt": "0x50e3254f9de8e215e15ca29a35e0efcc14b213683406604917ce211db443451", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x50e3254f9de8e215e15ca29a35e0efcc14b213683406604917ce211db443451", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x12212f85ba7127becca6338be670366e9026f0173a1bd59e2b8855e508eab97", + "version": "0x0", + "max_fee": "0x30509b04d94d4", + "signature": [ + "0x409f2d94d78f9f1c2342292bdd78d6a3cfa1f62b988a7b44b9fe4c447b537b3", + "0x5b2d2b0abab64ddfde05d564b57841e6cf9a28de909c62c0807cc422e5d8bb0" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x325f2d", + "0x0", + "0x325f2d", + "0x0", + "0x6ed6d96789fb3", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "0x63626a10", + "0x8" + ], + "contract_address": "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7a85dbf6062133808b25b0f1d64d0090d2d35df326431f28ebe4d77967849bf", + "version": "0x0", + "max_fee": "0x305162da3e918", + "signature": [ + "0x1efc51ca191ce91a1cf214db63ea66b5dbd19474a62d9f49d18ea7d204a25f9", + "0x3b6112c23b56f9707be1b750e2e364dd01004eed8264d8c98363ec69af1530d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1e6af15", + "0x0", + "0x1e6af15", + "0x0", + "0x41a34c60745070", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "0x63626a10", + "0x1" + ], + "contract_address": "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5bfd2875069a75c72b34620b6943483e6c0d840397121f91e6ff12b15151deb", + "version": "0x0", + "max_fee": "0x2fa28821a2d98", + "signature": [ + "0x3300afd21567e739dc58330d9ceae48b589175cecdad232e8c6c9119125579c", + "0x2ad8aa0488db83523c12180658340e04555c735f1415d698d0b76a5e462ede8" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1312d00", + "0x0", + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x1312d00", + "0x0", + "0x2a682994b61985", + "0x0", + "0x4" + ], + "contract_address": "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x24436ef5bdb65eec1e7d0aa26ca20887c7e0e15647082972e8e7a76624414f9", + "version": "0x0", + "contract_address": "0x1a18fa78180fddfb7381c2049eff4485a83206fc2d02c0854083248a33aa6b6", + "contract_address_salt": "0x4b848e46f746887d18922fc97653d3cad843d754ee6a73d3a4c999aff7d081e", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4b848e46f746887d18922fc97653d3cad843d754ee6a73d3a4c999aff7d081e", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x72c8b549b8ba5a7428fd741a46787302639768daa40ba9f370c25ecd31232b9", + "version": "0x0", + "max_fee": "0x30509b04d94d4", + "signature": [ + "0x65589b3bc70e9e1f800413625ebbd5a294eb071fdf89041bf7066a62008b737", + "0x18ca39b47c3717a30641f19661bbfd8e5d137dccfce7d1809960d68a97aaa43" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf42400", + "0x0", + "0xf42400", + "0x0", + "0x20f098eca9465f", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x63626a54", + "0x5" + ], + "contract_address": "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6bdc51705fb72e273d716fa04a89c68cc907a2dc9ec78cbd30361d9ef4394c9", + "version": "0x0", + "contract_address": "0x2574f0aba6ab895adc8e21f83341671b24ea8cf6c15e5bd6b5a32780e0be27", + "contract_address_salt": "0x60ca12bdc11ff7d24acdd0715661289d80ef8bf0cc1e1f70ca8e16b06447644", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x60ca12bdc11ff7d24acdd0715661289d80ef8bf0cc1e1f70ca8e16b06447644" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x779050068da9dfa9c6f7624234efe46d3bc52f8a785b0065ca76f1bcf0ed56f", + "version": "0x0", + "contract_address": "0x33d8503488ac73142819ac31f0a993859595b187d6632ba7258ed5ceb46bebd", + "contract_address_salt": "0x58e4b74aacbd704ae0a42d0055394fbec14d09aa04e3183200abeacb8fe9fb4", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x58e4b74aacbd704ae0a42d0055394fbec14d09aa04e3183200abeacb8fe9fb4", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x5a51a299e4e91e416a8595a8c83b0e6e7ca02984a6cb42abad3eb211923a61a", + "version": "0x0", + "contract_address": "0x1199fe4bc4f737a7a3134c8852a28f412c8fc6b291bf278f07f30e2072273c2", + "contract_address_salt": "0x48da4239636b456766980530585d8815c8c64991dbb95feacfc70ad36b93c42", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x48da4239636b456766980530585d8815c8c64991dbb95feacfc70ad36b93c42", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x58c642e7a39eddd6307cd771127a7997e097664d1221dee544cd64eef2befa", + "version": "0x0", + "contract_address": "0x7717d9960928d6567fa4df782a2e55b0fd884075676d8398ff8470f7d78e2d0", + "contract_address_salt": "0x3b794c61c078313f36ce84a2c67a28f7fbe14e925ecff0f3c3c8730e3d7fde7", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x3b794c61c078313f36ce84a2c67a28f7fbe14e925ecff0f3c3c8730e3d7fde7", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x5e6e65432ff22a754f4edfba93bfd5ec9b2c41204bdc3479eb15a1f4a14066b", + "version": "0x0", + "contract_address": "0x2e8a1bac2a6cb93771f4c92f853747345adb72e2b1cd85b49860b23503ce85a", + "contract_address_salt": "0x344204e0ed687f58a1ec12deffe24de8956acfe315df07ae9ba9ee5b4d5492f", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x344204e0ed687f58a1ec12deffe24de8956acfe315df07ae9ba9ee5b4d5492f" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x2e24fe56b8b4d31189adf7fbb01d4413d89655553b0cd9b82ef53a1feca24c9", + "version": "0x0", + "contract_address": "0x438fffc80440dbda3df4a2bd97d91cebd52498f9d16e4a03e402a4f4561650c", + "contract_address_salt": "0x4b4661b967cce82d11172f2661c34096b30dfaed60da52fad0bb60e397553fb", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x4b4661b967cce82d11172f2661c34096b30dfaed60da52fad0bb60e397553fb" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x65bfbc9f9468968787c87ff0872699d23fe1510fa7090a0a7d3d8cc4726714", + "version": "0x0", + "max_fee": "0x175b6532162b0", + "signature": [ + "0x71402c9288f713cfc455cddd737aeefa83779ed65bda9fc377a678c65ab857c", + "0x77e5523cda79e02f2abe66c7927508a014e585fde0564e10dda34f8a64954e7" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x33b0c94a16a1da5ea0ea4a7d84304d3763ea2ce2bf5e6a5704917577202a9ce", + "0x1b8a0", + "0x0", + "0xb" + ], + "contract_address": "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x346b4e6aa55b1b40d3d7fba7cc6059b86009cdbac657733d5283f597a2aeb10", + "version": "0x0", + "contract_address": "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "contract_address_salt": "0x7bccd808f294e3f050ce02195fc6375e42522fbb6798ded6e2671ed279f3846", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x7bccd808f294e3f050ce02195fc6375e42522fbb6798ded6e2671ed279f3846" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6398409a78a25183a683031a666893be748cc1dcb65f73b5328c1ca751ca80f", + "version": "0x0", + "contract_address": "0x3cd9ca7e00b19cc9ebb433b3fa96ac1348ee77cd95c4e3cc6bdf90f297031af", + "contract_address_salt": "0x68dff031c3b2167d7b7c8d8a3e8a56101df9a320a614b16dde5b80bd5f45791", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x68dff031c3b2167d7b7c8d8a3e8a56101df9a320a614b16dde5b80bd5f45791" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6eb72835621443be6f870d7d36edc582ef4d3e280f299c1cdb610bc199a5033", + "version": "0x0", + "max_fee": "0x175cf4dce0b38", + "signature": [ + "0x60b2375e9899ce98597b0a6e630d4031714b3c3db7b982b0b207a7fb1c28843", + "0x319b5ccb854d020f2439118d3b45f9fff098a5995708c614a98f3266060ab10" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x33b0c94a16a1da5ea0ea4a7d84304d3763ea2ce2bf5e6a5704917577202a9ce", + "0xa21bbbe2800", + "0x0", + "0xc" + ], + "contract_address": "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x660dc73003d8ae5274032090d195dc0a8afd53e1bef357ad99d8730a00063f3", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0xfcaf", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x64ab01cc97a31f65d05670b7986e604b52dd81db1577ae6a9b3f369a4036b3e", + "0x853a0d2313c0000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x62b203975271b89543821f1bb36a2a9e860f6ab32cea15036fe60b00cf87b25", + "version": "0x0", + "contract_address": "0x6bc77ef728dc73ca487dc56279890d8700c0bd5d9b601bc634416a9be66d1c0", + "contract_address_salt": "0x16bc7540e4e6817325a8beedb2abc2dd4c61251775c9415c0dd8a1acb2ba471", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x16bc7540e4e6817325a8beedb2abc2dd4c61251775c9415c0dd8a1acb2ba471" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x332b9831ab3b9ed3d12d618634246b29ea1bd9bbadfdeb89cb33df519c04730", + "version": "0x0", + "contract_address": "0x550ec5d900723092a02795949be4033f37504f4baf3726edce419e55ea74e00", + "contract_address_salt": "0x35b56ad7c5f3fee5a5c6d5c84bb0239d94a3ce1ac72d5cb23993251abfb50de", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x35b56ad7c5f3fee5a5c6d5c84bb0239d94a3ce1ac72d5cb23993251abfb50de", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x25000970ca4e17508ea63b21605c09799459f9a2fef45ae7e23f95bc9c46d72", + "version": "0x0", + "contract_address": "0x7a4cb7995dc2a8b7d6a25dec7cbf2a71fd49bada019824795af83f412d4684c", + "contract_address_salt": "0x62cf872773972954fce73d65bc1b2051ac194b334225c619d1d33aab88f5a7b", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x62cf872773972954fce73d65bc1b2051ac194b334225c619d1d33aab88f5a7b" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x4b2b620ecc944df69f0ccece8519da91dfa4c68eb6c2c8dafbe46ac1c1cd76c", + "version": "0x0", + "max_fee": "0x2fa4dfa1d2a64", + "signature": [ + "0x22431d949261d2d86cc7c3e03f9d38f6e308851feaafcdbc7be941145783365", + "0x594ce13c15bfac05e04e4f887113aedd70fef9ccf53d2b1d1ad7af4c03bd3e3" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2386f26fc10000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x2386f26fc10000", + "0x0", + "0xf3df53", + "0x0", + "0x0" + ], + "contract_address": "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x522c36d91675d8124c1bda57c171ac161eeac3c3224147ba86d203f513fbee7", + "version": "0x0", + "contract_address": "0x29d6d27a2ec977454c046902926b10394d1882e6299d8a87174697d63559e57", + "contract_address_salt": "0x32033b24b0198c3f88be924603349f3fdfc8d4384446e6e305739499ee74be5", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x32033b24b0198c3f88be924603349f3fdfc8d4384446e6e305739499ee74be5", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x56e1516d863db9a26b671c36eb16e659b1c8b53766665df5f5a09be974ad2ef", + "version": "0x0", + "contract_address": "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "contract_address_salt": "0x7ec9e8cef35318bdb9d6103297f5b758a44447eb14236b4d5fb20e867e327b8", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x7ec9e8cef35318bdb9d6103297f5b758a44447eb14236b4d5fb20e867e327b8", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x23e03f6ee1a7cc185436ba81f54a5bcf37bb30fc8beebe3185af9cc9055673f", + "version": "0x0", + "max_fee": "0x30509b04d94d4", + "signature": [ + "0x5dd2032be742fd860a4f217b8a5efc9c0d7b259ae6fe4df5099a2d5ffde5291", + "0x25927f76a16a36d3cc98cce191ebc7d293c30d464628c12ed0975e66f67333a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4984ab0", + "0x0", + "0x4984ab0", + "0x0", + "0x9e76a0fbfe92af", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "0x63626ada", + "0x1" + ], + "contract_address": "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x4d9527bc842d96834a61a4c08fdfcb5ea2f6ab2368a66445b6a91e69165ae6f", + "version": "0x0", + "max_fee": "0x43a40c39fd05c", + "signature": [ + "0x7b1eab3e39814047e7670aa6be4563f52d34fd6e5ca422bf4bb67ed5ce5ade0", + "0x4805fdf1288e2be88931e6b2a5f7935a9b4e2f97cbdb50a93f0c87389a71431" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x3e2bd66aeb9284521dbba619e698cd99508e215c152bf788b608349e67bba61", + "0x3", + "0x18", + "0x1b", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x3205af7670000", + "0x0", + "0x0", + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x3205af7670000", + "0x508d", + "0x0", + "0x2134", + "0x0", + "0x1", + "0x417db7d2e88f380c6dc0e410347a38df781b96422ac3bf15ca01f81db48078", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x3205af7670000", + "0x508d", + "0x0", + "0x1", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x5", + "0x0", + "0x6540ba25", + "0x2134", + "0x0", + "0x2e3706686c1ac19555d91ff7d716272da54a3f518f6b97fd3f10c535c81bfae", + "0x6a01537b17b455eccd7bde254a2159b58ae86869197d9e7f790a78f1c1ec13", + "0x0", + "0x2" + ], + "contract_address": "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x90ac8a84ae75717394b611d81ac226e1ad7f2241786aecfcfcc2948c0714b1", + "version": "0x0", + "contract_address": "0x4c4ce0583487dbea127f6e3704bf7775854eef7218825651fae4f5fc5e6a053", + "contract_address_salt": "0x33107c933ab08c9963ef4e1faa9aeaa57f13e9dbdcd689086040a1f9e18331f", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x33107c933ab08c9963ef4e1faa9aeaa57f13e9dbdcd689086040a1f9e18331f", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x3d385087da633534dffedb1403b1eeb647c88500182f90a240c048996a357d0", + "version": "0x0", + "max_fee": "0x2fa417cc6d620", + "signature": [ + "0x20c59e6c74bfe521d6f0de1cb613c0045ee192833b075a2978141bf7f8b1374", + "0x1932bc88cef58c1acecf7bcbe12566c887a761edf115e1ebd7691ae5a3743f9" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1ff973cafa8000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1ff973cafa8000", + "0x0", + "0xdb7e40", + "0x0", + "0x0" + ], + "contract_address": "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x181e1e99bf7feaf4e1b0c7f4b9594329d00fc07c4c10eb1badbd725117a87a0", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0xfcb0", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x4cada54fa88523777fbfd72e7cd65814735a2046dbc8b23f0a6221d96bb2970", + "0x38d7ea4c68000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x12a8f0d5859293f3216bd5f8807a9dc3726be1988af14278191025d4688aa93", + "version": "0x0", + "max_fee": "0x1ff973cafa7fff", + "signature": [ + "0x368eff8ae0e056b6c20fca8f147c743960129761f2b7d7c4430e28cf821fed6", + "0x797794a69f29c64335f3b4c04c55d4d900ffe6c606fb3f8819318b821ad8cfc" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x21df2f54eaae9aaea7c9e9c26376fccd639cf49439150c234e4363170a3cda7", + "0xb199a3e0526012", + "0x0", + "0x43bf" + ], + "contract_address": "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7906216761b19a56d148c412bb16ccef13bd4e440f4829bd8ec98b5b6046152", + "version": "0x0", + "max_fee": "0x2a31293289f74", + "signature": [ + "0x1d49e4dfbad55883353376cedcee4a2e8d3df73d6a6acb2f6634ca251291516", + "0x1bc96467ba42dffdc91f98c1d972fafba6f614382d8744cce34c7e6a35c85c9" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x4", + "0x4", + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x2", + "0x697066733a2f2f516d6544486d387450414673614a6a7438745077676f5953", + "0x5654625a3432463469756976476573314c37794d6466", + "0x1" + ], + "contract_address": "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x67dee2c8dcc7baff031d584c73ecfc14e717dadad1dd8dbee0f92708c9167d4", + "version": "0x0", + "contract_address": "0x3f422d2521b4293070a1909164afb1c0855ed1963685cbbc0a912f594c2bce4", + "contract_address_salt": "0x4fd2d86976ebbfcbcff401ef45b59406a077d0903a484a9d81c78d31a41dae", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4fd2d86976ebbfcbcff401ef45b59406a077d0903a484a9d81c78d31a41dae", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6edc3837c5d264f47a3f8e2e24632cc48b5cda0c976820053b2a4843dfa93e7", + "version": "0x0", + "contract_address": "0x4a571dbae2cd0cdb37777e9fce57f7cde6ad1af45075f567642452115a56778", + "contract_address_salt": "0x22bc47be0b0ad8eaa635b6d214f9bc2a37b244a534efa5697427655a08befa3", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x22bc47be0b0ad8eaa635b6d214f9bc2a37b244a534efa5697427655a08befa3", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x62692fa2ecbc94e9a308b6d388177bc5277bcfe126a4de2e81aec7531ebd35a", + "version": "0x0", + "contract_address": "0x189e5fbb9843a5a18379924b3718f81d0f8c8f737b12620506fcff7256edadc", + "contract_address_salt": "0x13f1f1899641cc4b33bcc61d77bd5bd17ac64142660485d28c3705c5468e4e2", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x13f1f1899641cc4b33bcc61d77bd5bd17ac64142660485d28c3705c5468e4e2" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x40c87214cada5445712a9d1703430e397615562b917cd05b2353ebcd0408ce5", + "version": "0x0", + "max_fee": "0x2fa4dfa1d2a64", + "signature": [ + "0x98c00a97b696af7cae0d87676c0d1319e8adc16fb6c12447dc51f7dab40160", + "0x75b205b45b34ddc3c2ec117fcf101c1eb27ca3df23aff0993bbe112dd209674" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1c6bf526340000", + "0x0", + "0xc31cb8", + "0x0", + "0x0" + ], + "contract_address": "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x28e8f8bd1263f006c5f3359c86e4b07fa971c8accb3441773cb1aad58395658", + "version": "0x0", + "max_fee": "0x2ddd00d2cef44", + "signature": [ + "0x4aed60ef4c6a8eeb158c25280f2dd45563d771a522efd8e1189900d9458182e", + "0x13c88127e2536314f9de5c8641fe1ce21582742131641e60b7315fff465076a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d62567467667a546a3659725a69434a46746672517774", + "0x746f704c62726a544644684e776f6a6869414c664634", + "0x0", + "0x4" + ], + "contract_address": "0x5d8b8305a2b8e19da050c20011db402b802007ebb2f448b397804aa13f523f6", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x45ec395db58f94e080100592f94701eb53de36194ada7a733cc1abd7fd384c4", + "version": "0x0", + "max_fee": "0x3b26db8cb6cdc", + "signature": [ + "0x787c1eb5fd3bb7f0078a8dc4b96fb7d180e6db2b2cfd7b9e17c2f8e2e115fc2", + "0x6d652a12b4508524dcc86ffb06704c46516bb594533c4e04bfd97881f62fa1b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x268807d1f4dc7e9cca40d124871328085aa5e9200b7972afd718f89da9a9cd6", + "0x3", + "0x1d", + "0x20", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x0", + "0x63869dd0", + "0x182270e2597c", + "0x1", + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x3a1b", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x1232116cae800", + "0x0", + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x90105fbb800", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x773ca8555e7ebe982f548236e5f9c3b43ec83fd241616c4c5c3f753d0e9baf2", + "0x48e258a9477976f3808699fb56c7a117ea10c6bbb5dbe89e6e83da9a8332255", + "0x0" + ], + "contract_address": "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7a53fcdbcebb53dfdfb0087142f5f4354af79a1b21e56545938ce17845a97a7", + "version": "0x0", + "contract_address": "0x4512a06d14a9f8d9b97c61b94868f2e6c2783bde0248ec6c0ebd0f89eec9fbb", + "contract_address_salt": "0x3fcfc37e51a9f649b9ae235518b47f9d3ed860a68a44c19117e9bbd864bedcc", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x3fcfc37e51a9f649b9ae235518b47f9d3ed860a68a44c19117e9bbd864bedcc", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6daa4961dacfdda29f790bd33c703f1131d06667e1641311719f8c10e3b9d0f", + "version": "0x0", + "contract_address": "0x5b81f78bb6315303bac524f81a9dd80395b711e52ca77ad8b44e8cf80767f37", + "contract_address_salt": "0x2c559fc3b348e8e1fc6b988cf3d11585853355a94549e88c408d32a314e05c7", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x2c559fc3b348e8e1fc6b988cf3d11585853355a94549e88c408d32a314e05c7", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x5775aa7263a5d86aea6350b886aa788f70a68237087b05d43444a2e6fa5060c", + "version": "0x0", + "max_fee": "0x43a7f364f75b0", + "signature": [ + "0x18f4c4ab3e8123e6958ebe018de8c307d55a32ac8a8de03a011611608f85a74", + "0x533c4fd550f60b7e06c5f4924c469dd65f5fc0da61cfe56305a34024ec1d3d7" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x3", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x3", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x3f35dbce7a07ce455b128890d383c554afbc1b07cf7390a13e2d602a38c1a0a", + "0x6", + "0xc", + "0x12", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x38ae1238a8479", + "0x0", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x160015977d764434", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "0x38ae1238a8479", + "0x0", + "0x160015977d764434", + "0x0", + "0x378bdea82a08b", + "0x0", + "0x158f7151e6790566", + "0x0", + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x63626b30", + "0x1" + ], + "contract_address": "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2b2eaf0e4021fcc78daa4c56971b3b0db6616771b5a917ab0ee361f862f47f8", + "version": "0x0", + "contract_address": "0x5bbd58ea1f4837ad4ee4f712887c02684c32db8535e35f57c439bbe28dc6ee0", + "contract_address_salt": "0x70d14553fcbbd5972a1289a2dd336644f9dca35cab9fdb4e5336962c6112bbd", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x70d14553fcbbd5972a1289a2dd336644f9dca35cab9fdb4e5336962c6112bbd", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6f166a08e3adc1a13c41dfafaacd06aaaa45b2aeb37272b614b08a0e31b5355", + "version": "0x0", + "max_fee": "0x242ab20ce3294", + "signature": [ + "0x2af228d8f2eba9b8482af7fa4d2405dc80770cace2ff1ee3d86fc937ddf17c2", + "0x2f2a5cfad2331a4d24d6032b68813e8c71d0529f288a35c3e6dfd96296e7c6b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x6a05844a03bb9e744479e3298f54705a35966ab04140d3d8dd797c1f6dc49d0", + "0x3f01d80498096f7929858b5fc97cdfbd676b5d2ee673407df0c957d6a0fef5f", + "0x0", + "0x1", + "0x1", + "0x100010005000900090009000d00000000", + "0x51" + ], + "contract_address": "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x6cb2b15efebe09ce087dde64c1a539a4a8044c951718aa0cf6f9faad710c193", + "version": "0x0", + "max_fee": "0x1ff973cafa7fff", + "signature": [ + "0x10c2ab52861809c6531b969362aa1fb2e9f8a9773da21dab52d2212071f409", + "0x1922b0f3278f825a379b2dca44507b5c77382498b5ca76e29753bbfb81de82b" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x64ab01cc97a31f65d05670b7986e604b52dd81db1577ae6a9b3f369a4036b3e", + "0x853a0d2313c00b6", + "0x0", + "0x43c0" + ], + "contract_address": "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x24c826f52c384a80aeeaf4991180aed12e2f911393cd47a5b3fd68f7f135812", + "version": "0x0", + "max_fee": "0x2ddd00d2cef44", + "signature": [ + "0x5d4e95c1295fe8ccd84c8c27848a4927dca907a42471697bddf9b09c529fb3b", + "0x422d00e1b11c4a9d726ac1d699f8d015c8ad321971ee3b24e7de912fabafdb9" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d64596f6e75716f68574a684135505a5a777979714337", + "0x4c755a753943596a646f736237734870666b53727051", + "0x0", + "0x4" + ], + "contract_address": "0x48be31a8f2425bc03cec289c6e839b39c1a93197196e2c5ead5b58f585acf78", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7ceec4567ce155bdaf873c8d9465cfc2fe67072ed271969db0d45ccc7bee621", + "version": "0x0", + "max_fee": "0x2fa4dfa1d2a64", + "signature": [ + "0x5f587d3e333e352d709f4281dd35f646068427ea8f30da83f845463692952d9", + "0x1ced1c2f1c3dadcb45c2914c113874d8a69a94826bf11c5ddaa7a0d53b81e8e" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2386f26fc10000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x2386f26fc10000", + "0x0", + "0xf3df53", + "0x0", + "0x52" + ], + "contract_address": "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x35e290920443808077fa2a01c0dc75662444db4fbca225b059dfaf4beeaa9", + "version": "0x0", + "max_fee": "0x26e9c17dd547c", + "signature": [ + "0x26309f7c898f1186451bae46c7a203b6a1b26f4e6e6fcc46aff7d847c488eb3", + "0x54166e3158eb3eee2a0d8799c08f1043fb710c0f9da79e3980afa74c5c97d6c" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x2dd8268f92bde7010c22381528fe3c7688fcf29beefee7df125517311ae3e72", + "0x12d3f77426f953", + "0x0", + "0x784" + ], + "contract_address": "0x6cc9b6f10480352867a271cbf80a701b95bd5b580052af44171ac1fff3e428b", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3dcf31a3d417aefd05477553195107cb8aa0c74dd17416310a33b8f5ef0d083", + "version": "0x0", + "contract_address": "0x35860d27a64c7ef76a22bda32af77194a9a4d307ba25a89de634ad0302c6d7", + "contract_address_salt": "0x2ff9ce76b902c4289f6af58fbc45a918208462dbd4c6ccaf444d1fc068ecb51", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x2ff9ce76b902c4289f6af58fbc45a918208462dbd4c6ccaf444d1fc068ecb51", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x3109264c271a984234473a9396549a4a748792fa5c46e7fa3171aabc643537e", + "version": "0x0", + "contract_address": "0x64e8e15c6ce99ed2d0fe13708e19e729f18c1f2d3bd8206863f4bc3ade7f957", + "contract_address_salt": "0x939a890ca52065e33518440b498a14bc185c2f48a3f8c06b1d8639a86a1179", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x939a890ca52065e33518440b498a14bc185c2f48a3f8c06b1d8639a86a1179", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x781b393b89d67a5918ac65962dbb575cf628b60daec7fcde944e202e370ca50", + "version": "0x0", + "contract_address": "0x4e855d1cb5b3baad08721f0498fa88e427f7ea71a23177848c4b53626651b20", + "contract_address_salt": "0x50b17de9333e2e38158fca4f1b5ccf07ef20c81390822c33cf998dda8cb7d84", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x50b17de9333e2e38158fca4f1b5ccf07ef20c81390822c33cf998dda8cb7d84", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x77a56bf957bc92f3088c135a990816abd643cd6920dcf22742e7299ef5b98ba", + "version": "0x0", + "contract_address": "0x74761a8d48ce002963002becc6d9c3dd8a2a05b1075d55e5967f42296f16bd0", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0xfcb1", + "calldata": [ + "0xbb3400f107804dfb482565ff1ec8d8ae66747605", + "0x4c81f49ec99377826f235a656726a2a8f194d3f4c852e197fd9875579073d09", + "0x46deb340", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x6603ca44436d101a495e619adfb695da523b039728ab195ea7b08291d45dbd4", + "version": "0x0", + "contract_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0xfcb2", + "calldata": [ + "0xae0ee0a63a2ce6baeeffe56e7714fb4efe48d419", + "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "0x470de4df820000", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0x79816b42848cfc5ddd2c842b567696a003ccec2d19f2c3c513f565cd4cab7a2", + "version": "0x0", + "contract_address": "0x296c2106108af17aaa3e91d31fa26abaefbd55cbf197c9721151dc1ee6bee11", + "contract_address_salt": "0x2726a560fb48dcb3e6c10979193a4756b28c88ad208b95c3519529f4a725b7d", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x2726a560fb48dcb3e6c10979193a4756b28c88ad208b95c3519529f4a725b7d", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x159bb56b76347c80033823455a0dcd5ad178916e6397d1066e16c2706132d31", + "version": "0x0", + "max_fee": "0x136adc3701b80", + "signature": [ + "0x11045f28994dc070880990886d67327a2b61b3db47a883f4c501c4be7b078b8", + "0x7e55a9c3e3040c199ec22e5f4f04ae448a776f23c89fd47ef14dbc7a4e1e468" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x708e824e3b83b1e9b644b52b9b9281f949acca5516f65a5df37f19bdc846a5b", + "0x2d4c8ea4c8fb9f571d1f6f9b7692fff8e5ceaf73b1df98e7da8c1109b39ae9a", + "0x0", + "0x2", + "0x2", + "0x41682b0bcd5db29046130db68a7f6650433acabc0792db559dac247305df783", + "0x1", + "0xb" + ], + "contract_address": "0x56bc1d2de210b12df33fca73e213d2edf82708e2a30be550f338dc1e0ae3352", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7250e32afb582673cfe18af3f14433894b6c88f99358aaf08997e854195cbb6", + "version": "0x0", + "max_fee": "0x2fa417cc6d620", + "signature": [ + "0x3f84dfa16074d1e777303202d26cb0e400c1e6232ca854257f6fe8bc89e7135", + "0x398fc4a5efdfd999daa3e41d1eab631345f2d26b3de192cdd4ff30d95a80974" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x9184e72a000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x9184e72a000", + "0x0", + "0x3e73", + "0x0", + "0x2" + ], + "contract_address": "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x719137745332d985b90f0b85f8788603051fb7a9398c02334bada8ea2640bc2", + "version": "0x0", + "contract_address": "0x73baac064b22acf9fadf7ea44818074cbf4fa5a9cd51ee4ffd9bed93beede69", + "contract_address_salt": "0x2cdb1a9749b089ff27b15debda6942f91cb7d1e2b1d6cd295450d59f1efe2d", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x2cdb1a9749b089ff27b15debda6942f91cb7d1e2b1d6cd295450d59f1efe2d" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x7b655bd1e93ab92ae56b6afe1a4f3e214fb01d4c671eabdc60810ac7b8f1ab5", + "version": "0x0", + "max_fee": "0x175b6532162b0", + "signature": [ + "0x6eae1639e571195dcb28ad3687d1693973aa1110bcc488b8fd996f2ca9046d2", + "0x14aabd94377accfc66491c838f08a4cc00adbc51206943bf6350d8963b9da2f" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x67a1e07d087a5ef28896aa51c52dff882c5b149857a67119011b8bc7c098a89", + "0x3840", + "0x0", + "0xd" + ], + "contract_address": "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x2f6cba5bc1385a7114a9fe6a8bcb3f0b3bdd5c0ca7dbb1e56f7a72ea463b93b", + "version": "0x0", + "max_fee": "0x2fa417cc6d620", + "signature": [ + "0x562fa917ee7357289902bfe01809a283d79384575ea616eadecf8c71894060", + "0x48388170c286c38a28fd43c1c1a8b3ce6e49ee05218e85b457bb4b4e6ae8b8d" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x11c37937e08000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x11c37937e08000", + "0x0", + "0x79f562", + "0x0", + "0xa" + ], + "contract_address": "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x610adde12e1c89bf9aac31394f223950585ad4f5cfee95d4e9c96c31ff5ccce", + "version": "0x0", + "max_fee": "0x175c2d077b6f4", + "signature": [ + "0x76de47c1e2d9075f1f940fa07166b8f9aaac1db1ab7782952b1a3fd095e732b", + "0x56e9f0f04f1fa11b913feb9569f3e300389fa018e288afaa40d5d203cfbd870" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x0", + "0x3", + "0x3", + "0x67a1e07d087a5ef28896aa51c52dff882c5b149857a67119011b8bc7c098a89", + "0x4f045389c00", + "0x0", + "0xe" + ], + "contract_address": "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x5d27225c0a1d4fd08b8ad797e5c99c596c3dee955c0015dc71b24f53b299ce8", + "version": "0x0", + "max_fee": "0x43a3446497c18", + "signature": [ + "0x41f3aa7da487c7e89b538ae2b7d7c5848e1d0be0a7e2c1266293dd99cb15b35", + "0x23cfdabedb8b7895a5de02f35005a1eb352b68b9614bd036d935edfa0e97ede" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x3e2bd66aeb9284521dbba619e698cd99508e215c152bf788b608349e67bba61", + "0x3", + "0x18", + "0x1b", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x12c221cc6a000", + "0x0", + "0x0", + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x12c221cc6a000", + "0x50b5", + "0x0", + "0x2134", + "0x0", + "0x1", + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x12c221cc6a000", + "0x50b5", + "0x0", + "0x1", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x22", + "0x0", + "0x6540c8d5", + "0x2134", + "0x0", + "0xb9e694aaf331c5ac90a0ab28d589bc8a0e116f5c04723100f4f28bf0529d58", + "0x3fffe4410686b446f2184a714d03f4c5352b46b24e6c1c4cc525889bda7188e", + "0x0", + "0x2" + ], + "contract_address": "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7f156e128e14bb588fc7e2d90ba2014cd8640edccbf7fb93d36759779c800c2", + "version": "0x0", + "contract_address": "0x74761a8d48ce002963002becc6d9c3dd8a2a05b1075d55e5967f42296f16bd0", + "entry_point_selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "nonce": "0xfcb3", + "calldata": [ + "0xbb3400f107804dfb482565ff1ec8d8ae66747605", + "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "0x2faf080", + "0x0" + ], + "type": "L1_HANDLER" + }, + { + "transaction_hash": "0xb56473357b4665eafd262c484ca1ed505527e4be28537aafd7e377cbb87593", + "version": "0x0", + "contract_address": "0x3631e363d43cb511345f148f7413dfc88d51f65edc9327f3b6b7b1960d73314", + "contract_address_salt": "0x701a0ee71f76a4116b9a181c84fe7bd26d0cc1b3329900627e5ea54bcd7606b", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x701a0ee71f76a4116b9a181c84fe7bd26d0cc1b3329900627e5ea54bcd7606b", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x736f583b3e506a1f374348c8f9eb7854fdef39f2c507cc4c894a0216b6b05cb", + "version": "0x0", + "contract_address": "0x41478e414590a2302f62d3bde8f79e285373dea6c620ec649caa10e54563a9", + "contract_address_salt": "0x39ee0be5b0fd55211e0dc67719493fa6e5d6a9ca6cd0b8d536ed9a5a9a9bb51", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x39ee0be5b0fd55211e0dc67719493fa6e5d6a9ca6cd0b8d536ed9a5a9a9bb51" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x7ff8d9e539f400e6d8cc2799f1740321837cf2101f0df9ff1460313e12324cd", + "version": "0x0", + "max_fee": "0x305162da3e918", + "signature": [ + "0x169e54c0fa5dae3d97b8e6e9f9de9c6a37ce0f403dead1f26eee170355e3119", + "0x11578bcffef77c83372d1bda96379e2937a2742b3ba2e11b657170d96aa9122" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x10a339a", + "0x0", + "0x10a339a", + "0x0", + "0x23ea3ef2b11ff9", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "0x63626bf6", + "0x1" + ], + "contract_address": "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3b01484b72ac9dad8794b4e8daad514c33e73357270db2ea6fce998a1ba407f", + "version": "0x0", + "contract_address": "0x6fde311593295417fb2d5932acc0d71514e6b87023e6b2505638e3e3c98df39", + "contract_address_salt": "0x51e752e53dc21ee9972749c0365b0915f844397e05f20828c999cd7c4f9a53d", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x51e752e53dc21ee9972749c0365b0915f844397e05f20828c999cd7c4f9a53d" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x305931934af98782a671a47b10cc37286cc3c19fa97001e59ff2edd84079b4d", + "version": "0x0", + "contract_address": "0x531f7d32eaf63228f1d8298915bc7d6e651956abf03289571224537ba2741b9", + "contract_address_salt": "0x5365e49a9f1d7409d9bbd62b6cfaf067f1145fd776d21a65ad76dc8707015cb", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x5365e49a9f1d7409d9bbd62b6cfaf067f1145fd776d21a65ad76dc8707015cb" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x3708d8196549e7dd9b0a268d3c7ae32554689103a875f1623e5f9c1fcb991d2", + "version": "0x0", + "contract_address": "0x50231726918d9ee4429ea607896b7d1a17216a7645c8cce78b43f8195a6ddf7", + "contract_address_salt": "0x7a1e4294957917434ddb04e4dd1f91b7c8d38024ac8b6fef05695f61c3826f6", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x7a1e4294957917434ddb04e4dd1f91b7c8d38024ac8b6fef05695f61c3826f6", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x34c0d40aa4a8e914bbf838b17afaab5f4274bdab7a4af5275b0c7cf75753fd8", + "version": "0x0", + "contract_address": "0x694c7381d9baeaad0265e05a9ded31a80f1894199f19184e32731a7d4959556", + "contract_address_salt": "0x4d967433a10ce436eed303636768afc7d26a60cea515455fcb6dc1accf3df95", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x4d967433a10ce436eed303636768afc7d26a60cea515455fcb6dc1accf3df95", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x130f1749ce8af484afe163cbac9f93eb8c41f515f578d620eed0a0510722820", + "version": "0x0", + "contract_address": "0x769da5b4199c190cb1978901b8925c157a445462fa640a0a3b7620b8555c8e2", + "contract_address_salt": "0x6391ae266411fe35ec2e78fa37384c174dd4c6745d907a0142cc8808fd85264", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x6391ae266411fe35ec2e78fa37384c174dd4c6745d907a0142cc8808fd85264", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x1d8c438fbacfccce8b5833275aeef8b06ce3e5c76589e279e6660c98324689b", + "version": "0x0", + "contract_address": "0xf9ba480b5fd9cb6b061a7ebf0bd954cf119afe84fa98fa9f46e3c0d9ac17df", + "contract_address_salt": "0x5ac24329a4c75aa99a29d4ddace040a7f7a921018332e83594ae4aadb4456b8", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x5ac24329a4c75aa99a29d4ddace040a7f7a921018332e83594ae4aadb4456b8", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0xd7d0d4ed67169ff03631e3e5dbdb6c164bcdb8d4f543545cd1fa391c66e83b", + "version": "0x0", + "contract_address": "0xa2b9c82409c8dfb13e620da49cf36032265f17291130393adcb831e38b5f37", + "contract_address_salt": "0x2d263ad298e8d8a393b7b869b8e5c17529b859d08fec6d3425f02826f660b58", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x2d263ad298e8d8a393b7b869b8e5c17529b859d08fec6d3425f02826f660b58", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x1a0c21086642b83a0dee0df0f231f6d36758e5ca1bdef795a24d426e284f72c", + "version": "0x0", + "max_fee": "0x2ddd00d2cef44", + "signature": [ + "0x7149c5610c0c0b708cffe475e54d1dafeee7fe5ed67200b1a850b912819231f", + "0x24611478ba53d0f37d27b34eb37b3a37b8fcf489f6dce207b0f6f4bd0cb56ea" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d5a4c61764e345468663432674b4847655a705a38434d", + "0x55317073546b577265417a4435785a4c776369565066", + "0x0", + "0x2" + ], + "contract_address": "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x63d4256a42264db67dac9d58eac8eb77cfd6694cb319c68398525d220ee560e", + "version": "0x0", + "contract_address": "0x17573395ee99bb04aa4abbf306b8ec5b726f30f4e8d268db6ca5e5d8b761301", + "contract_address_salt": "0x76ea551f7d62bf7d40ab59ce1e0dacd518ab940498144c4f90980f7a70b7c05", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x76ea551f7d62bf7d40ab59ce1e0dacd518ab940498144c4f90980f7a70b7c05", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6d42bdbb3037c8f67740fb57d76fbf46c53ce1bd3fb3cb34eceb1416a1a2eac", + "version": "0x0", + "max_fee": "0x2ddd00d2cef44", + "signature": [ + "0x3c8b663d53ba81cfd3a823d8098ed7fdefa4946b8cbb406c91607fa49632132", + "0x28d3c9f9cebb9caa68647ec57c880c9ad2b48794df7c13584d282fa40bcbf39" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d5a79555563734a697255455741597472353471347068", + "0x614667794e4742733879616f6d54694277736f4b6e70", + "0x0", + "0x3" + ], + "contract_address": "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x675f045a7a15ae107641f1e7cb9d51072943d4886dca88074f197a5167a312", + "version": "0x0", + "contract_address": "0x4e7b665c0321835901e6a2731e46a4fc9ea0452981f3da3392fadea23b1035", + "contract_address_salt": "0x6e019fba43f6512312b29d2880ee471896acbc216c6ba65a0badf869aecaa54", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x6e019fba43f6512312b29d2880ee471896acbc216c6ba65a0badf869aecaa54", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x7493cb50a54efb935609b3af8f34670a422693e93c9d14b427de508e39f9e2e", + "version": "0x0", + "contract_address": "0x6fe6814ccebafa773cb806cc3c446c468cc27b68b83f6ee0d9a6c9bb85dccdc", + "contract_address_salt": "0x773c11f861ed16af64c51c9bfbbc0359360db0d94b69ebfd336329ee16582dd", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x773c11f861ed16af64c51c9bfbbc0359360db0d94b69ebfd336329ee16582dd", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x3d73187124505590813206138487b6ea775c04f1a1da60c7691b1d0cd676e05", + "version": "0x0", + "contract_address": "0x44e3dfd2f1f076aa780ac90e2e448bdf7796109bfe0afb31c08f392945f9bfe", + "contract_address_salt": "0x55dffa11e1ddb673f5e19c2f5a33c9bd725caa82685c9e2a288f18ffd359151", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x55dffa11e1ddb673f5e19c2f5a33c9bd725caa82685c9e2a288f18ffd359151", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x55bfbfcedc338bb40dfd602ec33f22b358c13e2463524b9299d9a6c645b20a6", + "version": "0x0", + "contract_address": "0x767749cf6e8ad8625db2f520999832c118d8d56774835563691b10138ab0d6f", + "contract_address_salt": "0x6bc282aa7e5a4388f196928834d82d818478a2bcf10604ca585ba2ecd310034", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x6bc282aa7e5a4388f196928834d82d818478a2bcf10604ca585ba2ecd310034", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x320ce055168ccf1039b82e8d4f299f0547b98bcb2102aa55284d8418e593b9a", + "version": "0x0", + "contract_address": "0x6202e6f2119fadfec6ac6db7a2c7aaff353b6c59d7095d481fcca4c89c660ad", + "contract_address_salt": "0x359cfe5029caa3c66744237ded6eb485c71ce9e7d009996a1cdeb677d8de2e7", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x359cfe5029caa3c66744237ded6eb485c71ce9e7d009996a1cdeb677d8de2e7", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x7af08ea38b109d91cb05108c7b5a3b17d68ef88763e54b42df766870524d94c", + "version": "0x0", + "contract_address": "0x51f9e88b97d591635633c8e326d9cca6df6b9f58672e4b6168cb8cedc653df4", + "contract_address_salt": "0x309e16f989a98a2edd379d514d2e8c518821692d514cbb70be63862d48d23bc", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x309e16f989a98a2edd379d514d2e8c518821692d514cbb70be63862d48d23bc", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6911714a4b7e3d55683a8b867ad6f141d2a443f0858f16475984e74ba905835", + "version": "0x0", + "contract_address": "0x7f3f47d54ca1323964c61a7bb8ac59e5193e9f3f3f89390994da3afda986e6b", + "contract_address_salt": "0x7c1edadae35469e6a5edb9b1f3aad756bc905b27276a53b5b2aa2c0e44845", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x7c1edadae35469e6a5edb9b1f3aad756bc905b27276a53b5b2aa2c0e44845", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x64e9910c9c01d590e6c491a4caf7e23af631f7cf3d08cb0bc8ccf04b85ea1a7", + "version": "0x0", + "max_fee": "0x547f7dd3488f2", + "signature": [ + "0x492e13e9b537f58f8c463d4ac1fef8288e0b88d33b20b9ee1aa07871a56ede5", + "0x124e1657fa6b249008e6ef3e1e46b1830dbdc0878d7b3ba7906cc9c4de3e9e3" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d566174747145697056625344594664767353356a634b", + "0x7a7673463777794c786e65565776476e44315755466e", + "0x0", + "0x4" + ], + "contract_address": "0x134d1d9819ddb5c1f2caa67b08d4aa6938a7a51f1bcb79bbbfac12715ce5eea", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x22adca2b21c861f10bfa69896744a4051980f9e251bf651e0bcdc0fd1818cae", + "version": "0x0", + "contract_address": "0x5ad3218b64f04e148681ade5134b2087a026a6ac2f6e37c7b7ac55ef706062f", + "contract_address_salt": "0x755d40e2119f94f26babfca9ee4474f5beb1f85745c861a805fced023263bae", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x755d40e2119f94f26babfca9ee4474f5beb1f85745c861a805fced023263bae" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x55789bf1da5e2011d9a7a0d7561a07a2176dac48cd905f200be8ae93641845a", + "version": "0x0", + "contract_address": "0x69182e14f23b42edde6778b0b8a24fd61e1477e2e34ad5c66b0422a675f231a", + "contract_address_salt": "0x7a1f3769b1530c92d369e8dc97e64334eb9c56dc3aeea48d61447e5423dce87", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x7a1f3769b1530c92d369e8dc97e64334eb9c56dc3aeea48d61447e5423dce87", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x461efc6bb0a8c54513d5b67f35f2c3ee17b7f6a93db5ab2e63aaf2822b7f149", + "version": "0x0", + "contract_address": "0x53199aa15e23108f155f18c1fe32e270f93df17ff781b27b796551eda3e3e19", + "contract_address_salt": "0x764416f612a023e2a74b0f60a363d6aabac54f8cdaa7b1bee49b545251045ea", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x764416f612a023e2a74b0f60a363d6aabac54f8cdaa7b1bee49b545251045ea" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x5031a80f721e574a701ae5709da072694acc6e653bffe4e8fd8871907b33e66", + "version": "0x0", + "contract_address": "0x63fbcb0eab75d086db3788228d115b2267b05a9556b7f21cad17b9cf7627625", + "contract_address_salt": "0x70442ac437310a4473f038a81851b3b5a651490396cadd47376909a067ce5c7", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "constructor_calldata": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a", + "0x2dd76e7ad84dbed81c314ffe5e7a7cacfb8f4836f01af4e913f275f89a3de1a", + "0x1", + "0x70442ac437310a4473f038a81851b3b5a651490396cadd47376909a067ce5c7" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x2addaac9f5b6823ce062c2384a3a772a1da3004820561feda45e319bddb4fab", + "version": "0x0", + "contract_address": "0x7daf534f58f63ea73c84a3d102a695ec88f75c949f9d92f2b26175409ad7bb6", + "contract_address_salt": "0x7179ee14647d8ba6e06b93cbd308c5214bda80a519e005edb26c9767c32d871", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x7179ee14647d8ba6e06b93cbd308c5214bda80a519e005edb26c9767c32d871", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x6a827f24a4bb8e9eb43e40aa521448bd8c5c97a11b236021a6b7a3ebe14f46b", + "version": "0x0", + "max_fee": "0x2e7300cbaba7e", + "signature": [ + "0x37024117c97cf39df96767fbda67323ffec05dd0b3bc207bb27ad5c2fcfdc6f", + "0xf45a52137329325d17d2f77192b829b67888fb8bdf541af23c5525c09dcb25" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0x68bcbdba7cc8cac2832d23e2c32e9eec39a9f1d03521eff5dff800a62725fa", + "0x0", + "0x5", + "0x5", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "0xefcee47256e329", + "0x0", + "0xad8e85fac83dd331a4b7a3549d0d5a82881ee02f", + "0xb" + ], + "contract_address": "0x7a21a209a1595277ef867286d172bd47ab710764bfb5a2c3864610fa88aafb0", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x3b4415e63c01aff7d268c8c5075ce5c2d8ff872e9baca215a0acfe4b6fb1c55", + "version": "0x0", + "contract_address": "0x4b717ef2ba36733261f66e89262256658c6bcdc667664bbda36725dbc5f6c5e", + "contract_address_salt": "0x1c9a188b090c95e3a471d0f074099fa63ce457f946363d3f21eff3242702402", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x1c9a188b090c95e3a471d0f074099fa63ce457f946363d3f21eff3242702402", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x3d5025492e17aaf19bbfe84380e24d434f35cfa4e1fe28b5d17035744c8096e", + "version": "0x0", + "max_fee": "0x512affd0c3bd8", + "signature": [ + "0x478c3e4700941125d6e76d1d634f28dd0f56af927c513d67f968deae29aeec", + "0xeaeda6b14a092e1fca0567dc892ab9274bef14cfc4c04772ae3fce207b9946" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x15543c3708653cda9d418b4ccd3be11368e40636c10c44b18cfe756b6d88b29", + "0x3", + "0x6", + "0x9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x25bf6196bd10000", + "0x0", + "0x1", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x25bf6196bd10000", + "0x0", + "0xfea2dab", + "0x0", + "0xd" + ], + "contract_address": "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1fa0d170b89b8e7137e29ef1146b88de55d1207031e242c07ffb0725ebbdffb", + "version": "0x1", + "max_fee": "0x178aa0c1ee72e", + "signature": [ + "0x2c7413bb0d777116581d7b359709e43faf59891ce38b8c579d26dd3b3c56995", + "0x50e2f8cdc62649052610439d96f06459ba098c0447fb2edd09a3f2205910769" + ], + "nonce": "0x0", + "sender_address": "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7", + "calldata": [ + "0x2", + "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x5", + "0x63a4b3b0122cdaa6ba244739add94aed1d31e3330458cda833a8d119f28cbe8", + "0x2ade85e543e31e17c85efcb86504a6afcba9eb5d7281076e9dfbf5f2543dd65", + "0x5", + "0x3", + "0x8", + "0x63a4b3b0122cdaa6ba244739add94aed1d31e3330458cda833a8d119f28cbe8", + "0x596f757620446565", + "0x45101000000000000000000000000", + "0x1", + "0x0", + "0x596f757620446565", + "0x45101000000000000000000000000", + "0x8e1bc9bf04000" + ], + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x18d11ba88100665fb5f5c690cbebf6c7e94f4d28414bb1f4928e5362b2d7d53", + "version": "0x0", + "max_fee": "0x58acc39dbb3be", + "signature": [ + "0x2e9f5f2fe792a5a82f5442a75762991833663e208478150b6ec9182bbb01e0d", + "0x798cf884c05093fd83e913f35cc0861a675c07081a7a06479d9a608c8e25ebd" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x219209e083275171774dab1df80982e9df2096516f06319c5c6d71ae0a8480c", + "0x0", + "0x3", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2c0f7bf2d6cf5304c29171bf493feb222fef84bdaf17805a6574b0c2e8bcc87", + "0x3", + "0x9", + "0xc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xef7c5f", + "0x0", + "0xef7c5f", + "0x0", + "0x21343a42145e2c", + "0x0", + "0x2", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "0x63626d01", + "0xd" + ], + "contract_address": "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x166bd010fc630772ddd4a23e5bd6c4338c28517738f6561f19de4093d674c49", + "version": "0x0", + "max_fee": "0xd8481b4c216e", + "signature": [ + "0x74e04be399ee3cf307c18dc5ca4d7982edbe2abac5ce44c9497c1bae567e8df", + "0x7c7ccc7891270329da4e2603212861547a78ae24d36fd7235557b624f6ef158" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x3e3294420f2fbd8d462df80ba552adca6327d22705d44f766cad61fdefff1dd", + "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "0x0", + "0x1", + "0x1", + "0x6d706cfbac9b8262d601c38251c5fbe0497c3a96cc91a92b08d91b61d9e70c4", + "0x1" + ], + "contract_address": "0x3e3294420f2fbd8d462df80ba552adca6327d22705d44f766cad61fdefff1dd", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x72ff15a04a00d708abd1d3846af17a79121da21b2cb8fb07f2975c3bab47d55", + "version": "0x0", + "contract_address": "0x2f37d1bca3cc2fbc5d9e9d9316f5f7860636406944fabd2b4e0e96a91551679", + "contract_address_salt": "0x3911fd120744d2e6df5fd6402a588b8a86de3ea678b7ac245782a793a24e951", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0x3911fd120744d2e6df5fd6402a588b8a86de3ea678b7ac245782a793a24e951", + "0x0" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x65ca5b372be530bde5bdc4b39d69494fbf358294816eb9bfabfcd93ddfd8da6", + "version": "0x0", + "max_fee": "0x2a4a9ffb68000", + "signature": [ + "0x3492bd06849809b9f14c52caee9ccdde4705198d348445b8d4017416740952f", + "0x3b91002f790e20faf12077314df802d3499983af4e69ba41d28227d3cf130a" + ], + "entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", + "calldata": [ + "0x1", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x2f0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354", + "0x0", + "0x3", + "0x3", + "0x697066733a2f2f516d545375726d614568476b6574534c3477325370314263", + "0x5a7250627a327953334735363258444557364d374e39", + "0x0", + "0x5" + ], + "contract_address": "0x6eb81ec97b2fc7676a6284018e55c027fbd20c951e4f7429a361daf559cc801", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x476be3d890e53d52e404c45103b7bb8cbd022451473bc546f406b2c953ca37f", + "version": "0x0", + "contract_address": "0x101b07d14c7d093b8c544f02d64771968e259afab22623e2096414c055b319b", + "contract_address_salt": "0xa23a972e0dfbaf17ef1ca4472ec26b7c4cf7cb8d06e93645ea2a8794a75d16", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918", + "constructor_calldata": [ + "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328", + "0x79dc0da7c54b95f10aa182ad0a46400db63156920adb65eca2654c0945a463", + "0x2", + "0xa23a972e0dfbaf17ef1ca4472ec26b7c4cf7cb8d06e93645ea2a8794a75d16", + "0x0" + ], + "type": "DEPLOY" + } + ], + "timestamp": 1667223696, + "sequencer_address": "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "transaction_receipts": [ + { + "execution_status": "SUCCEEDED", + "transaction_index": 0, + "transaction_hash": "0x55a4cb8a1e3e73940276d0cd7f7e654daa17aa4c719a37009d97345adb05c0f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "0x517c", + "0x0" + ] + }, + { + "from_address": "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x55a4cb8a1e3e73940276d0cd7f7e654daa17aa4c719a37009d97345adb05c0f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1945188f72751", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7047, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1945188f72751" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 1, + "transaction_hash": "0x4ad01317438ed820ddc41543a7768cb660a27ee9913af6a9406d3c60fad9a8a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "0x517d", + "0x0" + ] + }, + { + "from_address": "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4ad01317438ed820ddc41543a7768cb660a27ee9913af6a9406d3c60fad9a8a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b5389050dc99", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7048, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b5389050dc99" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 2, + "transaction_hash": "0x1222c7729bd796ce5572217a5cd50445e62d583faf5781ee481e1028955a2fb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x662c86b6a531821adb44587bc1269670136e0f774fa27cc19a8eaa12f6cdfad", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x662c86b6a531821adb44587bc1269670136e0f774fa27cc19a8eaa12f6cdfad", + "0x4923c2e7a4f0db7136c134180055b6deedf09aba4ff315ebdc1726e343c376b", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 3, + "transaction_hash": "0x37dad3ba06917f2325328fceb5a73c9c55b463c31fcfef2a403368ad165e2fb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x2ec9b3f1bdea796970fd2690045a57c95345d9e9811ff5c7f153044731d9076", + "0xc015d4fa000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x1f1a64f6d1138d910302ae3d4a786b40eb0b07dbf428c38624a1fa96236183c", + "0x314599a176000", + "0x0" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1f1a64f6d1138d910302ae3d4a786b40eb0b07dbf428c38624a1fa96236183c", + "0x0", + "0x3ac0", + "0x0" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1f1a64f6d1138d910302ae3d4a786b40eb0b07dbf428c38624a1fa96236183c", + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x3ac0", + "0x0" + ] + }, + { + "from_address": "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "keys": [ + "0x37fb5822d8beb7f626792d8080acbee2e1b8776c0eac7628ee8fdb0bb2fcdcf" + ], + "data": [ + "0x54d3a11cd1e362a297ae72fd5d030de1c25af49cf1d0bf85f61b2f25c5a327e", + "0x5", + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x1f1a64f6d1138d910302ae3d4a786b40eb0b07dbf428c38624a1fa96236183c", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x3ac0", + "0x0", + "0x1", + "0x3205af7670000", + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x635fd090" + ] + }, + { + "from_address": "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x37dad3ba06917f2325328fceb5a73c9c55b463c31fcfef2a403368ad165e2fb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1ef5d607145bc", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 25836, + "builtin_instance_counter": { + "pedersen_builtin": 106, + "range_check_builtin": 615, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1ef5d607145bc" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 4, + "transaction_hash": "0x14284853a4ba99dbde5abf442c1dfe50fdcfe0cdff78a9e4e5f1a2114d9c1db", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xe35fa931a0000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xe35fa931a0000", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb", + "0x58cbbdf83e8bb522", + "0x0" + ] + }, + { + "from_address": "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x14284853a4ba99dbde5abf442c1dfe50fdcfe0cdff78a9e4e5f1a2114d9c1db", + "0x3", + "0x1", + "0x58cbbdf83e8bb522", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a33ccced01ac", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18156, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 490, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a33ccced01ac" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 5, + "transaction_hash": "0x1589b1baf5900b5547df5b3c450acd0755e639809cd0b8afb30e3db643b2758", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x52c3c41546165d9b4807bf1cb4fc048ec67ebcee37119470f4d574e6fa33b66", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x52c3c41546165d9b4807bf1cb4fc048ec67ebcee37119470f4d574e6fa33b66", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x49b453302d0b27ed0a1290bcdf98567433ed2fd1b34b3453e72a6d1d8d64cb7" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 6, + "transaction_hash": "0x418beec5153235598e3a8d7a8b9ce87044c527d1d851fdfcd2d00b02ab75937", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x96efc97ceff1df64ac04fe5e7131f157a45ae5300f3af62574c1b402e50b56", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x96efc97ceff1df64ac04fe5e7131f157a45ae5300f3af62574c1b402e50b56", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x291ebc4acb5d415004c18a6766b69c93623c296c45a3391c8f63fd356b11499" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 7, + "transaction_hash": "0x7e4e2c98a412bcbfda8ea0bf21d9242e5fbe323a93eb2d6c61a84999164e367", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x11c37937e08000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x11c37937e08000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626", + "0x7bea7a", + "0x0" + ] + }, + { + "from_address": "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7e4e2c98a412bcbfda8ea0bf21d9242e5fbe323a93eb2d6c61a84999164e367", + "0x3", + "0x1", + "0x7bea7a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3fd7bf19188", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18719, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3fd7bf19188" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 8, + "transaction_hash": "0x70c28656cc0a2c13a6258b74675fffa8bf9bd2ae8657e62d37230ea6ffbae18", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x67743635d95696527299b3e3e0d8753b28c5ea41a08afd12e9dddb63a5b8c3b", + "0x517e", + "0x0" + ] + }, + { + "from_address": "0x67743635d95696527299b3e3e0d8753b28c5ea41a08afd12e9dddb63a5b8c3b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x70c28656cc0a2c13a6258b74675fffa8bf9bd2ae8657e62d37230ea6ffbae18", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x67743635d95696527299b3e3e0d8753b28c5ea41a08afd12e9dddb63a5b8c3b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b5389050dc99", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7048, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b5389050dc99" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 9, + "transaction_hash": "0x4ee08da287eea8821068c264812a9c9dac83ef60880c920ad2c49d22d92098e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2d169c7e6cbc36a42432be8dedcd516338b4f796c37fedccf81b09cd96a7f76", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x2d169c7e6cbc36a42432be8dedcd516338b4f796c37fedccf81b09cd96a7f76", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x229b8b97d795ecaac7d6e42a6c24c182fa98371303083a5cc83c9a28fed8106" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 10, + "transaction_hash": "0x75204428719daf658771a3417e065a9201443eebae85d2d7fdd24037cfa3598", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x27af4b80feb7f475f21dfe83ddc534ee1c843dc67650f25c54a572133ec55c8", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x27af4b80feb7f475f21dfe83ddc534ee1c843dc67650f25c54a572133ec55c8", + "0x253b84e08b369d9eef4b8dbd64211f14c0eaac2f05535dca5f2a90b17def19a", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 11, + "transaction_hash": "0x5c622865e6360960d1a915d9637a88c3b1ed9076f65a64063aeec6271c41d1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x2fd169c", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x2fd169c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "0x6e5bcb1fea4acc", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14d7d53c3b3630a27", + "0x9040d5f16" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x2fd169c", + "0x0", + "0x6e5bcb1fea4acc", + "0x0", + "0x0", + "0x0", + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c" + ] + }, + { + "from_address": "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5c622865e6360960d1a915d9637a88c3b1ed9076f65a64063aeec6271c41d1", + "0x6", + "0x1", + "0x2", + "0x2fd169c", + "0x0", + "0x6e5bcb1fea4acc", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x230bd5446a73c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 25516, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 1164, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x230bd5446a73c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 12, + "transaction_hash": "0x3a73bf20c2244f50595b4a2bb70f12d623d17a451c998845ba53c011a96a9c7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5677357c1390eb83b604bca35ac06ed75e0316bc5ba322b95027adc225c1b95", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x5677357c1390eb83b604bca35ac06ed75e0316bc5ba322b95027adc225c1b95", + "0xb56b7da9dc9a26aab479c703d6fa691e250630c5abe53ece6ea412d218f88", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 13, + "transaction_hash": "0x37d334751dbddb6dcfe9182b780c249e597145ccbba3fb667a003196beafc39", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39d9352ad847a3703b550da7415619d89691c701dbba869fc902e6897ec98bf", + "0x2da67333b8d86f1f4050ae3edff5efe423982654c5ab400d13aa9ddf5a84070", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x39d9352ad847a3703b550da7415619d89691c701dbba869fc902e6897ec98bf", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x37d334751dbddb6dcfe9182b780c249e597145ccbba3fb667a003196beafc39", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x39d9352ad847a3703b550da7415619d89691c701dbba869fc902e6897ec98bf", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcdefa069533d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6339, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcdefa069533d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 14, + "transaction_hash": "0x59b04ded6460a3f8824294e98a75d32a0d1b1792a1aa843eb739a571a0fc25a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2316744dc130e", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x22e63ed6adc0f", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x22b05f9396d2c48183f6deaf138a57522bcc8b35b67dee919f76403d1783136", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "0x574144427", + "0x0" + ] + }, + { + "from_address": "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x59b04ded6460a3f8824294e98a75d32a0d1b1792a1aa843eb739a571a0fc25a", + "0x6", + "0x1", + "0x1", + "0x22e63ed6adc0f", + "0x0", + "0xf4240", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x22f198dd824af", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 24299, + "builtin_instance_counter": { + "pedersen_builtin": 44, + "range_check_builtin": 1005, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x22f198dd824af" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 15, + "transaction_hash": "0x6ceae7d5eef1fd37ae318ec4f87c43794da976d7ab3c831a12df62e0221390e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x16d9fcece1f969367c7ade9275b9a2c385971c6a61c70ba450a509dac8b6e86", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x16d9fcece1f969367c7ade9275b9a2c385971c6a61c70ba450a509dac8b6e86", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x6be809103166459a1884032ca2a04045dba517e46c5204ddb4f44568413e91e" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 16, + "transaction_hash": "0x4838fe6e586f4936e8e69b545488cf18ce70dddf53309f3b7ffb4521890315", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2205a89cbbdf3f9b58195ae9104d55079ecbde35e2bb006f624380c8f3bea0c", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x2205a89cbbdf3f9b58195ae9104d55079ecbde35e2bb006f624380c8f3bea0c", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x22bba0ebf04b077d07d8f323b43062128a787d67379adc40295818d502e9237" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 17, + "transaction_hash": "0x3475996048f1e0587bfd65b1940256ff4773cc4165e1b99f06325b2e2ff184e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x16602ea", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "0x16602ea", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "0x138c3ebee219ed941", + "0x0" + ] + }, + { + "from_address": "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x1227e67dbace9db0e90", + "0x14ceb3a75" + ] + }, + { + "from_address": "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x16602ea", + "0x0", + "0x138c3ebee219ed941", + "0x0", + "0x0", + "0x0", + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4" + ] + }, + { + "from_address": "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3475996048f1e0587bfd65b1940256ff4773cc4165e1b99f06325b2e2ff184e", + "0x6", + "0x1", + "0x2", + "0x16602ea", + "0x0", + "0x138c3ebee219ed941", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x22f0bca7c638d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 24251, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 1130, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x22f0bca7c638d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 18, + "transaction_hash": "0x6846325801b6adbea54c3042e3f07bb812a33d3a893a448a3f2ee66210e7a85", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x87b4c7cb9ab443f90c3e0ccf2c9b4f6e07cd9e4b6432bff1ec7fd5c31029a3", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x87b4c7cb9ab443f90c3e0ccf2c9b4f6e07cd9e4b6432bff1ec7fd5c31029a3", + "0x18337cd525b8e8caec1b535dca92f69b79b9bbeb4b046439b850167b24ca620", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 19, + "transaction_hash": "0x4bd3308adab9662e488df0e47c1929122e861fd87d7b8b83d4285c9e0b68755", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x678a41f0b5236ca8cf3cc73ee41cfaf2346e9abab3ed9fc028da8ccdb17d094", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x678a41f0b5236ca8cf3cc73ee41cfaf2346e9abab3ed9fc028da8ccdb17d094", + "0x292a9f55acfd03fba5c8e29340b12fa010a83757aa2b7297062b59453fa6863", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 20, + "transaction_hash": "0x39b77087a2353ea35f46efcc8d06294c5d1cc64c062b102ab6a6f97e0911a37", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1156558a810000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "0x1156558a810000", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x6ae016a9a2af19b6", + "0x0" + ] + }, + { + "from_address": "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x3c3fa6da2b63fab72f4", + "0x9bf9764b3bc00735" + ] + }, + { + "from_address": "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x1156558a810000", + "0x0", + "0x6ae016a9a2af19b6", + "0x0", + "0x0", + "0x0", + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765" + ] + }, + { + "from_address": "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x39b77087a2353ea35f46efcc8d06294c5d1cc64c062b102ab6a6f97e0911a37", + "0x6", + "0x1", + "0x2", + "0x1156558a810000", + "0x0", + "0x6ae016a9a2af19b6", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x22f275133e5d1", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 24340, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 1130, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x22f275133e5d1" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 21, + "transaction_hash": "0x4f7f4e09dd4352c96bff5c73c412b6ea2f6bec9921b41000ac4501a930de2f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1", + "0xc62bd1", + "0x0" + ] + }, + { + "from_address": "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4f7f4e09dd4352c96bff5c73c412b6ea2f6bec9921b41000ac4501a930de2f", + "0x3", + "0x1", + "0xc62bd1", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a4045d9f7219", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18724, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a4045d9f7219" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 22, + "transaction_hash": "0x39147694ae5f0a0c98c99b4d5ead95a3b0143b9ff138ac46c8b9c7dc9caffdf", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x69c60e4d7e2d9ea17effba80b0dd16a34c89ad5045a7d1f545212c2e6f483e5", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x69c60e4d7e2d9ea17effba80b0dd16a34c89ad5045a7d1f545212c2e6f483e5", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x39147694ae5f0a0c98c99b4d5ead95a3b0143b9ff138ac46c8b9c7dc9caffdf", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x69c60e4d7e2d9ea17effba80b0dd16a34c89ad5045a7d1f545212c2e6f483e5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcd1a4c5b21ae", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5705, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcd1a4c5b21ae" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 23, + "transaction_hash": "0x7ca690e408600ace3e04c173d32ef96953337a9cb8c111623064891218f0a43", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7fcb67b5012cabc8232e1a9848615bcf36657c184e3ce3f015bc4dba1379e3b", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x7fcb67b5012cabc8232e1a9848615bcf36657c184e3ce3f015bc4dba1379e3b", + "0x99fb9605aa0698d5681dfee1eb7a581e9259e647f16a1cb11ecdd1f24e8edf", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 24, + "transaction_hash": "0xb3bf102213be1718571f2e621fdf2bf9f66be03930a87cc43e6a7d24b5250", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x74102023ea290462937cdb2139131b1fd127dc67dc8b9ffb8359eb10417f3b9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x71afd498d0000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x74102023ea290462937cdb2139131b1fd127dc67dc8b9ffb8359eb10417f3b9", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x71afd498d0000", + "0x0" + ] + }, + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x74102023ea290462937cdb2139131b1fd127dc67dc8b9ffb8359eb10417f3b9", + "0x307622", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x74102023ea290462937cdb2139131b1fd127dc67dc8b9ffb8359eb10417f3b9", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3f69a43b0f7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18698, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 501, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3f69a43b0f7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 25, + "transaction_hash": "0x41ad403a920f2661cab41eb4602312f9a89e586b516dd365846b56136da4257", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x42fbb92afa986e4215ea643ef71e634d5b772b03d71b141a4c8f7e175fd80b0", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x42fbb92afa986e4215ea643ef71e634d5b772b03d71b141a4c8f7e175fd80b0", + "0x23a92001bd26a33e399738230dfb537c0da72879283fee068064d93dd5a74fe", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 26, + "transaction_hash": "0x35151f9431466a65a6a18bd90ef155527fe3c1d79600dbc5e1ce0881e293f82", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7e8f7b4fdc165d2f98cf6b5c117459a43b34a0ed7311189a35bf3936acf0885", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x7e8f7b4fdc165d2f98cf6b5c117459a43b34a0ed7311189a35bf3936acf0885", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0xc95c100b852d3473c39449b2f6eb7b7173f055ea28c084dd025f9b04eac921" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 27, + "transaction_hash": "0x1b9ea5d84507933c251869a53c3c2a0c0c552b1bfe11f5f0192c8e99b2385b6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x24df683", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "0x24df683", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "0x1fdb8381da6da1a7a", + "0x0" + ] + }, + { + "from_address": "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x12080afa38f4300f416", + "0x14f3930f8" + ] + }, + { + "from_address": "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x24df683", + "0x0", + "0x1fdb8381da6da1a7a", + "0x0", + "0x0", + "0x0", + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10" + ] + }, + { + "from_address": "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1b9ea5d84507933c251869a53c3c2a0c0c552b1bfe11f5f0192c8e99b2385b6", + "0x6", + "0x1", + "0x2", + "0x24df683", + "0x0", + "0x1fdb8381da6da1a7a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a83cc5422b06", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 21870, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 880, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a83cc5422b06" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 28, + "transaction_hash": "0x5bdb52afa654939f07036ab91b2939a8dfc69de8af702f99f913759277d4e25", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xfb69f3315b6ce258824aa3fd704a72dca5a23dfcba4771358aff829a9ec4f5", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0xfb69f3315b6ce258824aa3fd704a72dca5a23dfcba4771358aff829a9ec4f5", + "0x5da55d496b7b206fb8e23b61fc6a931b87e7031b0e51fa4ba4ab75e10ad72d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 29, + "transaction_hash": "0x53543a27d85630056ed4733e60554a2b7e0c2b6671dd4d46db4010b28aab931", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3e059fbf4f08cc1da0085acbfeb087eea99171cbe7d9059b2469062f7cb85c0", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x3e059fbf4f08cc1da0085acbfeb087eea99171cbe7d9059b2469062f7cb85c0", + "0x5d0f4d0a6cbe08b977533c73e0f82e238b3dc1d4ec956f94c672c5cebeae5cc", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 30, + "transaction_hash": "0x5b986a8269633bfdf2f397a23d42eea7eccf918760f0806f81b665918ef44e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x5b5a388777ed6ab9a7b151f85dab88e1ac2d3777c597df68cd1261f9374f667", + "0x173f81c529191726c6e7287e24626fe24760ac44dae2a1f7e02080230f8458b", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x5b5a388777ed6ab9a7b151f85dab88e1ac2d3777c597df68cd1261f9374f667", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5b986a8269633bfdf2f397a23d42eea7eccf918760f0806f81b665918ef44e", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5b5a388777ed6ab9a7b151f85dab88e1ac2d3777c597df68cd1261f9374f667", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcd1a4c5b21ae", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 5705, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 130, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcd1a4c5b21ae" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 31, + "transaction_hash": "0xd61fc89f4d1dc4dc90a014957d655d38abffd47ecea8e3fa762e3160f155f2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x611de19d2df80327af36e9530553c38d2a74fbe74711448689391016324090d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x881955d453b7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3326, + "builtin_instance_counter": { + "pedersen_builtin": 23, + "range_check_builtin": 74, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x881955d453b7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 32, + "transaction_hash": "0x53c3a1e3d1f634af6e2204b66c730b42bc9bb34faa6556b73784a4dd83c2fc4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4a6d24a", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x4a6d24a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "0xab337d8abe7389", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14cd2204628a4969e", + "0x908b43160" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x4a6d24a", + "0x0", + "0xab337d8abe7389", + "0x0", + "0x0", + "0x0", + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc" + ] + }, + { + "from_address": "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x53c3a1e3d1f634af6e2204b66c730b42bc9bb34faa6556b73784a4dd83c2fc4", + "0x6", + "0x1", + "0x2", + "0x4a6d24a", + "0x0", + "0xab337d8abe7389", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a9ee4f0c6eb5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23139, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a9ee4f0c6eb5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 33, + "transaction_hash": "0x62c34e73f9dd3820b8ae9856b38028e428731fe90d76630eaa0d1610a152640", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x30a26f", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x30a26f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a", + "0x6ef564c567f45", + "0x0" + ] + }, + { + "from_address": "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x62c34e73f9dd3820b8ae9856b38028e428731fe90d76630eaa0d1610a152640", + "0x3", + "0x1", + "0x6ef564c567f45", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3efb895d066", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18667, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 507, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3efb895d066" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 34, + "transaction_hash": "0x4802d8c3c39aeb4aef45c4f3fde63342266e700f4aea49b627a290fc345fb2b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x12c221cc6a000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x2ec9b3f1bdea796970fd2690045a57c95345d9e9811ff5c7f153044731d9076", + "0x48082fddc00", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x127a199c8c400", + "0x0" + ] + }, + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x50ae", + "0x0" + ] + }, + { + "from_address": "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "keys": [ + "0x37fb5822d8beb7f626792d8080acbee2e1b8776c0eac7628ee8fdb0bb2fcdcf" + ], + "data": [ + "0x2806a5fd9deb2bd3a5565c5383cd2ae35aa4d144906f82ec51a62ee7cf38f75", + "0x26", + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x50ae", + "0x0", + "0x1", + "0x12c221cc6a000", + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x635fd090" + ] + }, + { + "from_address": "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4802d8c3c39aeb4aef45c4f3fde63342266e700f4aea49b627a290fc345fb2b", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x25446c0305406", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 27466, + "builtin_instance_counter": { + "pedersen_builtin": 123, + "range_check_builtin": 642, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x25446c0305406" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 35, + "transaction_hash": "0x3dc5076aee318f4f0ba7b49a248d34ed77c2b5954629ad47c02aba6761b179c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x75b4a2d30419f0c82ba7239f3015633867e7d14a1b4084809ece35007865c5e", + "0x517f", + "0x0" + ] + }, + { + "from_address": "0x75b4a2d30419f0c82ba7239f3015633867e7d14a1b4084809ece35007865c5e", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3dc5076aee318f4f0ba7b49a248d34ed77c2b5954629ad47c02aba6761b179c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x75b4a2d30419f0c82ba7239f3015633867e7d14a1b4084809ece35007865c5e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b5389050dc99", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7050, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b5389050dc99" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 36, + "transaction_hash": "0x7dc7de2870f03a45237058f0272284daab680460c00640ec8f2504ad88e2dc8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x27b7f85adf0743707d49fbf590d8905b0e5a04bf6b9975c563a6865a3d8f35", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x27b7f85adf0743707d49fbf590d8905b0e5a04bf6b9975c563a6865a3d8f35", + "0x15758bb9df8e17e69369a20f280038c044c464eece1a111ce224dcb4918d013", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 37, + "transaction_hash": "0x1bb5ebc00125b82e7c40ea6d848b6be2b7e30d251f19e37c90f44c76db9b75b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x9d8f28aba5de7118d09de664ee61d8c62eb161d9a7c737a4b9204ee7c8d1d4", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x9d8f28aba5de7118d09de664ee61d8c62eb161d9a7c737a4b9204ee7c8d1d4", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x24c7515abaf4a372b56f1a1df65ac5946dd7dabef69a9414066b20a48a925e0" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 38, + "transaction_hash": "0x1898b029be3215ef35ecd680378f17ecbf92361623a2759f52ee0a9b88a25c0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x74b98cbec2e299d52b3d8579dc14a9dc3075d9e4a897240f3346464253d9316", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x74b98cbec2e299d52b3d8579dc14a9dc3075d9e4a897240f3346464253d9316", + "0x50e3254f9de8e215e15ca29a35e0efcc14b213683406604917ce211db443451", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 39, + "transaction_hash": "0x12212f85ba7127becca6338be670366e9026f0173a1bd59e2b8855e508eab97", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x325f2d", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x325f2d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "0x73a04afa1d867", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14ccae6417902be37", + "0x908e6908d" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x325f2d", + "0x0", + "0x73a04afa1d867", + "0x0", + "0x0", + "0x0", + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d" + ] + }, + { + "from_address": "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x12212f85ba7127becca6338be670366e9026f0173a1bd59e2b8855e508eab97", + "0x6", + "0x1", + "0x2", + "0x325f2d", + "0x0", + "0x73a04afa1d867", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a9ee4f0c6eb5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23136, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a9ee4f0c6eb5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 40, + "transaction_hash": "0x7a85dbf6062133808b25b0f1d64d0090d2d35df326431f28ebe4d77967849bf", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x1e6af15", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x1e6af15", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "0x45c26b4f99f34f", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14c8523d62968cae8", + "0x90acd3fa2" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x1e6af15", + "0x0", + "0x45c26b4f99f34f", + "0x0", + "0x0", + "0x0", + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201" + ] + }, + { + "from_address": "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7a85dbf6062133808b25b0f1d64d0090d2d35df326431f28ebe4d77967849bf", + "0x6", + "0x1", + "0x2", + "0x1e6af15", + "0x0", + "0x45c26b4f99f34f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a9f530ba4f46", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23143, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a9f530ba4f46" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 41, + "transaction_hash": "0x5bfd2875069a75c72b34620b6943483e6c0d840397121f91e6ff12b15151deb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1312d00", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1312d00", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x2b7e3b1f2e2664", + "0x0" + ] + }, + { + "from_address": "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5bfd2875069a75c72b34620b6943483e6c0d840397121f91e6ff12b15151deb", + "0x3", + "0x1", + "0x2b7e3b1f2e2664", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3efb895d066", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18665, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 507, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3efb895d066" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 42, + "transaction_hash": "0x24436ef5bdb65eec1e7d0aa26ca20887c7e0e15647082972e8e7a76624414f9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1a18fa78180fddfb7381c2049eff4485a83206fc2d02c0854083248a33aa6b6", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x1a18fa78180fddfb7381c2049eff4485a83206fc2d02c0854083248a33aa6b6", + "0x4b848e46f746887d18922fc97653d3cad843d754ee6a73d3a4c999aff7d081e", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 43, + "transaction_hash": "0x72c8b549b8ba5a7428fd741a46787302639768daa40ba9f370c25ecd31232b9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xf42400", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xf42400", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x22f37bb85d287b", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14c62305a710ba26d", + "0x90bc163a2" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0xf42400", + "0x0", + "0x22f37bb85d287b", + "0x0", + "0x0", + "0x0", + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b" + ] + }, + { + "from_address": "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x72c8b549b8ba5a7428fd741a46787302639768daa40ba9f370c25ecd31232b9", + "0x6", + "0x1", + "0x2", + "0xf42400", + "0x0", + "0x22f37bb85d287b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a9ee4f0c6eb5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23136, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a9ee4f0c6eb5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 44, + "transaction_hash": "0x6bdc51705fb72e273d716fa04a89c68cc907a2dc9ec78cbd30361d9ef4394c9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2574f0aba6ab895adc8e21f83341671b24ea8cf6c15e5bd6b5a32780e0be27", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x2574f0aba6ab895adc8e21f83341671b24ea8cf6c15e5bd6b5a32780e0be27", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x60ca12bdc11ff7d24acdd0715661289d80ef8bf0cc1e1f70ca8e16b06447644" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 45, + "transaction_hash": "0x779050068da9dfa9c6f7624234efe46d3bc52f8a785b0065ca76f1bcf0ed56f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x33d8503488ac73142819ac31f0a993859595b187d6632ba7258ed5ceb46bebd", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x33d8503488ac73142819ac31f0a993859595b187d6632ba7258ed5ceb46bebd", + "0x58e4b74aacbd704ae0a42d0055394fbec14d09aa04e3183200abeacb8fe9fb4", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 46, + "transaction_hash": "0x5a51a299e4e91e416a8595a8c83b0e6e7ca02984a6cb42abad3eb211923a61a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x1199fe4bc4f737a7a3134c8852a28f412c8fc6b291bf278f07f30e2072273c2", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x1199fe4bc4f737a7a3134c8852a28f412c8fc6b291bf278f07f30e2072273c2", + "0x48da4239636b456766980530585d8815c8c64991dbb95feacfc70ad36b93c42", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 47, + "transaction_hash": "0x58c642e7a39eddd6307cd771127a7997e097664d1221dee544cd64eef2befa", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7717d9960928d6567fa4df782a2e55b0fd884075676d8398ff8470f7d78e2d0", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x7717d9960928d6567fa4df782a2e55b0fd884075676d8398ff8470f7d78e2d0", + "0x3b794c61c078313f36ce84a2c67a28f7fbe14e925ecff0f3c3c8730e3d7fde7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 48, + "transaction_hash": "0x5e6e65432ff22a754f4edfba93bfd5ec9b2c41204bdc3479eb15a1f4a14066b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2e8a1bac2a6cb93771f4c92f853747345adb72e2b1cd85b49860b23503ce85a", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x2e8a1bac2a6cb93771f4c92f853747345adb72e2b1cd85b49860b23503ce85a", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x344204e0ed687f58a1ec12deffe24de8956acfe315df07ae9ba9ee5b4d5492f" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 49, + "transaction_hash": "0x2e24fe56b8b4d31189adf7fbb01d4413d89655553b0cd9b82ef53a1feca24c9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x438fffc80440dbda3df4a2bd97d91cebd52498f9d16e4a03e402a4f4561650c", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x438fffc80440dbda3df4a2bd97d91cebd52498f9d16e4a03e402a4f4561650c", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x4b4661b967cce82d11172f2661c34096b30dfaed60da52fad0bb60e397553fb" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 50, + "transaction_hash": "0x65bfbc9f9468968787c87ff0872699d23fe1510fa7090a0a7d3d8cc4726714", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "0x33b0c94a16a1da5ea0ea4a7d84304d3763ea2ce2bf5e6a5704917577202a9ce", + "0x1b8a0", + "0x0" + ] + }, + { + "from_address": "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x65bfbc9f9468968787c87ff0872699d23fe1510fa7090a0a7d3d8cc4726714", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcde8bebb72ac", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6309, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcde8bebb72ac" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 51, + "transaction_hash": "0x346b4e6aa55b1b40d3d7fba7cc6059b86009cdbac657733d5283f597a2aeb10", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x7bccd808f294e3f050ce02195fc6375e42522fbb6798ded6e2671ed279f3846" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 52, + "transaction_hash": "0x6398409a78a25183a683031a666893be748cc1dcb65f73b5328c1ca751ca80f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3cd9ca7e00b19cc9ebb433b3fa96ac1348ee77cd95c4e3cc6bdf90f297031af", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x3cd9ca7e00b19cc9ebb433b3fa96ac1348ee77cd95c4e3cc6bdf90f297031af", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x68dff031c3b2167d7b7c8d8a3e8a56101df9a320a614b16dde5b80bd5f45791" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 53, + "transaction_hash": "0x6eb72835621443be6f870d7d36edc582ef4d3e280f299c1cdb610bc199a5033", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "0x33b0c94a16a1da5ea0ea4a7d84304d3763ea2ce2bf5e6a5704917577202a9ce", + "0xa21bbbe2800", + "0x0" + ] + }, + { + "from_address": "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6eb72835621443be6f870d7d36edc582ef4d3e280f299c1cdb610bc199a5033", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcdf6821733ce", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6341, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcdf6821733ce" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 54, + "transaction_hash": "0x660dc73003d8ae5274032090d195dc0a8afd53e1bef357ad99d8730a00063f3", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x64ab01cc97a31f65d05670b7986e604b52dd81db1577ae6a9b3f369a4036b3e", + "0x853a0d2313c0000", + "0x0" + ], + "nonce": "0xfcaf" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x64ab01cc97a31f65d05670b7986e604b52dd81db1577ae6a9b3f369a4036b3e", + "0x853a0d2313c0000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x64ab01cc97a31f65d05670b7986e604b52dd81db1577ae6a9b3f369a4036b3e", + "0x853a0d2313c0000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3842, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 55, + "transaction_hash": "0x62b203975271b89543821f1bb36a2a9e860f6ab32cea15036fe60b00cf87b25", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6bc77ef728dc73ca487dc56279890d8700c0bd5d9b601bc634416a9be66d1c0", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x6bc77ef728dc73ca487dc56279890d8700c0bd5d9b601bc634416a9be66d1c0", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x16bc7540e4e6817325a8beedb2abc2dd4c61251775c9415c0dd8a1acb2ba471" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 56, + "transaction_hash": "0x332b9831ab3b9ed3d12d618634246b29ea1bd9bbadfdeb89cb33df519c04730", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x550ec5d900723092a02795949be4033f37504f4baf3726edce419e55ea74e00", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x550ec5d900723092a02795949be4033f37504f4baf3726edce419e55ea74e00", + "0x35b56ad7c5f3fee5a5c6d5c84bb0239d94a3ce1ac72d5cb23993251abfb50de", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 57, + "transaction_hash": "0x25000970ca4e17508ea63b21605c09799459f9a2fef45ae7e23f95bc9c46d72", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7a4cb7995dc2a8b7d6a25dec7cbf2a71fd49bada019824795af83f412d4684c", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x7a4cb7995dc2a8b7d6a25dec7cbf2a71fd49bada019824795af83f412d4684c", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x62cf872773972954fce73d65bc1b2051ac194b334225c619d1d33aab88f5a7b" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 58, + "transaction_hash": "0x4b2b620ecc944df69f0ccece8519da91dfa4c68eb6c2c8dafbe46ac1c1cd76c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2386f26fc10000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2386f26fc10000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8", + "0xf7cf1b", + "0x0" + ] + }, + { + "from_address": "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4b2b620ecc944df69f0ccece8519da91dfa4c68eb6c2c8dafbe46ac1c1cd76c", + "0x3", + "0x1", + "0xf7cf1b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a4045d9f7219", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18724, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a4045d9f7219" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 59, + "transaction_hash": "0x522c36d91675d8124c1bda57c171ac161eeac3c3224147ba86d203f513fbee7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x29d6d27a2ec977454c046902926b10394d1882e6299d8a87174697d63559e57", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x29d6d27a2ec977454c046902926b10394d1882e6299d8a87174697d63559e57", + "0x32033b24b0198c3f88be924603349f3fdfc8d4384446e6e305739499ee74be5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 60, + "transaction_hash": "0x56e1516d863db9a26b671c36eb16e659b1c8b53766665df5f5a09be974ad2ef", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "0x7ec9e8cef35318bdb9d6103297f5b758a44447eb14236b4d5fb20e867e327b8", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 61, + "transaction_hash": "0x23e03f6ee1a7cc185436ba81f54a5bcf37bb30fc8beebe3185af9cc9055673f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x4984ab0", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x4984ab0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "0xa7fef51802a430", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14bba31655908fe3d", + "0x91059ae52" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x4984ab0", + "0x0", + "0xa7fef51802a430", + "0x0", + "0x0", + "0x0", + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b" + ] + }, + { + "from_address": "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x23e03f6ee1a7cc185436ba81f54a5bcf37bb30fc8beebe3185af9cc9055673f", + "0x6", + "0x1", + "0x2", + "0x4984ab0", + "0x0", + "0xa7fef51802a430", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a9ee4f0c6eb5", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23136, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a9ee4f0c6eb5" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 62, + "transaction_hash": "0x4d9527bc842d96834a61a4c08fdfcb5ea2f6ab2368a66445b6a91e69165ae6f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x3205af7670000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x2ec9b3f1bdea796970fd2690045a57c95345d9e9811ff5c7f153044731d9076", + "0xc015d4fa000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x417db7d2e88f380c6dc0e410347a38df781b96422ac3bf15ca01f81db48078", + "0x314599a176000", + "0x0" + ] + }, + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x417db7d2e88f380c6dc0e410347a38df781b96422ac3bf15ca01f81db48078", + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x508d", + "0x0" + ] + }, + { + "from_address": "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "keys": [ + "0x37fb5822d8beb7f626792d8080acbee2e1b8776c0eac7628ee8fdb0bb2fcdcf" + ], + "data": [ + "0x1c1fe4b29db83a05988efe5d9a9bca6bf022c6d205fe6cc3eac8a677e16c79e", + "0x5", + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x417db7d2e88f380c6dc0e410347a38df781b96422ac3bf15ca01f81db48078", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x508d", + "0x0", + "0x1", + "0x3205af7670000", + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x635fd090" + ] + }, + { + "from_address": "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x4d9527bc842d96834a61a4c08fdfcb5ea2f6ab2368a66445b6a91e69165ae6f", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x2544da1de3497", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 27496, + "builtin_instance_counter": { + "pedersen_builtin": 123, + "range_check_builtin": 643, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x2544da1de3497" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 63, + "transaction_hash": "0x90ac8a84ae75717394b611d81ac226e1ad7f2241786aecfcfcc2948c0714b1", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4c4ce0583487dbea127f6e3704bf7775854eef7218825651fae4f5fc5e6a053", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4c4ce0583487dbea127f6e3704bf7775854eef7218825651fae4f5fc5e6a053", + "0x33107c933ab08c9963ef4e1faa9aeaa57f13e9dbdcd689086040a1f9e18331f", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 64, + "transaction_hash": "0x3d385087da633534dffedb1403b1eeb647c88500182f90a240c048996a357d0", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1ff973cafa8000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1ff973cafa8000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333", + "0xdedf7d", + "0x0" + ] + }, + { + "from_address": "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3d385087da633534dffedb1403b1eeb647c88500182f90a240c048996a357d0", + "0x3", + "0x1", + "0xdedf7d", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3fd7bf19188", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18719, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3fd7bf19188" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 65, + "transaction_hash": "0x181e1e99bf7feaf4e1b0c7f4b9594329d00fc07c4c10eb1badbd725117a87a0", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x4cada54fa88523777fbfd72e7cd65814735a2046dbc8b23f0a6221d96bb2970", + "0x38d7ea4c68000", + "0x0" + ], + "nonce": "0xfcb0" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x4cada54fa88523777fbfd72e7cd65814735a2046dbc8b23f0a6221d96bb2970", + "0x38d7ea4c68000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x4cada54fa88523777fbfd72e7cd65814735a2046dbc8b23f0a6221d96bb2970", + "0x38d7ea4c68000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3842, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 66, + "transaction_hash": "0x12a8f0d5859293f3216bd5f8807a9dc3726be1988af14278191025d4688aa93", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "0x21df2f54eaae9aaea7c9e9c26376fccd639cf49439150c234e4363170a3cda7", + "0xb199a3e0526012", + "0x0" + ] + }, + { + "from_address": "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x12a8f0d5859293f3216bd5f8807a9dc3726be1988af14278191025d4688aa93", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcdefa069533d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6337, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcdefa069533d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 67, + "transaction_hash": "0x7906216761b19a56d148c412bb16ccef13bd4e440f4829bd8ec98b5b6046152", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x3c67", + "0x0" + ] + }, + { + "from_address": "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7906216761b19a56d148c412bb16ccef13bd4e440f4829bd8ec98b5b6046152", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x173f42332fd5d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7450, + "builtin_instance_counter": { + "pedersen_builtin": 26, + "range_check_builtin": 172, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x173f42332fd5d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 68, + "transaction_hash": "0x67dee2c8dcc7baff031d584c73ecfc14e717dadad1dd8dbee0f92708c9167d4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3f422d2521b4293070a1909164afb1c0855ed1963685cbbc0a912f594c2bce4", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x3f422d2521b4293070a1909164afb1c0855ed1963685cbbc0a912f594c2bce4", + "0x4fd2d86976ebbfcbcff401ef45b59406a077d0903a484a9d81c78d31a41dae", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 69, + "transaction_hash": "0x6edc3837c5d264f47a3f8e2e24632cc48b5cda0c976820053b2a4843dfa93e7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4a571dbae2cd0cdb37777e9fce57f7cde6ad1af45075f567642452115a56778", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4a571dbae2cd0cdb37777e9fce57f7cde6ad1af45075f567642452115a56778", + "0x22bc47be0b0ad8eaa635b6d214f9bc2a37b244a534efa5697427655a08befa3", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 70, + "transaction_hash": "0x62692fa2ecbc94e9a308b6d388177bc5277bcfe126a4de2e81aec7531ebd35a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x189e5fbb9843a5a18379924b3718f81d0f8c8f737b12620506fcff7256edadc", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x189e5fbb9843a5a18379924b3718f81d0f8c8f737b12620506fcff7256edadc", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x13f1f1899641cc4b33bcc61d77bd5bd17ac64142660485d28c3705c5468e4e2" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 71, + "transaction_hash": "0x40c87214cada5445712a9d1703430e397615562b917cd05b2353ebcd0408ce5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x1c6bf526340000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b", + "0xc5fc70", + "0x0" + ] + }, + { + "from_address": "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x40c87214cada5445712a9d1703430e397615562b917cd05b2353ebcd0408ce5", + "0x3", + "0x1", + "0xc5fc70", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a4045d9f7219", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18721, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a4045d9f7219" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 72, + "transaction_hash": "0x28e8f8bd1263f006c5f3359c86e4b07fa971c8accb3441773cb1aad58395658", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x5d8b8305a2b8e19da050c20011db402b802007ebb2f448b397804aa13f523f6", + "0x5180", + "0x0" + ] + }, + { + "from_address": "0x5d8b8305a2b8e19da050c20011db402b802007ebb2f448b397804aa13f523f6", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x28e8f8bd1263f006c5f3359c86e4b07fa971c8accb3441773cb1aad58395658", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x5d8b8305a2b8e19da050c20011db402b802007ebb2f448b397804aa13f523f6", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1945188f72751", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7053, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1945188f72751" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 73, + "transaction_hash": "0x45ec395db58f94e080100592f94701eb53de36194ada7a733cc1abd7fd384c4", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0xffffffffffffffffffffffffffffffff", + "0xffffffffffffffffffffffffffffffff" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x0", + "0x3a1b", + "0x0" + ] + }, + { + "from_address": "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "0x3a1b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x1232116cae800", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x90105fbb800", + "0x0" + ] + }, + { + "from_address": "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "keys": [ + "0x3ea131a65e43b0f29864c3846e914a472799b56a7141e81087339e1912e306f" + ], + "data": [ + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d", + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x0", + "0x63869dd0", + "0x182270e2597c", + "0x1", + "0x1", + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c", + "0x3a1b", + "0x0", + "0x1", + "0x0", + "0x2", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x1232116cae800", + "0x0", + "0x74b1347cfaba36d65fc5fe8e03406c34f2b71643faf9cf7ece4df6caa6aeea6", + "0x0", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x0", + "0x0", + "0x90105fbb800", + "0x0", + "0x4c83d3fa770187d7b0a23b3aa7132c7c8273fb4ec3db416f86e4a385596769a", + "0x773ca8555e7ebe982f548236e5f9c3b43ec83fd241616c4c5c3f753d0e9baf2", + "0x48e258a9477976f3808699fb56c7a117ea10c6bbb5dbe89e6e83da9a8332255", + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be" + ] + }, + { + "from_address": "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x45ec395db58f94e080100592f94701eb53de36194ada7a733cc1abd7fd384c4", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x209775ef40bb7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 20773, + "builtin_instance_counter": { + "pedersen_builtin": 124, + "range_check_builtin": 455, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x209775ef40bb7" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 74, + "transaction_hash": "0x7a53fcdbcebb53dfdfb0087142f5f4354af79a1b21e56545938ce17845a97a7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4512a06d14a9f8d9b97c61b94868f2e6c2783bde0248ec6c0ebd0f89eec9fbb", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4512a06d14a9f8d9b97c61b94868f2e6c2783bde0248ec6c0ebd0f89eec9fbb", + "0x3fcfc37e51a9f649b9ae235518b47f9d3ed860a68a44c19117e9bbd864bedcc", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 75, + "transaction_hash": "0x6daa4961dacfdda29f790bd33c703f1131d06667e1641311719f8c10e3b9d0f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5b81f78bb6315303bac524f81a9dd80395b711e52ca77ad8b44e8cf80767f37", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x5b81f78bb6315303bac524f81a9dd80395b711e52ca77ad8b44e8cf80767f37", + "0x2c559fc3b348e8e1fc6b988cf3d11585853355a94549e88c408d32a314e05c7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 76, + "transaction_hash": "0x5775aa7263a5d86aea6350b886aa788f70a68237087b05d43444a2e6fa5060c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x38ae1238a8479", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x160015977d764434", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "0x38ae1238a8479", + "0x0" + ] + }, + { + "from_address": "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "0x15e4d749b3f704db", + "0x0" + ] + }, + { + "from_address": "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x98707809b39a3b14d9f5004bc1fe77721baa2d8b67fd54ed5794f60671de0", + "0xf5173bcafd83", + "0x0" + ] + }, + { + "from_address": "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x8b76fe538514a7", + "0x0" + ] + }, + { + "from_address": "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x3c4105279fff3a277cf", + "0x9bfd012c5f4a8bae" + ] + }, + { + "from_address": "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87", + "keys": [ + "0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x15e4d749b3f704db", + "0x0", + "0x38ae1238a8479", + "0x0" + ] + }, + { + "from_address": "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5775aa7263a5d86aea6350b886aa788f70a68237087b05d43444a2e6fa5060c", + "0x8", + "0x1", + "0x1", + "0x38ae1238a8479", + "0x0", + "0x15e4d749b3f704db", + "0x0", + "0x8b76fe538514a7", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x254700a43976c", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 27589, + "builtin_instance_counter": { + "pedersen_builtin": 60, + "range_check_builtin": 1133, + "ecdsa_builtin": 1, + "bitwise_builtin": 4 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x254700a43976c" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 77, + "transaction_hash": "0x2b2eaf0e4021fcc78daa4c56971b3b0db6616771b5a917ab0ee361f862f47f8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5bbd58ea1f4837ad4ee4f712887c02684c32db8535e35f57c439bbe28dc6ee0", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x5bbd58ea1f4837ad4ee4f712887c02684c32db8535e35f57c439bbe28dc6ee0", + "0x70d14553fcbbd5972a1289a2dd336644f9dca35cab9fdb4e5336962c6112bbd", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 78, + "transaction_hash": "0x6f166a08e3adc1a13c41dfafaacd06aaaa45b2aeb37272b614b08a0e31b5355", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6a05844a03bb9e744479e3298f54705a35966ab04140d3d8dd797c1f6dc49d0", + "keys": [ + "0x35bd041f99860ff57adfc16b848c6b8e27471acb669e969a60ae17c281df8a" + ], + "data": [ + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0x100010005000900090009000d00000000", + "0x21", + "0x400140004001000c0000000000000000400160040009" + ] + }, + { + "from_address": "0x6a05844a03bb9e744479e3298f54705a35966ab04140d3d8dd797c1f6dc49d0", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0x1", + "0x0" + ] + }, + { + "from_address": "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6f166a08e3adc1a13c41dfafaacd06aaaa45b2aeb37272b614b08a0e31b5355", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x13ed62d159e25", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 41361, + "builtin_instance_counter": { + "pedersen_builtin": 25, + "range_check_builtin": 1290, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x13ed62d159e25" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 79, + "transaction_hash": "0x6cb2b15efebe09ce087dde64c1a539a4a8044c951718aa0cf6f9faad710c193", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "0x64ab01cc97a31f65d05670b7986e604b52dd81db1577ae6a9b3f369a4036b3e", + "0x853a0d2313c00b6", + "0x0" + ] + }, + { + "from_address": "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6cb2b15efebe09ce087dde64c1a539a4a8044c951718aa0cf6f9faad710c193", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcdefa069533d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6337, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcdefa069533d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 80, + "transaction_hash": "0x24c826f52c384a80aeeaf4991180aed12e2f911393cd47a5b3fd68f7f135812", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x48be31a8f2425bc03cec289c6e839b39c1a93197196e2c5ead5b58f585acf78", + "0x5181", + "0x0" + ] + }, + { + "from_address": "0x48be31a8f2425bc03cec289c6e839b39c1a93197196e2c5ead5b58f585acf78", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x24c826f52c384a80aeeaf4991180aed12e2f911393cd47a5b3fd68f7f135812", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x48be31a8f2425bc03cec289c6e839b39c1a93197196e2c5ead5b58f585acf78", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1945188f72751", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7048, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1945188f72751" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 81, + "transaction_hash": "0x7ceec4567ce155bdaf873c8d9465cfc2fe67072ed271969db0d45ccc7bee621", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2386f26fc10000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x2386f26fc10000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0xf751d8", + "0x0" + ] + }, + { + "from_address": "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7ceec4567ce155bdaf873c8d9465cfc2fe67072ed271969db0d45ccc7bee621", + "0x3", + "0x1", + "0xf751d8", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a4045d9f7219", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18721, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a4045d9f7219" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 82, + "transaction_hash": "0x35e290920443808077fa2a01c0dc75662444db4fbca225b059dfaf4beeaa9", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6cc9b6f10480352867a271cbf80a701b95bd5b580052af44171ac1fff3e428b", + "0x2dd8268f92bde7010c22381528fe3c7688fcf29beefee7df125517311ae3e72", + "0x12d3f77426f953", + "0x0" + ] + }, + { + "from_address": "0x6cc9b6f10480352867a271cbf80a701b95bd5b580052af44171ac1fff3e428b", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x35e290920443808077fa2a01c0dc75662444db4fbca225b059dfaf4beeaa9", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6cc9b6f10480352867a271cbf80a701b95bd5b580052af44171ac1fff3e428b", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcdd419b1d0f9", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6249, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcdd419b1d0f9" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 83, + "transaction_hash": "0x3dcf31a3d417aefd05477553195107cb8aa0c74dd17416310a33b8f5ef0d083", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x35860d27a64c7ef76a22bda32af77194a9a4d307ba25a89de634ad0302c6d7", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x35860d27a64c7ef76a22bda32af77194a9a4d307ba25a89de634ad0302c6d7", + "0x2ff9ce76b902c4289f6af58fbc45a918208462dbd4c6ccaf444d1fc068ecb51", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 84, + "transaction_hash": "0x3109264c271a984234473a9396549a4a748792fa5c46e7fa3171aabc643537e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x64e8e15c6ce99ed2d0fe13708e19e729f18c1f2d3bd8206863f4bc3ade7f957", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x64e8e15c6ce99ed2d0fe13708e19e729f18c1f2d3bd8206863f4bc3ade7f957", + "0x939a890ca52065e33518440b498a14bc185c2f48a3f8c06b1d8639a86a1179", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 85, + "transaction_hash": "0x781b393b89d67a5918ac65962dbb575cf628b60daec7fcde944e202e370ca50", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4e855d1cb5b3baad08721f0498fa88e427f7ea71a23177848c4b53626651b20", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4e855d1cb5b3baad08721f0498fa88e427f7ea71a23177848c4b53626651b20", + "0x50b17de9333e2e38158fca4f1b5ccf07ef20c81390822c33cf998dda8cb7d84", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 86, + "transaction_hash": "0x77a56bf957bc92f3088c135a990816abd643cd6920dcf22742e7299ef5b98ba", + "l1_to_l2_consumed_message": { + "from_address": "0xbb3400F107804DFB482565FF1Ec8D8aE66747605", + "to_address": "0x74761a8d48ce002963002becc6d9c3dd8a2a05b1075d55e5967f42296f16bd0", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x4c81f49ec99377826f235a656726a2a8f194d3f4c852e197fd9875579073d09", + "0x46deb340", + "0x0" + ], + "nonce": "0xfcb1" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x4c81f49ec99377826f235a656726a2a8f194d3f4c852e197fd9875579073d09", + "0x46deb340", + "0x0" + ] + }, + { + "from_address": "0x74761a8d48ce002963002becc6d9c3dd8a2a05b1075d55e5967f42296f16bd0", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x4c81f49ec99377826f235a656726a2a8f194d3f4c852e197fd9875579073d09", + "0x46deb340", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3778, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 87, + "transaction_hash": "0x6603ca44436d101a495e619adfb695da523b039728ab195ea7b08291d45dbd4", + "l1_to_l2_consumed_message": { + "from_address": "0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419", + "to_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "0x470de4df820000", + "0x0" + ], + "nonce": "0xfcb2" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "0x470de4df820000", + "0x0" + ] + }, + { + "from_address": "0x73314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "0x470de4df820000", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3844, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 88, + "transaction_hash": "0x79816b42848cfc5ddd2c842b567696a003ccec2d19f2c3c513f565cd4cab7a2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x296c2106108af17aaa3e91d31fa26abaefbd55cbf197c9721151dc1ee6bee11", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x296c2106108af17aaa3e91d31fa26abaefbd55cbf197c9721151dc1ee6bee11", + "0x2726a560fb48dcb3e6c10979193a4756b28c88ad208b95c3519529f4a725b7d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 89, + "transaction_hash": "0x159bb56b76347c80033823455a0dcd5ad178916e6397d1066e16c2706132d31", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x708e824e3b83b1e9b644b52b9b9281f949acca5516f65a5df37f19bdc846a5b", + "keys": [ + "0x6ad9ed7b6318f1bcffefe19df9aeb40d22c36bed567e1925a5ccde0536edd" + ], + "data": [ + "0x56bc1d2de210b12df33fca73e213d2edf82708e2a30be550f338dc1e0ae3352", + "0x41682b0bcd5db29046130db68a7f6650433acabc0792db559dac247305df783", + "0x1" + ] + }, + { + "from_address": "0x56bc1d2de210b12df33fca73e213d2edf82708e2a30be550f338dc1e0ae3352", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x159bb56b76347c80033823455a0dcd5ad178916e6397d1066e16c2706132d31", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x56bc1d2de210b12df33fca73e213d2edf82708e2a30be550f338dc1e0ae3352", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xab2dc53216e0", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 4952, + "builtin_instance_counter": { + "pedersen_builtin": 18, + "range_check_builtin": 111, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xab2dc53216e0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 90, + "transaction_hash": "0x7250e32afb582673cfe18af3f14433894b6c88f99358aaf08997e854195cbb6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x9184e72a000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x9184e72a000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb", + "0x3f4a", + "0x0" + ] + }, + { + "from_address": "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7250e32afb582673cfe18af3f14433894b6c88f99358aaf08997e854195cbb6", + "0x3", + "0x1", + "0x3f4a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3fd7bf19188", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18719, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3fd7bf19188" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 91, + "transaction_hash": "0x719137745332d985b90f0b85f8788603051fb7a9398c02334bada8ea2640bc2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x73baac064b22acf9fadf7ea44818074cbf4fa5a9cd51ee4ffd9bed93beede69", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x73baac064b22acf9fadf7ea44818074cbf4fa5a9cd51ee4ffd9bed93beede69", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x2cdb1a9749b089ff27b15debda6942f91cb7d1e2b1d6cd295450d59f1efe2d" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 92, + "transaction_hash": "0x7b655bd1e93ab92ae56b6afe1a4f3e214fb01d4c671eabdc60810ac7b8f1ab5", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "0x67a1e07d087a5ef28896aa51c52dff882c5b149857a67119011b8bc7c098a89", + "0x3840", + "0x0" + ] + }, + { + "from_address": "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7b655bd1e93ab92ae56b6afe1a4f3e214fb01d4c671eabdc60810ac7b8f1ab5", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcde8bebb72ac", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6307, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcde8bebb72ac" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 93, + "transaction_hash": "0x2f6cba5bc1385a7114a9fe6a8bcb3f0b3bdd5c0ca7dbb1e56f7a72ea463b93b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x11c37937e08000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x11c37937e08000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f", + "0x7b9786", + "0x0" + ] + }, + { + "from_address": "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x2f6cba5bc1385a7114a9fe6a8bcb3f0b3bdd5c0ca7dbb1e56f7a72ea463b93b", + "0x3", + "0x1", + "0x7b9786", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3fd7bf19188", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18719, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3fd7bf19188" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 94, + "transaction_hash": "0x610adde12e1c89bf9aac31394f223950585ad4f5cfee95d4e9c96c31ff5ccce", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "0x67a1e07d087a5ef28896aa51c52dff882c5b149857a67119011b8bc7c098a89", + "0x4f045389c00", + "0x0" + ] + }, + { + "from_address": "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x610adde12e1c89bf9aac31394f223950585ad4f5cfee95d4e9c96c31ff5ccce", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xcdefa069533d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6339, + "builtin_instance_counter": { + "pedersen_builtin": 20, + "range_check_builtin": 146, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xcdefa069533d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 95, + "transaction_hash": "0x5d27225c0a1d4fd08b8ad797e5c99c596c3dee955c0015dc71b24f53b299ce8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "0x12c221cc6a000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x2ec9b3f1bdea796970fd2690045a57c95345d9e9811ff5c7f153044731d9076", + "0x48082fddc00", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x127a199c8c400", + "0x0" + ] + }, + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x50b5", + "0x0" + ] + }, + { + "from_address": "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833", + "keys": [ + "0x37fb5822d8beb7f626792d8080acbee2e1b8776c0eac7628ee8fdb0bb2fcdcf" + ], + "data": [ + "0x76633de987b0001a9466380f4736b7d63b1dec9bb4f78ae70db4ff2be3af127", + "0x22", + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x4368a06938ef33f3d8e390478874cd9df37f16e319412b274ec61ae0f705b32", + "0x756e313db37e98c0557783cd2587596213e9c25a44419d3a5c9a4dfecab2d32", + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "0x50b5", + "0x0", + "0x1", + "0x12c221cc6a000", + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x635fd090" + ] + }, + { + "from_address": "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x5d27225c0a1d4fd08b8ad797e5c99c596c3dee955c0015dc71b24f53b299ce8", + "0x1", + "0x1" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x25446c0305406", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 27472, + "builtin_instance_counter": { + "pedersen_builtin": 123, + "range_check_builtin": 642, + "ecdsa_builtin": 2 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x25446c0305406" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 96, + "transaction_hash": "0x7f156e128e14bb588fc7e2d90ba2014cd8640edccbf7fb93d36759779c800c2", + "l1_to_l2_consumed_message": { + "from_address": "0xbb3400F107804DFB482565FF1Ec8D8aE66747605", + "to_address": "0x74761a8d48ce002963002becc6d9c3dd8a2a05b1075d55e5967f42296f16bd0", + "selector": "0x2d757788a8d8d6f21d1cd40bce38a8222d70654214e96ff95d8086e684fbee5", + "payload": [ + "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "0x2faf080", + "0x0" + ], + "nonce": "0xfcb3" + }, + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "0x2faf080", + "0x0" + ] + }, + { + "from_address": "0x74761a8d48ce002963002becc6d9c3dd8a2a05b1075d55e5967f42296f16bd0", + "keys": [ + "0x221e5a5008f7a28564f0eaa32cdeb0848d10657c449aed3e15d12150a7c2db3" + ], + "data": [ + "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "0x2faf080", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 3778, + "builtin_instance_counter": { + "pedersen_builtin": 13, + "range_check_builtin": 72 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 97, + "transaction_hash": "0xb56473357b4665eafd262c484ca1ed505527e4be28537aafd7e377cbb87593", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3631e363d43cb511345f148f7413dfc88d51f65edc9327f3b6b7b1960d73314", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x3631e363d43cb511345f148f7413dfc88d51f65edc9327f3b6b7b1960d73314", + "0x701a0ee71f76a4116b9a181c84fe7bd26d0cc1b3329900627e5ea54bcd7606b", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 98, + "transaction_hash": "0x736f583b3e506a1f374348c8f9eb7854fdef39f2c507cc4c894a0216b6b05cb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x41478e414590a2302f62d3bde8f79e285373dea6c620ec649caa10e54563a9", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x41478e414590a2302f62d3bde8f79e285373dea6c620ec649caa10e54563a9", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x39ee0be5b0fd55211e0dc67719493fa6e5d6a9ca6cd0b8d536ed9a5a9a9bb51" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 99, + "transaction_hash": "0x7ff8d9e539f400e6d8cc2799f1740321837cf2101f0df9ff1460313e12324cd", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x10a339a", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x10a339a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "0x25ed1c1b80dfa0", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14b9444493d881e9d", + "0x91163e1ec" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0x10a339a", + "0x0", + "0x25ed1c1b80dfa0", + "0x0", + "0x0", + "0x0", + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e" + ] + }, + { + "from_address": "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x7ff8d9e539f400e6d8cc2799f1740321837cf2101f0df9ff1460313e12324cd", + "0x6", + "0x1", + "0x2", + "0x10a339a", + "0x0", + "0x25ed1c1b80dfa0", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a9f530ba4f46", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23143, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a9f530ba4f46" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 100, + "transaction_hash": "0x3b01484b72ac9dad8794b4e8daad514c33e73357270db2ea6fce998a1ba407f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6fde311593295417fb2d5932acc0d71514e6b87023e6b2505638e3e3c98df39", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x6fde311593295417fb2d5932acc0d71514e6b87023e6b2505638e3e3c98df39", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x51e752e53dc21ee9972749c0365b0915f844397e05f20828c999cd7c4f9a53d" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 101, + "transaction_hash": "0x305931934af98782a671a47b10cc37286cc3c19fa97001e59ff2edd84079b4d", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x531f7d32eaf63228f1d8298915bc7d6e651956abf03289571224537ba2741b9", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x531f7d32eaf63228f1d8298915bc7d6e651956abf03289571224537ba2741b9", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x5365e49a9f1d7409d9bbd62b6cfaf067f1145fd776d21a65ad76dc8707015cb" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 102, + "transaction_hash": "0x3708d8196549e7dd9b0a268d3c7ae32554689103a875f1623e5f9c1fcb991d2", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x50231726918d9ee4429ea607896b7d1a17216a7645c8cce78b43f8195a6ddf7", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x50231726918d9ee4429ea607896b7d1a17216a7645c8cce78b43f8195a6ddf7", + "0x7a1e4294957917434ddb04e4dd1f91b7c8d38024ac8b6fef05695f61c3826f6", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 103, + "transaction_hash": "0x34c0d40aa4a8e914bbf838b17afaab5f4274bdab7a4af5275b0c7cf75753fd8", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x694c7381d9baeaad0265e05a9ded31a80f1894199f19184e32731a7d4959556", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x694c7381d9baeaad0265e05a9ded31a80f1894199f19184e32731a7d4959556", + "0x4d967433a10ce436eed303636768afc7d26a60cea515455fcb6dc1accf3df95", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 104, + "transaction_hash": "0x130f1749ce8af484afe163cbac9f93eb8c41f515f578d620eed0a0510722820", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x769da5b4199c190cb1978901b8925c157a445462fa640a0a3b7620b8555c8e2", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x769da5b4199c190cb1978901b8925c157a445462fa640a0a3b7620b8555c8e2", + "0x6391ae266411fe35ec2e78fa37384c174dd4c6745d907a0142cc8808fd85264", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 105, + "transaction_hash": "0x1d8c438fbacfccce8b5833275aeef8b06ce3e5c76589e279e6660c98324689b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xf9ba480b5fd9cb6b061a7ebf0bd954cf119afe84fa98fa9f46e3c0d9ac17df", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0xf9ba480b5fd9cb6b061a7ebf0bd954cf119afe84fa98fa9f46e3c0d9ac17df", + "0x5ac24329a4c75aa99a29d4ddace040a7f7a921018332e83594ae4aadb4456b8", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 106, + "transaction_hash": "0xd7d0d4ed67169ff03631e3e5dbdb6c164bcdb8d4f543545cd1fa391c66e83b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0xa2b9c82409c8dfb13e620da49cf36032265f17291130393adcb831e38b5f37", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0xa2b9c82409c8dfb13e620da49cf36032265f17291130393adcb831e38b5f37", + "0x2d263ad298e8d8a393b7b869b8e5c17529b859d08fec6d3425f02826f660b58", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 107, + "transaction_hash": "0x1a0c21086642b83a0dee0df0f231f6d36758e5ca1bdef795a24d426e284f72c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "0x5182", + "0x0" + ] + }, + { + "from_address": "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x1a0c21086642b83a0dee0df0f231f6d36758e5ca1bdef795a24d426e284f72c", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1945188f72751", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7049, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1945188f72751" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 108, + "transaction_hash": "0x63d4256a42264db67dac9d58eac8eb77cfd6694cb319c68398525d220ee560e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x17573395ee99bb04aa4abbf306b8ec5b726f30f4e8d268db6ca5e5d8b761301", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x17573395ee99bb04aa4abbf306b8ec5b726f30f4e8d268db6ca5e5d8b761301", + "0x76ea551f7d62bf7d40ab59ce1e0dacd518ab940498144c4f90980f7a70b7c05", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 109, + "transaction_hash": "0x6d42bdbb3037c8f67740fb57d76fbf46c53ce1bd3fb3cb34eceb1416a1a2eac", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "0x5183", + "0x0" + ] + }, + { + "from_address": "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6d42bdbb3037c8f67740fb57d76fbf46c53ce1bd3fb3cb34eceb1416a1a2eac", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b5389050dc99", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7047, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b5389050dc99" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 110, + "transaction_hash": "0x675f045a7a15ae107641f1e7cb9d51072943d4886dca88074f197a5167a312", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4e7b665c0321835901e6a2731e46a4fc9ea0452981f3da3392fadea23b1035", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4e7b665c0321835901e6a2731e46a4fc9ea0452981f3da3392fadea23b1035", + "0x6e019fba43f6512312b29d2880ee471896acbc216c6ba65a0badf869aecaa54", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 111, + "transaction_hash": "0x7493cb50a54efb935609b3af8f34670a422693e93c9d14b427de508e39f9e2e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6fe6814ccebafa773cb806cc3c446c468cc27b68b83f6ee0d9a6c9bb85dccdc", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x6fe6814ccebafa773cb806cc3c446c468cc27b68b83f6ee0d9a6c9bb85dccdc", + "0x773c11f861ed16af64c51c9bfbbc0359360db0d94b69ebfd336329ee16582dd", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 112, + "transaction_hash": "0x3d73187124505590813206138487b6ea775c04f1a1da60c7691b1d0cd676e05", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x44e3dfd2f1f076aa780ac90e2e448bdf7796109bfe0afb31c08f392945f9bfe", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x44e3dfd2f1f076aa780ac90e2e448bdf7796109bfe0afb31c08f392945f9bfe", + "0x55dffa11e1ddb673f5e19c2f5a33c9bd725caa82685c9e2a288f18ffd359151", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 113, + "transaction_hash": "0x55bfbfcedc338bb40dfd602ec33f22b358c13e2463524b9299d9a6c645b20a6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x767749cf6e8ad8625db2f520999832c118d8d56774835563691b10138ab0d6f", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x767749cf6e8ad8625db2f520999832c118d8d56774835563691b10138ab0d6f", + "0x6bc282aa7e5a4388f196928834d82d818478a2bcf10604ca585ba2ecd310034", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 114, + "transaction_hash": "0x320ce055168ccf1039b82e8d4f299f0547b98bcb2102aa55284d8418e593b9a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x6202e6f2119fadfec6ac6db7a2c7aaff353b6c59d7095d481fcca4c89c660ad", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x6202e6f2119fadfec6ac6db7a2c7aaff353b6c59d7095d481fcca4c89c660ad", + "0x359cfe5029caa3c66744237ded6eb485c71ce9e7d009996a1cdeb677d8de2e7", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 115, + "transaction_hash": "0x7af08ea38b109d91cb05108c7b5a3b17d68ef88763e54b42df766870524d94c", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x51f9e88b97d591635633c8e326d9cca6df6b9f58672e4b6168cb8cedc653df4", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x51f9e88b97d591635633c8e326d9cca6df6b9f58672e4b6168cb8cedc653df4", + "0x309e16f989a98a2edd379d514d2e8c518821692d514cbb70be63862d48d23bc", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 116, + "transaction_hash": "0x6911714a4b7e3d55683a8b867ad6f141d2a443f0858f16475984e74ba905835", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7f3f47d54ca1323964c61a7bb8ac59e5193e9f3f3f89390994da3afda986e6b", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x7f3f47d54ca1323964c61a7bb8ac59e5193e9f3f3f89390994da3afda986e6b", + "0x7c1edadae35469e6a5edb9b1f3aad756bc905b27276a53b5b2aa2c0e44845", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 117, + "transaction_hash": "0x64e9910c9c01d590e6c491a4caf7e23af631f7cf3d08cb0bc8ccf04b85ea1a7", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x134d1d9819ddb5c1f2caa67b08d4aa6938a7a51f1bcb79bbbfac12715ce5eea", + "0x5184", + "0x0" + ] + }, + { + "from_address": "0x134d1d9819ddb5c1f2caa67b08d4aa6938a7a51f1bcb79bbbfac12715ce5eea", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x64e9910c9c01d590e6c491a4caf7e23af631f7cf3d08cb0bc8ccf04b85ea1a7", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x134d1d9819ddb5c1f2caa67b08d4aa6938a7a51f1bcb79bbbfac12715ce5eea", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b5389050dc99", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7053, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 150, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b5389050dc99" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 118, + "transaction_hash": "0x22adca2b21c861f10bfa69896744a4051980f9e251bf651e0bcdc0fd1818cae", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x5ad3218b64f04e148681ade5134b2087a026a6ac2f6e37c7b7ac55ef706062f", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x5ad3218b64f04e148681ade5134b2087a026a6ac2f6e37c7b7ac55ef706062f", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x755d40e2119f94f26babfca9ee4474f5beb1f85745c861a805fced023263bae" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 119, + "transaction_hash": "0x55789bf1da5e2011d9a7a0d7561a07a2176dac48cd905f200be8ae93641845a", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x69182e14f23b42edde6778b0b8a24fd61e1477e2e34ad5c66b0422a675f231a", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x69182e14f23b42edde6778b0b8a24fd61e1477e2e34ad5c66b0422a675f231a", + "0x7a1f3769b1530c92d369e8dc97e64334eb9c56dc3aeea48d61447e5423dce87", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 120, + "transaction_hash": "0x461efc6bb0a8c54513d5b67f35f2c3ee17b7f6a93db5ab2e63aaf2822b7f149", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53199aa15e23108f155f18c1fe32e270f93df17ff781b27b796551eda3e3e19", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x53199aa15e23108f155f18c1fe32e270f93df17ff781b27b796551eda3e3e19", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x764416f612a023e2a74b0f60a363d6aabac54f8cdaa7b1bee49b545251045ea" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 121, + "transaction_hash": "0x5031a80f721e574a701ae5709da072694acc6e653bffe4e8fd8871907b33e66", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x63fbcb0eab75d086db3788228d115b2267b05a9556b7f21cad17b9cf7627625", + "keys": [ + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3" + ], + "data": [ + "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + ] + }, + { + "from_address": "0x63fbcb0eab75d086db3788228d115b2267b05a9556b7f21cad17b9cf7627625", + "keys": [ + "0x17edf1120040be1bbc6931f143df1cc1cf80bb7f7fdadb251a3668ba3755049" + ], + "data": [ + "0x70442ac437310a4473f038a81851b3b5a651490396cadd47376909a067ce5c7" + ] + } + ], + "execution_resources": { + "n_steps": 1288, + "builtin_instance_counter": { + "pedersen_builtin": 1, + "range_check_builtin": 21 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 122, + "transaction_hash": "0x2addaac9f5b6823ce062c2384a3a772a1da3004820561feda45e319bddb4fab", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7daf534f58f63ea73c84a3d102a695ec88f75c949f9d92f2b26175409ad7bb6", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x7daf534f58f63ea73c84a3d102a695ec88f75c949f9d92f2b26175409ad7bb6", + "0x7179ee14647d8ba6e06b93cbd308c5214bda80a519e005edb26c9767c32d871", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 123, + "transaction_hash": "0x6a827f24a4bb8e9eb43e40aa521448bd8c5c97a11b236021a6b7a3ebe14f46b", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7a21a209a1595277ef867286d172bd47ab710764bfb5a2c3864610fa88aafb0", + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b", + "0xefcee47256e329", + "0x0" + ] + }, + { + "from_address": "0x7a21a209a1595277ef867286d172bd47ab710764bfb5a2c3864610fa88aafb0", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x6a827f24a4bb8e9eb43e40aa521448bd8c5c97a11b236021a6b7a3ebe14f46b", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x7a21a209a1595277ef867286d172bd47ab710764bfb5a2c3864610fa88aafb0", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf05805cc283d", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7441, + "builtin_instance_counter": { + "pedersen_builtin": 24, + "range_check_builtin": 174, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf05805cc283d" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 124, + "transaction_hash": "0x3b4415e63c01aff7d268c8c5075ce5c2d8ff872e9baca215a0acfe4b6fb1c55", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x4b717ef2ba36733261f66e89262256658c6bcdc667664bbda36725dbc5f6c5e", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x4b717ef2ba36733261f66e89262256658c6bcdc667664bbda36725dbc5f6c5e", + "0x1c9a188b090c95e3a471d0f074099fa63ce457f946363d3f21eff3242702402", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 125, + "transaction_hash": "0x3d5025492e17aaf19bbfe84380e24d434f35cfa4e1fe28b5d17035744c8096e", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x25bf6196bd10000", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d", + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0x25bf6196bd10000", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28", + "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d", + "0x104f6f6e", + "0x0" + ] + }, + { + "from_address": "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x3d5025492e17aaf19bbfe84380e24d434f35cfa4e1fe28b5d17035744c8096e", + "0x3", + "0x1", + "0x104f6f6e", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1a3fd7bf19188", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 18716, + "builtin_instance_counter": { + "pedersen_builtin": 37, + "range_check_builtin": 502, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1a3fd7bf19188" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 126, + "transaction_hash": "0x1fa0d170b89b8e7137e29ef1146b88de55d1207031e242c07ffb0725ebbdffb", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7", + "0x63a4b3b0122cdaa6ba244739add94aed1d31e3330458cda833a8d119f28cbe8", + "0x596f757620446565", + "0x45101000000000000000000000000", + "0x1", + "0x0" + ] + }, + { + "from_address": "0x63a4b3b0122cdaa6ba244739add94aed1d31e3330458cda833a8d119f28cbe8", + "keys": [ + "0x3dfc158c05b32ed2ffabe664bf6edb241c38aa671d19165307582cde75743b6" + ], + "data": [ + "0x596f757620446565", + "0x45101000000000000000000000000", + "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7", + "0x8e1bc9bf04000" + ] + }, + { + "from_address": "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x1fa0d170b89b8e7137e29ef1146b88de55d1207031e242c07ffb0725ebbdffb", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0xf39f92a92d57", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 9895, + "builtin_instance_counter": { + "pedersen_builtin": 35, + "range_check_builtin": 239, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0xf39f92a92d57" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 127, + "transaction_hash": "0x18d11ba88100665fb5f5c690cbebf6c7e94f4d28414bb1f4928e5362b2d7d53", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x134692b230b9e1ffa39098904722134159652b09c5bc41d88d6698779d228ff" + ], + "data": [ + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0xef7c5f", + "0x0" + ] + }, + { + "from_address": "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0xef7c5f", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "0x22174b1befc73a", + "0x0" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe14a408baf7f453312eec68e9b7d728ec5337fbdf671f917ee8c80f3255232" + ], + "data": [ + "0x14b722cfe21985763", + "0x912535e4b" + ] + }, + { + "from_address": "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325", + "keys": [ + "0xe316f0d9d2a3affa97de1d99bb2aac0538e2666d0d8545545ead241ef0ccab" + ], + "data": [ + "0x7a6f98c03379b9513ca84cca1373ff452a7462a3b61598f0af5bb27ad7f76d1", + "0x0", + "0x0", + "0xef7c5f", + "0x0", + "0x22174b1befc73a", + "0x0", + "0x0", + "0x0", + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7" + ] + }, + { + "from_address": "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "keys": [ + "0x5ad857f66a5b55f1301ff1ed7e098ac6d4433148f0b72ebc4a2945ab85ad53" + ], + "data": [ + "0x18d11ba88100665fb5f5c690cbebf6c7e94f4d28414bb1f4928e5362b2d7d53", + "0x6", + "0x1", + "0x2", + "0xef7c5f", + "0x0", + "0x22174b1befc73a", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1cad5566623fd", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 23139, + "builtin_instance_counter": { + "pedersen_builtin": 56, + "range_check_builtin": 914, + "ecdsa_builtin": 1, + "bitwise_builtin": 3 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1cad5566623fd" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 128, + "transaction_hash": "0x166bd010fc630772ddd4a23e5bd6c4338c28517738f6561f19de4093d674c49", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x3e3294420f2fbd8d462df80ba552adca6327d22705d44f766cad61fdefff1dd", + "keys": [ + "0x2b2db2ed38136ca6c54b95187166f98ea84503db8768617a558705b508fec82" + ], + "data": [ + "0x6d706cfbac9b8262d601c38251c5fbe0497c3a96cc91a92b08d91b61d9e70c4" + ] + }, + { + "from_address": "0x3e3294420f2fbd8d462df80ba552adca6327d22705d44f766cad61fdefff1dd", + "keys": [ + "0x1dcde06aabdbca2f80aa51392b345d7549d7757aa855f7e37f5d335ac8243b1" + ], + "data": [ + "0x166bd010fc630772ddd4a23e5bd6c4338c28517738f6561f19de4093d674c49", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x3e3294420f2fbd8d462df80ba552adca6327d22705d44f766cad61fdefff1dd", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x8be3a2990394", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 6146, + "builtin_instance_counter": { + "pedersen_builtin": 16, + "range_check_builtin": 144, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x8be3a2990394" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 129, + "transaction_hash": "0x72ff15a04a00d708abd1d3846af17a79121da21b2cb8fb07f2975c3bab47d55", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x2f37d1bca3cc2fbc5d9e9d9316f5f7860636406944fabd2b4e0e96a91551679", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x2f37d1bca3cc2fbc5d9e9d9316f5f7860636406944fabd2b4e0e96a91551679", + "0x3911fd120744d2e6df5fd6402a588b8a86de3ea678b7ac245782a793a24e951", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 130, + "transaction_hash": "0x65ca5b372be530bde5bdc4b39d69494fbf358294816eb9bfabfcd93ddfd8da6", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x0", + "0x6eb81ec97b2fc7676a6284018e55c027fbd20c951e4f7429a361daf559cc801", + "0x5185", + "0x0" + ] + }, + { + "from_address": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", + "keys": [ + "0x99cd8bde557814842a3121e8ddfd433a539b8c9f14bf31ebf108d12e6196e9" + ], + "data": [ + "0x6eb81ec97b2fc7676a6284018e55c027fbd20c951e4f7429a361daf559cc801", + "0x5dcd266a80b8a5f29f04d779c6b166b80150c24f2180a75e82427242dab20a9", + "0x1b531aea2fc08", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 7022, + "builtin_instance_counter": { + "pedersen_builtin": 34, + "range_check_builtin": 149, + "ecdsa_builtin": 1 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x1b531aea2fc08" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 131, + "transaction_hash": "0x476be3d890e53d52e404c45103b7bb8cbd022451473bc546f406b2c953ca37f", + "l2_to_l1_messages": [], + "events": [ + { + "from_address": "0x101b07d14c7d093b8c544f02d64771968e259afab22623e2096414c055b319b", + "keys": [ + "0x10c19bef19acd19b2c9f4caa40fd47c9fbe1d9f91324d44dcd36be2dae96784" + ], + "data": [ + "0x101b07d14c7d093b8c544f02d64771968e259afab22623e2096414c055b319b", + "0xa23a972e0dfbaf17ef1ca4472ec26b7c4cf7cb8d06e93645ea2a8794a75d16", + "0x0" + ] + } + ], + "execution_resources": { + "n_steps": 978, + "builtin_instance_counter": { + "range_check_builtin": 18 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + } + ], + "starknet_version": "0.10.1" + }, + "state_update": { + "block_hash": "0x63f909587f20f6c450fdbb3ae671572444e6b82e791f404fde563f16ec1b2a8", + "new_root": "0x157973857f5cd5f56e196d01f77b45c1cfc26d16cce16c10ca9ebb058f34537", + "old_root": "0x64f4e8cbe6e6825ef5a9679eef6277932b745ffffd97b44be9d9b36f72275ec", + "state_diff": { + "storage_diffs": { + "0x3090623ea32d932ca1236595076b00702e7d860696faf300ca9eb13bfe0a78c": [ + { + "key": "0x6f070ff3db1c762697f387f39141b832f4b87dfb2163818a3854f01f1c13b8", + "value": "0xf" + }, + { + "key": "0x40e8bd5fda826262a2b2a48290f2fcf58d2d80e2bbf8759c23682e749fb6fc", + "value": "0x3c68" + }, + { + "key": "0x53c33650c11bbd1fad09baad4cea6262eae027fc750d7887ef4893a148c984", + "value": "0x3c68" + }, + { + "key": "0x48b457a978b75b8b92e7e63335d3431db71d81141b3d70ba3541b964daa25be", + "value": "0x2" + }, + { + "key": "0x9247d92a558ffa8bf5caa80b22172331ba173d13de411e4528852e7a46c605", + "value": "0x4" + }, + { + "key": "0x717332360c25fcfc249a4d43d091c465faa5118b5e5fc76d1421e8bc48d0090", + "value": "0x1" + }, + { + "key": "0x11be84a2d0a30cc7fc3998066f4d59dce37bfa6477007ade5d5ecf2fa853f5f", + "value": "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765" + }, + { + "key": "0x30efde2f88ba7945f8007824d704eaf61d7f8d4903bc3ff99004f609beb2dd0", + "value": "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be" + }, + { + "key": "0x373d092d41065498a32ffb27d68ac3c1c6db348eaf84086fb417dde43ed9941", + "value": "0x1" + }, + { + "key": "0x72611202d4e62ffbe1019a4e4d746cecab1ec73a8d834099b329f5fab553943", + "value": "0x2" + }, + { + "key": "0x1b49d66ea4e0109a5cabbba600bd49906f1cec17b93437b747133a3d639f51e", + "value": "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364" + }, + { + "key": "0x72611202d4e62ffbe1019a4e4d746cecab1ec73a8d834099b329f5fab553944", + "value": "0x697066733a2f2f516d6544486d387450414673614a6a7438745077676f5953" + }, + { + "key": "0x72611202d4e62ffbe1019a4e4d746cecab1ec73a8d834099b329f5fab553945", + "value": "0x5654625a3432463469756976476573314c37794d6466" + } + ], + "0x10884171baf1914edc28d7afb619b40a4051cfae78a094a55d230f19e944a28": [ + { + "key": "0xb61ad1b0cce680166d9ae08293663dd76ee32f60afcffb51a601414abe03e3", + "value": "0x2805ce8228fa2a17799" + }, + { + "key": "0xb61ad1b0cce680166d9ae08293663dd76ee32f60afcffb51a601414abe03e6", + "value": "0x663b427ac51b7039" + }, + { + "key": "0x2487f67598912d31ab84d8fa97c9e78332d00795ecdad092ea09f9c9c14a9a0", + "value": "0x17d4588cf459b892a" + }, + { + "key": "0x2487f67598912d31ab84d8fa97c9e78332d00795ecdad092ea09f9c9c14a9a3", + "value": "0xa43760513" + }, + { + "key": "0x4ad5399a6c5b6103e5ad130e0430f02556c7cffc406625fbcbcea4e612b0ac4", + "value": "0x131cd49f78c265f3" + }, + { + "key": "0x4ad5399a6c5b6103e5ad130e0430f02556c7cffc406625fbcbcea4e612b0ac7", + "value": "0x828e9932" + } + ], + "0x22b05f9396d2c48183f6deaf138a57522bcc8b35b67dee919f76403d1783136": [ + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x3b21bbf7e42b0" + }, + { + "key": "0xde73352eeb38d55b9f2b26d156aa00112b7608f6de033ffc62170e60746bfb", + "value": "0xba87a3e3d" + } + ], + "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x7ec9e8cef35318bdb9d6103297f5b758a44447eb14236b4d5fb20e867e327b8" + } + ], + "0x46bfa580e4fa55a38eaa7f51a3469f86b336eed59a6136a07b7adcd095b0eb2": [ + { + "key": "0x54b7493116d79a2450855bf7320128af5d4140c9c433cbbdf09e16c4050be31", + "value": "0x1" + }, + { + "key": "0x763a08b6f2563a49c7359a64dac0d0fcfd73336bcab83f675a116b9174133ca", + "value": "0x63a4b3b0122cdaa6ba244739add94aed1d31e3330458cda833a8d119f28cbe8" + } + ], + "0x23c72abdf49dffc85ae3ede714f2168ad384cc67d08524732acea90df325": [ + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0x188cb4c05d009c20e4b064e1ea4f0d5a" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20e", + "value": "0x9c7f852f2" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x14b722cfe21985763" + }, + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x635fd090" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0x13c582244a43e50157c6d2e0871" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x912535e4b" + } + ], + "0x89a390568698d74495f945ecab5284d928407cabad69f67a6d21832d048adb": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x3" + } + ], + "0xdf1fdb92799b5d3e86c48c3248851722acc142205c1a32c026428885551201": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x134d1d9819ddb5c1f2caa67b08d4aa6938a7a51f1bcb79bbbfac12715ce5eea": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x5" + } + ], + "0x17e9e62c04b50800d7c59454754fe31a2193c9c3c6c92c093f2ab0faadf8c87": [ + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x635fd090" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0x5a6f2c1427bc9004df8771b3a48f3d6" + }, + { + "key": "0x5205bcb3e3f49a913e913df275c9ea1e4773ccf90f439baf079f61b80303917", + "value": "0x9b362caf82ab45b" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0xc0646f2aa760a5bf5372a5daf51f8409" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20e", + "value": "0x984c" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x3c4105279fff3a277cf" + }, + { + "key": "0x196091481b12e638a6baf1fe141ef2ea13cb3eb23007470d6f98b71c9792b9a", + "value": "0x8b76fe538514a7" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x9bfd012c5f4a8bae" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x17fd1cf174d2b42779" + }, + { + "key": "0x7af134b7c4f8214516c071148fe043502a19625938f2a16f0538ff40518abc", + "value": "0x6eaa7c8a85e775495eaa03414250d3b2" + } + ], + "0x2e767b996c8d4594c73317bb102c2018b9036aee8eed08ace5f45b3568b94e5": [ + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20d", + "value": "0x207231d0f5aef828537e03095342c28e" + }, + { + "key": "0x19dbc9b4eab95d05b7871c69cdeef24e69dc2a3536f0c6bf169000dc1fdd20e", + "value": "0x16b2069b797e" + }, + { + "key": "0x1e6f3e4333da349f86a03f030be7f2c76d8266a97c625746ebb9d3220a39d87", + "value": "0x12080afa38f4300f416" + }, + { + "key": "0x2712b812fff3c2f3b38d4c532c684b5a1800dae9c4a8001c6f855bb520c7c5", + "value": "0x1baf0a42f9161425f6f279d0" + }, + { + "key": "0x332df419aa058c3f4b36acbf5af4b7e8e3d4dd58918d5f0ab2841741e7b55c2", + "value": "0x635fd090" + }, + { + "key": "0x3b3a699bb6ef37ff4b9c4e14319c7d8e9c9bdd10ff402d1ebde18c62ae58381", + "value": "0x14f3930f8" + } + ], + "0x39d9352ad847a3703b550da7415619d89691c701dbba869fc902e6897ec98bf": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x4" + } + ], + "0x27b7f85adf0743707d49fbf590d8905b0e5a04bf6b9975c563a6865a3d8f35": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x15758bb9df8e17e69369a20f280038c044c464eece1a111ce224dcb4918d013" + } + ], + "0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3": [ + { + "key": "0x28424ab1e5a1b72ef45e34ef9d955931e0721623afc53bb09edaac96b5bb54d", + "value": "0x2805ce8228fa2a17799" + }, + { + "key": "0x37eedfdf19926e2bd6ebfd8e4ce0eb013c1aa47d114178ebae9a4168cd83cc", + "value": "0x3c4105279fff3a277cf" + }, + { + "key": "0x4f986048aef75fdbb8f92af3ac814886ead3261547d5d7ca2ea50fd943074c1", + "value": "0x1b3e4dc97f3f59" + }, + { + "key": "0x74da8cd1f0039beaa6b6ec4605655d1a0972d98f2a255d488f06df0c12f9ec8", + "value": "0x12080afa38f4300f416" + }, + { + "key": "0x1230a8f7a55afe3abdc36fe528fe20ed5333bd99fa59e4006dbaa8d45aece42", + "value": "0x6ae016a9a2af19b6" + }, + { + "key": "0x11ab10417014b46a809fdf1a791354a06e62e1a501081f48c4731bf0a4a9107", + "value": "0x1b3e4dc97f3f59" + }, + { + "key": "0x57e168770f1e90999f0d74891b873bc032c61737afc16ffc9f034e4bbf88cc", + "value": "0x1fdb8381da6da1a7a" + }, + { + "key": "0x44655dd2b84a4f270770d0f725c5e0374052b8af8deed02612595b30c039128", + "value": "0x138c3ebee219ed941" + }, + { + "key": "0x14ec43ae408e3dcb203b3c0c27a8cb25acf56d324d6875dd583b86ae854d01", + "value": "0x1384dd5887bf62974" + } + ], + "0x37faa166556e649bdc5e91a78fa59db584d7d17fdae6e24250f5c0768d1e347": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x15" + } + ], + "0x2a92f0f860bf7c63fb9ef42cff4137006b309e0e6e1484e42d0b5511959414d": [ + { + "key": "0x3365d40efffee4b64a656c7405ceea94150837a9bdf4dec40c0086169489d4d", + "value": "0x1" + } + ], + "0x3c3bdd4ebed8b0385efbc5ee32a76dfc87bcd9f2e44ed71c9174e81403fa19a": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xe" + } + ], + "0x42fbb92afa986e4215ea643ef71e634d5b772b03d71b141a4c8f7e175fd80b0": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x23a92001bd26a33e399738230dfb537c0da72879283fee068064d93dd5a74fe" + } + ], + "0xfb69f3315b6ce258824aa3fd704a72dca5a23dfcba4771358aff829a9ec4f5": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x5da55d496b7b206fb8e23b61fc6a931b87e7031b0e51fa4ba4ab75e10ad72d" + } + ], + "0x101b07d14c7d093b8c544f02d64771968e259afab22623e2096414c055b319b": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0xa23a972e0dfbaf17ef1ca4472ec26b7c4cf7cb8d06e93645ea2a8794a75d16" + } + ], + "0x44bf03ed24d46d36d418755de6a393d010b7a2f839cf128fe9192422cb5db8": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x1" + } + ], + "0x2f37d1bca3cc2fbc5d9e9d9316f5f7860636406944fabd2b4e0e96a91551679": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x3911fd120744d2e6df5fd6402a588b8a86de3ea678b7ac245782a793a24e951" + } + ], + "0x3631e363d43cb511345f148f7413dfc88d51f65edc9327f3b6b7b1960d73314": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x701a0ee71f76a4116b9a181c84fe7bd26d0cc1b3329900627e5ea54bcd7606b" + } + ], + "0x96efc97ceff1df64ac04fe5e7131f157a45ae5300f3af62574c1b402e50b56": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x96efc97ceff1df64ac04fe5e7131f157a45ae5300f3af62574c1b402e50b56" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x291ebc4acb5d415004c18a6766b69c93623c296c45a3391c8f63fd356b11499" + } + ], + "0x4512a06d14a9f8d9b97c61b94868f2e6c2783bde0248ec6c0ebd0f89eec9fbb": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x3fcfc37e51a9f649b9ae235518b47f9d3ed860a68a44c19117e9bbd864bedcc" + } + ], + "0x33d8503488ac73142819ac31f0a993859595b187d6632ba7258ed5ceb46bebd": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x58e4b74aacbd704ae0a42d0055394fbec14d09aa04e3183200abeacb8fe9fb4" + } + ], + "0x2205a89cbbdf3f9b58195ae9104d55079ecbde35e2bb006f624380c8f3bea0c": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x2205a89cbbdf3f9b58195ae9104d55079ecbde35e2bb006f624380c8f3bea0c" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x22bba0ebf04b077d07d8f323b43062128a787d67379adc40295818d502e9237" + } + ], + "0x87b4c7cb9ab443f90c3e0ccf2c9b4f6e07cd9e4b6432bff1ec7fd5c31029a3": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x18337cd525b8e8caec1b535dca92f69b79b9bbeb4b046439b850167b24ca620" + } + ], + "0x27af4b80feb7f475f21dfe83ddc534ee1c843dc67650f25c54a572133ec55c8": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x253b84e08b369d9eef4b8dbd64211f14c0eaac2f05535dca5f2a90b17def19a" + } + ], + "0x3cd9ca7e00b19cc9ebb433b3fa96ac1348ee77cd95c4e3cc6bdf90f297031af": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x3cd9ca7e00b19cc9ebb433b3fa96ac1348ee77cd95c4e3cc6bdf90f297031af" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x68dff031c3b2167d7b7c8d8a3e8a56101df9a320a614b16dde5b80bd5f45791" + } + ], + "0x3e3294420f2fbd8d462df80ba552adca6327d22705d44f766cad61fdefff1dd": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x2" + }, + { + "key": "0x21001002be3fcf98f1bc5d249803318acc1a9f29c56cfeba1af82abc7157353", + "value": "0x6d706cfbac9b8262d601c38251c5fbe0497c3a96cc91a92b08d91b61d9e70c4" + } + ], + "0x40968b8762c5f45bea8637eb746eaa02bc503d918f79c477b87285b503eb02b": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x1" + } + ], + "0x2574f0aba6ab895adc8e21f83341671b24ea8cf6c15e5bd6b5a32780e0be27": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x2574f0aba6ab895adc8e21f83341671b24ea8cf6c15e5bd6b5a32780e0be27" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x60ca12bdc11ff7d24acdd0715661289d80ef8bf0cc1e1f70ca8e16b06447644" + } + ], + "0x9d8f28aba5de7118d09de664ee61d8c62eb161d9a7c737a4b9204ee7c8d1d4": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x9d8f28aba5de7118d09de664ee61d8c62eb161d9a7c737a4b9204ee7c8d1d4" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x24c7515abaf4a372b56f1a1df65ac5946dd7dabef69a9414066b20a48a925e0" + } + ], + "0xa2b9c82409c8dfb13e620da49cf36032265f17291130393adcb831e38b5f37": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x2d263ad298e8d8a393b7b869b8e5c17529b859d08fec6d3425f02826f660b58" + } + ], + "0x2c4528f27504ace29033245c04c527c629b84c46cf88c237a5e43c2f4201fb": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x12" + } + ], + "0x4e7b665c0321835901e6a2731e46a4fc9ea0452981f3da3392fadea23b1035": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x6e019fba43f6512312b29d2880ee471896acbc216c6ba65a0badf869aecaa54" + } + ], + "0x16d9fcece1f969367c7ade9275b9a2c385971c6a61c70ba450a509dac8b6e86": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x16d9fcece1f969367c7ade9275b9a2c385971c6a61c70ba450a509dac8b6e86" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x6be809103166459a1884032ca2a04045dba517e46c5204ddb4f44568413e91e" + } + ], + "0xf9ba480b5fd9cb6b061a7ebf0bd954cf119afe84fa98fa9f46e3c0d9ac17df": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x5ac24329a4c75aa99a29d4ddace040a7f7a921018332e83594ae4aadb4456b8" + } + ], + "0x189e5fbb9843a5a18379924b3718f81d0f8c8f737b12620506fcff7256edadc": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x189e5fbb9843a5a18379924b3718f81d0f8c8f737b12620506fcff7256edadc" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x13f1f1899641cc4b33bcc61d77bd5bd17ac64142660485d28c3705c5468e4e2" + } + ], + "0x1bdfa8fdc0cd4666d1a1025db42d18983acd2dc8e558f73e880f5e2da4f8765": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x2e8a1bac2a6cb93771f4c92f853747345adb72e2b1cd85b49860b23503ce85a": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x2e8a1bac2a6cb93771f4c92f853747345adb72e2b1cd85b49860b23503ce85a" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x344204e0ed687f58a1ec12deffe24de8956acfe315df07ae9ba9ee5b4d5492f" + } + ], + "0x3e059fbf4f08cc1da0085acbfeb087eea99171cbe7d9059b2469062f7cb85c0": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x5d0f4d0a6cbe08b977533c73e0f82e238b3dc1d4ec956f94c672c5cebeae5cc" + } + ], + "0x3f3def68998cbe359da237b0300a190ec4dad6b55570e9795f6c23008e88a1b": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x3f422d2521b4293070a1909164afb1c0855ed1963685cbbc0a912f594c2bce4": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x4fd2d86976ebbfcbcff401ef45b59406a077d0903a484a9d81c78d31a41dae" + } + ], + "0x438fffc80440dbda3df4a2bd97d91cebd52498f9d16e4a03e402a4f4561650c": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x438fffc80440dbda3df4a2bd97d91cebd52498f9d16e4a03e402a4f4561650c" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x4b4661b967cce82d11172f2661c34096b30dfaed60da52fad0bb60e397553fb" + } + ], + "0x296c2106108af17aaa3e91d31fa26abaefbd55cbf197c9721151dc1ee6bee11": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x2726a560fb48dcb3e6c10979193a4756b28c88ad208b95c3519529f4a725b7d" + } + ], + "0x2d169c7e6cbc36a42432be8dedcd516338b4f796c37fedccf81b09cd96a7f76": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x2d169c7e6cbc36a42432be8dedcd516338b4f796c37fedccf81b09cd96a7f76" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x229b8b97d795ecaac7d6e42a6c24c182fa98371303083a5cc83c9a28fed8106" + } + ], + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0xbe0c63fd0f13a5f94ca3fe2f77704001707a5926b909fc12f2200f44dcb966", + "value": "0x14af87cc0b4144" + }, + { + "key": "0xe41709771ca6ec3d9898b34eb85555bb2cad29788921377412340082ae27ad", + "value": "0x18565d2b992c49" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x4bdcd6e88a77c37164" + }, + { + "key": "0x1866b639c98391e163c5958f3c20b0252719a91c6b054413ce3314bdec22a2f", + "value": "0x20939836888501" + }, + { + "key": "0x1da24f31f5c90f3dac40630927c4a06f60deab955a9daa45ec063b8c24e301c", + "value": "0x43e618a2f846a5" + }, + { + "key": "0x251d9ff1508f5fd4aea027cfb9f44198d516cd4331842ba99c35133bcb1086a", + "value": "0x1498c3310a43b31" + }, + { + "key": "0x356d02e15a244ad7a9aa9cc1543ed929316f20899a087c809f4055f0b451213", + "value": "0x496486165a8e6901f" + }, + { + "key": "0x3f9138583cd4f066d08adf50049730f89afa3dd9d365eae8839d1d47355014f", + "value": "0x209da0392f4db3" + }, + { + "key": "0x4aa2885ee95e2eaf83fcdaa59539ef9301372e916bc2419274d92a453c2b422", + "value": "0x14b722cfe21985763" + }, + { + "key": "0x52ed5562c692c80e72efc6729ab5bf8340f1459826f5b8d589b823479990f6a", + "value": "0x315175cca64f41" + }, + { + "key": "0x5863fb9b509aff81adc8ce89f402357f2e9c201c785357974ccc92ce43f57a3", + "value": "0x2d4f68385d95be9" + }, + { + "key": "0x69ef7fb1f80a828a36ecb625e90ef38d127d5b38bd05035c015091d6eaff4d5", + "value": "0x9bfd012c5f4a8bae" + }, + { + "key": "0x3981f41850607cba395e4ac9d156e513f7e71b4b701efe239ab01e210edb80", + "value": "0x70459e26608353" + }, + { + "key": "0xde73352eeb38d55b9f2b26d156aa00112b7608f6de033ffc62170e60746bfb", + "value": "0x370cec169903a6" + }, + { + "key": "0xfb0d98e1999fd99e8d318209bc81df23495270b4f36f1df145b49736a4ea5e", + "value": "0x6a4a9b106575eb" + }, + { + "key": "0x196091481b12e638a6baf1fe141ef2ea13cb3eb23007470d6f98b71c9792b9a", + "value": "0x72eaed610b49b" + }, + { + "key": "0x2f83fa38d22e2844427b2c13e430aeaafe59feda5639026b57ea17848a776de", + "value": "0xffffffffffffffffff10311b8da91cd6" + }, + { + "key": "0x3c00a641e2e38bf2ed4eee23e13bd854c008d3acadf15b7d899e4874f9802fa", + "value": "0x43f48b7e7c16" + }, + { + "key": "0x512391dccfd97f997adea1f97bd8df0cd78e6db5e07db61c400354bfad7cb16", + "value": "0x15fc58f4c8cc7c2" + }, + { + "key": "0x5a6f4117ff1b9aab296c0449b8f7914a607f33387d90ac21aed50585997d1eb", + "value": "0x6ca483edde12" + }, + { + "key": "0x988f08644a55ae2bffc864d142bfd2e639a0e5efd5247ba6ba374a79de377b", + "value": "0x1d4cdfdbbfff88" + }, + { + "key": "0x1fd35fef2cdb04e84a23454914c43ec41efc6d43fe105ce61f12c1bb39e6c5c", + "value": "0xea8836280c794" + }, + { + "key": "0x413b49565cc8819788c946120213fd5631300504d84a08f51c12afcf0147173", + "value": "0xf957518d81386" + }, + { + "key": "0x41b771e4ae0035df2089b2b1e2234ac8a56e6935a096542cb6f1a626aafdd5a", + "value": "0x140cefaaa7ae678" + }, + { + "key": "0x49a8ef79cab313360767015d427d0307368eff5c2c81b019aff018ec638eef2", + "value": "0x1f69d9fe983795f56" + }, + { + "key": "0x55605c33e4c0056f76b6fbec2a1041086c7ac02dfe405de230c3b0b4fa162c8", + "value": "0x13bb42ef92f2672" + }, + { + "key": "0x3a7226e697b7d9402fd8d6446a7ab902ee3c96abe16446b005d035eeb90b7f5", + "value": "0x1f6a97473fb3be55" + }, + { + "key": "0x67d5cac7e6655b55172f862c468288de8044e51545e35e8b8ea63c96cd9a6d7", + "value": "0x6af64879a777e05" + }, + { + "key": "0x10c879fea593ad28436900337fc7b10e84e21fd0ee7a582cad834cf566e7124", + "value": "0x37fb5139b4f9a7" + }, + { + "key": "0x2b30bdd8d0692688bc657da77baf24cd37a775577d30782a382811410c8f9e9", + "value": "0x38d7ea4c68000" + }, + { + "key": "0x3fac511f7760a1e9bb4ea15be3b9eef747414d9a0994b003a46b6729d3373a9", + "value": "0xf5c1f39f9841c" + }, + { + "key": "0x60621fa2fd3f31984c9a5acf172342ef83ebaa453e3e7e075b89461114dff4f", + "value": "0x38d7ea4c68000" + }, + { + "key": "0x51912224b1c72000b11c6e5a220ecbd49b584b3f8743287fc0b0633bfec588b", + "value": "0x115cdaf2ede12a" + }, + { + "key": "0x6a04116cdacdb2dfc28b2cb1534058b5e4a22092bb94b5fc84d1083204bae9d", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x6a04116cdacdb2dfc28b2cb1534058b5e4a22092bb94b5fc84d1083204bae9e", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x1b1df7fc2b257185860c51e0e345f5c1556b6aead71209269de65d407dda48c", + "value": "0x112aa5535b70752" + }, + { + "key": "0x40edb6a5f4fdec924ba2aac5b5d7768a55d3cb30d2535e1406c5eef7b2d1310", + "value": "0x2c066f7314e863" + }, + { + "key": "0x63d2cc5ec69e13f4229ccfab6d9ff4cd8b412d262fabd3d4bac8c0f9f46b09a", + "value": "0x45aa7f31639dd7" + }, + { + "key": "0x12b3ada644c513b00a782564bd842a986a988badf694198776d91b28d8f2d4c", + "value": "0x4f045389c00" + }, + { + "key": "0x19cd6769541cfb74e625b3e28bb11df4de6d4101f81af22b6eb26ad2bb37bb7", + "value": "0x33eecd782fa326" + }, + { + "key": "0x26c1b71d4a5dc04de2d138d9db0100f6a944cc333b21cd8788ef604dec31333", + "value": "0xfffffffffffffffffffed3dde3395fff" + }, + { + "key": "0x26c1b71d4a5dc04de2d138d9db0100f6a944cc333b21cd8788ef604dec31334", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x3ec650d673f0fbafdabae7d085af813e3f9cfa59f33ba1bcaae76a5d2f2a96e", + "value": "0x365e14b9546a55" + }, + { + "key": "0x42cb790d8add58dfa6e4f705c33e1375db8ea6647392371438294aa46ad8b52", + "value": "0x303577136ff" + }, + { + "key": "0x56573b754ee7322fc65e06371fef857a3baca17a6e917bcaf932bced5596f60", + "value": "0xe1d643dab92cd" + }, + { + "key": "0x59523d61028e85f3f0763c74489d7b0e6c5b979732dc4b2f640366de9aa6114", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x59523d61028e85f3f0763c74489d7b0e6c5b979732dc4b2f640366de9aa6115", + "value": "0xffffffffffffffffffffffffffffffff" + }, + { + "key": "0x6464e1b500e2d7042b77b1a3527225e889236757dd5ef64a2e48ece4251c0c6", + "value": "0x33a6674a020de7" + }, + { + "key": "0x6b6394afa3533e9da9b1db98fc2f513974ff454fb2e4e691f410c0001759e64", + "value": "0x329259cd132b30d" + }, + { + "key": "0x16c175250da4c1cfeb4e19dada2fe7a9b8d75e02fc6cdb2a1af450cd2a9ab23", + "value": "0x2a17801ff1c349" + }, + { + "key": "0x229578c372db9e75e13c67b94efb57639859137cd44f9b4cc22f708ceedbd3b", + "value": "0xe92ea84531935" + }, + { + "key": "0x5d449a7e0566ff8b47b6f4e86b15fb2db24bc6d679a7df718462a30b2944fdd", + "value": "0xb58edab9ea9ad" + }, + { + "key": "0x6c78c808d72290c895caa1f35cd7e3bc2d2c359d5b9e8fcd1c20fd02cde847a", + "value": "0x470de4df820000" + }, + { + "key": "0x6a22ce4a1b53f65681e200b21c1536d678244a4f8415734c5a29423cee4a4b2", + "value": "0x3ac164938f0de7" + }, + { + "key": "0x4df072436234d407f1b6de6fdef2f4381b44b94620d0906420add304f75181", + "value": "0x8c48d516b40607" + }, + { + "key": "0x159627ccd71074583b7bd33fa50c8b149c19e9d40eed7c8a0f7a5b45271ce82", + "value": "0x1fe3d6fb5a1cd2" + }, + { + "key": "0x729ef09ad5d9dbe354b74b49dfb772782f3e2933d380f5700fde500d8e47bd1", + "value": "0x220e8fe4e954b4b71" + }, + { + "key": "0x5cfffb1d738f3967b6879a372040efba777e11714c82dd332c1d497da79f680", + "value": "0xfffffffffffffffffffcdfa50898ffff" + }, + { + "key": "0x5eb2e77da2808df2e2eeefe96e093722e453fde53959a2c0e33a5ea9e621d94", + "value": "0xf2f9acb836c64" + }, + { + "key": "0xd2ca6d8db82723c956add9d244f1bbe12eb8dc65345a6d7616bc1971c0ddfd", + "value": "0x3733ecd0766e78" + }, + { + "key": "0x72e8bfa0ff07ca9dc3fea2d320eacc959c040fd203e241beace6794c08fd0e1", + "value": "0x312d923ea737ac" + }, + { + "key": "0x76bca443c353a1a82b5dd73c666c84764525d1b6b867e08e995f8f3d6b4f959", + "value": "0x2c904bae51e8bf" + }, + { + "key": "0x44f9aefd1fd22e0010fe83527ae34067baccfd4c3343b5e699e0f1f738ae915", + "value": "0x18c944e500a75c6" + }, + { + "key": "0x6177eb7575602ee8e5d754e4850156ef34e9cd459112656b3c4f7e7f429cfe0", + "value": "0xe8ddfbc25d449" + }, + { + "key": "0x2c2355fd184eaf401d27a0df034604a8b3718c59aabbc89aa702e96283cf329", + "value": "0x7b969f71ea908a" + }, + { + "key": "0x3bca00e91d3487468041a68cb962e3e883a5d0752c863bf10815cdf98a52748", + "value": "0xc24c43e6c42012" + }, + { + "key": "0x485aa69f3e6f4831dd7396ad2fac37647d8586b33c9552cda1c280075df0b9e", + "value": "0x16ab1700367a24" + }, + { + "key": "0x3b40f7cfe20905aaaa1e7d5747dd163b567180941e546e5c0f66e47a3168fec", + "value": "0x10a741a4627800b6" + }, + { + "key": "0x269136b60627005bf688fde938d5d3a85ce4a2cead72951326dc5344557028", + "value": "0x132fcbf32bc37f9" + }, + { + "key": "0x717ec87d874bbc09365251ceea3eb9e798bd2fe5bea5d3006db2f3f745ac7b4", + "value": "0x434a6ab4de1b50" + }, + { + "key": "0x1a3afaae467911bbb5a3d0cb90ca6df17ef5630e36f2dec50da9e487bb17475", + "value": "0x346a9a47d3f20" + }, + { + "key": "0x711346dcde1ab93f8addab30fd495d4a1c95a2189c73a5eb67d2dbc6ea1cd7e", + "value": "0x8361f6dfcd79d" + }, + { + "key": "0x6d8f070240c55144aedeeb68b63174ab2ff095680d6fc9ad68f3f74c0fb2599", + "value": "0x58f1da36aec446" + }, + { + "key": "0x72e4e77f59898cdf315bd9458559624e56cf3230e404c0ca945f5f164da7de2", + "value": "0x276f259f67163" + }, + { + "key": "0x778ba49124002f7ee1ef3897e725cc32afe28aecd6828487d2bbd5ee3ea8190", + "value": "0xa21bbbe2800" + }, + { + "key": "0x7f7bcabebf1ef1ee205d76ba1bc0f93cbbbc015295555fe2fd3499f49b7bc1b", + "value": "0x1b3442051bd207" + }, + { + "key": "0x769a6ad9150326c12aaa1b7bf055d4279782acbf8bb4a8179d7a1a272a923f9", + "value": "0x15e9a3d5967361b" + }, + { + "key": "0x74749ab7f91196ed647f5f5178cda9fae4079c04cedac6b54aefd2b6ebafea4", + "value": "0x1bf596ac62dc4" + } + ], + "0x35860d27a64c7ef76a22bda32af77194a9a4d307ba25a89de634ad0302c6d7": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x2ff9ce76b902c4289f6af58fbc45a918208462dbd4c6ccaf444d1fc068ecb51" + } + ], + "0x41478e414590a2302f62d3bde8f79e285373dea6c620ec649caa10e54563a9": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x41478e414590a2302f62d3bde8f79e285373dea6c620ec649caa10e54563a9" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x39ee0be5b0fd55211e0dc67719493fa6e5d6a9ca6cd0b8d536ed9a5a9a9bb51" + } + ], + "0xd4dd74e7d9955e115d137bfd5ff7adb7238c0100da5494c90794cbb44bbb6d": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xe" + } + ], + "0xdac0b6557c096c8cdf8e2537063767b69b6c46e3ca722599aff44f37bccdcc": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x1199fe4bc4f737a7a3134c8852a28f412c8fc6b291bf278f07f30e2072273c2": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x48da4239636b456766980530585d8815c8c64991dbb95feacfc70ad36b93c42" + } + ], + "0x1a18fa78180fddfb7381c2049eff4485a83206fc2d02c0854083248a33aa6b6": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x4b848e46f746887d18922fc97653d3cad843d754ee6a73d3a4c999aff7d081e" + } + ], + "0x38ec3996c8d8bebf517abd2568705e5c6a6e6f12de252a18a89a053bd0b93b7": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xe" + } + ], + "0xa16794d7aed8c9b5d64afcaf1c615235de2aabdebcd167e62a72c71196b0d1": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x6" + } + ], + "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x4" + } + ], + "0x29d6d27a2ec977454c046902926b10394d1882e6299d8a87174697d63559e57": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x32033b24b0198c3f88be924603349f3fdfc8d4384446e6e305739499ee74be5" + } + ], + "0x44e3dfd2f1f076aa780ac90e2e448bdf7796109bfe0afb31c08f392945f9bfe": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x55dffa11e1ddb673f5e19c2f5a33c9bd725caa82685c9e2a288f18ffd359151" + } + ], + "0x1f6e3a3b1c082f2b32ed13e7acffd0e8165f66504289158463fce03075217c": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x17573395ee99bb04aa4abbf306b8ec5b726f30f4e8d268db6ca5e5d8b761301": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x76ea551f7d62bf7d40ab59ce1e0dacd518ab940498144c4f90980f7a70b7c05" + } + ], + "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8": [ + { + "key": "0x1fd35fef2cdb04e84a23454914c43ec41efc6d43fe105ce61f12c1bb39e6c5c", + "value": "0x0" + }, + { + "key": "0x55605c33e4c0056f76b6fbec2a1041086c7ac02dfe405de230c3b0b4fa162c8", + "value": "0x0" + }, + { + "key": "0x52ed5562c692c80e72efc6729ab5bf8340f1459826f5b8d589b823479990f6a", + "value": "0x0" + }, + { + "key": "0xbe0c63fd0f13a5f94ca3fe2f77704001707a5926b909fc12f2200f44dcb966", + "value": "0x3f4a" + }, + { + "key": "0x49a8ef79cab313360767015d427d0307368eff5c2c81b019aff018ec638eef2", + "value": "0xaab2e5cd4" + }, + { + "key": "0x717ec87d874bbc09365251ceea3eb9e798bd2fe5bea5d3006db2f3f745ac7b4", + "value": "0x0" + }, + { + "key": "0xde73352eeb38d55b9f2b26d156aa00112b7608f6de033ffc62170e60746bfb", + "value": "0x0" + }, + { + "key": "0xfb0d98e1999fd99e8d318209bc81df23495270b4f36f1df145b49736a4ea5e", + "value": "0x4e0706" + }, + { + "key": "0x2ffd470ee29bcb5c63f1f10cef6f97837fe41cdf71e3cd7a2209cfec4a88930", + "value": "0x14f3930f8" + }, + { + "key": "0x4aa2885ee95e2eaf83fcdaa59539ef9301372e916bc2419274d92a453c2b422", + "value": "0x912535e4b" + }, + { + "key": "0x56573b754ee7322fc65e06371fef857a3baca17a6e917bcaf932bced5596f60", + "value": "0x0" + }, + { + "key": "0x3fac511f7760a1e9bb4ea15be3b9eef747414d9a0994b003a46b6729d3373a9", + "value": "0x0" + }, + { + "key": "0x6410d339d5dcb97e42a21daa59e6b6a502b9ccb390a3f4ceff515e484c4fe1e", + "value": "0x0" + }, + { + "key": "0x1b1df7fc2b257185860c51e0e345f5c1556b6aead71209269de65d407dda48c", + "value": "0x0" + }, + { + "key": "0x6464e1b500e2d7042b77b1a3527225e889236757dd5ef64a2e48ece4251c0c6", + "value": "0xf7cf1b" + }, + { + "key": "0x2c2355fd184eaf401d27a0df034604a8b3718c59aabbc89aa702e96283cf329", + "value": "0x30a32c0" + }, + { + "key": "0x6a22ce4a1b53f65681e200b21c1536d678244a4f8415734c5a29423cee4a4b2", + "value": "0xc5fc70" + }, + { + "key": "0x711346dcde1ab93f8addab30fd495d4a1c95a2189c73a5eb67d2dbc6ea1cd7e", + "value": "0xcc733d" + }, + { + "key": "0xd2ca6d8db82723c956add9d244f1bbe12eb8dc65345a6d7616bc1971c0ddfd", + "value": "0xdedf7d" + }, + { + "key": "0x3ec650d673f0fbafdabae7d085af813e3f9cfa59f33ba1bcaae76a5d2f2a96e", + "value": "0x0" + }, + { + "key": "0x269136b60627005bf688fde938d5d3a85ce4a2cead72951326dc5344557028", + "value": "0x0" + }, + { + "key": "0x12b3ada644c513b00a782564bd842a986a988badf694198776d91b28d8f2d4c", + "value": "0x2f760" + }, + { + "key": "0x5d449a7e0566ff8b47b6f4e86b15fb2db24bc6d679a7df718462a30b2944fdd", + "value": "0x1346c96" + }, + { + "key": "0x6d8f070240c55144aedeeb68b63174ab2ff095680d6fc9ad68f3f74c0fb2599", + "value": "0x4c16cac" + }, + { + "key": "0x1a3afaae467911bbb5a3d0cb90ca6df17ef5630e36f2dec50da9e487bb17475", + "value": "0x7c6b4f" + }, + { + "key": "0x51912224b1c72000b11c6e5a220ecbd49b584b3f8743287fc0b0633bfec588b", + "value": "0x38f2cc" + }, + { + "key": "0x10c879fea593ad28436900337fc7b10e84e21fd0ee7a582cad834cf566e7124", + "value": "0x104fb25b" + }, + { + "key": "0x229578c372db9e75e13c67b94efb57639859137cd44f9b4cc22f708ceedbd3b", + "value": "0x8a0857" + }, + { + "key": "0x778ba49124002f7ee1ef3897e725cc32afe28aecd6828487d2bbd5ee3ea8190", + "value": "0x3b470" + } + ], + "0x566066640bfc57b51bbc411b3d4110e6145e84476e5f4cf968560cd838f7144": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x1b4f7e707ea9d5800584a888c29887075e012b238e6d0d2c8fe72fbb6dc874e": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x42810f23a77cbe7b1043e39b0f2211e2089a2b8971c6ac4e2863f3ec4ff8ecd": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x53" + } + ], + "0x4e855d1cb5b3baad08721f0498fa88e427f7ea71a23177848c4b53626651b20": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x50b17de9333e2e38158fca4f1b5ccf07ef20c81390822c33cf998dda8cb7d84" + } + ], + "0x5b5a388777ed6ab9a7b151f85dab88e1ac2d3777c597df68cd1261f9374f667": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x3" + } + ], + "0x4b717ef2ba36733261f66e89262256658c6bcdc667664bbda36725dbc5f6c5e": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x1c9a188b090c95e3a471d0f074099fa63ce457f946363d3f21eff3242702402" + } + ], + "0x5556bbd95d389b69f7b506bf7b8a9dc88e4528fd999f427f4d4162b4ed9cf10": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x69c60e4d7e2d9ea17effba80b0dd16a34c89ad5045a7d1f545212c2e6f483e5": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x3" + } + ], + "0x4a571dbae2cd0cdb37777e9fce57f7cde6ad1af45075f567642452115a56778": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x22bc47be0b0ad8eaa635b6d214f9bc2a37b244a534efa5697427655a08befa3" + } + ], + "0x48be31a8f2425bc03cec289c6e839b39c1a93197196e2c5ead5b58f585acf78": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x5" + } + ], + "0x531f7d32eaf63228f1d8298915bc7d6e651956abf03289571224537ba2741b9": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x531f7d32eaf63228f1d8298915bc7d6e651956abf03289571224537ba2741b9" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x5365e49a9f1d7409d9bbd62b6cfaf067f1145fd776d21a65ad76dc8707015cb" + } + ], + "0x5d8b8305a2b8e19da050c20011db402b802007ebb2f448b397804aa13f523f6": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x5" + } + ], + "0x50231726918d9ee4429ea607896b7d1a17216a7645c8cce78b43f8195a6ddf7": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x7a1e4294957917434ddb04e4dd1f91b7c8d38024ac8b6fef05695f61c3826f6" + } + ], + "0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8": [ + { + "key": "0x49a8ef79cab313360767015d427d0307368eff5c2c81b019aff018ec638eef2", + "value": "0x828e9932" + }, + { + "key": "0x3d6e023640c7a24d226ad496a80ff90d20c2e208dc5f8f7cc99a6a1317027ad", + "value": "0x2faf080" + }, + { + "key": "0x1ddcf505199d95a7e51f60b9b8e4ea644231f575794fd1984800ee220510afd", + "value": "0x46deb340" + }, + { + "key": "0x16c175250da4c1cfeb4e19dada2fe7a9b8d75e02fc6cdb2a1af450cd2a9ab23", + "value": "0x307622" + }, + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0x7d2142a65" + } + ], + "0x550ec5d900723092a02795949be4033f37504f4baf3726edce419e55ea74e00": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x35b56ad7c5f3fee5a5c6d5c84bb0239d94a3ce1ac72d5cb23993251abfb50de" + } + ], + "0x6eb81ec97b2fc7676a6284018e55c027fbd20c951e4f7429a361daf559cc801": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x6" + } + ], + "0x51f9e88b97d591635633c8e326d9cca6df6b9f58672e4b6168cb8cedc653df4": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x309e16f989a98a2edd379d514d2e8c518821692d514cbb70be63862d48d23bc" + } + ], + "0x7861c4e276294a7e859ff0ae2eec0c68300ad9cbb43219db907da9bad786488": [ + { + "key": "0xcf3544b085eea3e32a52421d4862f7a57330a5770f040c41e94dbb0dac5dbc", + "value": "0xf" + }, + { + "key": "0x23b36207c2a1683c0c2dab8e4b8de6c941553e901d7e6bcd5fa78f4c7712c70", + "value": "0x5185" + }, + { + "key": "0x4027b3b6971680a05b3c30c0e4e31da1e634dc6325305f5f1ff4d2051a744fa", + "value": "0x5184" + }, + { + "key": "0x531ad4f3839cca3af0fc611f5718b7bf48d06b868479285d2f74c4ed1d0f13b", + "value": "0x697066733a2f2f516d545375726d614568476b6574534c3477325370314263" + }, + { + "key": "0x531ad4f3839cca3af0fc611f5718b7bf48d06b868479285d2f74c4ed1d0f13c", + "value": "0x5a7250627a327953334735363258444557364d374e39" + }, + { + "key": "0x652d2f1da5a3433818b2d0b21f5fc529393ecdfc9e9c4522a2f7404ae23a6f", + "value": "0x517e" + }, + { + "key": "0x3b282d94cc3fa856b8d18e0e5dddeb218c312a95b82cef4c8b001b9a64c14db", + "value": "0x5181" + }, + { + "key": "0x407e643bc6aa9a189d41ca82a9c29c5b98321eb608aefb258214fa01f4f009c", + "value": "0x1" + }, + { + "key": "0x4d485a20273a12e1a40522b1cec51996c950de4a3d045dbaa432c3b73f0e866", + "value": "0x5180" + }, + { + "key": "0x5678158ca275b12b98d6c62bbad409497c5ef782840d4e04b0400a6f4dcc7ee", + "value": "0x50b5" + }, + { + "key": "0x57b7265ccc7ac41fb8133dec1fadcdc782597ee0cfd2b05b8dd178250d34888", + "value": "0x3" + }, + { + "key": "0x35c48d6a0e3ff3bc5399765a51e48fde60bd8698bd8b9ea9eae7e241e81b14b", + "value": "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5" + }, + { + "key": "0x39f062e552368aa933fb0a2f1e01eecff1bbb439c2b20c4a570bd4a553b0c4e", + "value": "0x517c" + }, + { + "key": "0x477d209d0e78bc0889efba9d9ea06ec78569bcee555adc2fbc95fdbbac6fc04", + "value": "0x2" + }, + { + "key": "0x22448b8c235cdcb5842dec4386be0bbe7f7ebdd30fbf433db419029878d2a0", + "value": "0x1" + }, + { + "key": "0x258dc831cf3b5abbd0e799503114dc07bcc94bb9c7683e33e35d898e311ac5", + "value": "0x697066733a2f2f516d5a79555563734a697255455741597472353471347068" + }, + { + "key": "0x258dc831cf3b5abbd0e799503114dc07bcc94bb9c7683e33e35d898e311ac6", + "value": "0x614667794e4742733879616f6d54694277736f4b6e70" + }, + { + "key": "0x3c1292ddf5f56a04ff445f483a3a611dbdad5a945a11fb66877eca7ac9086a", + "value": "0x517c" + }, + { + "key": "0x68c345e31de2489b28599753f91cabf34dcc541ceb402588e47a7820994096", + "value": "0x5185" + }, + { + "key": "0x33296606c46c87c3511c5df1d98553a20f20157e6170917678c497e93bcb732", + "value": "0xd" + }, + { + "key": "0x3451b60fa6abbbf29891b9c783d15d7a8d74d2ed2a3db202d7ba13599d5d5a6", + "value": "0x697066733a2f2f516d53327071376f446350625365763661506965516d7442" + }, + { + "key": "0x3451b60fa6abbbf29891b9c783d15d7a8d74d2ed2a3db202d7ba13599d5d5a7", + "value": "0x6d58786532544767533137703844665938547869646b" + }, + { + "key": "0x357032fb28a34096547aea24fdb68daf43d093f5bbc55ae6f3b7324d73c3a62", + "value": "0x1" + }, + { + "key": "0x3a56acbf3918a50ac1824e897b0d45b4c51e4bcc35cd7c7f01240364198f638", + "value": "0x2" + }, + { + "key": "0x431784a142217712617dad78164ff65079547d1b352c800ff21683b00892aac", + "value": "0x517e" + }, + { + "key": "0x4b9a53657684156fee8787a78e33bbb81ea82bb0884fd1644e8b41de0fe780c", + "value": "0x5184" + }, + { + "key": "0x5396fc5f655311b098f00e552a0eeb395e56bcb1a46f2853faff57cf35e17f9", + "value": "0x5184" + }, + { + "key": "0x6636037170744c1062599c42c93d10ca4e5c8db7de89ba3c1d6822abf4d3128", + "value": "0x517b" + }, + { + "key": "0x4cbe4e2d35e1d25ab31055274e9bd909f5bc4eb253b3e316e767cbab4d1144", + "value": "0x517f" + }, + { + "key": "0x7bf69f7aa2bfe27f7a0de789e9ad17b5e46d6be7ec7af47f6abc565c902bc5", + "value": "0x5181" + }, + { + "key": "0x1efbb1224f2b203496a2ef6d8383f5378c20ec9d26a8b2a45607b601405ef91", + "value": "0x5180" + }, + { + "key": "0x3586c057750145a56445c82ce526a0273fb722241ed19c0ae0f3eb2f985024a", + "value": "0x517f" + }, + { + "key": "0x19568ba98e78eccb4c22967301ac9c7c8f76b487a4e728c17de99d88c916b92", + "value": "0x5" + }, + { + "key": "0x37a5c694e60bddddc54c5971611de27e7d79c4e148334866f3091002592eb42", + "value": "0x6eb81ec97b2fc7676a6284018e55c027fbd20c951e4f7429a361daf559cc801" + }, + { + "key": "0x3e96f1678565d66024e01599b584c296337fa7efb3088ea1e3ccb54b2fa3e3b", + "value": "0x5183" + }, + { + "key": "0x4ef5bca4c58be36408f035422e9db3b1a322f6636fb546f13dbd5f59c4b1765", + "value": "0x2" + }, + { + "key": "0x13f3ab6bb8f3c6d709a6ccf0bca5f1c2a0f553e9142e2f7abd8eb61266929b3", + "value": "0x1" + }, + { + "key": "0xfe55ba62a942c8d60df5e0ae7c9c8f70bcff93c885106999e50337e772cbfe", + "value": "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e" + }, + { + "key": "0x23c715556a037e4ac0db255efac152434c4c8655f7303332b99d238e2c69229", + "value": "0x5185" + }, + { + "key": "0x30558350b35bc6c365aab0187445f982097ba1f65d2a04c85dc41d141c3a859", + "value": "0x1" + }, + { + "key": "0x36d48395d4119cef47a6f2ab89ba420e6f00617a80bb991628d49a1062276bc", + "value": "0x697066733a2f2f516d546d6a72354a7a4d6765474d34394e58474c4c7a7a58" + }, + { + "key": "0x373ebfc40486c75d5bb791c8dd248f08cce9739dce0de347bdb62160ab606e8", + "value": "0x4" + }, + { + "key": "0x36d48395d4119cef47a6f2ab89ba420e6f00617a80bb991628d49a1062276bd", + "value": "0x39447a6e584b33386d34506973667977727742627342" + }, + { + "key": "0x1cdc88fca1162c812045cece810880fb1ebf70c887a66ce74cab4f2c5b34c8e", + "value": "0x517c" + }, + { + "key": "0x2a2026c0aa1c6bcdec12d35aebad5742ce4db9279c5d0444d077612b96f8383", + "value": "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e" + }, + { + "key": "0x394496a379a5fb60f59a5ec04a57f7e0aa390f0ad4deb70d613486165082984", + "value": "0x50b7" + }, + { + "key": "0x1a48f713b9ad556542b39ad17ff026a7b8e3215b998c75c629e178574db929", + "value": "0x697066733a2f2f516d62567467667a546a3659725a69434a46746672517774" + }, + { + "key": "0x1a48f713b9ad556542b39ad17ff026a7b8e3215b998c75c629e178574db92a", + "value": "0x746f704c62726a544644684e776f6a6869414c664634" + }, + { + "key": "0x10291847c01a6f279d66344fdf33e544454e57e79e6a2f596296b7cd5dcc83f", + "value": "0x697066733a2f2f516d6359565268514d444a314d756336376b434c50776f6a" + }, + { + "key": "0x10291847c01a6f279d66344fdf33e544454e57e79e6a2f596296b7cd5dcc840", + "value": "0x324d416975596566476765446e734b6541543473484e" + }, + { + "key": "0x11f0cb0ea9aa47cc97cadf816b27b48970529dd010f4af32b9381ee27a739f8", + "value": "0x6" + }, + { + "key": "0x155c55e597ef55ee7a3b41615f5bec72d38a8d2b37466b1d05e666bec11b30c", + "value": "0x517d" + }, + { + "key": "0x45489d8f481f735442d2bf2cd6325beef1438601d197e885d0008990f4442fd", + "value": "0x5183" + }, + { + "key": "0x5d3117123569eafdf8c332c5c04a73e5b7444211849e8a06773dedffaf865c3", + "value": "0x5d8b8305a2b8e19da050c20011db402b802007ebb2f448b397804aa13f523f6" + }, + { + "key": "0x88400145880a5041b551f6758a0bff7872615ef372ce2c93c839e852d1af07", + "value": "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808" + }, + { + "key": "0xbca8a8599d43fe446aca0a838ad3019d56e6a6b906e7b05551a42594a24acd", + "value": "0x3" + }, + { + "key": "0x28e546aa1200068470d34f521a21142be83cc84e201c4c8e3325b10d573ef95", + "value": "0x517d" + }, + { + "key": "0x2640f95d8cda2ab52ab98952181bf9f654a444df00fd9aec06e9ade7daca50b", + "value": "0x697066733a2f2f516d54634874486b3336346d6e4a63773350476b59647578" + }, + { + "key": "0x2640f95d8cda2ab52ab98952181bf9f654a444df00fd9aec06e9ade7daca50c", + "value": "0x5874616f6a724c6b794432584d5a344175674a75614c" + }, + { + "key": "0x25397c816ea20818f03cfbe872d2e6a49ad118798f01425efab43e080a22939", + "value": "0x1" + }, + { + "key": "0x3e185bed2582227180be2517177c896a0f8aa7550bcc721c9864ba9c47378e5", + "value": "0x2" + }, + { + "key": "0x4c89a55543d920279ede13010bca871b27dcf8e4cd1c5a30574fe1a11d2eb95", + "value": "0x1" + }, + { + "key": "0x63ed1e15948e98036832a77d132e87b26e98875cff856d7ab1c293c37cc78d9", + "value": "0x5183" + }, + { + "key": "0x12cc8a161dc9296b3ed75a2f66cf94c242f864124de535c29851a4ebf9fbdfe", + "value": "0x697066733a2f2f516d64596f6e75716f68574a684135505a5a777979714337" + }, + { + "key": "0x12cc8a161dc9296b3ed75a2f66cf94c242f864124de535c29851a4ebf9fbdff", + "value": "0x4c755a753943596a646f736237734870666b53727051" + }, + { + "key": "0xd7bb5ad60bebb46b01c217d5d065a0d4cfabcedafa7b36f2954bd5870010c4", + "value": "0x134d1d9819ddb5c1f2caa67b08d4aa6938a7a51f1bcb79bbbfac12715ce5eea" + }, + { + "key": "0x2133bc0e74d410bea4020829500b80b66481d18e59b031cbfb88abd043858e9", + "value": "0x67743635d95696527299b3e3e0d8753b28c5ea41a08afd12e9dddb63a5b8c3b" + }, + { + "key": "0x153652bc54779b61589c2acf27ee1cee6500c07fb2533d081c40ee7d4e000cd", + "value": "0x50ae" + }, + { + "key": "0x53d0111206802d2d86264bd9650d0f2ea7898082b0900289510056f38019a2f", + "value": "0x517d" + }, + { + "key": "0x451f6cb8cec1fa301e914104a34ce5678ac1e42e129431f53c65817de661ac7", + "value": "0x5182" + }, + { + "key": "0x199b0c260f87486bd96a9502aeecde107439dfcc820cedc6ff85373a30c3fa3", + "value": "0x48be31a8f2425bc03cec289c6e839b39c1a93197196e2c5ead5b58f585acf78" + }, + { + "key": "0x6561f2e8050581af3289555f80726a3e496ce25abfd9fd91b788e96706cae56", + "value": "0x2" + }, + { + "key": "0x37a029f3acb5ad03e3bea20f84ed3d87bbb820ab2ef34cf5f9bf4a21cba92f7", + "value": "0x1" + }, + { + "key": "0x7b0dc84b9ed748a8b7b9777467003e5d719ecde836284355e4206e6b8d1fbf7", + "value": "0x4" + }, + { + "key": "0x55c03effd480a5d5db930b3ed60b109c59d0390df016c948f29f23014bd202e", + "value": "0x2" + }, + { + "key": "0x27a47f6774144abdf598d72716b4c19d0cc1cbbe5dbd7f969290e6066a7030c", + "value": "0x508d" + }, + { + "key": "0x7384fb601bbddde8ce1962efc696651aa3f9c7133675fb85f7b0748358356a0", + "value": "0xdb96242ab782af486d60a0fa1812b69294e4ef0585e4d925e3e17d3efaf808" + }, + { + "key": "0x274a1a502f55eadc3bcecb4db1d425d0e5923cf35308b0cb77cce335deddfee", + "value": "0x5182" + }, + { + "key": "0x68501f89c587cd476f51f0ce67f31291b51281a15553fe174c1c1197464d88b", + "value": "0x5182" + }, + { + "key": "0x6a2db637b127142f796773400b993645b0e05ef14c592c5efc740578c3ec836", + "value": "0x1" + }, + { + "key": "0x762e2d879305f662e7b41f636e5943aacbea1955283b0cd194b41d433be5e51", + "value": "0x517f" + }, + { + "key": "0x6c2cb7fb97c5ec20e848f41663f2023e97d52134027630ea427ca37c90a8958", + "value": "0x517e" + }, + { + "key": "0x6407c4f7c89d519398ea3d51de92912aed8ee215709b54e1e442450c4d541b5", + "value": "0x50dc" + }, + { + "key": "0x32a103cd746430e61488f431cc5e9fec8f29ee0ee6d865ccc18ffefbbdb8d17", + "value": "0x75b4a2d30419f0c82ba7239f3015633867e7d14a1b4084809ece35007865c5e" + }, + { + "key": "0x6b1a814a9fdb4c78b6ea34a5b236bb161e2a96b5cece17374f727ac2cdf7c8a", + "value": "0xb57dff56caaa2325ed8c67c06e8e0529fdd2917b9d5c5a1679654b84e28d22" + }, + { + "key": "0x6f05f162077aeead947be23eaef9d080589c8f08ec88063b847f4c7b1d28459", + "value": "0x5180" + }, + { + "key": "0x75f2e85db316173b3cc648a2aca37c19596288b656afb1164e1c5cbaecaeb5d", + "value": "0x697066733a2f2f516d566174747145697056625344594664767353356a634b" + }, + { + "key": "0x75f2e85db316173b3cc648a2aca37c19596288b656afb1164e1c5cbaecaeb5e", + "value": "0x7a7673463777794c786e65565776476e44315755466e" + }, + { + "key": "0x4f420809c6ed016c498b1d96b9e44529ef7e0aad6ed8b198424d4db5b934c3c", + "value": "0x5181" + }, + { + "key": "0x78d3aa56b707ac277451fd99da7e4e13c3154b3eb771d92ba1c5e358b769e9e", + "value": "0x8" + }, + { + "key": "0x5bd65a3ecd344a0d0a031dccbafa6ad731551b387a7162fa305d8e603f6433c", + "value": "0x697066733a2f2f516d5a4c61764e345468663432674b4847655a705a38434d" + }, + { + "key": "0x5bd65a3ecd344a0d0a031dccbafa6ad731551b387a7162fa305d8e603f6433d", + "value": "0x55317073546b577265417a4435785a4c776369565066" + }, + { + "key": "0x7151329a729a5d4c2c38564f096cb588aad902e88d9252fce833fe8e13741d8", + "value": "0x0" + }, + { + "key": "0x7f96c960df672e126b7e616185a0ef7f67a681f209b1191ec36b478c711b9ee", + "value": "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f" + }, + { + "key": "0x6b972a51496f8b9c2dead9c1595f34249efe11093353a770141adb0d4eeeb56", + "value": "0x50b9" + } + ], + "0x67743635d95696527299b3e3e0d8753b28c5ea41a08afd12e9dddb63a5b8c3b": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x17" + } + ], + "0x6a05844a03bb9e744479e3298f54705a35966ab04140d3d8dd797c1f6dc49d0": [ + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0xa63" + }, + { + "key": "0x6d8f070240c55144aedeeb68b63174ab2ff095680d6fc9ad68f3f74c0fb2599", + "value": "0xc" + }, + { + "key": "0x5dde1fd8c9d7cbe552f5e573cc2a16ac8bb68894cec7a45d5bb4ea2ac2ce6d5", + "value": "0x400140004001000c0000000000000000400160040009" + }, + { + "key": "0x5356dd0ec5dbe2a61463d58587d7621785b296424b209ee9a5dfe683730a445", + "value": "0x21" + } + ], + "0x52c3c41546165d9b4807bf1cb4fc048ec67ebcee37119470f4d574e6fa33b66": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x52c3c41546165d9b4807bf1cb4fc048ec67ebcee37119470f4d574e6fa33b66" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x49b453302d0b27ed0a1290bcdf98567433ed2fd1b34b3453e72a6d1d8d64cb7" + } + ], + "0x56bc1d2de210b12df33fca73e213d2edf82708e2a30be550f338dc1e0ae3352": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xc" + } + ], + "0x5b81f78bb6315303bac524f81a9dd80395b711e52ca77ad8b44e8cf80767f37": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x2c559fc3b348e8e1fc6b988cf3d11585853355a94549e88c408d32a314e05c7" + } + ], + "0x63a4b3b0122cdaa6ba244739add94aed1d31e3330458cda833a8d119f28cbe8": [ + { + "key": "0xa341218de43374826cda73b3ac83ebddffa509003becf84873e0a8467efae5", + "value": "0x8e1bc9bf04000" + }, + { + "key": "0x1ecccd9d77aceae8bb08468743b58a036700d16c5039b1cd00ae73355691bd7", + "value": "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7" + } + ], + "0x4893690b819c5f04ea13ff77575a3906f41208924899b8bcc7e72856179f7be": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x1" + } + ], + "0x6c490f041f2e480112e028431096d4070ced6fad1de4d75a124ee602f06448b": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x6" + } + ], + "0x6f957c62877444a967498fb691d7ab850195b89eb0f300adbd412e3cfcde8b5": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x3" + } + ], + "0x713273b1982c3b870b963418843ff8cbdb8f92481cd7f663f0f0e1c94848833": [ + { + "key": "0x35c60e784210b3b97204054b74937a39eb937cce67f3db22c865d74735775", + "value": "0x1" + }, + { + "key": "0x354936f992befd8bb8e5c509c77e267be71c2c699e4aae9ce53ef0ad4a26579", + "value": "0x1" + }, + { + "key": "0x40191818c3c7e89f4fe9451fac56ed582cfd1aaebd4f3409df902c4eca90e25", + "value": "0x1" + }, + { + "key": "0x7fa0706e5ed68a0b08c6b439305146f37b04ccdc61460810e2ee11b62bbd892", + "value": "0x1" + } + ], + "0x4c9596400d4f371704cf8c9535b8f9538d67ee028a38116d0f75d5eba4ae8db": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xf" + } + ], + "0x7717d9960928d6567fa4df782a2e55b0fd884075676d8398ff8470f7d78e2d0": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x3b794c61c078313f36ce84a2c67a28f7fbe14e925ecff0f3c3c8730e3d7fde7" + } + ], + "0x7a21a209a1595277ef867286d172bd47ab710764bfb5a2c3864610fa88aafb0": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xc" + } + ], + "0x74a1f11b1e31fe365bce18694768dad4cfcf527a9f0219aeb63e82de58eef2d": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x9" + } + ], + "0x5677357c1390eb83b604bca35ac06ed75e0316bc5ba322b95027adc225c1b95": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0xb56b7da9dc9a26aab479c703d6fa691e250630c5abe53ece6ea412d218f88" + } + ], + "0x5ad3218b64f04e148681ade5134b2087a026a6ac2f6e37c7b7ac55ef706062f": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x5ad3218b64f04e148681ade5134b2087a026a6ac2f6e37c7b7ac55ef706062f" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x755d40e2119f94f26babfca9ee4474f5beb1f85745c861a805fced023263bae" + } + ], + "0x53199aa15e23108f155f18c1fe32e270f93df17ff781b27b796551eda3e3e19": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x764416f612a023e2a74b0f60a363d6aabac54f8cdaa7b1bee49b545251045ea" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x53199aa15e23108f155f18c1fe32e270f93df17ff781b27b796551eda3e3e19" + } + ], + "0x708e824e3b83b1e9b644b52b9b9281f949acca5516f65a5df37f19bdc846a5b": [ + { + "key": "0x7a17e610d75f170821dfa15976b9ea47c9b783ec260ccee32256452fb07bcd1", + "value": "0x1" + } + ], + "0x4c4ce0583487dbea127f6e3704bf7775854eef7218825651fae4f5fc5e6a053": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x33107c933ab08c9963ef4e1faa9aeaa57f13e9dbdcd689086040a1f9e18331f" + } + ], + "0x7c57808b9cea7130c44aab2f8ca6147b04408943b48c6d8c3c83eb8cfdd8c0b": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x43c1" + } + ], + "0x69182e14f23b42edde6778b0b8a24fd61e1477e2e34ad5c66b0422a675f231a": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x7a1f3769b1530c92d369e8dc97e64334eb9c56dc3aeea48d61447e5423dce87" + } + ], + "0x5bbd58ea1f4837ad4ee4f712887c02684c32db8535e35f57c439bbe28dc6ee0": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x70d14553fcbbd5972a1289a2dd336644f9dca35cab9fdb4e5336962c6112bbd" + } + ], + "0x620052c3dfa71e719be3c8f39bd312eb95676b9f9f713752428849682ead51f": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x3" + } + ], + "0x6fe6814ccebafa773cb806cc3c446c468cc27b68b83f6ee0d9a6c9bb85dccdc": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x773c11f861ed16af64c51c9bfbbc0359360db0d94b69ebfd336329ee16582dd" + } + ], + "0x6bc77ef728dc73ca487dc56279890d8700c0bd5d9b601bc634416a9be66d1c0": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x6bc77ef728dc73ca487dc56279890d8700c0bd5d9b601bc634416a9be66d1c0" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x16bc7540e4e6817325a8beedb2abc2dd4c61251775c9415c0dd8a1acb2ba471" + } + ], + "0x73baac064b22acf9fadf7ea44818074cbf4fa5a9cd51ee4ffd9bed93beede69": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x73baac064b22acf9fadf7ea44818074cbf4fa5a9cd51ee4ffd9bed93beede69" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x2cdb1a9749b089ff27b15debda6942f91cb7d1e2b1d6cd295450d59f1efe2d" + } + ], + "0x662c86b6a531821adb44587bc1269670136e0f774fa27cc19a8eaa12f6cdfad": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x4923c2e7a4f0db7136c134180055b6deedf09aba4ff315ebdc1726e343c376b" + } + ], + "0x63fbcb0eab75d086db3788228d115b2267b05a9556b7f21cad17b9cf7627625": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x63fbcb0eab75d086db3788228d115b2267b05a9556b7f21cad17b9cf7627625" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x70442ac437310a4473f038a81851b3b5a651490396cadd47376909a067ce5c7" + } + ], + "0x678a41f0b5236ca8cf3cc73ee41cfaf2346e9abab3ed9fc028da8ccdb17d094": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x292a9f55acfd03fba5c8e29340b12fa010a83757aa2b7297062b59453fa6863" + } + ], + "0x627fe9f239b105dc7b7199102dcd71ca6293aff32ad22d7e1d949dfb64a4364": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x8" + } + ], + "0x694c7381d9baeaad0265e05a9ded31a80f1894199f19184e32731a7d4959556": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x4d967433a10ce436eed303636768afc7d26a60cea515455fcb6dc1accf3df95" + } + ], + "0x767749cf6e8ad8625db2f520999832c118d8d56774835563691b10138ab0d6f": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x6bc282aa7e5a4388f196928834d82d818478a2bcf10604ca585ba2ecd310034" + } + ], + "0x6202e6f2119fadfec6ac6db7a2c7aaff353b6c59d7095d481fcca4c89c660ad": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x359cfe5029caa3c66744237ded6eb485c71ce9e7d009996a1cdeb677d8de2e7" + } + ], + "0x769da5b4199c190cb1978901b8925c157a445462fa640a0a3b7620b8555c8e2": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x6391ae266411fe35ec2e78fa37384c174dd4c6745d907a0142cc8808fd85264" + } + ], + "0x6b4a63a1b3655844f681fba2851fe92b8e5a64a1d77aea954da307715197c5d": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xd" + } + ], + "0x74b98cbec2e299d52b3d8579dc14a9dc3075d9e4a897240f3346464253d9316": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x50e3254f9de8e215e15ca29a35e0efcc14b213683406604917ce211db443451" + } + ], + "0x611de19d2df80327af36e9530553c38d2a74fbe74711448689391016324090d": [ + { + "key": "0x3b28019ccfdbd30ffc65951d94bb85c9e2b8434111a000b5afd533ce65f57a4", + "value": "0x6113c1775f3d0fda0b45efbb69f6e2306da3c174df523ef0acdd372bf0a61cb" + } + ], + "0x64e8e15c6ce99ed2d0fe13708e19e729f18c1f2d3bd8206863f4bc3ade7f957": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x939a890ca52065e33518440b498a14bc185c2f48a3f8c06b1d8639a86a1179" + } + ], + "0x73670f96a9ed5c66bb687dac0dcc612b7d869ecbb5d4068fe7056590a169b8e": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x4" + } + ], + "0x75bd0dd98e3d22f58607318fc7a85aadf2945fb8bc8ac2179c6fb6e44f85626": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x6" + } + ], + "0x7a4cb7995dc2a8b7d6a25dec7cbf2a71fd49bada019824795af83f412d4684c": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x7a4cb7995dc2a8b7d6a25dec7cbf2a71fd49bada019824795af83f412d4684c" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x62cf872773972954fce73d65bc1b2051ac194b334225c619d1d33aab88f5a7b" + } + ], + "0x690982028f5a87bafd1c414e7550340a3c95077f3a0e3b0c524b82a5450c25f": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0xb" + } + ], + "0x7daf534f58f63ea73c84a3d102a695ec88f75c949f9d92f2b26175409ad7bb6": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x7179ee14647d8ba6e06b93cbd308c5214bda80a519e005edb26c9767c32d871" + } + ], + "0x74102023ea290462937cdb2139131b1fd127dc67dc8b9ffb8359eb10417f3b9": [ + { + "key": "0x1813aac5f5e7799684c6dc33e51f44d3627fd748c800724a184ed5be09b713e", + "value": "0x1" + } + ], + "0x6cc9b6f10480352867a271cbf80a701b95bd5b580052af44171ac1fff3e428b": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x785" + } + ], + "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x7bccd808f294e3f050ce02195fc6375e42522fbb6798ded6e2671ed279f3846" + } + ], + "0x7e8f7b4fdc165d2f98cf6b5c117459a43b34a0ed7311189a35bf3936acf0885": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x7e8f7b4fdc165d2f98cf6b5c117459a43b34a0ed7311189a35bf3936acf0885" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0xc95c100b852d3473c39449b2f6eb7b7173f055ea28c084dd025f9b04eac921" + } + ], + "0x6fde311593295417fb2d5932acc0d71514e6b87023e6b2505638e3e3c98df39": [ + { + "key": "0x321bace1036eaff095582583849a03598bd5764a6265edac86916b830a29d55", + "value": "0x1" + }, + { + "key": "0x387c153462d309d4b5a1fc5f90e85bc59eeb2094b2fcef46513ea5f1d1c9b85", + "value": "0x1" + }, + { + "key": "0x3ad34fad732b51fe0d1a1350f149f21a0cf14a9382c9c6e7b262c4e0c8dbf18", + "value": "0x69577e6756a99b584b5d1ce8e60650ae33b6e2b13541783458268f07da6b38a" + }, + { + "key": "0xee2b6c840729051a0d06a623ff093dcc01e03f2e0c0e07114ac2440394b889", + "value": "0x6fde311593295417fb2d5932acc0d71514e6b87023e6b2505638e3e3c98df39" + }, + { + "key": "0x1379ac0624b939ceb9dede92211d7db5ee174fe28be72245b0a1a2abd81c98f", + "value": "0x51e752e53dc21ee9972749c0365b0915f844397e05f20828c999cd7c4f9a53d" + } + ], + "0x75b4a2d30419f0c82ba7239f3015633867e7d14a1b4084809ece35007865c5e": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x5" + } + ], + "0x7ee3bdd89bfc01e099b1a418c0a4ca411d7f3a32e733f5a014fc261c9d9d5e4": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x2" + } + ], + "0x7b47e79dd35c11ddaf993d4c6d97c1e36c8231efa866afa9ec5e4d3c0376333": [ + { + "key": "0x37501df619c4fc4e96f6c0243f55e3abe7d1aca7db9af8f3740ba3696b3fdac", + "value": "0x1" + } + ], + "0x7f3f47d54ca1323964c61a7bb8ac59e5193e9f3f3f89390994da3afda986e6b": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x7c1edadae35469e6a5edb9b1f3aad756bc905b27276a53b5b2aa2c0e44845" + } + ], + "0x7fcb67b5012cabc8232e1a9848615bcf36657c184e3ce3f015bc4dba1379e3b": [ + { + "key": "0xf920571b9f85bdd92a867cfdc73319d0f8836f0e69e06e4c5566b6203f75cc", + "value": "0x3e327de1c40540b98d05cbcb13552008e36f0ec8d61d46956d2f9752c294328" + }, + { + "key": "0x1ccc09c8a19948e048de7add6929589945e25f22059c7345aaf7837188d8d05", + "value": "0x99fb9605aa0698d5681dfee1eb7a581e9259e647f16a1cb11ecdd1f24e8edf" + } + ] + }, + "nonces": { + "0x611de19d2df80327af36e9530553c38d2a74fbe74711448689391016324090d": "0x1", + "0x779cb646c5addcab634918a4d276bda6acb931b3bff0d42c2d5c55f0d2891a7": "0x1" + }, + "deployed_contracts": [ + { + "address": "0x2b5dfda60f4eeb144481a614dc64ea4a559ecdac7d86d04f88b68206d6594d8", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x27b7f85adf0743707d49fbf590d8905b0e5a04bf6b9975c563a6865a3d8f35", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x42fbb92afa986e4215ea643ef71e634d5b772b03d71b141a4c8f7e175fd80b0", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0xfb69f3315b6ce258824aa3fd704a72dca5a23dfcba4771358aff829a9ec4f5", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x101b07d14c7d093b8c544f02d64771968e259afab22623e2096414c055b319b", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x2f37d1bca3cc2fbc5d9e9d9316f5f7860636406944fabd2b4e0e96a91551679", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x3631e363d43cb511345f148f7413dfc88d51f65edc9327f3b6b7b1960d73314", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x96efc97ceff1df64ac04fe5e7131f157a45ae5300f3af62574c1b402e50b56", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x4512a06d14a9f8d9b97c61b94868f2e6c2783bde0248ec6c0ebd0f89eec9fbb", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x33d8503488ac73142819ac31f0a993859595b187d6632ba7258ed5ceb46bebd", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x2205a89cbbdf3f9b58195ae9104d55079ecbde35e2bb006f624380c8f3bea0c", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x87b4c7cb9ab443f90c3e0ccf2c9b4f6e07cd9e4b6432bff1ec7fd5c31029a3", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x27af4b80feb7f475f21dfe83ddc534ee1c843dc67650f25c54a572133ec55c8", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x3cd9ca7e00b19cc9ebb433b3fa96ac1348ee77cd95c4e3cc6bdf90f297031af", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x2574f0aba6ab895adc8e21f83341671b24ea8cf6c15e5bd6b5a32780e0be27", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x9d8f28aba5de7118d09de664ee61d8c62eb161d9a7c737a4b9204ee7c8d1d4", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0xa2b9c82409c8dfb13e620da49cf36032265f17291130393adcb831e38b5f37", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x4e7b665c0321835901e6a2731e46a4fc9ea0452981f3da3392fadea23b1035", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x16d9fcece1f969367c7ade9275b9a2c385971c6a61c70ba450a509dac8b6e86", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0xf9ba480b5fd9cb6b061a7ebf0bd954cf119afe84fa98fa9f46e3c0d9ac17df", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x189e5fbb9843a5a18379924b3718f81d0f8c8f737b12620506fcff7256edadc", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x2e8a1bac2a6cb93771f4c92f853747345adb72e2b1cd85b49860b23503ce85a", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x3e059fbf4f08cc1da0085acbfeb087eea99171cbe7d9059b2469062f7cb85c0", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x3f422d2521b4293070a1909164afb1c0855ed1963685cbbc0a912f594c2bce4", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x438fffc80440dbda3df4a2bd97d91cebd52498f9d16e4a03e402a4f4561650c", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x296c2106108af17aaa3e91d31fa26abaefbd55cbf197c9721151dc1ee6bee11", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x2d169c7e6cbc36a42432be8dedcd516338b4f796c37fedccf81b09cd96a7f76", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x35860d27a64c7ef76a22bda32af77194a9a4d307ba25a89de634ad0302c6d7", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x41478e414590a2302f62d3bde8f79e285373dea6c620ec649caa10e54563a9", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x1199fe4bc4f737a7a3134c8852a28f412c8fc6b291bf278f07f30e2072273c2", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x1a18fa78180fddfb7381c2049eff4485a83206fc2d02c0854083248a33aa6b6", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x29d6d27a2ec977454c046902926b10394d1882e6299d8a87174697d63559e57", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x44e3dfd2f1f076aa780ac90e2e448bdf7796109bfe0afb31c08f392945f9bfe", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x17573395ee99bb04aa4abbf306b8ec5b726f30f4e8d268db6ca5e5d8b761301", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x4e855d1cb5b3baad08721f0498fa88e427f7ea71a23177848c4b53626651b20", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x4b717ef2ba36733261f66e89262256658c6bcdc667664bbda36725dbc5f6c5e", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x4a571dbae2cd0cdb37777e9fce57f7cde6ad1af45075f567642452115a56778", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x531f7d32eaf63228f1d8298915bc7d6e651956abf03289571224537ba2741b9", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x50231726918d9ee4429ea607896b7d1a17216a7645c8cce78b43f8195a6ddf7", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x550ec5d900723092a02795949be4033f37504f4baf3726edce419e55ea74e00", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x51f9e88b97d591635633c8e326d9cca6df6b9f58672e4b6168cb8cedc653df4", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x52c3c41546165d9b4807bf1cb4fc048ec67ebcee37119470f4d574e6fa33b66", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x5b81f78bb6315303bac524f81a9dd80395b711e52ca77ad8b44e8cf80767f37", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x7717d9960928d6567fa4df782a2e55b0fd884075676d8398ff8470f7d78e2d0", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x5677357c1390eb83b604bca35ac06ed75e0316bc5ba322b95027adc225c1b95", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x5ad3218b64f04e148681ade5134b2087a026a6ac2f6e37c7b7ac55ef706062f", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x53199aa15e23108f155f18c1fe32e270f93df17ff781b27b796551eda3e3e19", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x4c4ce0583487dbea127f6e3704bf7775854eef7218825651fae4f5fc5e6a053", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x69182e14f23b42edde6778b0b8a24fd61e1477e2e34ad5c66b0422a675f231a", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x5bbd58ea1f4837ad4ee4f712887c02684c32db8535e35f57c439bbe28dc6ee0", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x6fe6814ccebafa773cb806cc3c446c468cc27b68b83f6ee0d9a6c9bb85dccdc", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x6bc77ef728dc73ca487dc56279890d8700c0bd5d9b601bc634416a9be66d1c0", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x73baac064b22acf9fadf7ea44818074cbf4fa5a9cd51ee4ffd9bed93beede69", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x662c86b6a531821adb44587bc1269670136e0f774fa27cc19a8eaa12f6cdfad", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x63fbcb0eab75d086db3788228d115b2267b05a9556b7f21cad17b9cf7627625", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x678a41f0b5236ca8cf3cc73ee41cfaf2346e9abab3ed9fc028da8ccdb17d094", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x694c7381d9baeaad0265e05a9ded31a80f1894199f19184e32731a7d4959556", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x767749cf6e8ad8625db2f520999832c118d8d56774835563691b10138ab0d6f", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x6202e6f2119fadfec6ac6db7a2c7aaff353b6c59d7095d481fcca4c89c660ad", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x769da5b4199c190cb1978901b8925c157a445462fa640a0a3b7620b8555c8e2", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x74b98cbec2e299d52b3d8579dc14a9dc3075d9e4a897240f3346464253d9316", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x611de19d2df80327af36e9530553c38d2a74fbe74711448689391016324090d", + "class_hash": "0x1fac3074c9d5282f0acc5c69a4781a1c711efea5e73c550c5d9fb253cf7fd3d" + }, + { + "address": "0x64e8e15c6ce99ed2d0fe13708e19e729f18c1f2d3bd8206863f4bc3ade7f957", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x7a4cb7995dc2a8b7d6a25dec7cbf2a71fd49bada019824795af83f412d4684c", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x7daf534f58f63ea73c84a3d102a695ec88f75c949f9d92f2b26175409ad7bb6", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x78b0aba97f2fa0ad9603e48c0968dcc362521537a161cc42b0e8e42e2a6d832", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x7e8f7b4fdc165d2f98cf6b5c117459a43b34a0ed7311189a35bf3936acf0885", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x6fde311593295417fb2d5932acc0d71514e6b87023e6b2505638e3e3c98df39", + "class_hash": "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e" + }, + { + "address": "0x7f3f47d54ca1323964c61a7bb8ac59e5193e9f3f3f89390994da3afda986e6b", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + }, + { + "address": "0x7fcb67b5012cabc8232e1a9848615bcf36657c184e3ce3f015bc4dba1379e3b", + "class_hash": "0x25ec026985a3bf9d0cc1fe17326b245dfdc3ff89b8fde106542a3ea56c5a918" + } + ], + "old_declared_contracts": [], + "declared_classes": [], + "replaced_classes": [] + } + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/state_update_with_block/latest.json b/clients/feeder/testdata/mainnet/state_update_with_block/latest.json new file mode 100644 index 0000000000..cc77c6fb67 --- /dev/null +++ b/clients/feeder/testdata/mainnet/state_update_with_block/latest.json @@ -0,0 +1,368 @@ +{ + "block": { + "block_hash": "0x2a70fb03fe363a2d6be843343a1d81ce6abeda1e9bd5cc6ad8fa9f45e30fdeb", + "parent_block_hash": "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943", + "block_number": 1, + "state_root": "0x525aed4da9cc6cce2de31ba79059546b0828903279e4eaa38768de33e2cac32", + "status": "ACCEPTED_ON_L1", + "gas_price": "0x0", + "transactions": [ + { + "transaction_hash": "0x2f07a65f9f7a6445b2a0b1fb90ef12f5fd3b94128d06a67712efd3b2f163533", + "version": "0x0", + "contract_address": "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "contract_address_salt": "0x3a6b18fc3415b7d749f18483393b0d6a1aef168435016c0f5f5d8902a84a36f", + "class_hash": "0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8", + "constructor_calldata": [ + "0x4184fa5a6d40f47a127b046ed6facfa3e6bc3437b393da65cc74afe47ca6c6e", + "0x1ef78e458502cd457745885204a4ae89f3880ec24db2d8ca97979dce15fedc" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x214c14f39b8aa2dcecfdca68e540957624e8db6c3a9012939ff1399975910a0", + "version": "0x0", + "contract_address": "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "contract_address_salt": "0x90677b5114f8df8bb7dd5e57a90cceabe385540cb0ca857ed68e22bd76e20a", + "class_hash": "0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8", + "constructor_calldata": [ + "0x10212fa2be788e5d943714d6a9eac5e07d8b4b48ead96b8d0a0cbe7a6dc3832", + "0x8a81230a7e3ffa40abe541786a9b69fbb601434cec9536d5d5b2ee4df90383" + ], + "type": "DEPLOY" + }, + { + "transaction_hash": "0x71eed7f033331c8d7bd1a4dca8eedf16951a904de3e195005e49aae9e502ca6", + "version": "0x0", + "max_fee": "0x0", + "signature": [], + "entry_point_selector": "0x218f305395474a84a39307fa5297be118fe17bf65e27ac5e2de6617baa44c64", + "calldata": [ + "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "0x0" + ], + "contract_address": "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x1059391b8c4fba9743b531ba371908195ccb5dcf2a9532fac247256fb48912f", + "version": "0x0", + "max_fee": "0x0", + "signature": [], + "entry_point_selector": "0x27c3334165536f239cfd400ed956eabff55fc60de4fb56728b6a4f6b87db01c", + "calldata": [ + "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "0x317eb442b72a9fae758d4fb26830ed0d9f31c8e7da4dbff4e8c59ea6a158e7f", + "0x4", + "0x5bd24b507fcc2fd77dc7847babb8df01363d58e9b0bbcd2d06d982e1f3e0c86", + "0x2", + "0x26b5943d4a0c420607cee8030a8cdd859bf2814a06633d165820960a42c6aed", + "0x1518eec76afd5397cefd14eda48d01ad59981f9ce9e70c233ca67acd8754008" + ], + "contract_address": "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x73fe0b59ac28a2c3c28b4d8713f4f84d4463c48245539644838cf1e8526b536", + "version": "0x0", + "max_fee": "0x0", + "signature": [], + "entry_point_selector": "0x218f305395474a84a39307fa5297be118fe17bf65e27ac5e2de6617baa44c64", + "calldata": [ + "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "0x1" + ], + "contract_address": "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x169d35e8210a26fd2439207d77ef2f0abe77471acbc2da8d5eeab5127d8d57b", + "version": "0x0", + "max_fee": "0x0", + "signature": [], + "entry_point_selector": "0x12ead94ae9d3f9d2bdb6b847cf255f1f398193a1f88884a0ae8e18f24a037b6", + "calldata": [ + "0x9c47c96a115dad3a7dbbdafb2369fdaa2835d0d4" + ], + "contract_address": "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x68a8426d72bcac7dc3c84c52d90f39f64ffdc10e50b86f8d6f047ee243e2ba1", + "version": "0x0", + "max_fee": "0x0", + "signature": [], + "entry_point_selector": "0x317eb442b72a9fae758d4fb26830ed0d9f31c8e7da4dbff4e8c59ea6a158e7f", + "calldata": [ + "0x2c4301154e2f60000ce44af78b14619806dda3b52abe8bc224d49765a0924c1", + "0x2", + "0x2b36318931915f71777f7e59246ecab3189db48408952cefda72f4b7977be51", + "0x7e928dcf189b05e4a3dae0bc2cb98e447f1843f7debbbf574151eb67cda8797" + ], + "contract_address": "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "type": "INVOKE_FUNCTION" + }, + { + "transaction_hash": "0x7eff4524ae42c2ffa72ff228cee4729bf7f31c2a0aefe3ee1c8abe546442158", + "version": "0x0", + "max_fee": "0x0", + "signature": [], + "entry_point_selector": "0x19a35a6e95cb7a3318dbb244f20975a1cd8587cc6b5259f15f61d7beb7ee43b", + "calldata": [ + "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "0x1aed933fd362faecd8ea54ee749092bd21f89901b7d1872312584ac5b636c6d" + ], + "contract_address": "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "type": "INVOKE_FUNCTION" + } + ], + "timestamp": 1637072695, + "transaction_receipts": [ + { + "execution_status": "SUCCEEDED", + "transaction_index": 0, + "transaction_hash": "0x2f07a65f9f7a6445b2a0b1fb90ef12f5fd3b94128d06a67712efd3b2f163533", + "l2_to_l1_messages": [], + "events": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 1, + "transaction_hash": "0x214c14f39b8aa2dcecfdca68e540957624e8db6c3a9012939ff1399975910a0", + "l2_to_l1_messages": [], + "events": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 2, + "transaction_hash": "0x71eed7f033331c8d7bd1a4dca8eedf16951a904de3e195005e49aae9e502ca6", + "l2_to_l1_messages": [], + "events": [], + "execution_resources": { + "n_steps": 238, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 3, + "transaction_hash": "0x1059391b8c4fba9743b531ba371908195ccb5dcf2a9532fac247256fb48912f", + "l2_to_l1_messages": [], + "events": [], + "execution_resources": { + "n_steps": 209, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 8, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 24 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 4, + "transaction_hash": "0x73fe0b59ac28a2c3c28b4d8713f4f84d4463c48245539644838cf1e8526b536", + "l2_to_l1_messages": [ + { + "from_address": "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "to_address": "0x0000000000000000000000000000000000000001", + "payload": [ + "0xc", + "0x22" + ] + } + ], + "events": [], + "execution_resources": { + "n_steps": 332, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 5, + "transaction_hash": "0x169d35e8210a26fd2439207d77ef2f0abe77471acbc2da8d5eeab5127d8d57b", + "l2_to_l1_messages": [ + { + "from_address": "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "to_address": "0x9c47c96a115daD3a7dBBdafB2369FdAa2835d0d4", + "payload": [ + "0xc", + "0x22" + ] + } + ], + "events": [], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 6, + "transaction_hash": "0x68a8426d72bcac7dc3c84c52d90f39f64ffdc10e50b86f8d6f047ee243e2ba1", + "l2_to_l1_messages": [], + "events": [], + "execution_resources": { + "n_steps": 165, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 7, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 22 + }, + "actual_fee": "0x0" + }, + { + "execution_status": "SUCCEEDED", + "transaction_index": 7, + "transaction_hash": "0x7eff4524ae42c2ffa72ff228cee4729bf7f31c2a0aefe3ee1c8abe546442158", + "l2_to_l1_messages": [], + "events": [], + "execution_resources": { + "n_steps": 178, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "actual_fee": "0x0" + } + ] + }, + "state_update": { + "block_hash": "0x2a70fb03fe363a2d6be843343a1d81ce6abeda1e9bd5cc6ad8fa9f45e30fdeb", + "new_root": "0x525aed4da9cc6cce2de31ba79059546b0828903279e4eaa38768de33e2cac32", + "old_root": "0x21870ba80540e7831fb21c591ee93481f5ae1bb71ff85a86ddd465be4eddee6", + "state_diff": { + "storage_diffs": { + "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80": [ + { + "key": "0x5", + "value": "0x22b" + }, + { + "key": "0x1aed933fd362faecd8ea54ee749092bd21f89901b7d1872312584ac5b636c6d", + "value": "0x7e5" + }, + { + "key": "0x10212fa2be788e5d943714d6a9eac5e07d8b4b48ead96b8d0a0cbe7a6dc3832", + "value": "0x8a81230a7e3ffa40abe541786a9b69fbb601434cec9536d5d5b2ee4df90383" + }, + { + "key": "0xffda4b5cf0dce9bc9b0d035210590c73375fdbb70cd94ec6949378bffc410c", + "value": "0x2b36318931915f71777f7e59246ecab3189db48408952cefda72f4b7977be51" + }, + { + "key": "0xffda4b5cf0dce9bc9b0d035210590c73375fdbb70cd94ec6949378bffc410d", + "value": "0x7e928dcf189b05e4a3dae0bc2cb98e447f1843f7debbbf574151eb67cda8797" + } + ], + "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8": [ + { + "key": "0x5", + "value": "0x65" + }, + { + "key": "0x1aed933fd362faecd8ea54ee749092bd21f89901b7d1872312584ac5b636c6d", + "value": "0x7c7" + }, + { + "key": "0x4184fa5a6d40f47a127b046ed6facfa3e6bc3437b393da65cc74afe47ca6c6e", + "value": "0x1ef78e458502cd457745885204a4ae89f3880ec24db2d8ca97979dce15fedc" + }, + { + "key": "0x5591c8c3c8d154a30869b463421cd5933770a0241e1a6e8ebcbd91bdd69bec4", + "value": "0x26b5943d4a0c420607cee8030a8cdd859bf2814a06633d165820960a42c6aed" + }, + { + "key": "0x5591c8c3c8d154a30869b463421cd5933770a0241e1a6e8ebcbd91bdd69bec5", + "value": "0x1518eec76afd5397cefd14eda48d01ad59981f9ce9e70c233ca67acd8754008" + } + ] + }, + "nonces": {}, + "deployed_contracts": [ + { + "address": "0x6538fdd3aa353af8a87f5fe77d1f533ea82815076e30a86d65b72d3eb4f0b80", + "class_hash": "0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8" + }, + { + "address": "0x327d34747122d7a40f4670265b098757270a449ec80c4871450fffdab7c2fa8", + "class_hash": "0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8" + } + ], + "old_declared_contracts": [], + "declared_classes": [], + "replaced_classes": [] + } + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/traces/0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943.json b/clients/feeder/testdata/mainnet/traces/0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943.json new file mode 100644 index 0000000000..a1d33a7520 --- /dev/null +++ b/clients/feeder/testdata/mainnet/traces/0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943.json @@ -0,0 +1,1016 @@ +{ + "traces": [ + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x6cf6c2f36d36b08e591e4489e92ca882bb67b9c39a3afccf011972a8de467f0", + "0x7ab344d88124307c07b56f6c59c12f4543e9c96398727854a322dea82c73240" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0xe0a2e45a80bb827967e096bcf58874f6c01c191e0a0530624cba66a508ae75" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0xcfc2e2866fd08bfb4ac73b70e0c136e326ae18fc797a2c090c8811c695577e", + "0x5f1dd5a5aef88e0498eeca4e7b2ea0fa7110608c11531278742f0b5499af4b3" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x12c96ae3c050771689eb261c9bf78fac2580708c7f1f3d69a9647d8be59f1e1" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0xc84dd7fd43a7defb5b7a15c4fbbe11cbba6db1ba" + ], + "result": [], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [ + { + "order": 0, + "to_address": "0xC84DD7fd43a7deFb5b7a15c4FBBE11cBba6dB1bA", + "payload": [ + "0xc", + "0x22" + ] + } + ] + }, + "signature": [], + "transaction_hash": "0xce54bbc5647e1c1ea4276c01a708523f740db0ff5474c77734f73beec2624" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 238, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 94, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 19, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x5" + ], + "result": [ + "0x0" + ], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x1c924916a84ef42a3d25d29c5d1085fe212de04feadc6e88d4c7a6e5b9039bf" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x7dbfec95c10bbc2fd3f37a89ae6e027826134f955251d11c784a6b34fdf50", + "0x2", + "0x4e7e989d58a17cd279eca440c5eaa829efb6f9967aaad89022acbe644c39b36", + "0x453ae0c9610197b18b13645c44d3d0a407083d96562e8752aab3fab616cecb0" + ], + "result": [], + "execution_resources": { + "n_steps": 165, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 7, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 22 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0xa66c346e273cc49510ef2e1620a1a7922135cb86ab227b86e0afd12243bd90" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "0x317eb442b72a9fae758d4fb26830ed0d9f31c8e7da4dbff4e8c59ea6a158e7f", + "0x4", + "0x4be52041fee36ab5199771acf4b5d260d223297e588654e5c9477df2efa542a", + "0x2", + "0x299e2f4b5a873e95e65eb03d31e532ea2cde43b498b50cd3161145db5542a5", + "0x3d6897cf23da3bf4fd35cc7a43ccaf7c5eaf8f7c5b9031ac9b09a929204175f" + ], + "result": [], + "execution_resources": { + "n_steps": 209, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 8, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 24 + }, + "internal_calls": [ + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x4be52041fee36ab5199771acf4b5d260d223297e588654e5c9477df2efa542a", + "0x2", + "0x299e2f4b5a873e95e65eb03d31e532ea2cde43b498b50cd3161145db5542a5", + "0x3d6897cf23da3bf4fd35cc7a43ccaf7c5eaf8f7c5b9031ac9b09a929204175f" + ], + "result": [], + "execution_resources": { + "n_steps": 169, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 7, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 20 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x5c71675616b49fb9d16cac8beaaa65f62dc5a532e92785055c15c825166dbbf" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "0x1" + ], + "result": [], + "execution_resources": { + "n_steps": 332, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x1" + ], + "result": [], + "execution_resources": { + "n_steps": 188, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "0x1" + ], + "result": [], + "execution_resources": { + "n_steps": 113, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 19, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x5" + ], + "result": [ + "0x22b" + ], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [ + { + "order": 0, + "to_address": "0x0000000000000000000000000000000000000001", + "payload": [ + "0xc", + "0x22" + ] + } + ] + }, + "signature": [], + "transaction_hash": "0x60e05c41a6622592a2e2eff90a9f2e495296a3be9596e7bc4dfbafce00d7a6a" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "calldata": [ + "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "0x5aee31408163292105d875070f98cb48275b8c87e80380b78d30647e05854d5" + ], + "result": [], + "execution_resources": { + "n_steps": 178, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x5aee31408163292105d875070f98cb48275b8c87e80380b78d30647e05854d5", + "0x7e5" + ], + "result": [], + "execution_resources": { + "n_steps": 25, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + { + "caller_address": "0x31c9cdb9b00cb35cf31c05855c0ec3ecf6f7952a1ce6e3c53c3455fcd75a280", + "contract_address": "0x20cfa74ee3564b4cd5435cdace0f9c4d43b939620e4a0bb5076105df0a626c6", + "calldata": [ + "0x5aee31408163292105d875070f98cb48275b8c87e80380b78d30647e05854d5" + ], + "result": [ + "0x7e5" + ], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x5634f2847140263ba59480ad4781dacc9991d0365145489b27a198ebed2f969" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x48cba68d4e86764105adcdcf641ab67b581a55a4f367203647549c8bf1feea2", + "0x362d24a3b030998ac75e838955dfee19ec5b6eceb235b9bfbeccf51b6304d0b" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0xb049c384cf75174150a2540835cc2abdcca1d3a3750298a1741a621983e35a" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "calldata": [ + "0x2f50710449a06a9fa789b3c029a63bd0b1f722f46505828a9f815cf91b31d8", + "0x2a222e62eabe91abdb6838fa8b267ffe81a6eb575f61e96ec9aa4460c0925a2" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x227f3d9d5ce6680bdf2991576c1a90aca8184ca26055bae92d16c58e3e13340" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x1e2cd4b3588e8f6f9c4e89fb0e293bf92018c96d7a93ee367d29a284223b6ff", + "0x71d1e9d188c784a0bde95c1d508877a0d93e9102b37213d1e13f3ebc54a7751" + ], + "result": [], + "execution_resources": { + "n_steps": 25, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x376ff82431b52ca1fbc4942de80bc1b01d8e5cd1eeab5a277b601b510f2cab2" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0xdf28e613c065616a2e79ca72f9c1908e17b8c913972a9993da77588dc9cae9", + "0x1432126ac23c7028200e443169c2286f99cdb5a7bf22e607bcd724efa059040" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x25f20c74821d84f62989a71fceef08c967837b63bae31b279a11343f10d874a" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "0x1" + ], + "result": [], + "execution_resources": { + "n_steps": 332, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "contract_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "calldata": [ + "0x1" + ], + "result": [], + "execution_resources": { + "n_steps": 188, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "0x1" + ], + "result": [], + "execution_resources": { + "n_steps": 113, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 19, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + { + "caller_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "contract_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "calldata": [ + "0x5" + ], + "result": [ + "0x22b" + ], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [ + { + "order": 0, + "to_address": "0x0000000000000000000000000000000000000001", + "payload": [ + "0xc", + "0x22" + ] + } + ] + }, + "signature": [], + "transaction_hash": "0x2d10272a8ba726793fd15aa23a1e3c42447d7483ebb0b49df8b987590fe0055" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "calldata": [ + "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 238, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 94, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "contract_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "calldata": [ + "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "0x0" + ], + "result": [], + "execution_resources": { + "n_steps": 19, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + { + "caller_address": "0x735596016a37ee972c42adef6a3cf628c19bb3794369c65d2c82ba034aecf2c", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0x5" + ], + "result": [ + "0x0" + ], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0xb05ba5cd0b9e0464d2c1790ad93a159c6ef0594513758bca9111e74e4099d4" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x1a7cf8b8027ec2d8fd04f1277f3f8ae6379ca957c5fec9ee7f59d56d86a26e4", + "0x2", + "0x28dff6722aa73281b2cf84cac09950b71fa90512db294d2042119abdd9f4b87", + "0x57a8f8a019ccab5bfc6ff86c96b1392257abb8d5d110c01d326b94247af161c" + ], + "result": [], + "execution_resources": { + "n_steps": 169, + "builtin_instance_counter": { + "pedersen_builtin": 2, + "range_check_builtin": 7, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 20 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x4d16393d940fb4a97f20b9034e2a5e954201fee827b2b5c6daa38ec272e7c9c" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "calldata": [ + "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "0x5f750dc13ed239fa6fc43ff6e10ae9125a33bd05ec034fc3bb4dd168df3505f" + ], + "result": [], + "execution_resources": { + "n_steps": 178, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [ + { + "caller_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x5f750dc13ed239fa6fc43ff6e10ae9125a33bd05ec034fc3bb4dd168df3505f", + "0x7e5" + ], + "result": [], + "execution_resources": { + "n_steps": 25, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + { + "caller_address": "0x31c887d82502ceb218c06ebb46198da3f7b92864a8223746bc836dda3e34b52", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x5f750dc13ed239fa6fc43ff6e10ae9125a33bd05ec034fc3bb4dd168df3505f" + ], + "result": [ + "0x7e5" + ], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + } + ], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x9e80672edd4927a79f5384e656416b066f8ef58238227ac0fcea01952b70b5" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x449908c349e90f81ab13042b1e49dc251eb6e3e51092d9a40f86859f7f415b0", + "0x2670b3a8266d5046696a4b79f7433d117d3a19166f15bbd8585822c4e9b7491" + ], + "result": [], + "execution_resources": { + "n_steps": 25, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x387b5b63e40d4426754895fe52adf668cf8fde2a02aa9b6d761873f31af3462" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x6ee3440b08a9c805305449ec7f7003f27e9f7e287b83610952ec36bdc5a6bae", + "calldata": [ + "0x449908c349e90f81ab13042b1e49dc251eb6e3e51092d9a40f86859f7f415b0", + "0x6cb6104279e754967a721b52bcf5be525fdc11fa6db6ef5c3a4db832acf7804" + ], + "result": [], + "execution_resources": { + "n_steps": 25, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x4f0cdff0d72fc758413a16db2bc7580dfec7889a8b921f0fe08641fa265e997" + } + ] +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/traces/0x4e1f77f39545afe866ac151ac908bd1a347a2a8a7d58bef1276db4f06fdf2f6.json b/clients/feeder/testdata/mainnet/traces/0x4e1f77f39545afe866ac151ac908bd1a347a2a8a7d58bef1276db4f06fdf2f6.json new file mode 100644 index 0000000000..69c1f4ed12 --- /dev/null +++ b/clients/feeder/testdata/mainnet/traces/0x4e1f77f39545afe866ac151ac908bd1a347a2a8a7d58bef1276db4f06fdf2f6.json @@ -0,0 +1,188 @@ +{ + "traces": [ + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x5790719f16afe1450b67a92461db7d0e36298d6a5f8bab4f7fd282050e02f4f", + "calldata": [ + "0x772c29fae85f8321bb38c9c3f6edb0957379abedc75c17f32bcef4e9657911a", + "0x6d4ca0f72b553f5338a95625782a939a49b98f82f449c20f49b42ec60ed891c" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x723b57825c177d66fdc1ee1b7d22bd937503cd66808edf87294e88ee26601b6" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x57b973bf2eb26ebb28af5d6184b4a044b24a8dcbf724feb95782c4d1aef1ca9", + "calldata": [ + "0x4f2c206f3f2f1380beeb9fe4302900701e1cb48b9b33cbe1a84a175d7ce8b50", + "0x2a614ae71faa2bcdacc5fd66965429c57c4520e38ebc6344f7cf2e78b21bd2f" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x4e10133a1ce9255236282b0c060e0054f3fe9c24387e047d6a2dd65febc7ab3" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x2d6c9569dea5f18628f1ef7c15978ee3093d2d3eec3b893aac08004e678ead3", + "calldata": [ + "0x7f93985c1baa5bd9b2200dd2151821bd90abb87186d0be295d7d4b9bc8ca41f", + "0x127cd00a078199381403a33d315061123ce246c8e5f19aa7f66391a9d3bf7c6" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x5a8629d7852d3c8f4fda51d83b48cc8b2184763c46383419c1beeadaea1e66e" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x2d6c9569dea5f18628f1ef7c15978ee3093d2d3eec3b893aac08004e678ead3", + "calldata": [ + "0xdaee7b1ac98d5d3fa7cf5dcfa0dd5f47dc8728fc" + ], + "result": [], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [ + { + "order": 0, + "to_address": "0xdAee7b1Ac98d5d3fA7Cf5dcFa0DD5f47Dc8728Fc", + "payload": [ + "0xc", + "0x22" + ] + } + ] + }, + "signature": [], + "transaction_hash": "0x2e530fe2f39ba92380de33cfca060f68c2f50b8af954dae7370c97bf97e1e55" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x1fb4457f3fe8a976bdb9c04dd21549beeeb87d3867b10effe0c4bd4064a8e4", + "calldata": [ + "0x56c060e7902b3d4ec5a327f1c6e083497e586937db00af37fe803025955678f", + "0x75495b43f53bd4b9c9179db113626af7b335be5744d68c6552e3d36a16a747c" + ], + "result": [], + "execution_resources": { + "n_steps": 29, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [] + }, + "signature": [], + "transaction_hash": "0x7f3166343d5aa5511582fcc8ad0a16bfb0124e3874085529ce010e2173fb699" + }, + { + "function_invocation": { + "caller_address": "0x0", + "contract_address": "0x5790719f16afe1450b67a92461db7d0e36298d6a5f8bab4f7fd282050e02f4f", + "calldata": [ + "0xd2b87a5bcea9d58af40dfdddfcc2edf66b3c9c8f" + ], + "result": [], + "execution_resources": { + "n_steps": 31, + "builtin_instance_counter": { + "pedersen_builtin": 0, + "range_check_builtin": 0, + "bitwise_builtin": 0, + "output_builtin": 0, + "ecdsa_builtin": 0, + "ec_op_builtin": 0 + }, + "n_memory_holes": 0 + }, + "internal_calls": [], + "events": [], + "messages": [ + { + "order": 0, + "to_address": "0xd2B87a5bcea9d58Af40DfDddfcc2edf66B3C9c8f", + "payload": [ + "0xc", + "0x22" + ] + } + ] + }, + "signature": [], + "transaction_hash": "0x2c68262e46df9ab5144743869d828b88753805ea1d8e6f3145351b7f04b53e6" + } + ] +} \ No newline at end of file diff --git a/clients/feeder/testdata/mainnet/transaction/0x34e02ab97e273f9a4a9b616fe549cf14a1dcb9431673896290c9543e051240e.json b/clients/feeder/testdata/mainnet/transaction/0x34e02ab97e273f9a4a9b616fe549cf14a1dcb9431673896290c9543e051240e.json new file mode 100644 index 0000000000..e43bda0ead --- /dev/null +++ b/clients/feeder/testdata/mainnet/transaction/0x34e02ab97e273f9a4a9b616fe549cf14a1dcb9431673896290c9543e051240e.json @@ -0,0 +1,59 @@ +{ + "revert_error": "Error in the called contract (0x011b7f0d1c47e8b9435edd6914c7955e69b199be7a2cd1ae465cad91d68bfea7):\nError at pc=0:15213:\nGot an exception while executing a hint: Execution failed. Failure reason: 0x434c4541525f41545f4c454153545f4d494e494d554d ('CLEAR_AT_LEAST_MINIMUM').\nCairo traceback (most recent call last):\nUnknown location (pc=0:222)\nUnknown location (pc=0:4845)\nUnknown location (pc=0:10647)\nUnknown location (pc=0:15231)\nUnknown location (pc=0:15231)\n\nError in the called contract (0x04505a9f06f2bd639b6601f37a4dc0908bb70e8e0e0c34b1220827d64f4fc066):\nExecution failed. Failure reason: 0x434c4541525f41545f4c454153545f4d494e494d554d ('CLEAR_AT_LEAST_MINIMUM').\n", + "execution_status": "REVERTED", + "finality_status": "ACCEPTED_ON_L1", + "status": "REVERTED", + "block_hash": "0x2897c5ed835db6f740671381270a2d44ea341f6daddceedde4fb43497351a80", + "block_number": 639743, + "transaction_index": 383, + "transaction": { + "transaction_hash": "0x34e02ab97e273f9a4a9b616fe549cf14a1dcb9431673896290c9543e051240e", + "version": "0x1", + "max_fee": "0xe21a931c912e", + "signature": [ + "0x5356053fa1cdb6fd211db6bce6bfbd974400fdd03ac32f35d68981759c8eb3c", + "0x7ce56c12cd6c5df396ae0cef3903940a341c61bae133c44c4f07379c8032d20" + ], + "nonce": "0x3920", + "sender_address": "0x11b7f0d1c47e8b9435edd6914c7955e69b199be7a2cd1ae465cad91d68bfea7", + "calldata": [ + "0x3", + "0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", + "0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e", + "0x3", + "0x4505a9f06f2bd639b6601f37a4dc0908bb70e8e0e0c34b1220827d64f4fc066", + "0x20000000000000000", + "0x0", + "0x4505a9f06f2bd639b6601f37a4dc0908bb70e8e0e0c34b1220827d64f4fc066", + "0x23170181ce94904a6579426f958734a9e1ae9bd25082143abf393288c83bbb1", + "0x14", + "0x2", + "0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x20c49ba5e353f80000000000000000", + "0x3e8", + "0x0", + "0x105a38e32364a832aa9eba8adaaa", + "0x0", + "0x0", + "0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", + "0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8", + "0x68db8bac710cb4000000000000000", + "0xc8", + "0x0", + "0x13063074d223e3644b0b92d2ec07", + "0x0", + "0x0", + "0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", + "0x20000000000000000", + "0x0", + "0x4505a9f06f2bd639b6601f37a4dc0908bb70e8e0e0c34b1220827d64f4fc066", + "0x2e1d93dafae32660a4a76a0fd6f31550f3ddfd6a51c29ef2e055b80afbbd011", + "0x3", + "0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", + "0x20000000000000000", + "0x0" + ], + "type": "INVOKE_FUNCTION" + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/class/0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a.json b/clients/feeder/testdata/sepolia/class/0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a.json new file mode 100644 index 0000000000..0404ae9a73 --- /dev/null +++ b/clients/feeder/testdata/sepolia/class/0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a.json @@ -0,0 +1,464 @@ +{ + "contract_class_version": "0.1.0", + "sierra_program": [ + "0x1", + "0x3", + "0x0", + "0x2", + "0x3", + "0x1", + "0xf7", + "0x9", + "0x22", + "0x52616e6765436865636b", + "0x800000000000000100000000000000000000000000000000", + "0x7538", + "0x800000000000000700000000000000000000000000000000", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x1", + "0x1e", + "0x456e756d", + "0x800000000000000300000000000000000000000000000003", + "0x0", + "0x3baae81d8b68311d843a3db861802028fc5b88bca4c37f5b121cabb0dfa12ac", + "0x2", + "0x537472756374", + "0x800000000000000300000000000000000000000000000002", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x3", + "0x800000000000000f00000000000000000000000000000001", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x5", + "0xe82f28be99fa1cbe00b18388da8bfdec908ee3097fda05d02792092433ad35", + "0x4", + "0x6", + "0x800000000000000f00000000000000000000000000000002", + "0x8", + "0xcc5e86243f861d2d64b08c35db21013e773ac5cf10097946fe0011304886d5", + "0x9", + "0x101dc0399934cc08fa0d6f6f2daead4e4a38cabeea1c743e1fc28d2d6e58e99", + "0x53746f7261676541646472657373", + "0x53746f726167654261736541646472657373", + "0x184009a5fcc292e1ed4484e514bbc14dc406991056b6c8655cca301862f4945", + "0x800000000000000f00000000000000000000000000000003", + "0xe", + "0x2224364ac687efc6304ee71e22221e921eecedca58983b65abdbf8bbc94a463", + "0xf", + "0x800000000000000700000000000000000000000000000002", + "0x2360086d8de14207bc705f7c51c3fc6bb6de6b826f1a4576e4db739d8b5edaf", + "0x11", + "0x536e617073686f74", + "0x800000000000000700000000000000000000000000000001", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x13", + "0x14", + "0x318d35396a9bff14fc14d962a8b7bc49a3583773cded0b4b1b4e6b711f80f05", + "0x16", + "0x310bef514f21b308fcb4a1f62947660dca3336ac34dce277613300e1d6715cb", + "0x17", + "0x4275696c74696e436f737473", + "0x53797374656d", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0x15", + "0x753332", + "0x800000000000000700000000000000000000000000000003", + "0x3b9ddf97bd58cc7301a2107c3eabad82196f38221c880cd3645d07c3aac1422", + "0x66656c74323532", + "0x426f78", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0x1f", + "0x4761734275696c74696e", + "0x7e", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x656e61626c655f61705f747261636b696e67", + "0x73746f72655f74656d70", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x656e756d5f696e6974", + "0x20", + "0x6a756d70", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f6d61746368", + "0x756e626f78", + "0x72656e616d65", + "0x66756e6374696f6e5f63616c6c", + "0x1d", + "0x61727261795f6c656e", + "0x736e617073686f745f74616b65", + "0x1c", + "0x64726f70", + "0x7533325f636f6e7374", + "0x7533325f6571", + "0x64697361626c655f61705f747261636b696e67", + "0x61727261795f6e6577", + "0x66656c743235325f636f6e7374", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x61727261795f617070656e64", + "0x1b", + "0x21", + "0x1a", + "0x6765745f6275696c74696e5f636f737473", + "0x19", + "0x77697468647261775f6761735f616c6c", + "0x18", + "0x4f7574206f6620676173", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x12", + "0x75385f746f5f66656c74323532", + "0x75385f7472795f66726f6d5f66656c74323532", + "0x75385f636f6e7374", + "0x64", + "0x75385f6571", + "0x466174616c", + "0x7", + "0x10", + "0x73746f726167655f626173655f616464726573735f636f6e7374", + "0x7ebcc807b5c7e19f245995a55aed6f46f5f582f476a886b91b834b0ddf5854", + "0x73746f726167655f616464726573735f66726f6d5f62617365", + "0xc", + "0x73746f726167655f77726974655f73797363616c6c", + "0xb", + "0xa", + "0xd", + "0x73746f726167655f726561645f73797363616c6c", + "0x53746f72655538202d206e6f6e207538", + "0x26e", + "0xffffffffffffffff", + "0x7d", + "0x6c", + "0x67", + "0x23", + "0x24", + "0x36", + "0x25", + "0x26", + "0x27", + "0x28", + "0x29", + "0x2a", + "0x2b", + "0x2c", + "0x2d", + "0x2e", + "0x2f", + "0x30", + "0x31", + "0x59", + "0x32", + "0x33", + "0x34", + "0x35", + "0x39", + "0x3a", + "0x3b", + "0x3c", + "0x37", + "0x38", + "0x3d", + "0x52", + "0x3e", + "0x3f", + "0x40", + "0x41", + "0x42", + "0x43", + "0x44", + "0x45", + "0x46", + "0x47", + "0x48", + "0x49", + "0x4a", + "0x4b", + "0x4c", + "0x4d", + "0x4e", + "0x4f", + "0x50", + "0x51", + "0x53", + "0x54", + "0x55", + "0x56", + "0x57", + "0x58", + "0x70", + "0x5a", + "0x5b", + "0x5c", + "0x5d", + "0x5e", + "0x5f", + "0x60", + "0x61", + "0x62", + "0x63", + "0x65", + "0x66", + "0x68", + "0x69", + "0x6a", + "0x6b", + "0xdc", + "0xa7", + "0xcf", + "0xc8", + "0x167", + "0xf6", + "0xfb", + "0x156", + "0x151", + "0x120", + "0x143", + "0x13c", + "0x15a", + "0x17b", + "0x180", + "0x198", + "0x1ab", + "0x1c1", + "0x1da", + "0x1f0", + "0x1f5", + "0x200", + "0x226", + "0x6d", + "0x6e", + "0x6f", + "0x21f", + "0x233", + "0x71", + "0x72", + "0x73", + "0x74", + "0x75", + "0x259", + "0x24b", + "0x76", + "0x77", + "0x78", + "0x79", + "0x7a", + "0x7b", + "0x7c", + "0x268", + "0x8b", + "0xea", + "0x175", + "0x183", + "0x1b1", + "0x1c8", + "0x1e0", + "0x207", + "0x22d", + "0x239", + "0x262", + "0x1642", + "0x100b0a0e130b120e1107100b0f0e0d0707070c0b0a09080706050403020100", + "0x917071b071a0b0a091907100b180e100b120e17071607150b0a090d071407", + "0x17072307220b0a0919072107100b200e1f0b120e041e041d0d0719071c0b0a", + "0xe2b07100b240e2a07290b240e0d07282717072607250b0a090707100b240e", + "0x3307320b0a090231043017072f072e0b0a0919072d07100b200e21072c0b18", + "0xb3d3c023b19073a07390b350908072838043719070707360b350904341707", + "0x707422a0707420b0d45070d44080707430b0707420b412b0707400b3f0b3e", + "0x74b080707420807074a0807074945070748070d45070d44190707470b4645", + "0x424f07074a0b0d07514f0707504f07074e0807074d2b0707474c0707481111", + "0x170707471407074708070757560d075508070754070707500b530b524f0707", + "0x47210707470b5d5c0707420b5b580707425a07074259070742070d58070d44", + "0xd0707500d07074e2f0707505e0707481611074b070707422d0707422d0707", + "0x4e2b070750600d07552a070750190707505f0d07550b0d58070d4433070747", + "0x74b0b620707074a0707074e26070740610707481411074b2d0707502d0707", + "0xd07644c07074a0b07074a070d4c070d444c0707420b0d4c070d440b631711", + "0x7486811074b210707422d0707405e070742070d5e070d44670d07550b6665", + "0x420b0d61070d44260707471911074b0b0d5e070d442f070747230707406907", + "0xd440b6e6d070742210707502107074e0b6c6b0d076a070d61070d44610707", + "0x471b070740700707481b11074b6f07074a070d6f070d446f0707420b0d6f07", + "0x680707487011074b71070742070d69070d44690707420b0d69070d44230707", + "0x44700707420b0d70070d441b0707476f0707486f11074b1107074216070740", + "0x730d0755680707420b0d68070d44160707470b0d11070d440b72070d70070d", + "0xd750d070b0d070b0b75070b0b0b7411070748070d11070d44070d68070d44", + "0x71607140b0b75070b160b190775071107110b0b75070b0d0b68170d761416", + "0x190b6d0775077007680b0b75070b0d0b6f076d701b0d750d1907170b160775", + "0x75070b6f0b0b75070b0d0b0b26070b700b210775076d071b0b710775071b07", + "0xd2107710b2107750769071b0b710775076f07190b6907750723076d0b2307", + "0x7140b2b0775072a07230b2a0775072607210b0b75070b0d0b610777260775", + "0x5c07750d2d07610b2d330d75075e2f0d260b5e0775072b07690b2f07750716", + "0x75074f07190b4f0775075807110b5807750771072a0b0b75070b0d0b5a0778", + "0x75070b2f0b0b750708072d0b3a080d75074c07330b4c0775074f072b0b4f07", + "0x700075e0b790775073a075e0b0b750759072d0b00590d75074507330b4507", + "0x70b580b0b75070b0d0b0b7b0b750d7a790d5a0b7907750779075c0b7a0775", + "0x7d0775077d07690b7d0775070b080b7c0775070b4c0b0b75075c074f0b0b75", + "0x75078007000b800775077e7f0d590b7f0775070b450b7e0775077d7c0d3a0b", + "0x781077c0b840775070d077a0b830775071407790b820775073307140b8107", + "0x77e0b860775070b7d0b0b75070b580b0b75070b0d0b858483821607850775", + "0x75070b800b0b75070b0d0b8b8a0d8988870d750d861433117f0b8607750786", + "0x78d07820b8f0775070d077a0b8e0775078807790b8d0775078c07810b8c07", + "0x775078707140b93927b11750791908f8e16840b910775075c07830b900775", + "0x775070b4c0b0b75079407860b0b75070b0d0b9607959407750d9307850b87", + "0x75079a078a0b9a07750799072a0b0b75079807880b99980d75079707870b97", + "0x792077a0b9e0775077b07790b9d0775078707140b9c0775079b078b0b9b07", + "0xa10775079607000b0b75070b0d0ba09f9e9d1607a00775079c077c0b9f0775", + "0x77507a1077c0ba407750792077a0ba30775077b07790ba20775078707140b", + "0x70b8c0ba60775070b4c0b0b75075c074f0b0b75070b0d0ba5a4a3a21607a5", + "0xa90d590ba90775070b450ba8077507a7a60d3a0ba7077507a707690ba70775", + "0x7a0bac0775078b07790bab0775078a07140baa0775079507000b95077507a8", + "0x75a078d0b0b75070b0d0baeadacab1607ae077507aa077c0bad0775070d07", + "0x8d0b0b75070b0d0b0bb0070b700baf0775073307140b0b750771077b0b0b75", + "0x75070b4c0b0b75070b580baf0775071607140b0b750771077b0b0b75076107", + "0x75070b450bb2077507b1890d3a0bb1077507b107690bb10775070b920b8907", + "0x1407790bb6077507af07140bb5077507b407000bb4077507b2b30d590bb307", + "0x75070b0d0bb9b8b7b61607b9077507b5077c0bb80775070d077a0bb7077507", + "0xb650775076507690b650775070b8c0bba0775070b4c0b0b75071107930b0b", + "0x775077807000b78077507bbbc0d590bbc0775070b450bbb07750765ba0d3a", + "0x7507bd077c0bc00775070d077a0bbf0775076807790bbe0775071707140bbd", + "0xb0d0b68170dc114160d750d070b0d070b0b75070b0b0b77c0bfbe16077707", + "0x72d0b6f700d75071b07330b1b07750719072b0b190775071107110b0b7507", + "0x6f075e0b0b750771072d0b21710d75076d07330b6d0775070b2f0b0b750770", + "0xd5a0b160775071607140b2307750723075c0b6907750721075e0b23077507", + "0x6107690b610775070b080b260775070b4c0b0b75070b0d0b0bc20b750d6923", + "0xb330775072a2b0d590b2b0775070b450b2a07750761260d3a0b61077507", + "0xb5c0775070d077a0b5e0775071407790b2f0775071607140b2d0775073307", + "0x758077e0b580775070b7d0b0b75070b0d0b5a5c5e2f16075a0775072d077c", + "0x450775070b800b0b75070b0d0b3a080dc34c4f0d750d581416117f0b580775", + "0x775074f07140b0b750700078f0b79000d750759078e0b590775074507810b", + "0x81807f16900b820775077907820b810775070d077a0b800775074c07790b7f", + "0x775070b4c0b0b75070b0d0b8407c48307750d7e07910b7e7d7c7a16750782", + "0x75078807970b0b750787074f0b88870d75078607960b860775078307940b85", + "0x7880b7b8d0d75078c07870b8c0775078b850d3a0b8b0775078a07980b8a07", + "0x7140b8e07750793078b0b9307750792078a0b920775077b072a0b0b75078d", + "0x1607940775078e077c0b910775077d077a0b900775077c07790b8f0775077a", + "0x77c07790b970775077a07140b960775078407000b0b75070b0d0b9491908f", + "0xb75070b0d0b9a99989716079a07750796077c0b990775077d077a0b980775", + "0x9d0775079c9b0d3a0b9c0775079c07690b9c0775070b8c0b9b0775070b4c0b", + "0x775070807140ba00775079f07000b9f0775079d9e0d590b9e0775070b450b", + "0xa4a3a2a11607a4077507a0077c0ba30775070d077a0ba20775073a07790ba1", + "0xa607690ba60775070b8c0ba50775070b4c0b0b75071107930b0b75070b0d0b", + "0xba9077507a7a80d590ba80775070b450ba7077507a6a50d3a0ba6077507", + "0xbac0775070d077a0bab0775076807790baa0775071707140b95077507a907", + "0xdc514160d750d070b0d070b0b75070b0b0badacabaa1607ad07750795077c", + "0xb160775071607140b0b75070b160b190775071107110b0b75070b0d0b6817", + "0x75071b07190b6d0775077007680b0b75070b0d0b6f07c6701b0d750d190717", + "0x6d0b230775070b6f0b0b75070b0d0b0bc7070b700b210775076d071b0b7107", + "0xc82607750d2107710b2107750769071b0b710775076f07190b690775072307", + "0x775071607140b2b0775072a07230b2a0775072607210b0b75070b0d0b6107", + "0xb5a07c95c07750d2d07610b2d330d75075e2f0d260b5e0775072b07690b2f", + "0x2b0b4f0775074f07190b4f0775075807110b5807750771072a0b0b75070b0d", + "0x330b450775070b2f0b0b750708072d0b3a080d75074c07330b4c0775074f07", + "0xb7a07750700075e0b790775073a075e0b0b750759072d0b00590d75074507", + "0x4f0b0b75070b580b0b75070b0d0b0bca0b750d7a790d5a0b7907750779075c", + "0x7c0d3a0b7d0775077d07690b7d0775070b080b7c0775070b4c0b0b75075c07", + "0x140b810775078007000b800775077e7f0d590b7f0775070b450b7e0775077d", + "0x78507750781077c0b840775070d077a0b830775071407790b820775073307", + "0x7750786077e0b860775070b7d0b0b75070b580b0b75070b0d0b8584838216", + "0x810b8c0775070b800b0b75070b0d0b8b8a0dcb88870d750d861433117f0b86", + "0xb900775078d07820b8f0775070d077a0b8e0775078807790b8d0775078c07", + "0x7850b870775078707140b93927b11750791908f8e16990b910775075c0783", + "0x7870b970775070b4c0b0b75079407860b0b75070b0d0b9607cc9407750d93", + "0x8b0b9b0775079a078a0b9a07750799072a0b0b75079807880b99980d750797", + "0xb9f07750792077a0b9e0775077b07790b9d0775078707140b9c0775079b07", + "0x8707140ba10775079607000b0b75070b0d0ba09f9e9d1607a00775079c077c", + "0xa21607a5077507a1077c0ba407750792077a0ba30775077b07790ba2077507", + "0xba70775070b8c0ba60775070b4c0b0b75075c074f0b0b75070b0d0ba5a4a3", + "0x77507a8a90d590ba90775070b450ba8077507a7a60d3a0ba7077507a70769", + "0x75070d077a0bac0775078b07790bab0775078a07140baa0775079507000b95", + "0x7b0b0b75075a078d0b0b75070b0d0baeadacab1607ae077507aa077c0bad07", + "0x750761078d0b0b75070b0d0b0bcd070b700baf0775073307140b0b75077107", + "0x920b890775070b4c0b0b75070b580baf0775071607140b0b750771077b0b0b", + "0x590bb30775070b450bb2077507b1890d3a0bb1077507b107690bb10775070b", + "0xb70775071407790bb6077507af07140bb5077507b407000bb4077507b2b30d", + "0x7930b0b75070b0d0bb9b8b7b61607b9077507b5077c0bb80775070d077a0b", + "0x65ba0d3a0b650775076507690b650775070b8c0bba0775070b4c0b0b750711", + "0x7140bbd0775077807000b78077507bbbc0d590bbc0775070b450bbb077507", + "0x160777077507bd077c0bc00775070d077a0bbf0775076807790bbe07750717", + "0x1407750711079b0b0b75070b0d0b1607ce110d0d750d070b0d9a0b77c0bfbe", + "0xb6f0b0b75070b0d0b0bcf070b700b6807750714079c0b170775070d07140b", + "0x79e0b680775071b079c0b170775071607140b1b07750719079d0b19077507", + "0x75070ba00b14160d75071107960b6f700d076f07750768079f0b7007750717", + "0x71907970b1b0775071407970b0b750768074f0b19680d75071707960b1707", + "0x70d078f0b0b750716074f0b0b75070b0d0b0bd00b750d701b0da10b700775", + "0x75076d6f0d3a0b6d0775076d07690b6d0775070ba20b6f0775070b4c0b0b75", + "0x70b07790b690775072307a30b2307750771210d590b210775070b450b7107", + "0xb0b75070b0d0b2a612611072a0775076907a40b6107750707077a0b260775", + "0x5a0775072b07a60b5c07750707077a0b5e0775070b07790b2b0775070d07a5", + "0x7d14f07750d2f07a80b2f2d33117507585a5c5e16a70b580775071607830b", + "0xb450775070b6f0b0b75073a078d0b3a080d75074f07a90b0b75070b0d0b4c", + "0x775073307790b790775070007aa0b0007750745590d950b59077507080781", + "0x7a30b0b75070b0d0b7d7c7a11077d0775077907a40b7c0775072d077a0b7a", + "0x1107810775077e07a40b800775072d077a0b7f0775073307790b7e0775074c", + "0xd077a0b700775070707790b1b0775070b07140b160775071107a50b81807f", + "0xd1907910b196817141675076d6f701b16ab0b6d0775071607a60b6f077507", + "0x7ad0b690775072307ac0b230775077107940b0b75070b0d0b2107d2710775", + "0xae0b2b07750768077a0b2a0775071707790b610775071407140b2607750769", + "0x71407140b2d0775072107af0b0b75070b0d0b332b2a611607330775072607", + "0x5e2f16075a0775072d07ae0b5c07750768077a0b5e0775071707790b2f0775", + "0x71607a60b1b07750707077a0b190775070b07790b160775070d07a50b5a5c", + "0x7750d6807a80b6817141175076f701b1916a70b6f0775071107830b700775", + "0x75070b6f0b0b750723078d0b23210d75076d07a90b0b75070b0d0b7107d36d", + "0x1407790b2a0775076107aa0b6107750769260d950b260775072107810b6907", + "0xb75070b0d0b2d332b11072d0775072a07a40b3307750717077a0b2b077507", + "0x775072f07a40b5c07750717077a0b5e0775071407790b2f0775077107a30b", + "0x2f0b170775071607b10b140775071107980b160775070b890b5a5c5e11075a", + "0xb40b6807750768075c0b0b75071b07b30b1b190d75070d07b20b680775070b", + "0xb0b75070b0d0b21716d11d46f700d750d141768070b14b50b170775071707", + "0xb610775076f077a0b260775077007790b690775072307b60b230775070b6f", + "0x6d07790b2b0775072107b80b0b75070b0d0b0bd5070b700b2a0775076907b7", + "0x7ba0b2d0775072a07b90b2a0775072b07b70b6107750771077a0b26077507", + "0xb5c0775072f07bb0b0b75070b0d0b5e07d62f07750d3307650b330775072d", + "0x7750761077a0b4f0775072607790b580775075a07780b5a0775075c190dbc", + "0x5e07be0b0b75071907b30b0b75070b0d0b084c4f1107080775075807bd0b4c", + "0x451107000775073a07bd0b5907750761077a0b450775072607790b3a077507", + "0x700775070b07140b140775070b2f0b160775070b890b0b75071107b30b0059", + "0x775071607bf0b7107750714075c0b6d0775070d077a0b6f0775070707790b", + "0x70b0d0b6907d72307750d1b07770b1b19681716750721716d6f7014c00b21", + "0xd6107910b610775072a07da0b2a0775072607d90b260775072307d80b0b75", + "0x7ad0b2f0775072d07ac0b2d0775072b07940b0b75070b0d0b3307db2b0775", + "0xae0b5807750719077a0b5a0775076807790b5c0775071707140b5e0775072f", + "0x71707140b4c0775073307af0b0b75070b0d0b4f585a5c16074f0775075e07", + "0x3a081607590775074c07ae0b4507750719077a0b3a0775076807790b080775", + "0x775076807790b790775071707140b000775076907af0b0b75070b0d0b5945", + "0x707750d0b07b00b7d7c7a7916077d0775070007ae0b7c07750719077a0b7a", + "0x75071607df0b160775071107de0b110775070707dd0b0b75070b0d0b0d07dc", + "0x6807e00b680775070d170d590b170775070b450b0b75070b0d0b1407071407", + "0xd14110d0716e10b140775071607b10b1b07071b0775071907df0b19077507", + "0x775071907690b210775070b07140b0b75070b0d0b6f701b11e21968171175", + "0x7107610b6807750768077a0b170775071707790b716d0d750723210d260b23", + "0xe60b2a0775076107e50b610775076907e40b0b75070b0d0b2607e36907750d", + "0xb2f07750768077a0b2d0775071707790b330775076d07140b2b0775072a07", + "0x75070b4c0b0b750726078d0b0b75070b0d0b5e2f2d3316075e0775072b07e7", + "0x75070b450b580775075a5c0d3a0b5a0775075a07690b5a0775070be80b5c07", + "0x1707790b3a0775076d07140b080775074c07e90b4c077507584f0d590b4f07", + "0x75070b0d0b0059453a1607000775070807e70b5907750768077a0b45077507", + "0x75070b07140b7c0775077a07e60b7a0775077907e50b790775076f07ea0b0b", + "0x7f7e7d1607800775077c07e70b7f07750770077a0b7e0775071b07790b7d07", + "0x71107ad0b110775070707ac0b0b75070b0d0b0d07eb0707750d0b07760b80", + "0x170d590b170775070b450b0b75070b0d0b140707140775071607ae0b160775", + "0x162b5a590b166d1b07071b0775071907ae0b190775076807af0b680775070d", + "0xb162b5a590b16ec110d070b585a590b162b5a590b160b110d070b585a590b", + "0xef110d070b5e5a5911072d5a5916ee070b4c0b0d080b0ded110d070b585a59", + "0x5916f1110d070b5e5a5911072d5a5916f0110d070b615a590b162d5a590b16", + "0x70076f07f3110d070b615a590b16215a590b16f2110d070b695a591107215a", + "0xf60b61071107f516110d070b685a590b16714f5a590b14f40b" + ], + "entry_points_by_type": { + "L1_HANDLER": [], + "EXTERNAL": [ + { + "selector": "0x10b7e63d3ca05c9baffd985d3e1c3858d4dbf0759f066be0eaddc5d71c2cab5", + "function_idx": 0 + }, + { + "selector": "0x3370263ab53343580e77063a719a5865004caff7f367ec136a6cdd34b6786ca", + "function_idx": 1 + }, + { + "selector": "0x3147e009aa1d3b7827f0cf9ce80b10dd02b119d549eb0a2627600662354eba", + "function_idx": 2 + } + ], + "CONSTRUCTOR": [] + }, + "abi": "[{\"type\": \"impl\", \"name\": \"TestReject\", \"interface_name\": \"reject::reject::ITestReject\"}, {\"type\": \"interface\", \"name\": \"reject::reject::ITestReject\", \"items\": [{\"type\": \"function\", \"name\": \"test_fail\", \"inputs\": [{\"name\": \"p1\", \"type\": \"core::integer::u8\"}], \"outputs\": [], \"state_mutability\": \"external\"}, {\"type\": \"function\", \"name\": \"get_counter\", \"inputs\": [], \"outputs\": [{\"type\": \"core::integer::u8\"}], \"state_mutability\": \"view\"}, {\"type\": \"function\", \"name\": \"init_count\", \"inputs\": [{\"name\": \"p1\", \"type\": \"core::integer::u8\"}], \"outputs\": [], \"state_mutability\": \"external\"}]}, {\"type\": \"event\", \"name\": \"reject::reject::MyTestReject::Event\", \"kind\": \"enum\", \"variants\": []}]" +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/state_update/18.json b/clients/feeder/testdata/sepolia/state_update/18.json new file mode 100644 index 0000000000..ba19ab5a62 --- /dev/null +++ b/clients/feeder/testdata/sepolia/state_update/18.json @@ -0,0 +1,82 @@ +{ + "block_hash": "0x5beb56c7d9a9fc066e695c3fc467f45532cace83d9979db4ccfd6b77ca476af", + "new_root": "0x4c7f8d53ff361055ca6b224bff96bae036e1694c7d0efd0bef5fc633eef720d", + "old_root": "0x69e3a13f1c0162e72bf606ab20b49e4a0d70a82530367e5a5948979b3675aef", + "state_diff": { + "storage_diffs": { + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0x5496768776e3db30053404f18067d81a6e06f5a2b0de326e21298fd9d569a9a", + "value": "0x18b5218a4926c" + }, + { + "key": "0x6cfd3e69ed325a8ac721ef6c60099111df74d4c17f62221dc847b26c9e9db3d", + "value": "0x19137d5c78312a9" + } + ], + "0x45283160abd44efff6bf2b3ad40e556bfbcf623ce36ad395cf72b96678c2dab": [ + { + "key": "0x206f38f7e4f15e87567361213c28f235cccdaa1d7fd34c9db1dfe9489c6a091", + "value": "0xc8" + }, + { + "key": "0x28a1914c18e89b445a4aa7871f31879d60ff9322d8c0e39db5f03d3ddcc3011", + "value": "0xff" + } + ], + "0x1": [ + { + "key": "0x8", + "value": "0x558b83782cdb9735d78df7073bb6bf487634b82c43526e8a1a870332def8ba" + } + ], + "0x7c687d151607710a7ec82ca5ab0ff2c48f52abd3b4a2773938a0cfef723fe6a": [ + { + "key": "0x7ebcc807b5c7e19f245995a55aed6f46f5f582f476a886b91b834b0ddf5854", + "value": "0x64" + } + ] + }, + "nonces": { + "0x70503f026c7af73cfd2b007fe650e8c310256e9674ac4e42797c291edca5e84": "0xe" + }, + "deployed_contracts": [ + { + "address": "0x9459c8cb7424a2946e6bcf7bc204e349a2865f84f2ae75586ada2897d74c4e", + "class_hash": "0x348f560344334951bcbccd27aff05a9f6bedeaefc36315fe20e842163adae3d" + }, + { + "address": "0x254df9ff3e3c3e6b078232b69716a10449077a3988ff883520494515d94c631", + "class_hash": "0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a" + }, + { + "address": "0x45283160abd44efff6bf2b3ad40e556bfbcf623ce36ad395cf72b96678c2dab", + "class_hash": "0x2cbe2e8145b35db6fbb61a8697385f81f16b8fb294b2d88ec7400bfc7edcbda" + }, + { + "address": "0x4b41f0be8d60cce826dc46185b8934f86b4e5d848555c069f04aaa55f978117", + "class_hash": "0x2cbe2e8145b35db6fbb61a8697385f81f16b8fb294b2d88ec7400bfc7edcbda" + }, + { + "address": "0x7c687d151607710a7ec82ca5ab0ff2c48f52abd3b4a2773938a0cfef723fe6a", + "class_hash": "0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a" + } + ], + "old_declared_contracts": [], + "declared_classes": [ + { + "class_hash": "0x16342ade8a7cc8296920731bc34b5a6530f5ee1dc1bfd3cc83cb3f519d6530a", + "compiled_class_hash": "0x7d50adbdf0ac129ba351f21b026e5ccf1741a318c13240e50795f1b7ecde94d" + }, + { + "class_hash": "0x2cbe2e8145b35db6fbb61a8697385f81f16b8fb294b2d88ec7400bfc7edcbda", + "compiled_class_hash": "0x73654e9daf19a4e04f88aaa9aec71606a92d4065ed0241a7e3c97b6a091a14b" + }, + { + "class_hash": "0x348f560344334951bcbccd27aff05a9f6bedeaefc36315fe20e842163adae3d", + "compiled_class_hash": "0x16c9c943c6d33f6e285f7268e394c914a3a78b8165566b40daea85f90c01a6b" + } + ], + "replaced_classes": [] + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/state_update/6500.json b/clients/feeder/testdata/sepolia/state_update/6500.json new file mode 100644 index 0000000000..386c64195b --- /dev/null +++ b/clients/feeder/testdata/sepolia/state_update/6500.json @@ -0,0 +1,54 @@ +{ + "block_hash": "0x67abaa62eb1fc565d65b00d1e97f239275ad9f688ad1311e86f6b59e8238c38", + "new_root": "0x38d85308603a8c2ee5736de0433b31f4d54177520a7e4cc32b17ae4db31f32", + "old_root": "0x25f7560a1ed0428377553e68516c57b7d50e69a7d9b7419f3a3c423421c8e65", + "state_diff": { + "storage_diffs": { + "0x1": [ + { + "key": "0x195a", + "value": "0x22b9289bf859aef816dfbe5a37bc902aea771326589e5dd10cca2dd36d4dbc5" + } + ], + "0x47ad6a25df680763e5663bd0eba3d2bfd18b24b1e8f6bd36b71c37433c63ed0": [ + { + "key": "0x7da9bcb38ff7f165f7934c20293b91fbd2d99d6314ef49fe30fe346555b4fb7", + "value": "0x7e5" + } + ], + "0x4d0b88ace5705bb7825f91ee95557d906600b7e7762f5615e6a4f407185a43a": [ + { + "key": "0x7da9bcb38ff7f165f7934c20293b91fbd2d99d6314ef49fe30fe346555b4fb7", + "value": "0x7c7" + } + ], + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0x295c615dc08b568dce79348e5dd16f45bc6458ddb026f09e16ce03f3c68e12e", + "value": "0x10d1118ef5b23c5" + }, + { + "key": "0x5496768776e3db30053404f18067d81a6e06f5a2b0de326e21298fd9d569a9a", + "value": "0x231aee458df2f651" + }, + { + "key": "0x5ca0515566e4a24650dd4f3c30b56aa10f0f6b61ac75c796ae7b9033d892e91", + "value": "0x161f1cb07518655" + } + ] + }, + "nonces": { + "0x35acd6dd6c5045d18ca6d0192af46b335a5402c02d41f46e4e77ea2c951d9a3": "0x200", + "0x137e2eb39d5b20f7257425dbea0a97ab6a53941e7ccdc9168ba3b0f8b39d1ce": "0x14" + }, + "deployed_contracts": [], + "old_declared_contracts": [], + "declared_classes": [], + "replaced_classes": [ + { + "address": "0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", + "class_hash": "0x6e7226605869c2bd8cb86a647b451adc0b90e1e4f00b1c45d502dcd2ba6d41e" + } + ] + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/state_update/7.json b/clients/feeder/testdata/sepolia/state_update/7.json new file mode 100644 index 0000000000..523e3f87ff --- /dev/null +++ b/clients/feeder/testdata/sepolia/state_update/7.json @@ -0,0 +1,83 @@ +{ + "block_hash": "0x2e59a5adbdf53e00fd282a007b59771067870c1c7664ca7878327adfff398b4", + "new_root": "0x4604bb7f9ebbf8bf909ba5982b11adf2ed3638f1d736036ddb4154889e139a0", + "old_root": "0x2729a9ded030fa182a4802b9accf662d071d23fdfb2011504d1777927c9abaf", + "state_diff": { + "storage_diffs": { + "0x68922eb87daed71fc3099031e178b6534fc39a570022342e8c166024da893f5": [ + { + "key": "0x3b28019ccfdbd30ffc65951d94bb85c9e2b8434111a000b5afd533ce65f57a4", + "value": "0x1ef15c18599971b7beced415a40f0c7deacfd9b0d1819e03d723d8bc943cfca" + } + ], + "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7": [ + { + "key": "0x110e2f729c9c2b988559994a3daccd838cf52faf88e18101373e67dd061455a", + "value": "0xe043da617250000" + }, + { + "key": "0x3d539ea1ce2715fb83fdcf90500b73ad2631bb17bbb56386bfa43a36c0d94da", + "value": "0x1eda606a8f3964" + }, + { + "key": "0x5496768776e3db30053404f18067d81a6e06f5a2b0de326e21298fd9d569a9a", + "value": "0x14e4124892515" + }, + { + "key": "0x7e4feecce63daa81e391376af74856dad0fe0b663a1fb6aff9e945c7aba842d", + "value": "0x35e50e0a8a187" + } + ] + }, + "nonces": { + "0x68922eb87daed71fc3099031e178b6534fc39a570022342e8c166024da893f5": "0xe", + "0x535ca4e1d1be7ec4a88d51a2962cd6c5aea1be96cb2c0b60eb1721dc34f800d": "0x2" + }, + "deployed_contracts": [ + { + "address": "0x163dd8182a69972b9fc7e95eb0be92b731680212beddfede2eff4ffcfa28bfb", + "class_hash": "0x7db5c2c2676c2a5bfc892ee4f596b49514e3056a0eee8ad125870b4fb1dd909" + }, + { + "address": "0x41a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf", + "class_hash": "0x7b3e05f48f0c69e4a65ce5e076a66271a527aff2c34ce1083ec6e1526997a69" + }, + { + "address": "0x535ca4e1d1be7ec4a88d51a2962cd6c5aea1be96cb2c0b60eb1721dc34f800d", + "class_hash": "0x402d6191ebe3ea289789edd160f3afa6600a389f1aad0ab7709b830653c6f08" + }, + { + "address": "0x5754af3760f3356da99aea5c3ec39ccac7783d925a19666ebbeca58ff0087f4", + "class_hash": "0x381f14e5e0db5889c981bf050fb034c0fbe0c4f070ee79346a05dbe2bf2af90" + }, + { + "address": "0x68922eb87daed71fc3099031e178b6534fc39a570022342e8c166024da893f5", + "class_hash": "0x5c478ee27f2112411f86f207605b2e2c58cdb647bac0df27f660ef2252359c6" + } + ], + "old_declared_contracts": [ + "0x3ae692aaf1ded26a0b58cf42490f757563850acea887ed57b4894fee8279063", + "0x7b3e05f48f0c69e4a65ce5e076a66271a527aff2c34ce1083ec6e1526997a69", + "0x7db5c2c2676c2a5bfc892ee4f596b49514e3056a0eee8ad125870b4fb1dd909", + "0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570", + "0x402d6191ebe3ea289789edd160f3afa6600a389f1aad0ab7709b830653c6f08", + "0x3131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e", + "0x381f14e5e0db5889c981bf050fb034c0fbe0c4f070ee79346a05dbe2bf2af90" + ], + "declared_classes": [ + { + "class_hash": "0x903752516de5c04fe91600ca6891e325278b2dfc54880ae11a809abb364844", + "compiled_class_hash": "0x7e2bc0b8214da5e9506f383ce72dd8e92cf7f09e8cb668522f43e77023c9f52" + }, + { + "class_hash": "0x1a736d6ed154502257f02b1ccdf4d9d1089f80811cd6acad48e6b6a9d1f2003", + "compiled_class_hash": "0x29787a427a423ffc5986d43e630077a176e4391fcef3ebf36014b154069ae4" + }, + { + "class_hash": "0x298049830f817974463b6d4186b062b04cc1af2557f98f55e21334739252600", + "compiled_class_hash": "0x63a8548e679463cb43c229d688641269ad847d98ead75ed0f93bbb1a9505313" + } + ], + "replaced_classes": [] + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/transaction/0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f.json b/clients/feeder/testdata/sepolia/transaction/0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f.json new file mode 100644 index 0000000000..d72b3be749 --- /dev/null +++ b/clients/feeder/testdata/sepolia/transaction/0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f.json @@ -0,0 +1,39 @@ +{ + "execution_status": "SUCCEEDED", + "finality_status": "ACCEPTED_ON_L1", + "status": "ACCEPTED_ON_L1", + "block_hash": "0x402da3c006558fa241c0e1c4c5154f2b18eb1d52091afd3fdfc026ab64eb0b5", + "block_number": 60004, + "transaction_index": 5, + "transaction": { + "transaction_hash": "0x138c9f01c27c56ceff5c9adb05f2a025ae4ebeb35ba4ac88572abd23c5623f", + "version": "0x3", + "signature": [ + "0x79ec88c0f655e07f49a66bc6d4d9e696cf578addf6a0538f81dc3b47ca66c64", + "0x78d3f2549f6f5b8533730a0f4f76c4277bc1b358f805d7cf66414289ce0a46d" + ], + "nonce": "0x0", + "nonce_data_availability_mode": 0, + "fee_data_availability_mode": 0, + "resource_bounds": { + "L1_GAS": { + "max_amount": "0x1b52", + "max_price_per_unit": "0x15416c61bfea" + }, + "L2_GAS": { + "max_amount": "0x0", + "max_price_per_unit": "0x0" + } + }, + "tip": "0x0", + "paymaster_data": [], + "sender_address": "0x7ac1f9f2dde09f938e7ace23009160bf4b2f48a69363983abc1f6d51cb39e37", + "contract_address_salt": "0x202674c5f7f0ee6ea3248496afccc6e27f77fd5634628d07c5710f8a4fbf1a2", + "class_hash": "0x29927c8af6bccf3f6fda035981e765a7bdbf18a2dc0d630494f8758aa908e2b", + "constructor_calldata": [ + "0x202674c5f7f0ee6ea3248496afccc6e27f77fd5634628d07c5710f8a4fbf1a2", + "0x0" + ], + "type": "DEPLOY_ACCOUNT" + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/transaction/0x1dde7d379485cceb9ec0a5aacc5217954985792f12b9181cf938ec341046491.json b/clients/feeder/testdata/sepolia/transaction/0x1dde7d379485cceb9ec0a5aacc5217954985792f12b9181cf938ec341046491.json new file mode 100644 index 0000000000..8de57e8586 --- /dev/null +++ b/clients/feeder/testdata/sepolia/transaction/0x1dde7d379485cceb9ec0a5aacc5217954985792f12b9181cf938ec341046491.json @@ -0,0 +1,36 @@ +{ + "execution_status": "SUCCEEDED", + "finality_status": "ACCEPTED_ON_L1", + "status": "ACCEPTED_ON_L1", + "block_hash": "0x11d99dabd4c0be31ccb2458c73b87b2e620faeebc1680c4a92fc0f7c04e7124", + "block_number": 62684, + "transaction_index": 48, + "transaction": { + "transaction_hash": "0x1dde7d379485cceb9ec0a5aacc5217954985792f12b9181cf938ec341046491", + "version": "0x3", + "signature": [ + "0x5be36745b03aaeb76712c68869f944f7c711f9e734763b8d0b4e5b834408ea4", + "0x66c9dba8bb26ada30cf3a393a6c26bfd3a40538f19b3b4bfb57c7507962ae79" + ], + "nonce": "0x3", + "nonce_data_availability_mode": 0, + "fee_data_availability_mode": 0, + "resource_bounds": { + "L1_GAS": { + "max_amount": "0x1f40", + "max_price_per_unit": "0x5af3107a4000" + }, + "L2_GAS": { + "max_amount": "0x0", + "max_price_per_unit": "0x0" + } + }, + "tip": "0x0", + "paymaster_data": [], + "sender_address": "0x6aac79bb6c90e1e41c33cd20c67c0281c4a95f01b4e15ad0c3b53fcc6010cf8", + "class_hash": "0x2404dffbfe2910bd921f5935e628c01e457629fc779420a03b7e5e507212f36", + "compiled_class_hash": "0x5047109bf7eb550c5e6b0c37714f6e0db4bb8b5b227869e0797ecfc39240aa7", + "account_deployment_data": [], + "type": "DECLARE" + } +} \ No newline at end of file diff --git a/clients/feeder/testdata/sepolia/transaction/0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164.json b/clients/feeder/testdata/sepolia/transaction/0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164.json new file mode 100644 index 0000000000..b1f736e980 --- /dev/null +++ b/clients/feeder/testdata/sepolia/transaction/0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164.json @@ -0,0 +1,41 @@ +{ + "execution_status": "SUCCEEDED", + "finality_status": "ACCEPTED_ON_L1", + "status": "ACCEPTED_ON_L1", + "block_hash": "0x6337f367fd30aeea3615426d742838bf88a8cabf327d09e55d7ca54d288ef97", + "block_number": 60170, + "transaction_index": 141, + "transaction": { + "transaction_hash": "0x6e7ae47173b6935899320dd41d540a27f8d5712febbaf13fe8d8aeaf4ac9164", + "version": "0x3", + "signature": [ + "0x1", + "0x4235b7a9cad6024cbb3296325e23b2a03d34a95c3ee3d5c10e2b6076c257d77", + "0x439de4b0c238f624c14c2619aa9d190c6c1d17f6556af09f1697cfe74f192fc" + ], + "nonce": "0x8", + "nonce_data_availability_mode": 0, + "fee_data_availability_mode": 0, + "resource_bounds": { + "L1_GAS": { + "max_amount": "0xa0", + "max_price_per_unit": "0xe91444530acc" + }, + "L2_GAS": { + "max_amount": "0x0", + "max_price_per_unit": "0x0" + } + }, + "tip": "0x0", + "paymaster_data": [], + "sender_address": "0x6247aaebf5d2ff56c35cce1585bf255963d94dd413a95020606d523c8c7f696", + "calldata": [ + "0x1", + "0x19c92fa87f4d5e3be25c3dd6a284f30282a07e87cd782f5fd387b82c8142017", + "0x3059098e39fbb607bc96a8075eb4d17197c3a6c797c166470997571e6fa5b17", + "0x0" + ], + "account_deployment_data": [], + "type": "INVOKE_FUNCTION" + } +} \ No newline at end of file diff --git a/core/class_test.go b/core/class_test.go index a0aad1464b..d4f3eaf71b 100644 --- a/core/class_test.go +++ b/core/class_test.go @@ -52,19 +52,24 @@ func TestClassV0Hash(t *testing.T) { } func TestClassV1Hash(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) gw := adaptfeeder.New(client) tests := []struct { classHash string checkNoCompiled bool }{ { - // https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5 - classHash: "0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5", + //https://alpha-mainnet.starknet.io/feeder_gateway/get_class_by_hash?classHash= + classHash: "0x1efa8f84fd4dff9e2902ec88717cf0dafc8c188f80c3450615944a469428f7f", + }, + { + classHash: "0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292", }, { - // https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c - classHash: "0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c", + classHash: "0x3297a93c52357144b7da71296d7e8231c3e0959f0a1d37222204f2f7712010e", + }, + { + classHash: "0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8", }, } @@ -82,25 +87,22 @@ func TestClassV1Hash(t *testing.T) { } func TestCompiledClassHash(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) gw := adaptfeeder.New(client) tests := []struct { classHash string expectedCompiledClassHash string }{ { - // https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x6d8ede036bb4720e6f348643221d8672bf4f0895622c32c11e57460b3b7dffc - classHash: "0x6d8ede036bb4720e6f348643221d8672bf4f0895622c32c11e57460b3b7dffc", - expectedCompiledClassHash: "0x18f95714044fd5408d3bf812bcd249ddec098ab3cd201b7916170cfbfa59e05", + classHash: "0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292", + expectedCompiledClassHash: "0xf2056a217cc9cabef54d4b1bceea5a3e8625457cb393698ba507259ed6f3c", }, { - // https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x6b3da05b352f93912df0593a703f1884c4c607523bb33feaff4940635ef050d - classHash: "0x6b3da05b352f93912df0593a703f1884c4c607523bb33feaff4940635ef050d", - expectedCompiledClassHash: "0x603dd72504d8b0bc54df4f1102fdcf87fc3b2b94750a9083a5876913eec08e4", + classHash: "0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2", + expectedCompiledClassHash: "0x1199c4832cfea48f452b8ddebaf7e4ceb77bd0e27704efd06753b4878631e39", }, { - // https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x1fb5f6adb94dd3c0bfda71f7f73957691619ab9fe8f6b9b675da13877086f89 - classHash: "0x1fb5f6adb94dd3c0bfda71f7f73957691619ab9fe8f6b9b675da13877086f89", + classHash: "0x10455c752b86932ce552f2b0fe81a880746649b9aee7e0d842bf3f52378f9f8", expectedCompiledClassHash: "0x260f0d9862f0dd76ac1f9c93e6ce0c2536f7c0275c87061e73abce321bfd4ad", }, } diff --git a/docs/docs/example_config.md b/docs/docs/example_config.md index 45c20163e8..1ab64e8ba3 100644 --- a/docs/docs/example_config.md +++ b/docs/docs/example_config.md @@ -49,7 +49,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.11.0/example_config.md b/docs/versioned_docs/version-0.11.0/example_config.md index 4847f0b437..5d0abdde92 100644 --- a/docs/versioned_docs/version-0.11.0/example_config.md +++ b/docs/versioned_docs/version-0.11.0/example_config.md @@ -41,7 +41,7 @@ ws-port: 6061 # Location of the database files db-path: /home//.local/share/juno -# Options: mainnet, goerli, goerli2, integration, sepolia, sepolia-integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # Custom network configuration diff --git a/docs/versioned_docs/version-0.6.0/example_config.md b/docs/versioned_docs/version-0.6.0/example_config.md index 9c3bf2f4f9..b9eb5e9870 100644 --- a/docs/versioned_docs/version-0.6.0/example_config.md +++ b/docs/versioned_docs/version-0.6.0/example_config.md @@ -43,7 +43,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.6.1/example_config.md b/docs/versioned_docs/version-0.6.1/example_config.md index 9c3bf2f4f9..b9eb5e9870 100644 --- a/docs/versioned_docs/version-0.6.1/example_config.md +++ b/docs/versioned_docs/version-0.6.1/example_config.md @@ -43,7 +43,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.6.2/example_config.md b/docs/versioned_docs/version-0.6.2/example_config.md index 45c20163e8..1ab64e8ba3 100644 --- a/docs/versioned_docs/version-0.6.2/example_config.md +++ b/docs/versioned_docs/version-0.6.2/example_config.md @@ -49,7 +49,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.6.3/example_config.md b/docs/versioned_docs/version-0.6.3/example_config.md index 45c20163e8..1ab64e8ba3 100644 --- a/docs/versioned_docs/version-0.6.3/example_config.md +++ b/docs/versioned_docs/version-0.6.3/example_config.md @@ -49,7 +49,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.7.0/example_config.md b/docs/versioned_docs/version-0.7.0/example_config.md index 45c20163e8..1ab64e8ba3 100644 --- a/docs/versioned_docs/version-0.7.0/example_config.md +++ b/docs/versioned_docs/version-0.7.0/example_config.md @@ -49,7 +49,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.8.0/example_config.md b/docs/versioned_docs/version-0.8.0/example_config.md index 5ac3803c8a..5283d3c253 100644 --- a/docs/versioned_docs/version-0.8.0/example_config.md +++ b/docs/versioned_docs/version-0.8.0/example_config.md @@ -49,7 +49,7 @@ grpc-port: 6064 # Options: debug, info, warn, error log-level: info -# Options: mainnet, goerli, goerli2, integration, sepolia, sepolia-integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # How often to fetch the pending block when synced to the head of the chain. diff --git a/docs/versioned_docs/version-0.9.1/example_config.md b/docs/versioned_docs/version-0.9.1/example_config.md index a6cb9486de..0d63f80482 100644 --- a/docs/versioned_docs/version-0.9.1/example_config.md +++ b/docs/versioned_docs/version-0.9.1/example_config.md @@ -41,7 +41,7 @@ ws-port: 6061 # Location of the database files db-path: /home//.local/share/juno -# Options: mainnet, goerli, goerli2, integration, sepolia, sepolia-integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # Websocket endpoint of the Ethereum node diff --git a/docs/versioned_docs/version-0.9.2/example_config.md b/docs/versioned_docs/version-0.9.2/example_config.md index a6cb9486de..0d63f80482 100644 --- a/docs/versioned_docs/version-0.9.2/example_config.md +++ b/docs/versioned_docs/version-0.9.2/example_config.md @@ -41,7 +41,7 @@ ws-port: 6061 # Location of the database files db-path: /home//.local/share/juno -# Options: mainnet, goerli, goerli2, integration, sepolia, sepolia-integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # Websocket endpoint of the Ethereum node diff --git a/docs/versioned_docs/version-0.9.3/example_config.md b/docs/versioned_docs/version-0.9.3/example_config.md index 4847f0b437..5d0abdde92 100644 --- a/docs/versioned_docs/version-0.9.3/example_config.md +++ b/docs/versioned_docs/version-0.9.3/example_config.md @@ -41,7 +41,7 @@ ws-port: 6061 # Location of the database files db-path: /home//.local/share/juno -# Options: mainnet, goerli, goerli2, integration, sepolia, sepolia-integration +# Options: mainnet, sepolia, sepolia-integration network: mainnet # Custom network configuration diff --git a/p2p/p2p_test.go b/p2p/p2p_test.go index 5b536fa09a..29aa7761f7 100644 --- a/p2p/p2p_test.go +++ b/p2p/p2p_test.go @@ -31,7 +31,7 @@ func TestService(t *testing.T) { "", false, nil, - &utils.Integration, + &utils.SepoliaIntegration, utils.NewNopZapLogger(), ) require.NoError(t, err) @@ -52,7 +52,7 @@ func TestService(t *testing.T) { strings.Join(peerAddrsString, ","), true, nil, - &utils.Integration, + &utils.SepoliaIntegration, utils.NewNopZapLogger(), ) require.NoError(t, err) @@ -138,7 +138,7 @@ func TestInvalidKey(t *testing.T) { "something", false, nil, - &utils.Integration, + &utils.SepoliaIntegration, utils.NewNopZapLogger(), ) @@ -154,7 +154,7 @@ func TestValidKey(t *testing.T) { "08011240333b4a433f16d7ca225c0e99d0d8c437b835cb74a98d9279c561977690c80f681b25ccf3fa45e2f2de260149c112fa516b69057dd3b0151a879416c0cb12d9b3", false, nil, - &utils.Integration, + &utils.SepoliaIntegration, utils.NewNopZapLogger(), ) diff --git a/p2p/starknet/starknet_test.go b/p2p/starknet/starknet_test.go deleted file mode 100644 index d0f45c1b98..0000000000 --- a/p2p/starknet/starknet_test.go +++ /dev/null @@ -1,909 +0,0 @@ -package starknet_test - -// func nopCloser() error { return nil } -// -// func TestClientHandler(t *testing.T) { //nolint:gocyclo -// mockCtrl := gomock.NewController(t) -// t.Cleanup(mockCtrl.Finish) -// -// testNetwork := utils.Integration -// testCtx, cancel := context.WithCancel(context.Background()) -// t.Cleanup(cancel) -// -// mockNet, err := mocknet.FullMeshConnected(2) -// require.NoError(t, err) -// -// peers := mockNet.Peers() -// require.Len(t, peers, 2) -// handlerID := peers[0] -// clientID := peers[1] -// -// log, err := utils.NewZapLogger(utils.ERROR, false) -// require.NoError(t, err) -// mockReader := mocks.NewMockReader(mockCtrl) -// handler := starknet.NewHandler(mockReader, log) -// -// handlerHost := mockNet.Host(handlerID) -// handlerHost.SetStreamHandler(starknet.CurrentBlockHeaderPID(testNetwork), handler.CurrentBlockHeaderHandler) -// handlerHost.SetStreamHandler(starknet.BlockHeadersPID(&testNetwork), handler.BlockHeadersHandler) -// handlerHost.SetStreamHandler(starknet.BlockBodiesPID(&testNetwork), handler.BlockBodiesHandler) -// handlerHost.SetStreamHandler(starknet.EventsPID(&testNetwork), handler.EventsHandler) -// handlerHost.SetStreamHandler(starknet.ReceiptsPID(&testNetwork), handler.ReceiptsHandler) -// handlerHost.SetStreamHandler(starknet.TransactionsPID(&testNetwork), handler.TransactionsHandler) -// -// clientHost := mockNet.Host(clientID) -// client := starknet.NewClient(func(ctx context.Context, pids ...protocol.ID) (network.Stream, error) { -// return clientHost.NewStream(ctx, handlerID, pids...) -// }, &testNetwork, log) -// -// t.Run("get block headers", func(t *testing.T) { -// type pair struct { -// header *core.Header -// commitments *core.BlockCommitments -// } -// pairsPerBlock := []pair{} -// for i := uint64(0); i < 2; i++ { -// pairsPerBlock = append(pairsPerBlock, pair{ -// header: fillFelts(t, &core.Header{ -// Number: i, -// Timestamp: i, -// TransactionCount: i, -// EventCount: i, -// }), -// commitments: fillFelts(t, &core.BlockCommitments{}), -// }) -// } -// -// for blockNumber, pair := range pairsPerBlock { -// blockNumber := uint64(blockNumber) -// mockReader.EXPECT().BlockHeaderByNumber(blockNumber).Return(pair.header, nil) -// mockReader.EXPECT().BlockCommitmentsByNumber(blockNumber).Return(pair.commitments, nil) -// } -// -// numOfBlocks := uint64(len(pairsPerBlock)) -// res, cErr := client.RequestBlockHeaders(testCtx, &spec.BlockHeadersRequest{ -// Iteration: &spec.Iteration{ -// Start: &spec.Iteration_BlockNumber{ -// BlockNumber: 0, -// }, -// Direction: spec.Iteration_Forward, -// Limit: numOfBlocks, -// Step: 1, -// }, -// }) -// require.NoError(t, cErr) -// -// var count uint64 -// for response, valid := res(); valid; response, valid = res() { -// if count == numOfBlocks { -// assert.True(t, proto.Equal(&spec.Fin{}, response.Part[0].GetFin())) -// count++ -// break -// } -// -// expectedPair := pairsPerBlock[count] -// expectedResponse := expectedHeaderResponse(expectedPair.header, expectedPair.commitments) -// assert.True(t, proto.Equal(expectedResponse, response)) -// -// assert.Equal(t, count, response.Part[0].GetHeader().Number) -// count++ -// } -// -// expectedCount := numOfBlocks + 1 // plus fin -// require.Equal(t, expectedCount, count) -// -// t.Run("get current block header", func(t *testing.T) { -// headerAndCommitments := pairsPerBlock[0] -// mockReader.EXPECT().Height().Return(headerAndCommitments.header.Number, nil) -// mockReader.EXPECT().BlockHeaderByNumber(headerAndCommitments.header.Number).Return(headerAndCommitments.header, nil) -// mockReader.EXPECT().BlockCommitmentsByNumber(headerAndCommitments.header.Number).Return(headerAndCommitments.commitments, nil) -// -// res, cErr := client.RequestCurrentBlockHeader(testCtx, &spec.CurrentBlockHeaderRequest{}) -// require.NoError(t, cErr) -// -// count, numOfBlocks = 0, 1 -// for response, valid := res(); valid; response, valid = res() { -// if count == numOfBlocks { -// assert.True(t, proto.Equal(&spec.Fin{}, response.Part[0].GetFin())) -// count++ -// break -// } -// -// expectedPair := headerAndCommitments -// expectedResponse := expectedHeaderResponse(expectedPair.header, expectedPair.commitments) -// assert.True(t, proto.Equal(expectedResponse, response)) -// -// assert.Equal(t, count, response.Part[0].GetHeader().Number) -// count++ -// } -// expectedCount := numOfBlocks + 1 // plus fin -// require.Equal(t, expectedCount, count) -// }) -// }) -// -// t.Run("get block bodies", func(t *testing.T) { -// /* -// deployedClassHash := utils.HexToFelt(t, "0XCAFEBABE") -// deployedAddress := utils.HexToFelt(t, "0XDEADBEEF") -// replacedClassHash := utils.HexToFelt(t, "0XABCD") -// replacedAddress := utils.HexToFelt(t, "0XABCDE") -// declaredV0ClassAddr := randFelt(t) -// declaredV0ClassHash := randFelt(t) -// storageDiff := core.StorageDiff{ -// Key: randFelt(t), -// Value: randFelt(t), -// } -// const ( -// cairo0Program = "cairo_0_program" -// cairo1Program = "cairo_1_program" -// ) -// cairo1Class := &core.Cairo1Class{ -// Abi: "cairo1 class abi", -// AbiHash: randFelt(t), -// EntryPoints: struct { -// Constructor []core.SierraEntryPoint -// External []core.SierraEntryPoint -// L1Handler []core.SierraEntryPoint -// }{}, -// Program: feltSlice(2), -// ProgramHash: randFelt(t), -// SemanticVersion: "1", -// Compiled: json.RawMessage(cairo1Program), -// } -// -// cairo0Class := &core.Cairo0Class{ -// Abi: json.RawMessage("cairo0 class abi"), -// Program: cairo1Program, -// } -// -// blocks := []struct { -// number uint64 -// stateDiff *core.StateDiff -// }{ -// { -// number: 0, -// stateDiff: &core.StateDiff{ -// StorageDiffs: map[felt.Felt][]core.StorageDiff{ -// *deployedAddress: { -// storageDiff, -// }, -// }, -// Nonces: map[felt.Felt]*felt.Felt{ -// *deployedAddress: randFelt(t), -// *replacedAddress: randFelt(t), -// }, -// DeployedContracts: []core.AddressClassHashPair{ -// { -// Address: deployedAddress, -// ClassHash: deployedClassHash, -// }, -// }, -// DeclaredV0Classes: []*felt.Felt{declaredV0ClassAddr}, -// DeclaredV1Classes: []core.DeclaredV1Class{ -// { -// ClassHash: randFelt(t), -// CompiledClassHash: randFelt(t), -// }, -// }, -// ReplacedClasses: []core.AddressClassHashPair{ -// { -// Address: replacedAddress, -// ClassHash: replacedClassHash, -// }, -// }, -// }, -// }, -// { -// number: 1, -// stateDiff: &core.StateDiff{ // State Diff with a class declared and deployed in the same block -// StorageDiffs: map[felt.Felt][]core.StorageDiff{ -// *deployedAddress: { -// storageDiff, -// }, -// }, -// Nonces: map[felt.Felt]*felt.Felt{ -// *deployedAddress: randFelt(t), -// *replacedAddress: randFelt(t), -// }, -// DeployedContracts: []core.AddressClassHashPair{ -// { -// Address: deployedAddress, -// ClassHash: deployedClassHash, -// }, -// { -// Address: declaredV0ClassAddr, -// ClassHash: declaredV0ClassHash, -// }, -// }, -// DeclaredV0Classes: []*felt.Felt{declaredV0ClassHash}, -// DeclaredV1Classes: []core.DeclaredV1Class{ -// { -// ClassHash: randFelt(t), -// CompiledClassHash: randFelt(t), -// }, -// }, -// ReplacedClasses: []core.AddressClassHashPair{ -// { -// Address: replacedAddress, -// ClassHash: replacedClassHash, -// }, -// }, -// }, -// }, -// } -// limit := uint64(len(blocks)) -// -// for _, block := range blocks { -// mockReader.EXPECT().BlockHeaderByNumber(block.number).Return(&core.Header{ -// Number: block.number, -// }, nil) -// -// mockReader.EXPECT().StateUpdateByNumber(block.number).Return(&core.StateUpdate{ -// StateDiff: block.stateDiff, -// }, nil) -// -// stateHistory := mocks.NewMockStateHistoryReader(mockCtrl) -// v0Class := block.stateDiff.DeclaredV0Classes[0] -// stateHistory.EXPECT().Class(v0Class).Return(&core.DeclaredClass{ -// At: block.number, -// Class: cairo0Class, -// }, nil) -// v1Class := block.stateDiff.DeclaredV1Classes[0] -// stateHistory.EXPECT().Class(v1Class.ClassHash).Return(&core.DeclaredClass{ -// At: block.number, -// Class: cairo1Class, -// }, nil) -// -// stateHistory.EXPECT().ContractClassHash(deployedAddress).Return(deployedClassHash, nil).AnyTimes() -// stateHistory.EXPECT().ContractClassHash(replacedAddress).Return(replacedClassHash, nil).AnyTimes() -// -// mockReader.EXPECT().StateAtBlockNumber(block.number).Return(stateHistory, nopCloser, nil) -// } -// -// res, cErr := client.RequestBlockBodies(testCtx, &spec.BlockBodiesRequest{ -// Iteration: &spec.Iteration{ -// Start: &spec.Iteration_BlockNumber{ -// BlockNumber: blocks[0].number, -// }, -// Direction: spec.Iteration_Forward, -// Limit: limit, -// Step: 1, -// }, -// }) -// require.NoError(t, cErr) -// -// var expectedMessages []*spec.BlockBodiesResponse -// -// for _, b := range blocks { -// expectedMessages = append(expectedMessages, []*spec.BlockBodiesResponse{ -// { -// Id: &spec.BlockID{ -// Number: b.number, -// }, -// BodyMessage: &spec.BlockBodiesResponse_Diff{ -// Diff: &spec.StateDiff{ -// ContractDiffs: []*spec.StateDiff_ContractDiff{ -// { -// Address: core2p2p.AdaptAddress(deployedAddress), -// ClassHash: core2p2p.AdaptFelt(deployedClassHash), -// Nonce: core2p2p.AdaptFelt(b.stateDiff.Nonces[*deployedAddress]), -// Values: []*spec.ContractStoredValue{ -// { -// Key: core2p2p.AdaptFelt(storageDiff.Key), -// Value: core2p2p.AdaptFelt(storageDiff.Value), -// }, -// }, -// }, -// { -// Address: core2p2p.AdaptAddress(replacedAddress), -// ClassHash: core2p2p.AdaptFelt(replacedClassHash), -// Nonce: core2p2p.AdaptFelt(b.stateDiff.Nonces[*replacedAddress]), -// }, -// }, -// ReplacedClasses: utils.Map(b.stateDiff.ReplacedClasses, core2p2p.AdaptAddressClassHashPair), -// DeployedContracts: utils.Map(b.stateDiff.DeployedContracts, core2p2p.AdaptAddressClassHashPair), -// }, -// }, -// }, -// { -// Id: &spec.BlockID{ -// Number: b.number, -// }, -// BodyMessage: &spec.BlockBodiesResponse_Classes{ -// Classes: &spec.Classes{ -// Domain: 0, -// Classes: []*spec.Class{core2p2p.AdaptClass(cairo0Class), core2p2p.AdaptClass(cairo1Class)}, -// }, -// }, -// }, -// { -// Id: &spec.BlockID{ -// Number: b.number, -// }, -// BodyMessage: &spec.BlockBodiesResponse_Proof{ -// Proof: &spec.BlockProof{ -// Proof: nil, -// }, -// }, -// }, -// { -// Id: &spec.BlockID{ -// Number: b.number, -// }, -// BodyMessage: &spec.BlockBodiesResponse_Fin{}, -// }, -// }...) -// } -// -// expectedMessages = append(expectedMessages, &spec.BlockBodiesResponse{ -// Id: nil, -// BodyMessage: &spec.BlockBodiesResponse_Fin{}, -// }) -// -// var count int -// for body, valid := res(); valid; body, valid = res() { -// if bodyProof, ok := body.BodyMessage.(*spec.BlockBodiesResponse_Proof); ok { -// // client generates random slice of bytes in proofs for now -// bodyProof.Proof = nil -// } -// -// if count == 0 || count == 4 { -// diff := body.BodyMessage.(*spec.BlockBodiesResponse_Diff).Diff.ContractDiffs -// sortContractDiff(diff) -// -// expectedDiff := expectedMessages[count].BodyMessage.(*spec.BlockBodiesResponse_Diff).Diff.ContractDiffs -// sortContractDiff(expectedDiff) -// } -// -// if !assert.True(t, proto.Equal(expectedMessages[count], body), "iteration %d, type %T", count, body.BodyMessage) { -// spew.Dump(body.BodyMessage) -// spew.Dump(expectedMessages[count]) -// } -// count++ -// } -// require.Equal(t, len(expectedMessages), count) -// */ -// }) -// -// t.Run("get receipts", func(t *testing.T) { -// txH := randFelt(t) -// // There are common receipt fields shared by all of different transactions. -// commonReceipt := &core.TransactionReceipt{ -// TransactionHash: txH, -// Fee: randFelt(t), -// L2ToL1Message: []*core.L2ToL1Message{fillFelts(t, &core.L2ToL1Message{}), fillFelts(t, &core.L2ToL1Message{})}, -// ExecutionResources: &core.ExecutionResources{ -// BuiltinInstanceCounter: core.BuiltinInstanceCounter{ -// Pedersen: 1, -// RangeCheck: 2, -// Bitwise: 3, -// Output: 4, -// Ecsda: 5, -// EcOp: 6, -// Keccak: 7, -// Poseidon: 8, -// }, -// MemoryHoles: 9, -// Steps: 10, -// }, -// RevertReason: "some revert reason", -// Events: []*core.Event{fillFelts(t, &core.Event{}), fillFelts(t, &core.Event{})}, -// L1ToL2Message: fillFelts(t, &core.L1ToL2Message{}), -// } -// -// specReceiptCommon := &spec.Receipt_Common{ -// TransactionHash: core2p2p.AdaptHash(commonReceipt.TransactionHash), -// ActualFee: core2p2p.AdaptFelt(commonReceipt.Fee), -// MessagesSent: utils.Map(commonReceipt.L2ToL1Message, core2p2p.AdaptMessageToL1), -// ExecutionResources: core2p2p.AdaptExecutionResources(commonReceipt.ExecutionResources), -// RevertReason: commonReceipt.RevertReason, -// } -// -// invokeTx := &core.InvokeTransaction{TransactionHash: txH} -// expectedInvoke := &spec.Receipt{ -// Type: &spec.Receipt_Invoke_{ -// Invoke: &spec.Receipt_Invoke{ -// Common: specReceiptCommon, -// }, -// }, -// } -// -// declareTx := &core.DeclareTransaction{TransactionHash: txH} -// expectedDeclare := &spec.Receipt{ -// Type: &spec.Receipt_Declare_{ -// Declare: &spec.Receipt_Declare{ -// Common: specReceiptCommon, -// }, -// }, -// } -// -// l1Txn := &core.L1HandlerTransaction{ -// TransactionHash: txH, -// CallData: []*felt.Felt{new(felt.Felt).SetBytes([]byte("calldata 1")), new(felt.Felt).SetBytes([]byte("calldata 2"))}, -// ContractAddress: new(felt.Felt).SetBytes([]byte("contract address")), -// EntryPointSelector: new(felt.Felt).SetBytes([]byte("entry point selector")), -// Nonce: new(felt.Felt).SetBytes([]byte("nonce")), -// } -// expectedL1Handler := &spec.Receipt{ -// Type: &spec.Receipt_L1Handler_{ -// L1Handler: &spec.Receipt_L1Handler{ -// Common: specReceiptCommon, -// MsgHash: &spec.Hash{Elements: l1Txn.MessageHash()}, -// }, -// }, -// } -// -// deployAccTxn := &core.DeployAccountTransaction{ -// DeployTransaction: core.DeployTransaction{ -// TransactionHash: txH, -// ContractAddress: new(felt.Felt).SetBytes([]byte("contract address")), -// }, -// } -// expectedDeployAccount := &spec.Receipt{ -// Type: &spec.Receipt_DeployAccount_{ -// DeployAccount: &spec.Receipt_DeployAccount{ -// Common: specReceiptCommon, -// ContractAddress: core2p2p.AdaptFelt(deployAccTxn.ContractAddress), -// }, -// }, -// } -// -// deployTxn := &core.DeployTransaction{ -// TransactionHash: txH, -// ContractAddress: new(felt.Felt).SetBytes([]byte("contract address")), -// } -// expectedDeploy := &spec.Receipt{ -// Type: &spec.Receipt_DeprecatedDeploy{ -// DeprecatedDeploy: &spec.Receipt_Deploy{ -// Common: specReceiptCommon, -// ContractAddress: core2p2p.AdaptFelt(deployTxn.ContractAddress), -// }, -// }, -// } -// -// tests := []struct { -// b *core.Block -// expectedRs *spec.Receipts -// }{ -// { -// b: &core.Block{ -// Header: &core.Header{Number: 0, Hash: randFelt(t)}, -// Transactions: []core.Transaction{invokeTx}, -// Receipts: []*core.TransactionReceipt{commonReceipt}, -// }, -// expectedRs: &spec.Receipts{Items: []*spec.Receipt{expectedInvoke}}, -// }, -// { -// b: &core.Block{ -// Header: &core.Header{Number: 1, Hash: randFelt(t)}, -// Transactions: []core.Transaction{declareTx}, -// Receipts: []*core.TransactionReceipt{commonReceipt}, -// }, -// expectedRs: &spec.Receipts{Items: []*spec.Receipt{expectedDeclare}}, -// }, -// { -// b: &core.Block{ -// Header: &core.Header{Number: 2, Hash: randFelt(t)}, -// Transactions: []core.Transaction{l1Txn}, -// Receipts: []*core.TransactionReceipt{commonReceipt}, -// }, -// expectedRs: &spec.Receipts{Items: []*spec.Receipt{expectedL1Handler}}, -// }, -// { -// b: &core.Block{ -// Header: &core.Header{Number: 3, Hash: randFelt(t)}, -// Transactions: []core.Transaction{deployAccTxn}, -// Receipts: []*core.TransactionReceipt{commonReceipt}, -// }, -// expectedRs: &spec.Receipts{Items: []*spec.Receipt{expectedDeployAccount}}, -// }, -// { -// b: &core.Block{ -// Header: &core.Header{Number: 4, Hash: randFelt(t)}, -// Transactions: []core.Transaction{deployTxn}, -// Receipts: []*core.TransactionReceipt{commonReceipt}, -// }, -// expectedRs: &spec.Receipts{Items: []*spec.Receipt{expectedDeploy}}, -// }, -// { -// // block with multiple txs receipts -// b: &core.Block{ -// Header: &core.Header{Number: 5, Hash: randFelt(t)}, -// Transactions: []core.Transaction{invokeTx, declareTx}, -// Receipts: []*core.TransactionReceipt{commonReceipt, commonReceipt}, -// }, -// expectedRs: &spec.Receipts{Items: []*spec.Receipt{expectedInvoke, expectedDeclare}}, -// }, -// } -// -// numOfBs := uint64(len(tests)) -// for _, test := range tests { -// mockReader.EXPECT().BlockByNumber(test.b.Number).Return(test.b, nil) -// } -// -// res, cErr := client.RequestReceipts(testCtx, &spec.ReceiptsRequest{Iteration: &spec.Iteration{ -// Start: &spec.Iteration_BlockNumber{BlockNumber: tests[0].b.Number}, -// Direction: spec.Iteration_Forward, -// Limit: numOfBs, -// Step: 1, -// }}) -// require.NoError(t, cErr) -// -// var count uint64 -// for receipts, valid := res(); valid; receipts, valid = res() { -// if count == numOfBs { -// assert.NotNil(t, receipts.GetFin()) -// continue -// } -// -// assert.Equal(t, count, receipts.Id.Number) -// -// expectedRs := tests[count].expectedRs -// assert.True(t, proto.Equal(expectedRs, receipts.GetReceipts())) -// count++ -// } -// require.Equal(t, numOfBs, count) -// }) -// -// t.Run("get txns", func(t *testing.T) { -// blocks := []*core.Block{ -// { -// Header: &core.Header{ -// Number: 0, -// }, -// Transactions: []core.Transaction{ -// fillFelts(t, &core.DeployTransaction{ -// ConstructorCallData: feltSlice(3), -// }), -// fillFelts(t, &core.L1HandlerTransaction{ -// CallData: feltSlice(2), -// Version: txVersion(1), -// }), -// }, -// }, -// { -// Header: &core.Header{ -// Number: 1, -// }, -// Transactions: []core.Transaction{ -// fillFelts(t, &core.DeployAccountTransaction{ -// DeployTransaction: core.DeployTransaction{ -// ConstructorCallData: feltSlice(3), -// Version: txVersion(1), -// }, -// TransactionSignature: feltSlice(2), -// }), -// }, -// }, -// { -// Header: &core.Header{ -// Number: 2, -// }, -// Transactions: []core.Transaction{ -// fillFelts(t, &core.DeclareTransaction{ -// TransactionSignature: feltSlice(2), -// Version: txVersion(0), -// }), -// fillFelts(t, &core.DeclareTransaction{ -// TransactionSignature: feltSlice(2), -// Version: txVersion(1), -// }), -// }, -// }, -// { -// Header: &core.Header{ -// Number: 3, -// }, -// Transactions: []core.Transaction{ -// fillFelts(t, &core.InvokeTransaction{ -// CallData: feltSlice(3), -// TransactionSignature: feltSlice(2), -// Version: txVersion(0), -// }), -// fillFelts(t, &core.InvokeTransaction{ -// CallData: feltSlice(4), -// TransactionSignature: feltSlice(2), -// Version: txVersion(1), -// }), -// }, -// }, -// } -// numOfBlocks := uint64(len(blocks)) -// -// for _, block := range blocks { -// mockReader.EXPECT().BlockByNumber(block.Number).Return(block, nil) -// } -// -// res, cErr := client.RequestTransactions(testCtx, &spec.TransactionsRequest{ -// Iteration: &spec.Iteration{ -// Start: &spec.Iteration_BlockNumber{ -// BlockNumber: blocks[0].Number, -// }, -// Direction: spec.Iteration_Forward, -// Limit: numOfBlocks, -// Step: 1, -// }, -// }) -// require.NoError(t, cErr) -// -// var count uint64 -// for txn, valid := res(); valid; txn, valid = res() { -// if count == numOfBlocks { -// assert.NotNil(t, txn.GetFin()) -// break -// } -// -// assert.Equal(t, count, txn.Id.Number) -// -// expectedTx := mapToExpectedTransactions(blocks[count]) -// assert.True(t, proto.Equal(expectedTx, txn.GetTransactions())) -// count++ -// } -// require.Equal(t, numOfBlocks, count) -// }) -// -// t.Run("get events", func(t *testing.T) { -// eventsPerBlock := [][]*core.Event{ -// {}, // block with no events -// { -// { -// From: randFelt(t), -// Data: feltSlice(1), -// Keys: feltSlice(1), -// }, -// }, -// { -// { -// From: randFelt(t), -// Data: feltSlice(2), -// Keys: feltSlice(2), -// }, -// { -// From: randFelt(t), -// Data: feltSlice(3), -// Keys: feltSlice(3), -// }, -// }, -// } -// for blockNumber, events := range eventsPerBlock { -// blockNumber := uint64(blockNumber) -// mockReader.EXPECT().BlockByNumber(blockNumber).Return(&core.Block{ -// Header: &core.Header{ -// Number: blockNumber, -// }, -// Receipts: []*core.TransactionReceipt{ -// { -// TransactionHash: new(felt.Felt).SetUint64(blockNumber), -// Events: events, -// }, -// }, -// }, nil) -// } -// -// numOfBlocks := uint64(len(eventsPerBlock)) -// res, cErr := client.RequestEvents(testCtx, &spec.EventsRequest{ -// Iteration: &spec.Iteration{ -// Start: &spec.Iteration_BlockNumber{ -// BlockNumber: 0, -// }, -// Direction: spec.Iteration_Forward, -// Limit: numOfBlocks, -// Step: 1, -// }, -// }) -// require.NoError(t, cErr) -// -// var count uint64 -// for evnt, valid := res(); valid; evnt, valid = res() { -// if count == numOfBlocks { -// assert.True(t, proto.Equal(&spec.Fin{}, evnt.GetFin())) -// count++ -// break -// } -// -// assert.Equal(t, count, evnt.Id.Number) -// -// passedEvents := eventsPerBlock[int(count)] -// expectedEventsResponse := &spec.EventsResponse_Events{ -// Events: &spec.Events{ -// Items: utils.Map(passedEvents, func(e *core.Event) *spec.Event { -// return core2p2p.AdaptEvent(e, new(felt.Felt).SetUint64(count)) -// }), -// }, -// } -// -// assert.True(t, proto.Equal(expectedEventsResponse.Events, evnt.GetEvents())) -// count++ -// } -// expectedCount := numOfBlocks + 1 // numOfBlocks messages with blocks + 1 fin message -// require.Equal(t, expectedCount, count) -// -// t.Run("block with multiple tx", func(t *testing.T) { -// blockNumber := uint64(0) -// mockReader.EXPECT().BlockByNumber(blockNumber).Return(&core.Block{ -// Header: &core.Header{ -// Number: blockNumber, -// }, -// Receipts: []*core.TransactionReceipt{ -// { -// TransactionHash: new(felt.Felt).SetUint64(0), -// Events: eventsPerBlock[0], -// }, -// { -// TransactionHash: new(felt.Felt).SetUint64(1), -// Events: eventsPerBlock[1], -// }, -// { -// TransactionHash: new(felt.Felt).SetUint64(2), -// Events: eventsPerBlock[2], -// }, -// }, -// }, nil) -// -// res, cErr = client.RequestEvents(testCtx, &spec.EventsRequest{ -// Iteration: &spec.Iteration{ -// Start: &spec.Iteration_BlockNumber{ -// BlockNumber: blockNumber, -// }, -// Direction: spec.Iteration_Forward, -// Limit: 1, -// Step: 1, -// }, -// }) -// -// expectedEventsResponse := &spec.EventsResponse_Events{ -// Events: &spec.Events{ -// Items: []*spec.Event{ -// core2p2p.AdaptEvent(eventsPerBlock[1][0], new(felt.Felt).SetUint64(1)), -// core2p2p.AdaptEvent(eventsPerBlock[2][0], new(felt.Felt).SetUint64(2)), -// core2p2p.AdaptEvent(eventsPerBlock[2][1], new(felt.Felt).SetUint64(2)), -// }, -// }, -// } -// count = 0 -// for evnt, valid := res(); valid; evnt, valid = res() { -// if count == 1 { -// assert.True(t, proto.Equal(&spec.Fin{}, evnt.GetFin())) -// break -// } -// -// assert.Equal(t, count, evnt.Id.Number) -// -// assert.True(t, proto.Equal(expectedEventsResponse.Events, evnt.GetEvents())) -// count++ -// } -// require.NoError(t, cErr) -// }) -// }) -//} -// -// func expectedHeaderResponse(h *core.Header, c *core.BlockCommitments) *spec.BlockHeadersResponse { -// adaptHash := core2p2p.AdaptHash -// return &spec.BlockHeadersResponse{ -// Part: []*spec.BlockHeadersResponsePart{ -// { -// HeaderMessage: &spec.BlockHeadersResponsePart_Header{ -// Header: &spec.BlockHeader{ -// ParentHash: adaptHash(h.ParentHash), -// Number: h.Number, -// Time: timestamppb.New(time.Unix(int64(h.Timestamp), 0)), -// SequencerAddress: core2p2p.AdaptAddress(h.SequencerAddress), -// State: &spec.Patricia{ -// Height: 251, -// Root: adaptHash(h.GlobalStateRoot), -// }, -// Transactions: &spec.Merkle{ -// NLeaves: uint32(h.TransactionCount), -// Root: adaptHash(c.TransactionCommitment), -// }, -// Events: &spec.Merkle{ -// NLeaves: uint32(h.EventCount), -// Root: adaptHash(c.EventCommitment), -// }, -// }, -// }, -// }, -// { -// HeaderMessage: &spec.BlockHeadersResponsePart_Signatures{ -// Signatures: &spec.Signatures{ -// Block: core2p2p.AdaptBlockID(h), -// Signatures: utils.Map(h.Signatures, core2p2p.AdaptSignature), -// }, -// }, -// }, -// }, -// } -//} -// -// func mapToExpectedTransactions(block *core.Block) *spec.Transactions { -// return &spec.Transactions{ -// Items: utils.Map(block.Transactions, core2p2p.AdaptTransaction), -// } -//} -// -// func txVersion(v uint64) *core.TransactionVersion { -// var f felt.Felt -// f.SetUint64(v) -// -// txV := core.TransactionVersion(f) -// return &txV -//} -// -// func feltSlice(n int) []*felt.Felt { -// return make([]*felt.Felt, n) -//} -// -// func randFelt(t *testing.T) *felt.Felt { -// t.Helper() -// -// f, err := new(felt.Felt).SetRandom() -// require.NoError(t, err) -// -// return f -//} -// -// func fillFelts[T any](t *testing.T, i T) T { -// v := reflect.ValueOf(i) -// if v.Kind() == reflect.Ptr && !v.IsNil() { -// v = v.Elem() -// } -// typ := v.Type() -// -// const feltTypeStr = "*felt.Felt" -// -// for i := 0; i < v.NumField(); i++ { -// f := v.Field(i) -// ftyp := typ.Field(i).Type // Get the type of the current field -// -// // Skip unexported fields -// if !f.CanSet() { -// continue -// } -// -// switch f.Kind() { -// case reflect.Ptr: -// // Check if the type is Felt -// if ftyp.String() == feltTypeStr { -// f.Set(reflect.ValueOf(randFelt(t))) -// } else if f.IsNil() { -// // Initialise the pointer if it's nil -// f.Set(reflect.New(ftyp.Elem())) -// } -// -// if f.Elem().Kind() == reflect.Struct { -// // Recursive call for nested structs -// fillFelts(t, f.Interface()) -// } -// case reflect.Slice: -// // For slices, loop and populate -// for j := 0; j < f.Len(); j++ { -// elem := f.Index(j) -// if elem.Type().String() == feltTypeStr { -// elem.Set(reflect.ValueOf(randFelt(t))) -// } -// } -// case reflect.Struct: -// // Recursive call for nested structs -// fillFelts(t, f.Addr().Interface()) -// } -// } -// -// return i -//} -// -// func sortContractDiff(diff []*spec.StateDiff_ContractDiff) { -// sort.Slice(diff, func(i, j int) bool { -// iAddress := diff[i].Address -// jAddress := diff[j].Address -// return bytes.Compare(iAddress.Elements, jAddress.Elements) < 0 -// }) -//} -// -// func noError[T any](t *testing.T, f func() (T, error)) T { -// t.Helper() -// -// v, err := f() -// require.NoError(t, err) -// -// return v -//} diff --git a/starknetdata/feeder/feeder_test.go b/starknetdata/feeder/feeder_test.go index 442ba2b5f7..272d1ea410 100644 --- a/starknetdata/feeder/feeder_test.go +++ b/starknetdata/feeder/feeder_test.go @@ -176,7 +176,7 @@ func TestTransaction(t *testing.T) { } func TestClassV1(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) adapter := adaptfeeder.New(client) tests := []struct { @@ -184,12 +184,12 @@ func TestClassV1(t *testing.T) { hasCompiledClass bool }{ { - classHash: utils.HexToFelt(t, "0x1cd2edfb485241c4403254d550de0a097fa76743cd30696f714a491a454bad5"), + classHash: utils.HexToFelt(t, "0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292"), hasCompiledClass: true, }, { - classHash: utils.HexToFelt(t, "0x4e70b19333ae94bd958625f7b61ce9eec631653597e68645e13780061b2136c"), - hasCompiledClass: false, + classHash: utils.HexToFelt(t, "0x21c2e8a87c431e8d3e89ecd1a40a0674ef533cce5a1f6c44ba9e60d804ecad2"), + hasCompiledClass: true, }, } @@ -219,15 +219,15 @@ func TestClassV1(t *testing.T) { } func TestStateUpdateWithBlock(t *testing.T) { - numbers := []uint64{0, 78541} + numbers := []uint64{0, 7320, 19199} - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) adapter := adaptfeeder.New(client) ctx := context.Background() for _, number := range numbers { numberStr := strconv.FormatUint(number, 10) - t.Run("integration block number "+numberStr, func(t *testing.T) { + t.Run("block number "+numberStr, func(t *testing.T) { response, err := client.StateUpdateWithBlock(ctx, numberStr) require.NoError(t, err) sig, err := client.Signature(ctx, numberStr) @@ -245,7 +245,7 @@ func TestStateUpdateWithBlock(t *testing.T) { } func TestStateUpdatePendingWithBlock(t *testing.T) { - client := feeder.NewTestClient(t, &utils.Integration) + client := feeder.NewTestClient(t, &utils.Mainnet) adapter := adaptfeeder.New(client) ctx := context.Background() diff --git a/sync/sync_test.go b/sync/sync_test.go index 96181d2d89..3fcd498301 100644 --- a/sync/sync_test.go +++ b/sync/sync_test.go @@ -206,9 +206,9 @@ func TestSubscribeNewHeads(t *testing.T) { t.Parallel() testDB := pebble.NewMemTest(t) log := utils.NewNopZapLogger() - integration := utils.Integration - chain := blockchain.New(testDB, &integration) - integrationClient := feeder.NewTestClient(t, &integration) + network := utils.Mainnet + chain := blockchain.New(testDB, &network) + integrationClient := feeder.NewTestClient(t, &network) gw := adaptfeeder.New(integrationClient) syncer := sync.New(chain, gw, log, 0, false) diff --git a/vm/vm_test.go b/vm/vm_test.go index eab4ad1bef..967a306d1b 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -82,14 +82,14 @@ func TestV1Call(t *testing.T) { testDB := pebble.NewMemTest(t) txn, err := testDB.NewTransaction(true) require.NoError(t, err) - client := feeder.NewTestClient(t, &utils.Sepolia) + client := feeder.NewTestClient(t, &utils.Mainnet) gw := adaptfeeder.New(client) t.Cleanup(func() { require.NoError(t, txn.Discard()) }) contractAddr := utils.HexToFelt(t, "0xDEADBEEF") - classHash := utils.HexToFelt(t, "0x28d1671fb74ecb54d848d463cefccffaef6df3ae40db52130e19fe8299a7b43") + classHash := utils.HexToFelt(t, "0x1338d85d3e579f6944ba06c005238d145920afeb32f94e3a1e234d21e1e9292") simpleClass, err := gw.Class(context.Background(), classHash) require.NoError(t, err) @@ -98,7 +98,7 @@ func TestV1Call(t *testing.T) { testState := core.NewState(txn) require.NoError(t, testState.Update(0, &core.StateUpdate{ OldRoot: &felt.Zero, - NewRoot: utils.HexToFelt(t, "0xb00a6bfc7d0301d26a570ef4f33ad6b307f8f398066b9aeac793b7ffe93082"), + NewRoot: utils.HexToFelt(t, "0x2650cef46c190ec6bb7dc21a5a36781132e7c883b27175e625031149d4f1a84"), StateDiff: &core.StateDiff{ DeployedContracts: map[felt.Felt]*felt.Felt{ *contractAddr: classHash,