zk-agent-cli 0.1.0-beta.1 → 0.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -6
- package/dist/builtin-account-profiles/artifacts/daily-spend-limit/Account.json +693 -0
- package/dist/builtin-account-profiles/artifacts/sed-lite/Account.json +970 -0
- package/dist/builtin-account-profiles/artifacts/sed-lite/EOAValidator.json +50 -0
- package/dist/builtin-account-profiles/artifacts/sed-lite/NativePerTxLimitHook.json +267 -0
- package/dist/builtin-account-profiles/artifacts/sed-lite/TargetAllowlistHook.json +346 -0
- package/dist/builtin-account-profiles/artifacts/sed-lite/TargetSelectorAllowlistHook.json +643 -0
- package/dist/builtin-account-profiles/contracts/daily-spend-limit/AAFactory.sol +28 -0
- package/dist/builtin-account-profiles/contracts/daily-spend-limit/Account.sol +179 -0
- package/dist/builtin-account-profiles/contracts/daily-spend-limit/SpendLimit.sol +85 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/Account.sol +230 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/Auth.sol +16 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/BootloaderAuth.sol +11 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/EOAValidator.sol +23 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/IValidationHook.sol +20 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/IValidator.sol +11 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/ModuleAuth.sol +11 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/ModuleManager.sol +46 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/NativePerTxLimitHook.sol +67 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/OwnerManager.sol +25 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/SelfAuth.sol +9 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/TargetAllowlistHook.sol +110 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/TargetSelectorAllowlistHook.sol +263 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/ValidationHookManager.sol +76 -0
- package/dist/builtin-account-profiles/contracts/sed-lite/ValidatorManager.sol +31 -0
- package/dist/builtin-account-profiles/package.json +5 -0
- package/dist/index.js +4 -3
- package/package.json +1 -1
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractName": "EOAValidator",
|
|
3
|
+
"sourceName": "contracts/sed-lite/EOAValidator.sol",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "bytes4",
|
|
9
|
+
"name": "interfaceId",
|
|
10
|
+
"type": "bytes4"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"name": "supportsInterface",
|
|
14
|
+
"outputs": [
|
|
15
|
+
{
|
|
16
|
+
"internalType": "bool",
|
|
17
|
+
"name": "",
|
|
18
|
+
"type": "bool"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"stateMutability": "pure",
|
|
22
|
+
"type": "function"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"inputs": [
|
|
26
|
+
{
|
|
27
|
+
"internalType": "bytes32",
|
|
28
|
+
"name": "signedHash",
|
|
29
|
+
"type": "bytes32"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"internalType": "bytes",
|
|
33
|
+
"name": "signature",
|
|
34
|
+
"type": "bytes"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"name": "validateSignature",
|
|
38
|
+
"outputs": [
|
|
39
|
+
{
|
|
40
|
+
"internalType": "address",
|
|
41
|
+
"name": "signer",
|
|
42
|
+
"type": "address"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"stateMutability": "pure",
|
|
46
|
+
"type": "function"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"bytecode": "0x00020000000000020000008003000039000000400030043f0000000100200190000000200000c13d00000060021002700000003903200197000000040030008c0000003d0000413d000000000201043b000000e0022002700000003b0020009c000000280000613d0000003c0020009c0000003d0000c13d0000000002000416000000000002004b0000003d0000c13d000000240030008c0000003d0000413d0000000401100370000000000101043b00000047001001980000003d0000c13d000000480010009c00000000020000390000000102006039000000490010009c00000001022061bf000000800020043f0000004a01000041000000e00001042e0000000001000416000000000001004b0000003d0000c13d0000002001000039000001000010044300000120000004430000003a01000041000000e00001042e0000000002000416000000000002004b0000003d0000c13d000000440030008c0000003d0000413d0000002402100370000000000502043b0000003d0050009c0000003d0000213d0000002302500039000000000032004b0000003d0000813d0000000404500039000000000241034f000000000202043b0000003d0020009c0000003d0000213d00000000052500190000002405500039000000000035004b0000003f0000a13d0000000001000019000000e1000104300000001f032000390000003e033001970000003f0030009c000000490000413d0000004501000041000000000010043f0000004101000039000000040010043f0000004601000041000000e1000104300000003f033000390000003e033001970000008003300039000000400030043f0000002003400039000000000431034f000000800020043f0000004b052001980000001f0620018f000000a0035000390000005a0000613d000000a007000039000000000804034f000000008908043c0000000007970436000000000037004b000000560000c13d000000000006004b000000670000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000a00220003900000000000204350000000401100370000000000101043b0000000004000415000000800200043d000000410020008c0000000002000019000000b20000c13d000000c00300043d0000000005000415000000400030009c0000000002000019000000af0000213d000100000005001d000200000004001d000000e00200043d000000a00400043d000000400500043d0000006006500039000000000036043500000040035000390000000000430435000000f802200270000000200350003900000000002304350000000000150435000000000000043f000000390050009c000000390500804100000040015002100000000002000414000000390020009c0000003902008041000000c002200210000000000112019f00000041011001c7000000010200003900df00da0000040f00000060031002700000003903300197000000200030008c000000200400003900000000040340190000001f0540018f00000020044001900000009c0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000047004b000000980000c13d000000000005004b000000a90000613d000000000641034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f00000000005404350000000100200190000000bc0000613d000000000100043d000000430210019700000002040000290000000105000029000000000100041500000000011500490000000001000002000000000100041500000000011400490000000001000002000000400100043d0000000000210435000000390010009c0000003901008041000000400110021000000044011001c7000000e00001042e0000001f0530018f0000004206300198000000400200043d0000000004620019000000c70000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000000c30000c13d000000000005004b000000d40000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000390020009c00000039020080410000004002200210000000000112019f000000e100010430000000dd002104230000000102000039000000000001042d0000000002000019000000000001042d000000df00000432000000e00001042e000000e1000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000333daf920000000000000000000000000000000000000000000000000000000001ffc9a7000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff417fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000200000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff01ffc9a700000000000000000000000000000000000000000000000000000000333daf92000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000a26469706673582212205fd4c8d0da3c06cbf97369bbb9e69737076aa38e2718cc75a9d3da34225f0f1a64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e33303b6c6c766d3a312e302e320055"
|
|
50
|
+
}
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractName": "NativePerTxLimitHook",
|
|
3
|
+
"sourceName": "contracts/sed-lite/NativePerTxLimitHook.sol",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"anonymous": false,
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"indexed": true,
|
|
10
|
+
"internalType": "address",
|
|
11
|
+
"name": "account",
|
|
12
|
+
"type": "address"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "Disabled",
|
|
16
|
+
"type": "event"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"anonymous": false,
|
|
20
|
+
"inputs": [
|
|
21
|
+
{
|
|
22
|
+
"indexed": true,
|
|
23
|
+
"internalType": "address",
|
|
24
|
+
"name": "account",
|
|
25
|
+
"type": "address"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"name": "Inited",
|
|
29
|
+
"type": "event"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"anonymous": false,
|
|
33
|
+
"inputs": [
|
|
34
|
+
{
|
|
35
|
+
"indexed": true,
|
|
36
|
+
"internalType": "address",
|
|
37
|
+
"name": "account",
|
|
38
|
+
"type": "address"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"name": "MaxPerTxRemoved",
|
|
42
|
+
"type": "event"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"anonymous": false,
|
|
46
|
+
"inputs": [
|
|
47
|
+
{
|
|
48
|
+
"indexed": true,
|
|
49
|
+
"internalType": "address",
|
|
50
|
+
"name": "account",
|
|
51
|
+
"type": "address"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"indexed": false,
|
|
55
|
+
"internalType": "uint256",
|
|
56
|
+
"name": "maxPerTx",
|
|
57
|
+
"type": "uint256"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"name": "MaxPerTxSet",
|
|
61
|
+
"type": "event"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"inputs": [],
|
|
65
|
+
"name": "disable",
|
|
66
|
+
"outputs": [],
|
|
67
|
+
"stateMutability": "nonpayable",
|
|
68
|
+
"type": "function"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"inputs": [
|
|
72
|
+
{
|
|
73
|
+
"internalType": "bytes",
|
|
74
|
+
"name": "initData",
|
|
75
|
+
"type": "bytes"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"name": "init",
|
|
79
|
+
"outputs": [],
|
|
80
|
+
"stateMutability": "nonpayable",
|
|
81
|
+
"type": "function"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"inputs": [
|
|
85
|
+
{
|
|
86
|
+
"internalType": "address",
|
|
87
|
+
"name": "account",
|
|
88
|
+
"type": "address"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"name": "isInited",
|
|
92
|
+
"outputs": [
|
|
93
|
+
{
|
|
94
|
+
"internalType": "bool",
|
|
95
|
+
"name": "",
|
|
96
|
+
"type": "bool"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"stateMutability": "view",
|
|
100
|
+
"type": "function"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"inputs": [
|
|
104
|
+
{
|
|
105
|
+
"internalType": "address",
|
|
106
|
+
"name": "",
|
|
107
|
+
"type": "address"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"name": "limits",
|
|
111
|
+
"outputs": [
|
|
112
|
+
{
|
|
113
|
+
"internalType": "uint256",
|
|
114
|
+
"name": "maxPerTx",
|
|
115
|
+
"type": "uint256"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"internalType": "bool",
|
|
119
|
+
"name": "enabled",
|
|
120
|
+
"type": "bool"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"stateMutability": "view",
|
|
124
|
+
"type": "function"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"inputs": [],
|
|
128
|
+
"name": "removeMaxPerTx",
|
|
129
|
+
"outputs": [],
|
|
130
|
+
"stateMutability": "nonpayable",
|
|
131
|
+
"type": "function"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"inputs": [
|
|
135
|
+
{
|
|
136
|
+
"internalType": "uint256",
|
|
137
|
+
"name": "maxPerTx",
|
|
138
|
+
"type": "uint256"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"name": "setMaxPerTx",
|
|
142
|
+
"outputs": [],
|
|
143
|
+
"stateMutability": "nonpayable",
|
|
144
|
+
"type": "function"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"inputs": [
|
|
148
|
+
{
|
|
149
|
+
"internalType": "bytes4",
|
|
150
|
+
"name": "interfaceId",
|
|
151
|
+
"type": "bytes4"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"name": "supportsInterface",
|
|
155
|
+
"outputs": [
|
|
156
|
+
{
|
|
157
|
+
"internalType": "bool",
|
|
158
|
+
"name": "",
|
|
159
|
+
"type": "bool"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"stateMutability": "view",
|
|
163
|
+
"type": "function"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"inputs": [
|
|
167
|
+
{
|
|
168
|
+
"internalType": "bytes32",
|
|
169
|
+
"name": "",
|
|
170
|
+
"type": "bytes32"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"components": [
|
|
174
|
+
{
|
|
175
|
+
"internalType": "uint256",
|
|
176
|
+
"name": "txType",
|
|
177
|
+
"type": "uint256"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"internalType": "uint256",
|
|
181
|
+
"name": "from",
|
|
182
|
+
"type": "uint256"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"internalType": "uint256",
|
|
186
|
+
"name": "to",
|
|
187
|
+
"type": "uint256"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"internalType": "uint256",
|
|
191
|
+
"name": "gasLimit",
|
|
192
|
+
"type": "uint256"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"internalType": "uint256",
|
|
196
|
+
"name": "gasPerPubdataByteLimit",
|
|
197
|
+
"type": "uint256"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"internalType": "uint256",
|
|
201
|
+
"name": "maxFeePerGas",
|
|
202
|
+
"type": "uint256"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"internalType": "uint256",
|
|
206
|
+
"name": "maxPriorityFeePerGas",
|
|
207
|
+
"type": "uint256"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"internalType": "uint256",
|
|
211
|
+
"name": "paymaster",
|
|
212
|
+
"type": "uint256"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"internalType": "uint256",
|
|
216
|
+
"name": "nonce",
|
|
217
|
+
"type": "uint256"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"internalType": "uint256",
|
|
221
|
+
"name": "value",
|
|
222
|
+
"type": "uint256"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"internalType": "uint256[4]",
|
|
226
|
+
"name": "reserved",
|
|
227
|
+
"type": "uint256[4]"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"internalType": "bytes",
|
|
231
|
+
"name": "data",
|
|
232
|
+
"type": "bytes"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"internalType": "bytes",
|
|
236
|
+
"name": "signature",
|
|
237
|
+
"type": "bytes"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"internalType": "bytes32[]",
|
|
241
|
+
"name": "factoryDeps",
|
|
242
|
+
"type": "bytes32[]"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"internalType": "bytes",
|
|
246
|
+
"name": "paymasterInput",
|
|
247
|
+
"type": "bytes"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"internalType": "bytes",
|
|
251
|
+
"name": "reservedDynamic",
|
|
252
|
+
"type": "bytes"
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"internalType": "struct Transaction",
|
|
256
|
+
"name": "transaction",
|
|
257
|
+
"type": "tuple"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"name": "validationHook",
|
|
261
|
+
"outputs": [],
|
|
262
|
+
"stateMutability": "view",
|
|
263
|
+
"type": "function"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"bytecode": "0x0001000000000002000200000000000200000000000103550000008003000039000000400030043f0000000100200190000000290000c13d00000060021002700000007c02200197000000040020008c0000017b0000413d000000000301043b000000e0033002700000007e0030009c000000310000213d000000840030009c0000005f0000213d000000870030009c0000008e0000613d000000880030009c0000017b0000c13d0000000003000416000000000003004b0000017b0000c13d000000240020008c0000017b0000413d0000000401100370000000000101043b000000900010009c0000017b0000213d000000000010043f000000200000043f01eb01d40000040f0000000101100039000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000000a001000041000001ec0001042e0000000001000416000000000001004b0000017b0000c13d0000002001000039000001000010044300000120000004430000007d01000041000001ec0001042e0000007f0030009c0000007f0000213d000000820030009c0000009f0000613d000000830030009c0000017b0000c13d0000000003000416000000000003004b0000017b0000c13d000000240020008c0000017b0000413d0000000403100370000000000303043b0000008f0030009c0000017b0000213d0000002304300039000000000024004b0000017b0000813d0000000404300039000000000541034f000000000505043b0000008f0050009c0000017b0000213d00000000035300190000002403300039000000000023004b0000017b0000213d000000200050008c0000017b0000413d0000002002400039000000000121034f000000000301043b000000000003004b000001410000c13d0000008d01000041000000800010043f0000002001000039000000840010043f0000002301000039000000a40010043f0000009401000041000000c40010043f0000009501000041000000e40010043f0000009601000041000001ed00010430000000850030009c000000c60000613d000000860030009c0000017b0000c13d0000000001000416000000000001004b0000017b0000c13d0000000001000411000000000010043f000000200000043f00000000010004140000007c0010009c0000007c01008041000000c00110021000000089011001c7000080100200003901eb01e60000040f00000001002001900000017b0000613d000000000101043b000000000001041b0000000101100039000000000001041b00000000010004140000007c0010009c0000007c01008041000000c0011002100000008a011001c70000800d0200003900000002030000390000009e040000410000010b0000013d000000800030009c000000dc0000613d000000810030009c0000017b0000c13d0000000003000416000000000003004b0000017b0000c13d000000240020008c0000017b0000413d0000000401100370000000000201043b000000000100041101eb017d0000040f0000000001000019000001ec0001042e0000000003000416000000000003004b0000017b0000c13d000000240020008c0000017b0000413d0000000401100370000000000101043b000000a1001001980000017b0000c13d000000a20010009c00000000020000390000000102006039000000a30010009c00000001022061bf000000800020043f000000a001000041000001ec0001042e0000000003000416000000000003004b0000017b0000c13d000000440020008c0000017b0000413d0000002401100370000000000301043b0000008f0030009c0000017b0000213d0000000001320049000000970010009c0000017b0000213d000002640010008c0000017b0000413d0000000001000415000100000001001d0000000001000411000000000010043f000000200000043f00000000010004140000007c0010009c0000007c01008041000000c00110021000000089011001c70000801002000039000200000003001d01eb01e60000040f000000020400002900000001002001900000017b0000613d000000400200043d000000980020009c000001110000413d0000009c01000041000000000010043f0000004101000039000000040010043f0000009d01000041000001ed000104300000000003000416000000000003004b0000017b0000c13d000000240020008c0000017b0000413d0000000401100370000000000101043b000000900010009c0000017b0000213d000000000010043f000000200000043f01eb01d40000040f0000000102100039000000000202041a000000000101041a000000800010043f000000ff002001900000000001000039000000010100c039000000a00010043f0000009f01000041000001ec0001042e0000000001000416000000000001004b0000017b0000c13d0000000001000411000000000010043f000000200000043f00000000010004140000007c0010009c0000007c01008041000000c00110021000000089011001c7000080100200003901eb01e60000040f00000001002001900000017b0000613d000000000101043b0000000102100039000000000302041a000000ff00300190000001010000c13d000000400100043d00000044021000390000008c0300004100000000003204350000002402100039000000190300003900000000003204350000008d0200004100000000002104350000000402100039000000200300003900000000003204350000007c0010009c0000007c0100804100000040011002100000008e011001c7000001ed00010430000000000001041b000000000002041b00000000010004140000007c0010009c0000007c01008041000000c0011002100000008a011001c70000800d0200003900000002030000390000008b04000041000000000500041101eb01e10000040f00000001002001900000017b0000613d0000000001000019000001ec0001042e000000000301043b0000004001200039000000400010043f000000000103041a00000000021204360000000103300039000000000303041a000000ff003001900000000003000039000000010300c03900000000003204350000013c0000613d00000164024000390000000003000367000000000423034f000000000404043b000000000004004b000001260000c13d000000400220008a000000000223034f000000000402043b000000000014004b0000013c0000a13d000000400100043d00000064021000390000009903000041000000000032043500000044021000390000009a0300004100000000003204350000002402100039000000270300003900000000003204350000008d0200004100000000002104350000000402100039000000200300003900000000003204350000007c0010009c0000007c0100804100000040011002100000009b011001c7000001ed000104300000000001000415000000010110006900000000010000020000000001000019000001ec0001042e0000000002000411000000c001000039000000400010043f000100000003001d000000800030043f0000000101000039000000a00010043f0000009001200197000200000001001d000000000010043f000000200000043f00000000010004140000007c0010009c0000007c01008041000000c00110021000000089011001c7000080100200003901eb01e60000040f00000001002001900000017b0000613d000000000101043b000000800200043d000000000021041b0000000101100039000000000201041a000000a402200197000000a00300043d000000000003004b000000010220c1bf000000000021041b000000400100043d000000010200002900000000002104350000007c0010009c0000007c01008041000000400110021000000000020004140000007c0020009c0000007c02008041000000c002200210000000000112019f00000091011001c70000800d0200003900000002030000390000009204000041000000020500002901eb01e10000040f00000001002001900000017b0000613d00000000010004140000007c0010009c0000007c01008041000000c0011002100000008a011001c70000800d02000039000000020300003900000093040000410000010b0000013d0000000001000019000001ed000104300004000000000002000000400300043d000000000002004b000001bb0000613d000000980030009c000001ce0000813d00000000040200190000004002300039000000400020043f000300000003001d00000000034304360000000102000039000200000003001d00000000002304350000009001100197000400000001001d000000000010043f000000200000043f00000000010004140000007c0010009c0000007c01008041000000c00110021000000089011001c70000801002000039000100000004001d01eb01e60000040f0000000100200190000001b90000613d00000003020000290000000002020433000000000101043b000000000021041b0000000101100039000000000201041a000000a40220019700000002030000290000000003030433000000000003004b000000010220c1bf000000000021041b000000400100043d000000010200002900000000002104350000007c0010009c0000007c01008041000000400110021000000000020004140000007c0020009c0000007c02008041000000c002200210000000000112019f00000091011001c70000800d0200003900000002030000390000009204000041000000040500002901eb01e10000040f0000000100200190000001b90000613d000000000001042d0000000001000019000001ed000104300000006401300039000000950200004100000000002104350000004401300039000000940200004100000000002104350000002401300039000000230200003900000000002104350000008d0100004100000000001304350000000401300039000000200200003900000000002104350000007c0030009c0000007c0300804100000040013002100000009b011001c7000001ed000104300000009c01000041000000000010043f0000004101000039000000040010043f0000009d01000041000001ed0001043000000000010004140000007c0010009c0000007c01008041000000c00110021000000089011001c7000080100200003901eb01e60000040f0000000100200190000001df0000613d000000000101043b000000000001042d0000000001000019000001ed00010430000001e4002104210000000102000039000000000001042d0000000002000019000000000001042d000001e9002104230000000102000039000000000001042d0000000002000019000000000001042d000001eb00000432000001ec0001042e000001ed000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000002000000000000000000000000000000400000010000000000000000000000000000000000000000000000000000000000000000000000000037d5f039000000000000000000000000000000000000000000000000000000006e3e103e000000000000000000000000000000000000000000000000000000006e3e103f00000000000000000000000000000000000000000000000000000000c6f6f2160000000000000000000000000000000000000000000000000000000037d5f03a000000000000000000000000000000000000000000000000000000004ddf47d40000000000000000000000000000000000000000000000000000000020d7bec00000000000000000000000000000000000000000000000000000000020d7bec1000000000000000000000000000000000000000000000000000000002f2770db0000000000000000000000000000000000000000000000000000000001ffc9a7000000000000000000000000000000000000000000000000000000000f23795f02000000000000000000000000000000000000400000000000000000000000000200000000000000000000000000000000000000000000000000000000000000b00adec67a98f3761ec96a34263cc04ccbb8a59fceaf49f8bcbce61a222633494c696d697420686f6f6b206973206e6f7420656e61626c65640000000000000008c379a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffff02000000000000000000000000000000000000200000000000000000000000005aa9573a688ba61d3a0cf2231f379f7cc6d0f4c7070c6b56e4d73bb91c37e4944c3198fee40c6e645ecb6812a49b813b9860b73cb373c9729e1ad592f393fa485370656e6420636170206d7573742062652067726561746572207468616e207a65726f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffc02d747820636170000000000000000000000000000000000000000000000000004e6174697665207472616e73666572206578636565647320686f6f6b2070657200000000000000000000000000000000000000840000000000000000000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000f54453d15e2e6aee566733e6da03165ea58500408e802e05aa4e75f2408f59fe0000000000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000002000000080000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff01ffc9a70000000000000000000000000000000000000000000000000000000037d5f03a00000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000a26469706673582212201f9c7fe65157ba3d01cd3963b8e9509a0db2747e49f0c782889f00364dcb653f64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e33303b6c6c766d3a312e302e320055"
|
|
267
|
+
}
|