@bloxchain/sdk 1.0.0-alpha.20 → 1.0.0-alpha.21
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 +17 -16
- package/abi/AccountBlox.abi.json +1886 -1837
- package/abi/BaseStateMachine.abi.json +780 -775
- package/abi/CopyBlox.abi.json +825 -809
- package/abi/EngineBlox.abi.json +545 -538
- package/abi/GuardController.abi.json +1590 -1585
- package/abi/GuardControllerDefinitions.abi.json +231 -226
- package/abi/IDefinition.abi.json +54 -49
- package/abi/RoleBlox.abi.json +2993 -2993
- package/abi/RuntimeRBAC.abi.json +832 -827
- package/abi/RuntimeRBACDefinitions.abi.json +212 -207
- package/abi/SecureBlox.abi.json +2752 -2752
- package/abi/SecureOwnable.abi.json +1359 -1321
- package/abi/SecureOwnableDefinitions.abi.json +171 -166
- package/dist/abi/AccountBlox.abi.json +1886 -1837
- package/dist/abi/BaseStateMachine.abi.json +780 -775
- package/dist/abi/CopyBlox.abi.json +825 -809
- package/dist/abi/EngineBlox.abi.json +545 -538
- package/dist/abi/GuardController.abi.json +1590 -1585
- package/dist/abi/GuardControllerDefinitions.abi.json +231 -226
- package/dist/abi/IDefinition.abi.json +54 -49
- package/dist/abi/RoleBlox.abi.json +2993 -2993
- package/dist/abi/RuntimeRBAC.abi.json +832 -827
- package/dist/abi/RuntimeRBACDefinitions.abi.json +212 -207
- package/dist/abi/SecureBlox.abi.json +2752 -2752
- package/dist/abi/SecureOwnable.abi.json +1359 -1321
- package/dist/abi/SecureOwnableDefinitions.abi.json +171 -166
- package/dist/contracts/core/SecureOwnable.d.ts +1 -1
- package/dist/contracts/core/SecureOwnable.d.ts.map +1 -1
- package/dist/contracts/core/SecureOwnable.js +2 -2
- package/dist/contracts/core/SecureOwnable.js.map +1 -1
- package/dist/interfaces/core.security.index.d.ts +1 -1
- package/dist/interfaces/core.security.index.d.ts.map +1 -1
- package/dist/interfaces/lib.index.d.ts +1 -1
- package/dist/interfaces/lib.index.d.ts.map +1 -1
- package/dist/lib/Definition.d.ts.map +1 -1
- package/dist/lib/Definition.js +1 -0
- package/dist/lib/Definition.js.map +1 -1
- package/dist/lib/EngineBlox.d.ts +4 -5
- package/dist/lib/EngineBlox.d.ts.map +1 -1
- package/dist/lib/EngineBlox.js +9 -5
- package/dist/lib/EngineBlox.js.map +1 -1
- package/dist/types/core.security.index.js +2 -2
- package/dist/types/definition.index.d.ts +5 -0
- package/dist/types/definition.index.d.ts.map +1 -1
- package/dist/types/definition.index.js.map +1 -1
- package/dist/types/lib.index.d.ts +0 -1
- package/dist/types/lib.index.d.ts.map +1 -1
- package/dist/types/lib.index.js +1 -2
- package/dist/types/lib.index.js.map +1 -1
- package/dist/utils/contract-errors.d.ts +1 -8
- package/dist/utils/contract-errors.d.ts.map +1 -1
- package/dist/utils/contract-errors.js +0 -5
- package/dist/utils/contract-errors.js.map +1 -1
- package/dist/utils/interface-ids.js +1 -1
- package/dist/utils/validations.d.ts.map +1 -1
- package/dist/utils/validations.js +10 -11
- package/dist/utils/validations.js.map +1 -1
- package/package.json +2 -2
- package/abi/SimpleRWA20.abi.json +0 -4010
- package/abi/SimpleRWA20Definitions.abi.json +0 -196
- package/abi/SimpleVault.abi.json +0 -3385
- package/abi/SimpleVaultDefinitions.abi.json +0 -274
package/abi/CopyBlox.abi.json
CHANGED
|
@@ -1,1593 +1,1609 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"type": "error"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"inputs": [
|
|
9
|
-
{
|
|
10
|
-
"internalType": "uint256",
|
|
11
|
-
"name": "balance",
|
|
12
|
-
"type": "uint256"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"internalType": "uint256",
|
|
16
|
-
"name": "needed",
|
|
17
|
-
"type": "uint256"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"name": "InsufficientBalance",
|
|
21
|
-
"type": "error"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"inputs": [
|
|
25
|
-
{
|
|
26
|
-
"internalType": "address",
|
|
27
|
-
"name": "provided",
|
|
28
|
-
"type": "address"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "InvalidAddress",
|
|
32
|
-
"type": "error"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"inputs": [],
|
|
36
|
-
"name": "InvalidInitialization",
|
|
37
|
-
"type": "error"
|
|
3
|
+
"type": "fallback",
|
|
4
|
+
"stateMutability": "payable"
|
|
38
5
|
},
|
|
39
6
|
{
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
"internalType": "address",
|
|
43
|
-
"name": "item",
|
|
44
|
-
"type": "address"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"name": "InvalidOperation",
|
|
48
|
-
"type": "error"
|
|
7
|
+
"type": "receive",
|
|
8
|
+
"stateMutability": "payable"
|
|
49
9
|
},
|
|
50
10
|
{
|
|
11
|
+
"type": "function",
|
|
12
|
+
"name": "cloneBlox",
|
|
51
13
|
"inputs": [
|
|
52
14
|
{
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"name": "NoPermission",
|
|
59
|
-
"type": "error"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"inputs": [],
|
|
63
|
-
"name": "NotInitializing",
|
|
64
|
-
"type": "error"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"inputs": [],
|
|
68
|
-
"name": "NotSupported",
|
|
69
|
-
"type": "error"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [],
|
|
73
|
-
"name": "OperationFailed",
|
|
74
|
-
"type": "error"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"inputs": [
|
|
78
|
-
{
|
|
79
|
-
"internalType": "uint256",
|
|
80
|
-
"name": "rangeSize",
|
|
81
|
-
"type": "uint256"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"internalType": "uint256",
|
|
85
|
-
"name": "maxRangeSize",
|
|
86
|
-
"type": "uint256"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"name": "RangeSizeExceeded",
|
|
90
|
-
"type": "error"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"inputs": [],
|
|
94
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
95
|
-
"type": "error"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"inputs": [
|
|
99
|
-
{
|
|
100
|
-
"internalType": "bytes32",
|
|
101
|
-
"name": "resourceId",
|
|
102
|
-
"type": "bytes32"
|
|
103
|
-
}
|
|
104
|
-
],
|
|
105
|
-
"name": "ResourceNotFound",
|
|
106
|
-
"type": "error"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"anonymous": false,
|
|
110
|
-
"inputs": [
|
|
111
|
-
{
|
|
112
|
-
"indexed": true,
|
|
113
|
-
"internalType": "address",
|
|
114
|
-
"name": "original",
|
|
115
|
-
"type": "address"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"indexed": true,
|
|
119
|
-
"internalType": "address",
|
|
120
|
-
"name": "clone",
|
|
121
|
-
"type": "address"
|
|
15
|
+
"name": "bloxAddress",
|
|
16
|
+
"type": "address",
|
|
17
|
+
"internalType": "address"
|
|
122
18
|
},
|
|
123
19
|
{
|
|
124
|
-
"indexed": true,
|
|
125
|
-
"internalType": "address",
|
|
126
20
|
"name": "initialOwner",
|
|
127
|
-
"type": "address"
|
|
128
|
-
|
|
129
|
-
{
|
|
130
|
-
"indexed": false,
|
|
131
|
-
"internalType": "uint256",
|
|
132
|
-
"name": "cloneNumber",
|
|
133
|
-
"type": "uint256"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"name": "BloxCloned",
|
|
137
|
-
"type": "event"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"anonymous": false,
|
|
141
|
-
"inputs": [
|
|
142
|
-
{
|
|
143
|
-
"indexed": true,
|
|
144
|
-
"internalType": "address",
|
|
145
|
-
"name": "cloneAddress",
|
|
146
|
-
"type": "address"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"indexed": true,
|
|
150
|
-
"internalType": "uint256",
|
|
151
|
-
"name": "txId",
|
|
152
|
-
"type": "uint256"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"indexed": true,
|
|
156
|
-
"internalType": "bytes4",
|
|
157
|
-
"name": "functionSelector",
|
|
158
|
-
"type": "bytes4"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"indexed": false,
|
|
162
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
163
|
-
"name": "status",
|
|
164
|
-
"type": "uint8"
|
|
21
|
+
"type": "address",
|
|
22
|
+
"internalType": "address"
|
|
165
23
|
},
|
|
166
24
|
{
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"type": "address"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"indexed": false,
|
|
174
|
-
"internalType": "address",
|
|
175
|
-
"name": "target",
|
|
176
|
-
"type": "address"
|
|
25
|
+
"name": "broadcaster",
|
|
26
|
+
"type": "address",
|
|
27
|
+
"internalType": "address"
|
|
177
28
|
},
|
|
178
29
|
{
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"type": "bytes32"
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"name": "CloneEventForwarded",
|
|
186
|
-
"type": "event"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"anonymous": false,
|
|
190
|
-
"inputs": [
|
|
191
|
-
{
|
|
192
|
-
"indexed": true,
|
|
193
|
-
"internalType": "bytes4",
|
|
194
|
-
"name": "functionSelector",
|
|
195
|
-
"type": "bytes4"
|
|
30
|
+
"name": "recovery",
|
|
31
|
+
"type": "address",
|
|
32
|
+
"internalType": "address"
|
|
196
33
|
},
|
|
197
34
|
{
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"type": "bytes"
|
|
35
|
+
"name": "timeLockPeriodSec",
|
|
36
|
+
"type": "uint256",
|
|
37
|
+
"internalType": "uint256"
|
|
202
38
|
}
|
|
203
39
|
],
|
|
204
|
-
"
|
|
205
|
-
"type": "event"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"anonymous": false,
|
|
209
|
-
"inputs": [
|
|
40
|
+
"outputs": [
|
|
210
41
|
{
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"type": "uint64"
|
|
42
|
+
"name": "cloneAddress",
|
|
43
|
+
"type": "address",
|
|
44
|
+
"internalType": "address"
|
|
215
45
|
}
|
|
216
46
|
],
|
|
217
|
-
"
|
|
218
|
-
"type": "event"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"stateMutability": "payable",
|
|
222
|
-
"type": "fallback"
|
|
47
|
+
"stateMutability": "nonpayable"
|
|
223
48
|
},
|
|
224
49
|
{
|
|
50
|
+
"type": "function",
|
|
51
|
+
"name": "createMetaTxParams",
|
|
225
52
|
"inputs": [
|
|
226
53
|
{
|
|
227
|
-
"internalType": "address",
|
|
228
54
|
"name": "handlerContract",
|
|
229
|
-
"type": "address"
|
|
55
|
+
"type": "address",
|
|
56
|
+
"internalType": "address"
|
|
230
57
|
},
|
|
231
58
|
{
|
|
232
|
-
"internalType": "bytes4",
|
|
233
59
|
"name": "handlerSelector",
|
|
234
|
-
"type": "bytes4"
|
|
60
|
+
"type": "bytes4",
|
|
61
|
+
"internalType": "bytes4"
|
|
235
62
|
},
|
|
236
63
|
{
|
|
237
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
238
64
|
"name": "action",
|
|
239
|
-
"type": "uint8"
|
|
65
|
+
"type": "uint8",
|
|
66
|
+
"internalType": "enum EngineBlox.TxAction"
|
|
240
67
|
},
|
|
241
68
|
{
|
|
242
|
-
"internalType": "uint256",
|
|
243
69
|
"name": "deadline",
|
|
244
|
-
"type": "uint256"
|
|
70
|
+
"type": "uint256",
|
|
71
|
+
"internalType": "uint256"
|
|
245
72
|
},
|
|
246
73
|
{
|
|
247
|
-
"internalType": "uint256",
|
|
248
74
|
"name": "maxGasPrice",
|
|
249
|
-
"type": "uint256"
|
|
75
|
+
"type": "uint256",
|
|
76
|
+
"internalType": "uint256"
|
|
250
77
|
},
|
|
251
78
|
{
|
|
252
|
-
"internalType": "address",
|
|
253
79
|
"name": "signer",
|
|
254
|
-
"type": "address"
|
|
80
|
+
"type": "address",
|
|
81
|
+
"internalType": "address"
|
|
255
82
|
}
|
|
256
83
|
],
|
|
257
|
-
"name": "createMetaTxParams",
|
|
258
84
|
"outputs": [
|
|
259
85
|
{
|
|
86
|
+
"name": "",
|
|
87
|
+
"type": "tuple",
|
|
88
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
260
89
|
"components": [
|
|
261
90
|
{
|
|
262
|
-
"internalType": "uint256",
|
|
263
91
|
"name": "chainId",
|
|
264
|
-
"type": "uint256"
|
|
92
|
+
"type": "uint256",
|
|
93
|
+
"internalType": "uint256"
|
|
265
94
|
},
|
|
266
95
|
{
|
|
267
|
-
"internalType": "uint256",
|
|
268
96
|
"name": "nonce",
|
|
269
|
-
"type": "uint256"
|
|
97
|
+
"type": "uint256",
|
|
98
|
+
"internalType": "uint256"
|
|
270
99
|
},
|
|
271
100
|
{
|
|
272
|
-
"internalType": "address",
|
|
273
101
|
"name": "handlerContract",
|
|
274
|
-
"type": "address"
|
|
102
|
+
"type": "address",
|
|
103
|
+
"internalType": "address"
|
|
275
104
|
},
|
|
276
105
|
{
|
|
277
|
-
"internalType": "bytes4",
|
|
278
106
|
"name": "handlerSelector",
|
|
279
|
-
"type": "bytes4"
|
|
107
|
+
"type": "bytes4",
|
|
108
|
+
"internalType": "bytes4"
|
|
280
109
|
},
|
|
281
110
|
{
|
|
282
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
283
111
|
"name": "action",
|
|
284
|
-
"type": "uint8"
|
|
112
|
+
"type": "uint8",
|
|
113
|
+
"internalType": "enum EngineBlox.TxAction"
|
|
285
114
|
},
|
|
286
115
|
{
|
|
287
|
-
"internalType": "uint256",
|
|
288
116
|
"name": "deadline",
|
|
289
|
-
"type": "uint256"
|
|
117
|
+
"type": "uint256",
|
|
118
|
+
"internalType": "uint256"
|
|
290
119
|
},
|
|
291
120
|
{
|
|
292
|
-
"internalType": "uint256",
|
|
293
121
|
"name": "maxGasPrice",
|
|
294
|
-
"type": "uint256"
|
|
122
|
+
"type": "uint256",
|
|
123
|
+
"internalType": "uint256"
|
|
295
124
|
},
|
|
296
125
|
{
|
|
297
|
-
"internalType": "address",
|
|
298
126
|
"name": "signer",
|
|
299
|
-
"type": "address"
|
|
127
|
+
"type": "address",
|
|
128
|
+
"internalType": "address"
|
|
300
129
|
}
|
|
301
|
-
]
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"stateMutability": "view"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"type": "function",
|
|
137
|
+
"name": "forwardTxEvent",
|
|
138
|
+
"inputs": [
|
|
139
|
+
{
|
|
140
|
+
"name": "txId",
|
|
141
|
+
"type": "uint256",
|
|
142
|
+
"internalType": "uint256"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "functionSelector",
|
|
146
|
+
"type": "bytes4",
|
|
147
|
+
"internalType": "bytes4"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "status",
|
|
151
|
+
"type": "uint8",
|
|
152
|
+
"internalType": "enum EngineBlox.TxStatus"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "requester",
|
|
156
|
+
"type": "address",
|
|
157
|
+
"internalType": "address"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "target",
|
|
161
|
+
"type": "address",
|
|
162
|
+
"internalType": "address"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "operationType",
|
|
166
|
+
"type": "bytes32",
|
|
167
|
+
"internalType": "bytes32"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "resultHash",
|
|
171
|
+
"type": "bytes32",
|
|
172
|
+
"internalType": "bytes32"
|
|
305
173
|
}
|
|
306
174
|
],
|
|
307
|
-
"
|
|
308
|
-
"
|
|
175
|
+
"outputs": [],
|
|
176
|
+
"stateMutability": "nonpayable"
|
|
309
177
|
},
|
|
310
178
|
{
|
|
179
|
+
"type": "function",
|
|
180
|
+
"name": "generateUnsignedMetaTransactionForExisting",
|
|
311
181
|
"inputs": [
|
|
312
182
|
{
|
|
313
|
-
"internalType": "uint256",
|
|
314
183
|
"name": "txId",
|
|
315
|
-
"type": "uint256"
|
|
184
|
+
"type": "uint256",
|
|
185
|
+
"internalType": "uint256"
|
|
316
186
|
},
|
|
317
187
|
{
|
|
188
|
+
"name": "metaTxParams",
|
|
189
|
+
"type": "tuple",
|
|
190
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
318
191
|
"components": [
|
|
319
192
|
{
|
|
320
|
-
"internalType": "uint256",
|
|
321
193
|
"name": "chainId",
|
|
322
|
-
"type": "uint256"
|
|
194
|
+
"type": "uint256",
|
|
195
|
+
"internalType": "uint256"
|
|
323
196
|
},
|
|
324
197
|
{
|
|
325
|
-
"internalType": "uint256",
|
|
326
198
|
"name": "nonce",
|
|
327
|
-
"type": "uint256"
|
|
199
|
+
"type": "uint256",
|
|
200
|
+
"internalType": "uint256"
|
|
328
201
|
},
|
|
329
202
|
{
|
|
330
|
-
"internalType": "address",
|
|
331
203
|
"name": "handlerContract",
|
|
332
|
-
"type": "address"
|
|
204
|
+
"type": "address",
|
|
205
|
+
"internalType": "address"
|
|
333
206
|
},
|
|
334
207
|
{
|
|
335
|
-
"internalType": "bytes4",
|
|
336
208
|
"name": "handlerSelector",
|
|
337
|
-
"type": "bytes4"
|
|
209
|
+
"type": "bytes4",
|
|
210
|
+
"internalType": "bytes4"
|
|
338
211
|
},
|
|
339
212
|
{
|
|
340
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
341
213
|
"name": "action",
|
|
342
|
-
"type": "uint8"
|
|
214
|
+
"type": "uint8",
|
|
215
|
+
"internalType": "enum EngineBlox.TxAction"
|
|
343
216
|
},
|
|
344
217
|
{
|
|
345
|
-
"internalType": "uint256",
|
|
346
218
|
"name": "deadline",
|
|
347
|
-
"type": "uint256"
|
|
219
|
+
"type": "uint256",
|
|
220
|
+
"internalType": "uint256"
|
|
348
221
|
},
|
|
349
222
|
{
|
|
350
|
-
"internalType": "uint256",
|
|
351
223
|
"name": "maxGasPrice",
|
|
352
|
-
"type": "uint256"
|
|
224
|
+
"type": "uint256",
|
|
225
|
+
"internalType": "uint256"
|
|
353
226
|
},
|
|
354
227
|
{
|
|
355
|
-
"internalType": "address",
|
|
356
228
|
"name": "signer",
|
|
357
|
-
"type": "address"
|
|
229
|
+
"type": "address",
|
|
230
|
+
"internalType": "address"
|
|
358
231
|
}
|
|
359
|
-
]
|
|
360
|
-
"internalType": "struct EngineBlox.MetaTxParams",
|
|
361
|
-
"name": "metaTxParams",
|
|
362
|
-
"type": "tuple"
|
|
232
|
+
]
|
|
363
233
|
}
|
|
364
234
|
],
|
|
365
|
-
"name": "generateUnsignedMetaTransactionForExisting",
|
|
366
235
|
"outputs": [
|
|
367
236
|
{
|
|
237
|
+
"name": "",
|
|
238
|
+
"type": "tuple",
|
|
239
|
+
"internalType": "struct EngineBlox.MetaTransaction",
|
|
368
240
|
"components": [
|
|
369
241
|
{
|
|
242
|
+
"name": "txRecord",
|
|
243
|
+
"type": "tuple",
|
|
244
|
+
"internalType": "struct EngineBlox.TxRecord",
|
|
370
245
|
"components": [
|
|
371
246
|
{
|
|
372
|
-
"internalType": "uint256",
|
|
373
247
|
"name": "txId",
|
|
374
|
-
"type": "uint256"
|
|
248
|
+
"type": "uint256",
|
|
249
|
+
"internalType": "uint256"
|
|
375
250
|
},
|
|
376
251
|
{
|
|
377
|
-
"internalType": "uint256",
|
|
378
252
|
"name": "releaseTime",
|
|
379
|
-
"type": "uint256"
|
|
253
|
+
"type": "uint256",
|
|
254
|
+
"internalType": "uint256"
|
|
380
255
|
},
|
|
381
256
|
{
|
|
382
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
383
257
|
"name": "status",
|
|
384
|
-
"type": "uint8"
|
|
258
|
+
"type": "uint8",
|
|
259
|
+
"internalType": "enum EngineBlox.TxStatus"
|
|
385
260
|
},
|
|
386
261
|
{
|
|
262
|
+
"name": "params",
|
|
263
|
+
"type": "tuple",
|
|
264
|
+
"internalType": "struct EngineBlox.TxParams",
|
|
387
265
|
"components": [
|
|
388
266
|
{
|
|
389
|
-
"internalType": "address",
|
|
390
267
|
"name": "requester",
|
|
391
|
-
"type": "address"
|
|
268
|
+
"type": "address",
|
|
269
|
+
"internalType": "address"
|
|
392
270
|
},
|
|
393
271
|
{
|
|
394
|
-
"internalType": "address",
|
|
395
272
|
"name": "target",
|
|
396
|
-
"type": "address"
|
|
273
|
+
"type": "address",
|
|
274
|
+
"internalType": "address"
|
|
397
275
|
},
|
|
398
276
|
{
|
|
399
|
-
"internalType": "uint256",
|
|
400
277
|
"name": "value",
|
|
401
|
-
"type": "uint256"
|
|
278
|
+
"type": "uint256",
|
|
279
|
+
"internalType": "uint256"
|
|
402
280
|
},
|
|
403
281
|
{
|
|
404
|
-
"internalType": "uint256",
|
|
405
282
|
"name": "gasLimit",
|
|
406
|
-
"type": "uint256"
|
|
283
|
+
"type": "uint256",
|
|
284
|
+
"internalType": "uint256"
|
|
407
285
|
},
|
|
408
286
|
{
|
|
409
|
-
"internalType": "bytes32",
|
|
410
287
|
"name": "operationType",
|
|
411
|
-
"type": "bytes32"
|
|
288
|
+
"type": "bytes32",
|
|
289
|
+
"internalType": "bytes32"
|
|
412
290
|
},
|
|
413
291
|
{
|
|
414
|
-
"internalType": "bytes4",
|
|
415
292
|
"name": "executionSelector",
|
|
416
|
-
"type": "bytes4"
|
|
293
|
+
"type": "bytes4",
|
|
294
|
+
"internalType": "bytes4"
|
|
417
295
|
},
|
|
418
296
|
{
|
|
419
|
-
"internalType": "bytes",
|
|
420
297
|
"name": "executionParams",
|
|
421
|
-
"type": "bytes"
|
|
298
|
+
"type": "bytes",
|
|
299
|
+
"internalType": "bytes"
|
|
422
300
|
}
|
|
423
|
-
]
|
|
424
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
425
|
-
"name": "params",
|
|
426
|
-
"type": "tuple"
|
|
301
|
+
]
|
|
427
302
|
},
|
|
428
303
|
{
|
|
429
|
-
"internalType": "bytes32",
|
|
430
304
|
"name": "message",
|
|
431
|
-
"type": "bytes32"
|
|
305
|
+
"type": "bytes32",
|
|
306
|
+
"internalType": "bytes32"
|
|
432
307
|
},
|
|
433
308
|
{
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
309
|
+
"name": "resultHash",
|
|
310
|
+
"type": "bytes32",
|
|
311
|
+
"internalType": "bytes32"
|
|
437
312
|
},
|
|
438
313
|
{
|
|
314
|
+
"name": "payment",
|
|
315
|
+
"type": "tuple",
|
|
316
|
+
"internalType": "struct EngineBlox.PaymentDetails",
|
|
439
317
|
"components": [
|
|
440
318
|
{
|
|
441
|
-
"internalType": "address",
|
|
442
319
|
"name": "recipient",
|
|
443
|
-
"type": "address"
|
|
320
|
+
"type": "address",
|
|
321
|
+
"internalType": "address"
|
|
444
322
|
},
|
|
445
323
|
{
|
|
446
|
-
"internalType": "uint256",
|
|
447
324
|
"name": "nativeTokenAmount",
|
|
448
|
-
"type": "uint256"
|
|
325
|
+
"type": "uint256",
|
|
326
|
+
"internalType": "uint256"
|
|
449
327
|
},
|
|
450
328
|
{
|
|
451
|
-
"internalType": "address",
|
|
452
329
|
"name": "erc20TokenAddress",
|
|
453
|
-
"type": "address"
|
|
330
|
+
"type": "address",
|
|
331
|
+
"internalType": "address"
|
|
454
332
|
},
|
|
455
333
|
{
|
|
456
|
-
"internalType": "uint256",
|
|
457
334
|
"name": "erc20TokenAmount",
|
|
458
|
-
"type": "uint256"
|
|
335
|
+
"type": "uint256",
|
|
336
|
+
"internalType": "uint256"
|
|
459
337
|
}
|
|
460
|
-
]
|
|
461
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
462
|
-
"name": "payment",
|
|
463
|
-
"type": "tuple"
|
|
338
|
+
]
|
|
464
339
|
}
|
|
465
|
-
]
|
|
466
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
467
|
-
"name": "txRecord",
|
|
468
|
-
"type": "tuple"
|
|
340
|
+
]
|
|
469
341
|
},
|
|
470
342
|
{
|
|
343
|
+
"name": "params",
|
|
344
|
+
"type": "tuple",
|
|
345
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
471
346
|
"components": [
|
|
472
347
|
{
|
|
473
|
-
"internalType": "uint256",
|
|
474
348
|
"name": "chainId",
|
|
475
|
-
"type": "uint256"
|
|
349
|
+
"type": "uint256",
|
|
350
|
+
"internalType": "uint256"
|
|
476
351
|
},
|
|
477
352
|
{
|
|
478
|
-
"internalType": "uint256",
|
|
479
353
|
"name": "nonce",
|
|
480
|
-
"type": "uint256"
|
|
354
|
+
"type": "uint256",
|
|
355
|
+
"internalType": "uint256"
|
|
481
356
|
},
|
|
482
357
|
{
|
|
483
|
-
"internalType": "address",
|
|
484
358
|
"name": "handlerContract",
|
|
485
|
-
"type": "address"
|
|
359
|
+
"type": "address",
|
|
360
|
+
"internalType": "address"
|
|
486
361
|
},
|
|
487
362
|
{
|
|
488
|
-
"internalType": "bytes4",
|
|
489
363
|
"name": "handlerSelector",
|
|
490
|
-
"type": "bytes4"
|
|
364
|
+
"type": "bytes4",
|
|
365
|
+
"internalType": "bytes4"
|
|
491
366
|
},
|
|
492
367
|
{
|
|
493
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
494
368
|
"name": "action",
|
|
495
|
-
"type": "uint8"
|
|
369
|
+
"type": "uint8",
|
|
370
|
+
"internalType": "enum EngineBlox.TxAction"
|
|
496
371
|
},
|
|
497
372
|
{
|
|
498
|
-
"internalType": "uint256",
|
|
499
373
|
"name": "deadline",
|
|
500
|
-
"type": "uint256"
|
|
374
|
+
"type": "uint256",
|
|
375
|
+
"internalType": "uint256"
|
|
501
376
|
},
|
|
502
377
|
{
|
|
503
|
-
"internalType": "uint256",
|
|
504
378
|
"name": "maxGasPrice",
|
|
505
|
-
"type": "uint256"
|
|
379
|
+
"type": "uint256",
|
|
380
|
+
"internalType": "uint256"
|
|
506
381
|
},
|
|
507
382
|
{
|
|
508
|
-
"internalType": "address",
|
|
509
383
|
"name": "signer",
|
|
510
|
-
"type": "address"
|
|
384
|
+
"type": "address",
|
|
385
|
+
"internalType": "address"
|
|
511
386
|
}
|
|
512
|
-
]
|
|
513
|
-
"internalType": "struct EngineBlox.MetaTxParams",
|
|
514
|
-
"name": "params",
|
|
515
|
-
"type": "tuple"
|
|
387
|
+
]
|
|
516
388
|
},
|
|
517
389
|
{
|
|
518
|
-
"internalType": "bytes32",
|
|
519
390
|
"name": "message",
|
|
520
|
-
"type": "bytes32"
|
|
391
|
+
"type": "bytes32",
|
|
392
|
+
"internalType": "bytes32"
|
|
521
393
|
},
|
|
522
394
|
{
|
|
523
|
-
"internalType": "bytes",
|
|
524
395
|
"name": "signature",
|
|
525
|
-
"type": "bytes"
|
|
396
|
+
"type": "bytes",
|
|
397
|
+
"internalType": "bytes"
|
|
526
398
|
},
|
|
527
399
|
{
|
|
528
|
-
"internalType": "bytes",
|
|
529
400
|
"name": "data",
|
|
530
|
-
"type": "bytes"
|
|
401
|
+
"type": "bytes",
|
|
402
|
+
"internalType": "bytes"
|
|
531
403
|
}
|
|
532
|
-
]
|
|
533
|
-
"internalType": "struct EngineBlox.MetaTransaction",
|
|
534
|
-
"name": "",
|
|
535
|
-
"type": "tuple"
|
|
404
|
+
]
|
|
536
405
|
}
|
|
537
406
|
],
|
|
538
|
-
"stateMutability": "view"
|
|
539
|
-
"type": "function"
|
|
407
|
+
"stateMutability": "view"
|
|
540
408
|
},
|
|
541
409
|
{
|
|
410
|
+
"type": "function",
|
|
411
|
+
"name": "generateUnsignedMetaTransactionForNew",
|
|
542
412
|
"inputs": [
|
|
543
413
|
{
|
|
544
|
-
"internalType": "address",
|
|
545
414
|
"name": "requester",
|
|
546
|
-
"type": "address"
|
|
415
|
+
"type": "address",
|
|
416
|
+
"internalType": "address"
|
|
547
417
|
},
|
|
548
418
|
{
|
|
549
|
-
"internalType": "address",
|
|
550
419
|
"name": "target",
|
|
551
|
-
"type": "address"
|
|
420
|
+
"type": "address",
|
|
421
|
+
"internalType": "address"
|
|
552
422
|
},
|
|
553
423
|
{
|
|
554
|
-
"internalType": "uint256",
|
|
555
424
|
"name": "value",
|
|
556
|
-
"type": "uint256"
|
|
425
|
+
"type": "uint256",
|
|
426
|
+
"internalType": "uint256"
|
|
557
427
|
},
|
|
558
428
|
{
|
|
559
|
-
"internalType": "uint256",
|
|
560
429
|
"name": "gasLimit",
|
|
561
|
-
"type": "uint256"
|
|
430
|
+
"type": "uint256",
|
|
431
|
+
"internalType": "uint256"
|
|
562
432
|
},
|
|
563
433
|
{
|
|
564
|
-
"internalType": "bytes32",
|
|
565
434
|
"name": "operationType",
|
|
566
|
-
"type": "bytes32"
|
|
435
|
+
"type": "bytes32",
|
|
436
|
+
"internalType": "bytes32"
|
|
567
437
|
},
|
|
568
438
|
{
|
|
569
|
-
"internalType": "bytes4",
|
|
570
439
|
"name": "executionSelector",
|
|
571
|
-
"type": "bytes4"
|
|
440
|
+
"type": "bytes4",
|
|
441
|
+
"internalType": "bytes4"
|
|
572
442
|
},
|
|
573
443
|
{
|
|
574
|
-
"internalType": "bytes",
|
|
575
444
|
"name": "executionParams",
|
|
576
|
-
"type": "bytes"
|
|
445
|
+
"type": "bytes",
|
|
446
|
+
"internalType": "bytes"
|
|
577
447
|
},
|
|
578
448
|
{
|
|
449
|
+
"name": "metaTxParams",
|
|
450
|
+
"type": "tuple",
|
|
451
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
579
452
|
"components": [
|
|
580
453
|
{
|
|
581
|
-
"internalType": "uint256",
|
|
582
454
|
"name": "chainId",
|
|
583
|
-
"type": "uint256"
|
|
455
|
+
"type": "uint256",
|
|
456
|
+
"internalType": "uint256"
|
|
584
457
|
},
|
|
585
458
|
{
|
|
586
|
-
"internalType": "uint256",
|
|
587
459
|
"name": "nonce",
|
|
588
|
-
"type": "uint256"
|
|
460
|
+
"type": "uint256",
|
|
461
|
+
"internalType": "uint256"
|
|
589
462
|
},
|
|
590
463
|
{
|
|
591
|
-
"internalType": "address",
|
|
592
464
|
"name": "handlerContract",
|
|
593
|
-
"type": "address"
|
|
465
|
+
"type": "address",
|
|
466
|
+
"internalType": "address"
|
|
594
467
|
},
|
|
595
468
|
{
|
|
596
|
-
"internalType": "bytes4",
|
|
597
469
|
"name": "handlerSelector",
|
|
598
|
-
"type": "bytes4"
|
|
470
|
+
"type": "bytes4",
|
|
471
|
+
"internalType": "bytes4"
|
|
599
472
|
},
|
|
600
473
|
{
|
|
601
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
602
474
|
"name": "action",
|
|
603
|
-
"type": "uint8"
|
|
475
|
+
"type": "uint8",
|
|
476
|
+
"internalType": "enum EngineBlox.TxAction"
|
|
604
477
|
},
|
|
605
478
|
{
|
|
606
|
-
"internalType": "uint256",
|
|
607
479
|
"name": "deadline",
|
|
608
|
-
"type": "uint256"
|
|
480
|
+
"type": "uint256",
|
|
481
|
+
"internalType": "uint256"
|
|
609
482
|
},
|
|
610
483
|
{
|
|
611
|
-
"internalType": "uint256",
|
|
612
484
|
"name": "maxGasPrice",
|
|
613
|
-
"type": "uint256"
|
|
485
|
+
"type": "uint256",
|
|
486
|
+
"internalType": "uint256"
|
|
614
487
|
},
|
|
615
488
|
{
|
|
616
|
-
"internalType": "address",
|
|
617
489
|
"name": "signer",
|
|
618
|
-
"type": "address"
|
|
490
|
+
"type": "address",
|
|
491
|
+
"internalType": "address"
|
|
619
492
|
}
|
|
620
|
-
]
|
|
621
|
-
"internalType": "struct EngineBlox.MetaTxParams",
|
|
622
|
-
"name": "metaTxParams",
|
|
623
|
-
"type": "tuple"
|
|
493
|
+
]
|
|
624
494
|
}
|
|
625
495
|
],
|
|
626
|
-
"name": "generateUnsignedMetaTransactionForNew",
|
|
627
496
|
"outputs": [
|
|
628
497
|
{
|
|
498
|
+
"name": "",
|
|
499
|
+
"type": "tuple",
|
|
500
|
+
"internalType": "struct EngineBlox.MetaTransaction",
|
|
629
501
|
"components": [
|
|
630
502
|
{
|
|
503
|
+
"name": "txRecord",
|
|
504
|
+
"type": "tuple",
|
|
505
|
+
"internalType": "struct EngineBlox.TxRecord",
|
|
631
506
|
"components": [
|
|
632
507
|
{
|
|
633
|
-
"internalType": "uint256",
|
|
634
508
|
"name": "txId",
|
|
635
|
-
"type": "uint256"
|
|
509
|
+
"type": "uint256",
|
|
510
|
+
"internalType": "uint256"
|
|
636
511
|
},
|
|
637
512
|
{
|
|
638
|
-
"internalType": "uint256",
|
|
639
513
|
"name": "releaseTime",
|
|
640
|
-
"type": "uint256"
|
|
514
|
+
"type": "uint256",
|
|
515
|
+
"internalType": "uint256"
|
|
641
516
|
},
|
|
642
517
|
{
|
|
643
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
644
518
|
"name": "status",
|
|
645
|
-
"type": "uint8"
|
|
519
|
+
"type": "uint8",
|
|
520
|
+
"internalType": "enum EngineBlox.TxStatus"
|
|
646
521
|
},
|
|
647
522
|
{
|
|
523
|
+
"name": "params",
|
|
524
|
+
"type": "tuple",
|
|
525
|
+
"internalType": "struct EngineBlox.TxParams",
|
|
648
526
|
"components": [
|
|
649
527
|
{
|
|
650
|
-
"internalType": "address",
|
|
651
528
|
"name": "requester",
|
|
652
|
-
"type": "address"
|
|
529
|
+
"type": "address",
|
|
530
|
+
"internalType": "address"
|
|
653
531
|
},
|
|
654
532
|
{
|
|
655
|
-
"internalType": "address",
|
|
656
533
|
"name": "target",
|
|
657
|
-
"type": "address"
|
|
534
|
+
"type": "address",
|
|
535
|
+
"internalType": "address"
|
|
658
536
|
},
|
|
659
537
|
{
|
|
660
|
-
"internalType": "uint256",
|
|
661
538
|
"name": "value",
|
|
662
|
-
"type": "uint256"
|
|
539
|
+
"type": "uint256",
|
|
540
|
+
"internalType": "uint256"
|
|
663
541
|
},
|
|
664
542
|
{
|
|
665
|
-
"internalType": "uint256",
|
|
666
543
|
"name": "gasLimit",
|
|
667
|
-
"type": "uint256"
|
|
544
|
+
"type": "uint256",
|
|
545
|
+
"internalType": "uint256"
|
|
668
546
|
},
|
|
669
547
|
{
|
|
670
|
-
"internalType": "bytes32",
|
|
671
548
|
"name": "operationType",
|
|
672
|
-
"type": "bytes32"
|
|
549
|
+
"type": "bytes32",
|
|
550
|
+
"internalType": "bytes32"
|
|
673
551
|
},
|
|
674
552
|
{
|
|
675
|
-
"internalType": "bytes4",
|
|
676
553
|
"name": "executionSelector",
|
|
677
|
-
"type": "bytes4"
|
|
554
|
+
"type": "bytes4",
|
|
555
|
+
"internalType": "bytes4"
|
|
678
556
|
},
|
|
679
557
|
{
|
|
680
|
-
"internalType": "bytes",
|
|
681
558
|
"name": "executionParams",
|
|
682
|
-
"type": "bytes"
|
|
559
|
+
"type": "bytes",
|
|
560
|
+
"internalType": "bytes"
|
|
683
561
|
}
|
|
684
|
-
]
|
|
685
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
686
|
-
"name": "params",
|
|
687
|
-
"type": "tuple"
|
|
562
|
+
]
|
|
688
563
|
},
|
|
689
564
|
{
|
|
690
|
-
"internalType": "bytes32",
|
|
691
565
|
"name": "message",
|
|
692
|
-
"type": "bytes32"
|
|
566
|
+
"type": "bytes32",
|
|
567
|
+
"internalType": "bytes32"
|
|
693
568
|
},
|
|
694
569
|
{
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
"
|
|
570
|
+
"name": "resultHash",
|
|
571
|
+
"type": "bytes32",
|
|
572
|
+
"internalType": "bytes32"
|
|
698
573
|
},
|
|
699
574
|
{
|
|
575
|
+
"name": "payment",
|
|
576
|
+
"type": "tuple",
|
|
577
|
+
"internalType": "struct EngineBlox.PaymentDetails",
|
|
700
578
|
"components": [
|
|
701
579
|
{
|
|
702
|
-
"internalType": "address",
|
|
703
580
|
"name": "recipient",
|
|
704
|
-
"type": "address"
|
|
581
|
+
"type": "address",
|
|
582
|
+
"internalType": "address"
|
|
705
583
|
},
|
|
706
584
|
{
|
|
707
|
-
"internalType": "uint256",
|
|
708
585
|
"name": "nativeTokenAmount",
|
|
709
|
-
"type": "uint256"
|
|
586
|
+
"type": "uint256",
|
|
587
|
+
"internalType": "uint256"
|
|
710
588
|
},
|
|
711
589
|
{
|
|
712
|
-
"internalType": "address",
|
|
713
590
|
"name": "erc20TokenAddress",
|
|
714
|
-
"type": "address"
|
|
591
|
+
"type": "address",
|
|
592
|
+
"internalType": "address"
|
|
715
593
|
},
|
|
716
594
|
{
|
|
717
|
-
"internalType": "uint256",
|
|
718
595
|
"name": "erc20TokenAmount",
|
|
719
|
-
"type": "uint256"
|
|
596
|
+
"type": "uint256",
|
|
597
|
+
"internalType": "uint256"
|
|
720
598
|
}
|
|
721
|
-
]
|
|
722
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
723
|
-
"name": "payment",
|
|
724
|
-
"type": "tuple"
|
|
599
|
+
]
|
|
725
600
|
}
|
|
726
|
-
]
|
|
727
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
728
|
-
"name": "txRecord",
|
|
729
|
-
"type": "tuple"
|
|
601
|
+
]
|
|
730
602
|
},
|
|
731
603
|
{
|
|
604
|
+
"name": "params",
|
|
605
|
+
"type": "tuple",
|
|
606
|
+
"internalType": "struct EngineBlox.MetaTxParams",
|
|
732
607
|
"components": [
|
|
733
608
|
{
|
|
734
|
-
"internalType": "uint256",
|
|
735
609
|
"name": "chainId",
|
|
736
|
-
"type": "uint256"
|
|
610
|
+
"type": "uint256",
|
|
611
|
+
"internalType": "uint256"
|
|
737
612
|
},
|
|
738
613
|
{
|
|
739
|
-
"internalType": "uint256",
|
|
740
614
|
"name": "nonce",
|
|
741
|
-
"type": "uint256"
|
|
615
|
+
"type": "uint256",
|
|
616
|
+
"internalType": "uint256"
|
|
742
617
|
},
|
|
743
618
|
{
|
|
744
|
-
"internalType": "address",
|
|
745
619
|
"name": "handlerContract",
|
|
746
|
-
"type": "address"
|
|
620
|
+
"type": "address",
|
|
621
|
+
"internalType": "address"
|
|
747
622
|
},
|
|
748
623
|
{
|
|
749
|
-
"internalType": "bytes4",
|
|
750
624
|
"name": "handlerSelector",
|
|
751
|
-
"type": "bytes4"
|
|
625
|
+
"type": "bytes4",
|
|
626
|
+
"internalType": "bytes4"
|
|
752
627
|
},
|
|
753
628
|
{
|
|
754
|
-
"internalType": "enum EngineBlox.TxAction",
|
|
755
629
|
"name": "action",
|
|
756
|
-
"type": "uint8"
|
|
630
|
+
"type": "uint8",
|
|
631
|
+
"internalType": "enum EngineBlox.TxAction"
|
|
757
632
|
},
|
|
758
633
|
{
|
|
759
|
-
"internalType": "uint256",
|
|
760
634
|
"name": "deadline",
|
|
761
|
-
"type": "uint256"
|
|
635
|
+
"type": "uint256",
|
|
636
|
+
"internalType": "uint256"
|
|
762
637
|
},
|
|
763
638
|
{
|
|
764
|
-
"internalType": "uint256",
|
|
765
639
|
"name": "maxGasPrice",
|
|
766
|
-
"type": "uint256"
|
|
640
|
+
"type": "uint256",
|
|
641
|
+
"internalType": "uint256"
|
|
767
642
|
},
|
|
768
643
|
{
|
|
769
|
-
"internalType": "address",
|
|
770
644
|
"name": "signer",
|
|
771
|
-
"type": "address"
|
|
645
|
+
"type": "address",
|
|
646
|
+
"internalType": "address"
|
|
772
647
|
}
|
|
773
|
-
]
|
|
774
|
-
"internalType": "struct EngineBlox.MetaTxParams",
|
|
775
|
-
"name": "params",
|
|
776
|
-
"type": "tuple"
|
|
648
|
+
]
|
|
777
649
|
},
|
|
778
650
|
{
|
|
779
|
-
"internalType": "bytes32",
|
|
780
651
|
"name": "message",
|
|
781
|
-
"type": "bytes32"
|
|
652
|
+
"type": "bytes32",
|
|
653
|
+
"internalType": "bytes32"
|
|
782
654
|
},
|
|
783
655
|
{
|
|
784
|
-
"internalType": "bytes",
|
|
785
656
|
"name": "signature",
|
|
786
|
-
"type": "bytes"
|
|
657
|
+
"type": "bytes",
|
|
658
|
+
"internalType": "bytes"
|
|
787
659
|
},
|
|
788
660
|
{
|
|
789
|
-
"internalType": "bytes",
|
|
790
661
|
"name": "data",
|
|
791
|
-
"type": "bytes"
|
|
662
|
+
"type": "bytes",
|
|
663
|
+
"internalType": "bytes"
|
|
792
664
|
}
|
|
793
|
-
]
|
|
794
|
-
"internalType": "struct EngineBlox.MetaTransaction",
|
|
795
|
-
"name": "",
|
|
796
|
-
"type": "tuple"
|
|
665
|
+
]
|
|
797
666
|
}
|
|
798
667
|
],
|
|
799
|
-
"stateMutability": "view"
|
|
800
|
-
"type": "function"
|
|
668
|
+
"stateMutability": "view"
|
|
801
669
|
},
|
|
802
670
|
{
|
|
671
|
+
"type": "function",
|
|
672
|
+
"name": "getActiveRolePermissions",
|
|
803
673
|
"inputs": [
|
|
804
674
|
{
|
|
805
|
-
"internalType": "bytes32",
|
|
806
675
|
"name": "roleHash",
|
|
807
|
-
"type": "bytes32"
|
|
676
|
+
"type": "bytes32",
|
|
677
|
+
"internalType": "bytes32"
|
|
808
678
|
}
|
|
809
679
|
],
|
|
810
|
-
"name": "getActiveRolePermissions",
|
|
811
680
|
"outputs": [
|
|
812
681
|
{
|
|
682
|
+
"name": "",
|
|
683
|
+
"type": "tuple[]",
|
|
684
|
+
"internalType": "struct EngineBlox.FunctionPermission[]",
|
|
813
685
|
"components": [
|
|
814
686
|
{
|
|
815
|
-
"internalType": "bytes4",
|
|
816
687
|
"name": "functionSelector",
|
|
817
|
-
"type": "bytes4"
|
|
688
|
+
"type": "bytes4",
|
|
689
|
+
"internalType": "bytes4"
|
|
818
690
|
},
|
|
819
691
|
{
|
|
820
|
-
"internalType": "uint16",
|
|
821
692
|
"name": "grantedActionsBitmap",
|
|
822
|
-
"type": "uint16"
|
|
693
|
+
"type": "uint16",
|
|
694
|
+
"internalType": "uint16"
|
|
823
695
|
},
|
|
824
696
|
{
|
|
825
|
-
"internalType": "bytes4[]",
|
|
826
697
|
"name": "handlerForSelectors",
|
|
827
|
-
"type": "bytes4[]"
|
|
698
|
+
"type": "bytes4[]",
|
|
699
|
+
"internalType": "bytes4[]"
|
|
828
700
|
}
|
|
829
|
-
]
|
|
830
|
-
"internalType": "struct EngineBlox.FunctionPermission[]",
|
|
831
|
-
"name": "",
|
|
832
|
-
"type": "tuple[]"
|
|
701
|
+
]
|
|
833
702
|
}
|
|
834
703
|
],
|
|
835
|
-
"stateMutability": "view"
|
|
836
|
-
"type": "function"
|
|
704
|
+
"stateMutability": "view"
|
|
837
705
|
},
|
|
838
706
|
{
|
|
707
|
+
"type": "function",
|
|
708
|
+
"name": "getAuthorizedWallets",
|
|
839
709
|
"inputs": [
|
|
840
710
|
{
|
|
841
|
-
"internalType": "bytes32",
|
|
842
711
|
"name": "roleHash",
|
|
843
|
-
"type": "bytes32"
|
|
712
|
+
"type": "bytes32",
|
|
713
|
+
"internalType": "bytes32"
|
|
844
714
|
}
|
|
845
715
|
],
|
|
846
|
-
"name": "getAuthorizedWallets",
|
|
847
716
|
"outputs": [
|
|
848
717
|
{
|
|
849
|
-
"internalType": "address[]",
|
|
850
718
|
"name": "",
|
|
851
|
-
"type": "address[]"
|
|
719
|
+
"type": "address[]",
|
|
720
|
+
"internalType": "address[]"
|
|
852
721
|
}
|
|
853
722
|
],
|
|
854
|
-
"stateMutability": "view"
|
|
855
|
-
"type": "function"
|
|
723
|
+
"stateMutability": "view"
|
|
856
724
|
},
|
|
857
725
|
{
|
|
858
|
-
"
|
|
726
|
+
"type": "function",
|
|
859
727
|
"name": "getBroadcasters",
|
|
728
|
+
"inputs": [],
|
|
860
729
|
"outputs": [
|
|
861
730
|
{
|
|
862
|
-
"internalType": "address[]",
|
|
863
731
|
"name": "",
|
|
864
|
-
"type": "address[]"
|
|
732
|
+
"type": "address[]",
|
|
733
|
+
"internalType": "address[]"
|
|
865
734
|
}
|
|
866
735
|
],
|
|
867
|
-
"stateMutability": "view"
|
|
868
|
-
"type": "function"
|
|
736
|
+
"stateMutability": "view"
|
|
869
737
|
},
|
|
870
738
|
{
|
|
739
|
+
"type": "function",
|
|
740
|
+
"name": "getCloneAtIndex",
|
|
871
741
|
"inputs": [
|
|
872
742
|
{
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
"
|
|
743
|
+
"name": "index",
|
|
744
|
+
"type": "uint256",
|
|
745
|
+
"internalType": "uint256"
|
|
876
746
|
}
|
|
877
747
|
],
|
|
748
|
+
"outputs": [
|
|
749
|
+
{
|
|
750
|
+
"name": "",
|
|
751
|
+
"type": "address",
|
|
752
|
+
"internalType": "address"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"stateMutability": "view"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"type": "function",
|
|
759
|
+
"name": "getCloneCount",
|
|
760
|
+
"inputs": [],
|
|
761
|
+
"outputs": [
|
|
762
|
+
{
|
|
763
|
+
"name": "",
|
|
764
|
+
"type": "uint256",
|
|
765
|
+
"internalType": "uint256"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"stateMutability": "view"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"type": "function",
|
|
878
772
|
"name": "getFunctionSchema",
|
|
773
|
+
"inputs": [
|
|
774
|
+
{
|
|
775
|
+
"name": "functionSelector",
|
|
776
|
+
"type": "bytes4",
|
|
777
|
+
"internalType": "bytes4"
|
|
778
|
+
}
|
|
779
|
+
],
|
|
879
780
|
"outputs": [
|
|
880
781
|
{
|
|
782
|
+
"name": "",
|
|
783
|
+
"type": "tuple",
|
|
784
|
+
"internalType": "struct EngineBlox.FunctionSchema",
|
|
881
785
|
"components": [
|
|
882
786
|
{
|
|
883
|
-
"internalType": "string",
|
|
884
787
|
"name": "functionSignature",
|
|
885
|
-
"type": "string"
|
|
788
|
+
"type": "string",
|
|
789
|
+
"internalType": "string"
|
|
886
790
|
},
|
|
887
791
|
{
|
|
888
|
-
"internalType": "bytes4",
|
|
889
792
|
"name": "functionSelector",
|
|
890
|
-
"type": "bytes4"
|
|
793
|
+
"type": "bytes4",
|
|
794
|
+
"internalType": "bytes4"
|
|
891
795
|
},
|
|
892
796
|
{
|
|
893
|
-
"internalType": "bytes32",
|
|
894
797
|
"name": "operationType",
|
|
895
|
-
"type": "bytes32"
|
|
798
|
+
"type": "bytes32",
|
|
799
|
+
"internalType": "bytes32"
|
|
896
800
|
},
|
|
897
801
|
{
|
|
898
|
-
"internalType": "string",
|
|
899
802
|
"name": "operationName",
|
|
900
|
-
"type": "string"
|
|
803
|
+
"type": "string",
|
|
804
|
+
"internalType": "string"
|
|
901
805
|
},
|
|
902
806
|
{
|
|
903
|
-
"internalType": "uint16",
|
|
904
807
|
"name": "supportedActionsBitmap",
|
|
905
|
-
"type": "uint16"
|
|
808
|
+
"type": "uint16",
|
|
809
|
+
"internalType": "uint16"
|
|
906
810
|
},
|
|
907
811
|
{
|
|
908
|
-
"internalType": "bool",
|
|
909
812
|
"name": "enforceHandlerRelations",
|
|
910
|
-
"type": "bool"
|
|
813
|
+
"type": "bool",
|
|
814
|
+
"internalType": "bool"
|
|
911
815
|
},
|
|
912
816
|
{
|
|
913
|
-
"internalType": "bool",
|
|
914
817
|
"name": "isProtected",
|
|
915
|
-
"type": "bool"
|
|
818
|
+
"type": "bool",
|
|
819
|
+
"internalType": "bool"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "isGrantRevocable",
|
|
823
|
+
"type": "bool",
|
|
824
|
+
"internalType": "bool"
|
|
916
825
|
},
|
|
917
826
|
{
|
|
918
|
-
"internalType": "bytes4[]",
|
|
919
827
|
"name": "handlerForSelectors",
|
|
920
|
-
"type": "bytes4[]"
|
|
828
|
+
"type": "bytes4[]",
|
|
829
|
+
"internalType": "bytes4[]"
|
|
921
830
|
}
|
|
922
|
-
]
|
|
923
|
-
"internalType": "struct EngineBlox.FunctionSchema",
|
|
924
|
-
"name": "",
|
|
925
|
-
"type": "tuple"
|
|
831
|
+
]
|
|
926
832
|
}
|
|
927
833
|
],
|
|
928
|
-
"stateMutability": "view"
|
|
929
|
-
"type": "function"
|
|
834
|
+
"stateMutability": "view"
|
|
930
835
|
},
|
|
931
836
|
{
|
|
837
|
+
"type": "function",
|
|
838
|
+
"name": "getFunctionWhitelistTargets",
|
|
932
839
|
"inputs": [
|
|
933
840
|
{
|
|
934
|
-
"internalType": "bytes4",
|
|
935
841
|
"name": "functionSelector",
|
|
936
|
-
"type": "bytes4"
|
|
842
|
+
"type": "bytes4",
|
|
843
|
+
"internalType": "bytes4"
|
|
937
844
|
}
|
|
938
845
|
],
|
|
939
|
-
"name": "getFunctionWhitelistTargets",
|
|
940
846
|
"outputs": [
|
|
941
847
|
{
|
|
942
|
-
"internalType": "address[]",
|
|
943
848
|
"name": "",
|
|
944
|
-
"type": "address[]"
|
|
849
|
+
"type": "address[]",
|
|
850
|
+
"internalType": "address[]"
|
|
945
851
|
}
|
|
946
852
|
],
|
|
947
|
-
"stateMutability": "view"
|
|
948
|
-
"type": "function"
|
|
853
|
+
"stateMutability": "view"
|
|
949
854
|
},
|
|
950
855
|
{
|
|
856
|
+
"type": "function",
|
|
857
|
+
"name": "getHooks",
|
|
951
858
|
"inputs": [
|
|
952
859
|
{
|
|
953
|
-
"internalType": "bytes4",
|
|
954
860
|
"name": "functionSelector",
|
|
955
|
-
"type": "bytes4"
|
|
861
|
+
"type": "bytes4",
|
|
862
|
+
"internalType": "bytes4"
|
|
956
863
|
}
|
|
957
864
|
],
|
|
958
|
-
"name": "getHooks",
|
|
959
865
|
"outputs": [
|
|
960
866
|
{
|
|
961
|
-
"internalType": "address[]",
|
|
962
867
|
"name": "hooks",
|
|
963
|
-
"type": "address[]"
|
|
868
|
+
"type": "address[]",
|
|
869
|
+
"internalType": "address[]"
|
|
964
870
|
}
|
|
965
871
|
],
|
|
966
|
-
"stateMutability": "view"
|
|
967
|
-
"type": "function"
|
|
872
|
+
"stateMutability": "view"
|
|
968
873
|
},
|
|
969
874
|
{
|
|
970
|
-
"
|
|
875
|
+
"type": "function",
|
|
971
876
|
"name": "getPendingTransactions",
|
|
877
|
+
"inputs": [],
|
|
972
878
|
"outputs": [
|
|
973
879
|
{
|
|
974
|
-
"internalType": "uint256[]",
|
|
975
880
|
"name": "",
|
|
976
|
-
"type": "uint256[]"
|
|
881
|
+
"type": "uint256[]",
|
|
882
|
+
"internalType": "uint256[]"
|
|
977
883
|
}
|
|
978
884
|
],
|
|
979
|
-
"stateMutability": "view"
|
|
980
|
-
"type": "function"
|
|
885
|
+
"stateMutability": "view"
|
|
981
886
|
},
|
|
982
887
|
{
|
|
983
|
-
"
|
|
888
|
+
"type": "function",
|
|
984
889
|
"name": "getRecovery",
|
|
890
|
+
"inputs": [],
|
|
985
891
|
"outputs": [
|
|
986
892
|
{
|
|
987
|
-
"internalType": "address",
|
|
988
893
|
"name": "",
|
|
989
|
-
"type": "address"
|
|
894
|
+
"type": "address",
|
|
895
|
+
"internalType": "address"
|
|
990
896
|
}
|
|
991
897
|
],
|
|
992
|
-
"stateMutability": "view"
|
|
993
|
-
"type": "function"
|
|
898
|
+
"stateMutability": "view"
|
|
994
899
|
},
|
|
995
900
|
{
|
|
901
|
+
"type": "function",
|
|
902
|
+
"name": "getRole",
|
|
996
903
|
"inputs": [
|
|
997
904
|
{
|
|
998
|
-
"internalType": "bytes32",
|
|
999
905
|
"name": "roleHash",
|
|
1000
|
-
"type": "bytes32"
|
|
906
|
+
"type": "bytes32",
|
|
907
|
+
"internalType": "bytes32"
|
|
1001
908
|
}
|
|
1002
909
|
],
|
|
1003
|
-
"name": "getRole",
|
|
1004
910
|
"outputs": [
|
|
1005
911
|
{
|
|
1006
|
-
"internalType": "string",
|
|
1007
912
|
"name": "roleName",
|
|
1008
|
-
"type": "string"
|
|
913
|
+
"type": "string",
|
|
914
|
+
"internalType": "string"
|
|
1009
915
|
},
|
|
1010
916
|
{
|
|
1011
|
-
"internalType": "bytes32",
|
|
1012
917
|
"name": "hash",
|
|
1013
|
-
"type": "bytes32"
|
|
918
|
+
"type": "bytes32",
|
|
919
|
+
"internalType": "bytes32"
|
|
1014
920
|
},
|
|
1015
921
|
{
|
|
1016
|
-
"internalType": "uint256",
|
|
1017
922
|
"name": "maxWallets",
|
|
1018
|
-
"type": "uint256"
|
|
923
|
+
"type": "uint256",
|
|
924
|
+
"internalType": "uint256"
|
|
1019
925
|
},
|
|
1020
926
|
{
|
|
1021
|
-
"internalType": "uint256",
|
|
1022
927
|
"name": "walletCount",
|
|
1023
|
-
"type": "uint256"
|
|
928
|
+
"type": "uint256",
|
|
929
|
+
"internalType": "uint256"
|
|
1024
930
|
},
|
|
1025
931
|
{
|
|
1026
|
-
"internalType": "bool",
|
|
1027
932
|
"name": "isProtected",
|
|
1028
|
-
"type": "bool"
|
|
933
|
+
"type": "bool",
|
|
934
|
+
"internalType": "bool"
|
|
1029
935
|
}
|
|
1030
936
|
],
|
|
1031
|
-
"stateMutability": "view"
|
|
1032
|
-
"type": "function"
|
|
937
|
+
"stateMutability": "view"
|
|
1033
938
|
},
|
|
1034
939
|
{
|
|
940
|
+
"type": "function",
|
|
941
|
+
"name": "getSignerNonce",
|
|
1035
942
|
"inputs": [
|
|
1036
943
|
{
|
|
1037
|
-
"internalType": "address",
|
|
1038
944
|
"name": "signer",
|
|
1039
|
-
"type": "address"
|
|
945
|
+
"type": "address",
|
|
946
|
+
"internalType": "address"
|
|
1040
947
|
}
|
|
1041
948
|
],
|
|
1042
|
-
"name": "getSignerNonce",
|
|
1043
949
|
"outputs": [
|
|
1044
950
|
{
|
|
1045
|
-
"internalType": "uint256",
|
|
1046
951
|
"name": "",
|
|
1047
|
-
"type": "uint256"
|
|
952
|
+
"type": "uint256",
|
|
953
|
+
"internalType": "uint256"
|
|
1048
954
|
}
|
|
1049
955
|
],
|
|
1050
|
-
"stateMutability": "view"
|
|
1051
|
-
"type": "function"
|
|
956
|
+
"stateMutability": "view"
|
|
1052
957
|
},
|
|
1053
958
|
{
|
|
1054
|
-
"
|
|
959
|
+
"type": "function",
|
|
1055
960
|
"name": "getSupportedFunctions",
|
|
961
|
+
"inputs": [],
|
|
1056
962
|
"outputs": [
|
|
1057
963
|
{
|
|
1058
|
-
"internalType": "bytes4[]",
|
|
1059
964
|
"name": "",
|
|
1060
|
-
"type": "bytes4[]"
|
|
965
|
+
"type": "bytes4[]",
|
|
966
|
+
"internalType": "bytes4[]"
|
|
1061
967
|
}
|
|
1062
968
|
],
|
|
1063
|
-
"stateMutability": "view"
|
|
1064
|
-
"type": "function"
|
|
969
|
+
"stateMutability": "view"
|
|
1065
970
|
},
|
|
1066
971
|
{
|
|
1067
|
-
"
|
|
972
|
+
"type": "function",
|
|
1068
973
|
"name": "getSupportedOperationTypes",
|
|
974
|
+
"inputs": [],
|
|
1069
975
|
"outputs": [
|
|
1070
976
|
{
|
|
1071
|
-
"internalType": "bytes32[]",
|
|
1072
977
|
"name": "",
|
|
1073
|
-
"type": "bytes32[]"
|
|
978
|
+
"type": "bytes32[]",
|
|
979
|
+
"internalType": "bytes32[]"
|
|
1074
980
|
}
|
|
1075
981
|
],
|
|
1076
|
-
"stateMutability": "view"
|
|
1077
|
-
"type": "function"
|
|
982
|
+
"stateMutability": "view"
|
|
1078
983
|
},
|
|
1079
984
|
{
|
|
1080
|
-
"
|
|
985
|
+
"type": "function",
|
|
1081
986
|
"name": "getSupportedRoles",
|
|
987
|
+
"inputs": [],
|
|
1082
988
|
"outputs": [
|
|
1083
989
|
{
|
|
1084
|
-
"internalType": "bytes32[]",
|
|
1085
990
|
"name": "",
|
|
1086
|
-
"type": "bytes32[]"
|
|
991
|
+
"type": "bytes32[]",
|
|
992
|
+
"internalType": "bytes32[]"
|
|
1087
993
|
}
|
|
1088
994
|
],
|
|
1089
|
-
"stateMutability": "view"
|
|
1090
|
-
"type": "function"
|
|
995
|
+
"stateMutability": "view"
|
|
1091
996
|
},
|
|
1092
997
|
{
|
|
1093
|
-
"
|
|
998
|
+
"type": "function",
|
|
1094
999
|
"name": "getTimeLockPeriodSec",
|
|
1000
|
+
"inputs": [],
|
|
1095
1001
|
"outputs": [
|
|
1096
1002
|
{
|
|
1097
|
-
"internalType": "uint256",
|
|
1098
1003
|
"name": "",
|
|
1099
|
-
"type": "uint256"
|
|
1004
|
+
"type": "uint256",
|
|
1005
|
+
"internalType": "uint256"
|
|
1100
1006
|
}
|
|
1101
1007
|
],
|
|
1102
|
-
"stateMutability": "view"
|
|
1103
|
-
"type": "function"
|
|
1008
|
+
"stateMutability": "view"
|
|
1104
1009
|
},
|
|
1105
1010
|
{
|
|
1011
|
+
"type": "function",
|
|
1012
|
+
"name": "getTransaction",
|
|
1106
1013
|
"inputs": [
|
|
1107
1014
|
{
|
|
1108
|
-
"internalType": "uint256",
|
|
1109
1015
|
"name": "txId",
|
|
1110
|
-
"type": "uint256"
|
|
1016
|
+
"type": "uint256",
|
|
1017
|
+
"internalType": "uint256"
|
|
1111
1018
|
}
|
|
1112
1019
|
],
|
|
1113
|
-
"name": "getTransaction",
|
|
1114
1020
|
"outputs": [
|
|
1115
1021
|
{
|
|
1022
|
+
"name": "",
|
|
1023
|
+
"type": "tuple",
|
|
1024
|
+
"internalType": "struct EngineBlox.TxRecord",
|
|
1116
1025
|
"components": [
|
|
1117
1026
|
{
|
|
1118
|
-
"internalType": "uint256",
|
|
1119
1027
|
"name": "txId",
|
|
1120
|
-
"type": "uint256"
|
|
1028
|
+
"type": "uint256",
|
|
1029
|
+
"internalType": "uint256"
|
|
1121
1030
|
},
|
|
1122
1031
|
{
|
|
1123
|
-
"internalType": "uint256",
|
|
1124
1032
|
"name": "releaseTime",
|
|
1125
|
-
"type": "uint256"
|
|
1033
|
+
"type": "uint256",
|
|
1034
|
+
"internalType": "uint256"
|
|
1126
1035
|
},
|
|
1127
1036
|
{
|
|
1128
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
1129
1037
|
"name": "status",
|
|
1130
|
-
"type": "uint8"
|
|
1038
|
+
"type": "uint8",
|
|
1039
|
+
"internalType": "enum EngineBlox.TxStatus"
|
|
1131
1040
|
},
|
|
1132
1041
|
{
|
|
1042
|
+
"name": "params",
|
|
1043
|
+
"type": "tuple",
|
|
1044
|
+
"internalType": "struct EngineBlox.TxParams",
|
|
1133
1045
|
"components": [
|
|
1134
1046
|
{
|
|
1135
|
-
"internalType": "address",
|
|
1136
1047
|
"name": "requester",
|
|
1137
|
-
"type": "address"
|
|
1048
|
+
"type": "address",
|
|
1049
|
+
"internalType": "address"
|
|
1138
1050
|
},
|
|
1139
1051
|
{
|
|
1140
|
-
"internalType": "address",
|
|
1141
1052
|
"name": "target",
|
|
1142
|
-
"type": "address"
|
|
1053
|
+
"type": "address",
|
|
1054
|
+
"internalType": "address"
|
|
1143
1055
|
},
|
|
1144
1056
|
{
|
|
1145
|
-
"internalType": "uint256",
|
|
1146
1057
|
"name": "value",
|
|
1147
|
-
"type": "uint256"
|
|
1058
|
+
"type": "uint256",
|
|
1059
|
+
"internalType": "uint256"
|
|
1148
1060
|
},
|
|
1149
1061
|
{
|
|
1150
|
-
"internalType": "uint256",
|
|
1151
1062
|
"name": "gasLimit",
|
|
1152
|
-
"type": "uint256"
|
|
1063
|
+
"type": "uint256",
|
|
1064
|
+
"internalType": "uint256"
|
|
1153
1065
|
},
|
|
1154
1066
|
{
|
|
1155
|
-
"internalType": "bytes32",
|
|
1156
1067
|
"name": "operationType",
|
|
1157
|
-
"type": "bytes32"
|
|
1068
|
+
"type": "bytes32",
|
|
1069
|
+
"internalType": "bytes32"
|
|
1158
1070
|
},
|
|
1159
1071
|
{
|
|
1160
|
-
"internalType": "bytes4",
|
|
1161
1072
|
"name": "executionSelector",
|
|
1162
|
-
"type": "bytes4"
|
|
1073
|
+
"type": "bytes4",
|
|
1074
|
+
"internalType": "bytes4"
|
|
1163
1075
|
},
|
|
1164
1076
|
{
|
|
1165
|
-
"internalType": "bytes",
|
|
1166
1077
|
"name": "executionParams",
|
|
1167
|
-
"type": "bytes"
|
|
1078
|
+
"type": "bytes",
|
|
1079
|
+
"internalType": "bytes"
|
|
1168
1080
|
}
|
|
1169
|
-
]
|
|
1170
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
1171
|
-
"name": "params",
|
|
1172
|
-
"type": "tuple"
|
|
1081
|
+
]
|
|
1173
1082
|
},
|
|
1174
1083
|
{
|
|
1175
|
-
"internalType": "bytes32",
|
|
1176
1084
|
"name": "message",
|
|
1177
|
-
"type": "bytes32"
|
|
1085
|
+
"type": "bytes32",
|
|
1086
|
+
"internalType": "bytes32"
|
|
1178
1087
|
},
|
|
1179
1088
|
{
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1089
|
+
"name": "resultHash",
|
|
1090
|
+
"type": "bytes32",
|
|
1091
|
+
"internalType": "bytes32"
|
|
1183
1092
|
},
|
|
1184
1093
|
{
|
|
1094
|
+
"name": "payment",
|
|
1095
|
+
"type": "tuple",
|
|
1096
|
+
"internalType": "struct EngineBlox.PaymentDetails",
|
|
1185
1097
|
"components": [
|
|
1186
1098
|
{
|
|
1187
|
-
"internalType": "address",
|
|
1188
1099
|
"name": "recipient",
|
|
1189
|
-
"type": "address"
|
|
1100
|
+
"type": "address",
|
|
1101
|
+
"internalType": "address"
|
|
1190
1102
|
},
|
|
1191
1103
|
{
|
|
1192
|
-
"internalType": "uint256",
|
|
1193
1104
|
"name": "nativeTokenAmount",
|
|
1194
|
-
"type": "uint256"
|
|
1105
|
+
"type": "uint256",
|
|
1106
|
+
"internalType": "uint256"
|
|
1195
1107
|
},
|
|
1196
1108
|
{
|
|
1197
|
-
"internalType": "address",
|
|
1198
1109
|
"name": "erc20TokenAddress",
|
|
1199
|
-
"type": "address"
|
|
1110
|
+
"type": "address",
|
|
1111
|
+
"internalType": "address"
|
|
1200
1112
|
},
|
|
1201
1113
|
{
|
|
1202
|
-
"internalType": "uint256",
|
|
1203
1114
|
"name": "erc20TokenAmount",
|
|
1204
|
-
"type": "uint256"
|
|
1115
|
+
"type": "uint256",
|
|
1116
|
+
"internalType": "uint256"
|
|
1205
1117
|
}
|
|
1206
|
-
]
|
|
1207
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
1208
|
-
"name": "payment",
|
|
1209
|
-
"type": "tuple"
|
|
1118
|
+
]
|
|
1210
1119
|
}
|
|
1211
|
-
]
|
|
1212
|
-
"internalType": "struct EngineBlox.TxRecord",
|
|
1213
|
-
"name": "",
|
|
1214
|
-
"type": "tuple"
|
|
1120
|
+
]
|
|
1215
1121
|
}
|
|
1216
1122
|
],
|
|
1217
|
-
"stateMutability": "view"
|
|
1218
|
-
"type": "function"
|
|
1123
|
+
"stateMutability": "view"
|
|
1219
1124
|
},
|
|
1220
1125
|
{
|
|
1126
|
+
"type": "function",
|
|
1127
|
+
"name": "getTransactionHistory",
|
|
1221
1128
|
"inputs": [
|
|
1222
1129
|
{
|
|
1223
|
-
"internalType": "uint256",
|
|
1224
1130
|
"name": "fromTxId",
|
|
1225
|
-
"type": "uint256"
|
|
1131
|
+
"type": "uint256",
|
|
1132
|
+
"internalType": "uint256"
|
|
1226
1133
|
},
|
|
1227
1134
|
{
|
|
1228
|
-
"internalType": "uint256",
|
|
1229
1135
|
"name": "toTxId",
|
|
1230
|
-
"type": "uint256"
|
|
1136
|
+
"type": "uint256",
|
|
1137
|
+
"internalType": "uint256"
|
|
1231
1138
|
}
|
|
1232
1139
|
],
|
|
1233
|
-
"name": "getTransactionHistory",
|
|
1234
1140
|
"outputs": [
|
|
1235
1141
|
{
|
|
1142
|
+
"name": "",
|
|
1143
|
+
"type": "tuple[]",
|
|
1144
|
+
"internalType": "struct EngineBlox.TxRecord[]",
|
|
1236
1145
|
"components": [
|
|
1237
1146
|
{
|
|
1238
|
-
"internalType": "uint256",
|
|
1239
1147
|
"name": "txId",
|
|
1240
|
-
"type": "uint256"
|
|
1148
|
+
"type": "uint256",
|
|
1149
|
+
"internalType": "uint256"
|
|
1241
1150
|
},
|
|
1242
1151
|
{
|
|
1243
|
-
"internalType": "uint256",
|
|
1244
1152
|
"name": "releaseTime",
|
|
1245
|
-
"type": "uint256"
|
|
1153
|
+
"type": "uint256",
|
|
1154
|
+
"internalType": "uint256"
|
|
1246
1155
|
},
|
|
1247
1156
|
{
|
|
1248
|
-
"internalType": "enum EngineBlox.TxStatus",
|
|
1249
1157
|
"name": "status",
|
|
1250
|
-
"type": "uint8"
|
|
1158
|
+
"type": "uint8",
|
|
1159
|
+
"internalType": "enum EngineBlox.TxStatus"
|
|
1251
1160
|
},
|
|
1252
1161
|
{
|
|
1162
|
+
"name": "params",
|
|
1163
|
+
"type": "tuple",
|
|
1164
|
+
"internalType": "struct EngineBlox.TxParams",
|
|
1253
1165
|
"components": [
|
|
1254
1166
|
{
|
|
1255
|
-
"internalType": "address",
|
|
1256
1167
|
"name": "requester",
|
|
1257
|
-
"type": "address"
|
|
1168
|
+
"type": "address",
|
|
1169
|
+
"internalType": "address"
|
|
1258
1170
|
},
|
|
1259
1171
|
{
|
|
1260
|
-
"internalType": "address",
|
|
1261
1172
|
"name": "target",
|
|
1262
|
-
"type": "address"
|
|
1173
|
+
"type": "address",
|
|
1174
|
+
"internalType": "address"
|
|
1263
1175
|
},
|
|
1264
1176
|
{
|
|
1265
|
-
"internalType": "uint256",
|
|
1266
1177
|
"name": "value",
|
|
1267
|
-
"type": "uint256"
|
|
1178
|
+
"type": "uint256",
|
|
1179
|
+
"internalType": "uint256"
|
|
1268
1180
|
},
|
|
1269
1181
|
{
|
|
1270
|
-
"internalType": "uint256",
|
|
1271
1182
|
"name": "gasLimit",
|
|
1272
|
-
"type": "uint256"
|
|
1183
|
+
"type": "uint256",
|
|
1184
|
+
"internalType": "uint256"
|
|
1273
1185
|
},
|
|
1274
1186
|
{
|
|
1275
|
-
"internalType": "bytes32",
|
|
1276
1187
|
"name": "operationType",
|
|
1277
|
-
"type": "bytes32"
|
|
1188
|
+
"type": "bytes32",
|
|
1189
|
+
"internalType": "bytes32"
|
|
1278
1190
|
},
|
|
1279
1191
|
{
|
|
1280
|
-
"internalType": "bytes4",
|
|
1281
1192
|
"name": "executionSelector",
|
|
1282
|
-
"type": "bytes4"
|
|
1193
|
+
"type": "bytes4",
|
|
1194
|
+
"internalType": "bytes4"
|
|
1283
1195
|
},
|
|
1284
1196
|
{
|
|
1285
|
-
"internalType": "bytes",
|
|
1286
1197
|
"name": "executionParams",
|
|
1287
|
-
"type": "bytes"
|
|
1198
|
+
"type": "bytes",
|
|
1199
|
+
"internalType": "bytes"
|
|
1288
1200
|
}
|
|
1289
|
-
]
|
|
1290
|
-
"internalType": "struct EngineBlox.TxParams",
|
|
1291
|
-
"name": "params",
|
|
1292
|
-
"type": "tuple"
|
|
1201
|
+
]
|
|
1293
1202
|
},
|
|
1294
1203
|
{
|
|
1295
|
-
"internalType": "bytes32",
|
|
1296
1204
|
"name": "message",
|
|
1297
|
-
"type": "bytes32"
|
|
1205
|
+
"type": "bytes32",
|
|
1206
|
+
"internalType": "bytes32"
|
|
1298
1207
|
},
|
|
1299
1208
|
{
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1209
|
+
"name": "resultHash",
|
|
1210
|
+
"type": "bytes32",
|
|
1211
|
+
"internalType": "bytes32"
|
|
1303
1212
|
},
|
|
1304
1213
|
{
|
|
1214
|
+
"name": "payment",
|
|
1215
|
+
"type": "tuple",
|
|
1216
|
+
"internalType": "struct EngineBlox.PaymentDetails",
|
|
1305
1217
|
"components": [
|
|
1306
1218
|
{
|
|
1307
|
-
"internalType": "address",
|
|
1308
1219
|
"name": "recipient",
|
|
1309
|
-
"type": "address"
|
|
1220
|
+
"type": "address",
|
|
1221
|
+
"internalType": "address"
|
|
1310
1222
|
},
|
|
1311
1223
|
{
|
|
1312
|
-
"internalType": "uint256",
|
|
1313
1224
|
"name": "nativeTokenAmount",
|
|
1314
|
-
"type": "uint256"
|
|
1225
|
+
"type": "uint256",
|
|
1226
|
+
"internalType": "uint256"
|
|
1315
1227
|
},
|
|
1316
1228
|
{
|
|
1317
|
-
"internalType": "address",
|
|
1318
1229
|
"name": "erc20TokenAddress",
|
|
1319
|
-
"type": "address"
|
|
1230
|
+
"type": "address",
|
|
1231
|
+
"internalType": "address"
|
|
1320
1232
|
},
|
|
1321
1233
|
{
|
|
1322
|
-
"internalType": "uint256",
|
|
1323
1234
|
"name": "erc20TokenAmount",
|
|
1324
|
-
"type": "uint256"
|
|
1235
|
+
"type": "uint256",
|
|
1236
|
+
"internalType": "uint256"
|
|
1325
1237
|
}
|
|
1326
|
-
]
|
|
1327
|
-
"internalType": "struct EngineBlox.PaymentDetails",
|
|
1328
|
-
"name": "payment",
|
|
1329
|
-
"type": "tuple"
|
|
1238
|
+
]
|
|
1330
1239
|
}
|
|
1331
|
-
]
|
|
1332
|
-
"internalType": "struct EngineBlox.TxRecord[]",
|
|
1333
|
-
"name": "",
|
|
1334
|
-
"type": "tuple[]"
|
|
1240
|
+
]
|
|
1335
1241
|
}
|
|
1336
1242
|
],
|
|
1337
|
-
"stateMutability": "view"
|
|
1338
|
-
"type": "function"
|
|
1243
|
+
"stateMutability": "view"
|
|
1339
1244
|
},
|
|
1340
1245
|
{
|
|
1246
|
+
"type": "function",
|
|
1247
|
+
"name": "getWalletRoles",
|
|
1341
1248
|
"inputs": [
|
|
1342
1249
|
{
|
|
1343
|
-
"internalType": "address",
|
|
1344
1250
|
"name": "wallet",
|
|
1345
|
-
"type": "address"
|
|
1251
|
+
"type": "address",
|
|
1252
|
+
"internalType": "address"
|
|
1346
1253
|
}
|
|
1347
1254
|
],
|
|
1348
|
-
"name": "getWalletRoles",
|
|
1349
1255
|
"outputs": [
|
|
1350
1256
|
{
|
|
1351
|
-
"internalType": "bytes32[]",
|
|
1352
1257
|
"name": "",
|
|
1353
|
-
"type": "bytes32[]"
|
|
1258
|
+
"type": "bytes32[]",
|
|
1259
|
+
"internalType": "bytes32[]"
|
|
1354
1260
|
}
|
|
1355
1261
|
],
|
|
1356
|
-
"stateMutability": "view"
|
|
1357
|
-
"type": "function"
|
|
1262
|
+
"stateMutability": "view"
|
|
1358
1263
|
},
|
|
1359
1264
|
{
|
|
1265
|
+
"type": "function",
|
|
1266
|
+
"name": "hasRole",
|
|
1360
1267
|
"inputs": [
|
|
1361
1268
|
{
|
|
1362
|
-
"internalType": "bytes32",
|
|
1363
1269
|
"name": "roleHash",
|
|
1364
|
-
"type": "bytes32"
|
|
1270
|
+
"type": "bytes32",
|
|
1271
|
+
"internalType": "bytes32"
|
|
1365
1272
|
},
|
|
1366
1273
|
{
|
|
1367
|
-
"internalType": "address",
|
|
1368
1274
|
"name": "wallet",
|
|
1369
|
-
"type": "address"
|
|
1275
|
+
"type": "address",
|
|
1276
|
+
"internalType": "address"
|
|
1370
1277
|
}
|
|
1371
1278
|
],
|
|
1372
|
-
"name": "hasRole",
|
|
1373
1279
|
"outputs": [
|
|
1374
1280
|
{
|
|
1375
|
-
"internalType": "bool",
|
|
1376
1281
|
"name": "",
|
|
1377
|
-
"type": "bool"
|
|
1282
|
+
"type": "bool",
|
|
1283
|
+
"internalType": "bool"
|
|
1378
1284
|
}
|
|
1379
1285
|
],
|
|
1380
|
-
"stateMutability": "view"
|
|
1381
|
-
"type": "function"
|
|
1286
|
+
"stateMutability": "view"
|
|
1382
1287
|
},
|
|
1383
1288
|
{
|
|
1384
|
-
"
|
|
1289
|
+
"type": "function",
|
|
1290
|
+
"name": "initialize",
|
|
1291
|
+
"inputs": [
|
|
1292
|
+
{
|
|
1293
|
+
"name": "initialOwner",
|
|
1294
|
+
"type": "address",
|
|
1295
|
+
"internalType": "address"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "broadcaster",
|
|
1299
|
+
"type": "address",
|
|
1300
|
+
"internalType": "address"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "recovery",
|
|
1304
|
+
"type": "address",
|
|
1305
|
+
"internalType": "address"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "timeLockPeriodSec",
|
|
1309
|
+
"type": "uint256",
|
|
1310
|
+
"internalType": "uint256"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "eventForwarder",
|
|
1314
|
+
"type": "address",
|
|
1315
|
+
"internalType": "address"
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"outputs": [],
|
|
1319
|
+
"stateMutability": "nonpayable"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"type": "function",
|
|
1385
1323
|
"name": "initialized",
|
|
1324
|
+
"inputs": [],
|
|
1386
1325
|
"outputs": [
|
|
1387
1326
|
{
|
|
1388
|
-
"internalType": "bool",
|
|
1389
1327
|
"name": "",
|
|
1390
|
-
"type": "bool"
|
|
1328
|
+
"type": "bool",
|
|
1329
|
+
"internalType": "bool"
|
|
1391
1330
|
}
|
|
1392
1331
|
],
|
|
1393
|
-
"stateMutability": "view"
|
|
1394
|
-
"type": "function"
|
|
1332
|
+
"stateMutability": "view"
|
|
1395
1333
|
},
|
|
1396
1334
|
{
|
|
1397
|
-
"
|
|
1335
|
+
"type": "function",
|
|
1336
|
+
"name": "isClone",
|
|
1337
|
+
"inputs": [
|
|
1338
|
+
{
|
|
1339
|
+
"name": "cloneAddress",
|
|
1340
|
+
"type": "address",
|
|
1341
|
+
"internalType": "address"
|
|
1342
|
+
}
|
|
1343
|
+
],
|
|
1344
|
+
"outputs": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "",
|
|
1347
|
+
"type": "bool",
|
|
1348
|
+
"internalType": "bool"
|
|
1349
|
+
}
|
|
1350
|
+
],
|
|
1351
|
+
"stateMutability": "view"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"type": "function",
|
|
1398
1355
|
"name": "owner",
|
|
1356
|
+
"inputs": [],
|
|
1399
1357
|
"outputs": [
|
|
1400
1358
|
{
|
|
1401
|
-
"internalType": "address",
|
|
1402
1359
|
"name": "",
|
|
1403
|
-
"type": "address"
|
|
1360
|
+
"type": "address",
|
|
1361
|
+
"internalType": "address"
|
|
1404
1362
|
}
|
|
1405
1363
|
],
|
|
1406
|
-
"stateMutability": "view"
|
|
1407
|
-
"type": "function"
|
|
1364
|
+
"stateMutability": "view"
|
|
1408
1365
|
},
|
|
1409
1366
|
{
|
|
1367
|
+
"type": "function",
|
|
1368
|
+
"name": "supportsInterface",
|
|
1410
1369
|
"inputs": [
|
|
1411
1370
|
{
|
|
1412
|
-
"internalType": "bytes4",
|
|
1413
1371
|
"name": "interfaceId",
|
|
1414
|
-
"type": "bytes4"
|
|
1372
|
+
"type": "bytes4",
|
|
1373
|
+
"internalType": "bytes4"
|
|
1415
1374
|
}
|
|
1416
1375
|
],
|
|
1417
|
-
"name": "supportsInterface",
|
|
1418
1376
|
"outputs": [
|
|
1419
1377
|
{
|
|
1420
|
-
"internalType": "bool",
|
|
1421
1378
|
"name": "",
|
|
1422
|
-
"type": "bool"
|
|
1379
|
+
"type": "bool",
|
|
1380
|
+
"internalType": "bool"
|
|
1423
1381
|
}
|
|
1424
1382
|
],
|
|
1425
|
-
"stateMutability": "view"
|
|
1426
|
-
"type": "function"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"stateMutability": "payable",
|
|
1430
|
-
"type": "receive"
|
|
1383
|
+
"stateMutability": "view"
|
|
1431
1384
|
},
|
|
1432
1385
|
{
|
|
1386
|
+
"type": "event",
|
|
1387
|
+
"name": "BloxCloned",
|
|
1433
1388
|
"inputs": [
|
|
1434
1389
|
{
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
|
|
1439
|
-
{
|
|
1440
|
-
"internalType": "address",
|
|
1441
|
-
"name": "broadcaster",
|
|
1442
|
-
"type": "address"
|
|
1390
|
+
"name": "original",
|
|
1391
|
+
"type": "address",
|
|
1392
|
+
"indexed": true,
|
|
1393
|
+
"internalType": "address"
|
|
1443
1394
|
},
|
|
1444
1395
|
{
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1396
|
+
"name": "clone",
|
|
1397
|
+
"type": "address",
|
|
1398
|
+
"indexed": true,
|
|
1399
|
+
"internalType": "address"
|
|
1448
1400
|
},
|
|
1449
1401
|
{
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1402
|
+
"name": "initialOwner",
|
|
1403
|
+
"type": "address",
|
|
1404
|
+
"indexed": true,
|
|
1405
|
+
"internalType": "address"
|
|
1453
1406
|
},
|
|
1454
1407
|
{
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1408
|
+
"name": "cloneNumber",
|
|
1409
|
+
"type": "uint256",
|
|
1410
|
+
"indexed": false,
|
|
1411
|
+
"internalType": "uint256"
|
|
1458
1412
|
}
|
|
1459
1413
|
],
|
|
1460
|
-
"
|
|
1461
|
-
"outputs": [],
|
|
1462
|
-
"stateMutability": "nonpayable",
|
|
1463
|
-
"type": "function"
|
|
1414
|
+
"anonymous": false
|
|
1464
1415
|
},
|
|
1465
1416
|
{
|
|
1417
|
+
"type": "event",
|
|
1418
|
+
"name": "CloneEventForwarded",
|
|
1466
1419
|
"inputs": [
|
|
1467
1420
|
{
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1421
|
+
"name": "cloneAddress",
|
|
1422
|
+
"type": "address",
|
|
1423
|
+
"indexed": true,
|
|
1424
|
+
"internalType": "address"
|
|
1471
1425
|
},
|
|
1472
1426
|
{
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1427
|
+
"name": "txId",
|
|
1428
|
+
"type": "uint256",
|
|
1429
|
+
"indexed": true,
|
|
1430
|
+
"internalType": "uint256"
|
|
1476
1431
|
},
|
|
1477
1432
|
{
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1433
|
+
"name": "functionSelector",
|
|
1434
|
+
"type": "bytes4",
|
|
1435
|
+
"indexed": true,
|
|
1436
|
+
"internalType": "bytes4"
|
|
1481
1437
|
},
|
|
1482
1438
|
{
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1439
|
+
"name": "status",
|
|
1440
|
+
"type": "uint8",
|
|
1441
|
+
"indexed": false,
|
|
1442
|
+
"internalType": "enum EngineBlox.TxStatus"
|
|
1486
1443
|
},
|
|
1487
1444
|
{
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
"name": "cloneBlox",
|
|
1494
|
-
"outputs": [
|
|
1445
|
+
"name": "requester",
|
|
1446
|
+
"type": "address",
|
|
1447
|
+
"indexed": false,
|
|
1448
|
+
"internalType": "address"
|
|
1449
|
+
},
|
|
1495
1450
|
{
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1451
|
+
"name": "target",
|
|
1452
|
+
"type": "address",
|
|
1453
|
+
"indexed": false,
|
|
1454
|
+
"internalType": "address"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "operationType",
|
|
1458
|
+
"type": "bytes32",
|
|
1459
|
+
"indexed": false,
|
|
1460
|
+
"internalType": "bytes32"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "resultHash",
|
|
1464
|
+
"type": "bytes32",
|
|
1465
|
+
"indexed": false,
|
|
1466
|
+
"internalType": "bytes32"
|
|
1499
1467
|
}
|
|
1500
1468
|
],
|
|
1501
|
-
"
|
|
1502
|
-
"type": "function"
|
|
1469
|
+
"anonymous": false
|
|
1503
1470
|
},
|
|
1504
1471
|
{
|
|
1505
|
-
"
|
|
1506
|
-
"name": "
|
|
1507
|
-
"
|
|
1472
|
+
"type": "event",
|
|
1473
|
+
"name": "ComponentEvent",
|
|
1474
|
+
"inputs": [
|
|
1508
1475
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1476
|
+
"name": "functionSelector",
|
|
1477
|
+
"type": "bytes4",
|
|
1478
|
+
"indexed": true,
|
|
1479
|
+
"internalType": "bytes4"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "data",
|
|
1483
|
+
"type": "bytes",
|
|
1484
|
+
"indexed": false,
|
|
1485
|
+
"internalType": "bytes"
|
|
1512
1486
|
}
|
|
1513
1487
|
],
|
|
1514
|
-
"
|
|
1515
|
-
"type": "function"
|
|
1488
|
+
"anonymous": false
|
|
1516
1489
|
},
|
|
1517
1490
|
{
|
|
1491
|
+
"type": "event",
|
|
1492
|
+
"name": "Initialized",
|
|
1518
1493
|
"inputs": [
|
|
1519
1494
|
{
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1495
|
+
"name": "version",
|
|
1496
|
+
"type": "uint64",
|
|
1497
|
+
"indexed": false,
|
|
1498
|
+
"internalType": "uint64"
|
|
1523
1499
|
}
|
|
1524
1500
|
],
|
|
1525
|
-
"
|
|
1526
|
-
|
|
1501
|
+
"anonymous": false
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"type": "error",
|
|
1505
|
+
"name": "FailedDeployment",
|
|
1506
|
+
"inputs": []
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"type": "error",
|
|
1510
|
+
"name": "InsufficientBalance",
|
|
1511
|
+
"inputs": [
|
|
1527
1512
|
{
|
|
1528
|
-
"
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1513
|
+
"name": "balance",
|
|
1514
|
+
"type": "uint256",
|
|
1515
|
+
"internalType": "uint256"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "needed",
|
|
1519
|
+
"type": "uint256",
|
|
1520
|
+
"internalType": "uint256"
|
|
1531
1521
|
}
|
|
1532
|
-
]
|
|
1533
|
-
"stateMutability": "view",
|
|
1534
|
-
"type": "function"
|
|
1522
|
+
]
|
|
1535
1523
|
},
|
|
1536
1524
|
{
|
|
1525
|
+
"type": "error",
|
|
1526
|
+
"name": "InvalidAddress",
|
|
1537
1527
|
"inputs": [
|
|
1538
1528
|
{
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1529
|
+
"name": "provided",
|
|
1530
|
+
"type": "address",
|
|
1531
|
+
"internalType": "address"
|
|
1542
1532
|
}
|
|
1543
|
-
]
|
|
1544
|
-
|
|
1545
|
-
|
|
1533
|
+
]
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"type": "error",
|
|
1537
|
+
"name": "InvalidInitialization",
|
|
1538
|
+
"inputs": []
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"type": "error",
|
|
1542
|
+
"name": "InvalidOperation",
|
|
1543
|
+
"inputs": [
|
|
1546
1544
|
{
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1545
|
+
"name": "item",
|
|
1546
|
+
"type": "address",
|
|
1547
|
+
"internalType": "address"
|
|
1550
1548
|
}
|
|
1551
|
-
]
|
|
1552
|
-
"stateMutability": "view",
|
|
1553
|
-
"type": "function"
|
|
1549
|
+
]
|
|
1554
1550
|
},
|
|
1555
1551
|
{
|
|
1552
|
+
"type": "error",
|
|
1553
|
+
"name": "NoPermission",
|
|
1556
1554
|
"inputs": [
|
|
1557
1555
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1556
|
+
"name": "caller",
|
|
1557
|
+
"type": "address",
|
|
1558
|
+
"internalType": "address"
|
|
1559
|
+
}
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"type": "error",
|
|
1564
|
+
"name": "NotInitializing",
|
|
1565
|
+
"inputs": []
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"type": "error",
|
|
1569
|
+
"name": "NotSupported",
|
|
1570
|
+
"inputs": []
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"type": "error",
|
|
1574
|
+
"name": "OperationFailed",
|
|
1575
|
+
"inputs": []
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"type": "error",
|
|
1579
|
+
"name": "RangeSizeExceeded",
|
|
1580
|
+
"inputs": [
|
|
1572
1581
|
{
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1582
|
+
"name": "rangeSize",
|
|
1583
|
+
"type": "uint256",
|
|
1584
|
+
"internalType": "uint256"
|
|
1576
1585
|
},
|
|
1577
1586
|
{
|
|
1578
|
-
"
|
|
1579
|
-
"
|
|
1580
|
-
"
|
|
1581
|
-
}
|
|
1587
|
+
"name": "maxRangeSize",
|
|
1588
|
+
"type": "uint256",
|
|
1589
|
+
"internalType": "uint256"
|
|
1590
|
+
}
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"type": "error",
|
|
1595
|
+
"name": "ReentrancyGuardReentrantCall",
|
|
1596
|
+
"inputs": []
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"type": "error",
|
|
1600
|
+
"name": "ResourceNotFound",
|
|
1601
|
+
"inputs": [
|
|
1582
1602
|
{
|
|
1583
|
-
"
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1603
|
+
"name": "resourceId",
|
|
1604
|
+
"type": "bytes32",
|
|
1605
|
+
"internalType": "bytes32"
|
|
1586
1606
|
}
|
|
1587
|
-
]
|
|
1588
|
-
"name": "forwardTxEvent",
|
|
1589
|
-
"outputs": [],
|
|
1590
|
-
"stateMutability": "nonpayable",
|
|
1591
|
-
"type": "function"
|
|
1607
|
+
]
|
|
1592
1608
|
}
|
|
1593
1609
|
]
|