@nucypher/shared 0.1.0-rc.3 → 0.1.0-rc.4
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/dist/cjs/contracts/ethers-typechain/Coordinator.d.ts +212 -212
- package/dist/cjs/contracts/ethers-typechain/GlobalAllowList.d.ts +98 -98
- package/dist/cjs/contracts/ethers-typechain/SubscriptionManager.d.ts +71 -71
- package/dist/cjs/contracts/ethers-typechain/common.d.ts +3 -3
- package/dist/cjs/contracts/ethers-typechain/factories/Coordinator__factory.d.ts +3 -3
- package/dist/cjs/contracts/ethers-typechain/factories/Coordinator__factory.js +683 -683
- package/dist/cjs/contracts/ethers-typechain/factories/Coordinator__factory.js.map +1 -1
- package/dist/cjs/contracts/ethers-typechain/factories/GlobalAllowList__factory.d.ts +3 -3
- package/dist/cjs/contracts/ethers-typechain/factories/GlobalAllowList__factory.js +244 -244
- package/dist/cjs/contracts/ethers-typechain/factories/GlobalAllowList__factory.js.map +1 -1
- package/dist/cjs/contracts/ethers-typechain/factories/SubscriptionManager__factory.d.ts +3 -3
- package/dist/cjs/contracts/ethers-typechain/factories/SubscriptionManager__factory.js +229 -229
- package/dist/cjs/contracts/ethers-typechain/factories/SubscriptionManager__factory.js.map +1 -1
- package/dist/cjs/contracts/ethers-typechain/factories/index.d.ts +3 -3
- package/dist/cjs/contracts/ethers-typechain/index.d.ts +7 -7
- package/dist/cjs/utils.d.ts +1 -1
- package/dist/cjs/utils.js +9 -9
- package/dist/cjs/utils.js.map +1 -1
- package/dist/es/contracts/ethers-typechain/Coordinator.d.ts +212 -212
- package/dist/es/contracts/ethers-typechain/GlobalAllowList.d.ts +98 -98
- package/dist/es/contracts/ethers-typechain/SubscriptionManager.d.ts +71 -71
- package/dist/es/contracts/ethers-typechain/common.d.ts +3 -3
- package/dist/es/contracts/ethers-typechain/factories/Coordinator__factory.d.ts +3 -3
- package/dist/es/contracts/ethers-typechain/factories/Coordinator__factory.js +684 -684
- package/dist/es/contracts/ethers-typechain/factories/Coordinator__factory.js.map +1 -1
- package/dist/es/contracts/ethers-typechain/factories/GlobalAllowList__factory.d.ts +3 -3
- package/dist/es/contracts/ethers-typechain/factories/GlobalAllowList__factory.js +245 -245
- package/dist/es/contracts/ethers-typechain/factories/GlobalAllowList__factory.js.map +1 -1
- package/dist/es/contracts/ethers-typechain/factories/SubscriptionManager__factory.d.ts +3 -3
- package/dist/es/contracts/ethers-typechain/factories/SubscriptionManager__factory.js +230 -230
- package/dist/es/contracts/ethers-typechain/factories/SubscriptionManager__factory.js.map +1 -1
- package/dist/es/contracts/ethers-typechain/factories/index.d.ts +3 -3
- package/dist/es/contracts/ethers-typechain/factories/index.js +3 -3
- package/dist/es/contracts/ethers-typechain/index.d.ts +7 -7
- package/dist/es/contracts/ethers-typechain/index.js +4 -4
- package/dist/es/utils.d.ts +1 -1
- package/dist/es/utils.js +7 -7
- package/dist/es/utils.js.map +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.es.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1,525 +1,525 @@
|
|
|
1
1
|
/* Autogenerated file. Do not edit manually. */
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
import { Contract, utils } from
|
|
4
|
+
import { Contract, utils } from 'ethers';
|
|
5
5
|
const _abi = [
|
|
6
6
|
{
|
|
7
|
-
type:
|
|
8
|
-
stateMutability:
|
|
7
|
+
type: 'constructor',
|
|
8
|
+
stateMutability: 'nonpayable',
|
|
9
9
|
inputs: [
|
|
10
10
|
{
|
|
11
|
-
name:
|
|
12
|
-
type:
|
|
13
|
-
internalType:
|
|
11
|
+
name: '_coordinator',
|
|
12
|
+
type: 'address',
|
|
13
|
+
internalType: 'contract Coordinator',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
name:
|
|
17
|
-
type:
|
|
18
|
-
internalType:
|
|
16
|
+
name: '_admin',
|
|
17
|
+
type: 'address',
|
|
18
|
+
internalType: 'address',
|
|
19
19
|
},
|
|
20
20
|
],
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
type:
|
|
24
|
-
name:
|
|
23
|
+
type: 'event',
|
|
24
|
+
name: 'DefaultAdminDelayChangeCanceled',
|
|
25
25
|
inputs: [],
|
|
26
26
|
anonymous: false,
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
type:
|
|
30
|
-
name:
|
|
29
|
+
type: 'event',
|
|
30
|
+
name: 'DefaultAdminDelayChangeScheduled',
|
|
31
31
|
inputs: [
|
|
32
32
|
{
|
|
33
|
-
name:
|
|
34
|
-
type:
|
|
35
|
-
internalType:
|
|
33
|
+
name: 'newDelay',
|
|
34
|
+
type: 'uint48',
|
|
35
|
+
internalType: 'uint48',
|
|
36
36
|
indexed: false,
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
name:
|
|
40
|
-
type:
|
|
41
|
-
internalType:
|
|
39
|
+
name: 'effectSchedule',
|
|
40
|
+
type: 'uint48',
|
|
41
|
+
internalType: 'uint48',
|
|
42
42
|
indexed: false,
|
|
43
43
|
},
|
|
44
44
|
],
|
|
45
45
|
anonymous: false,
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
type:
|
|
49
|
-
name:
|
|
48
|
+
type: 'event',
|
|
49
|
+
name: 'DefaultAdminTransferCanceled',
|
|
50
50
|
inputs: [],
|
|
51
51
|
anonymous: false,
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
type:
|
|
55
|
-
name:
|
|
54
|
+
type: 'event',
|
|
55
|
+
name: 'DefaultAdminTransferScheduled',
|
|
56
56
|
inputs: [
|
|
57
57
|
{
|
|
58
|
-
name:
|
|
59
|
-
type:
|
|
60
|
-
internalType:
|
|
58
|
+
name: 'newAdmin',
|
|
59
|
+
type: 'address',
|
|
60
|
+
internalType: 'address',
|
|
61
61
|
indexed: true,
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
name:
|
|
65
|
-
type:
|
|
66
|
-
internalType:
|
|
64
|
+
name: 'acceptSchedule',
|
|
65
|
+
type: 'uint48',
|
|
66
|
+
internalType: 'uint48',
|
|
67
67
|
indexed: false,
|
|
68
68
|
},
|
|
69
69
|
],
|
|
70
70
|
anonymous: false,
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
type:
|
|
74
|
-
name:
|
|
73
|
+
type: 'event',
|
|
74
|
+
name: 'RoleAdminChanged',
|
|
75
75
|
inputs: [
|
|
76
76
|
{
|
|
77
|
-
name:
|
|
78
|
-
type:
|
|
79
|
-
internalType:
|
|
77
|
+
name: 'role',
|
|
78
|
+
type: 'bytes32',
|
|
79
|
+
internalType: 'bytes32',
|
|
80
80
|
indexed: true,
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
|
-
name:
|
|
84
|
-
type:
|
|
85
|
-
internalType:
|
|
83
|
+
name: 'previousAdminRole',
|
|
84
|
+
type: 'bytes32',
|
|
85
|
+
internalType: 'bytes32',
|
|
86
86
|
indexed: true,
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
name:
|
|
90
|
-
type:
|
|
91
|
-
internalType:
|
|
89
|
+
name: 'newAdminRole',
|
|
90
|
+
type: 'bytes32',
|
|
91
|
+
internalType: 'bytes32',
|
|
92
92
|
indexed: true,
|
|
93
93
|
},
|
|
94
94
|
],
|
|
95
95
|
anonymous: false,
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
|
-
type:
|
|
99
|
-
name:
|
|
98
|
+
type: 'event',
|
|
99
|
+
name: 'RoleGranted',
|
|
100
100
|
inputs: [
|
|
101
101
|
{
|
|
102
|
-
name:
|
|
103
|
-
type:
|
|
104
|
-
internalType:
|
|
102
|
+
name: 'role',
|
|
103
|
+
type: 'bytes32',
|
|
104
|
+
internalType: 'bytes32',
|
|
105
105
|
indexed: true,
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
name:
|
|
109
|
-
type:
|
|
110
|
-
internalType:
|
|
108
|
+
name: 'account',
|
|
109
|
+
type: 'address',
|
|
110
|
+
internalType: 'address',
|
|
111
111
|
indexed: true,
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
|
-
name:
|
|
115
|
-
type:
|
|
116
|
-
internalType:
|
|
114
|
+
name: 'sender',
|
|
115
|
+
type: 'address',
|
|
116
|
+
internalType: 'address',
|
|
117
117
|
indexed: true,
|
|
118
118
|
},
|
|
119
119
|
],
|
|
120
120
|
anonymous: false,
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
type:
|
|
124
|
-
name:
|
|
123
|
+
type: 'event',
|
|
124
|
+
name: 'RoleRevoked',
|
|
125
125
|
inputs: [
|
|
126
126
|
{
|
|
127
|
-
name:
|
|
128
|
-
type:
|
|
129
|
-
internalType:
|
|
127
|
+
name: 'role',
|
|
128
|
+
type: 'bytes32',
|
|
129
|
+
internalType: 'bytes32',
|
|
130
130
|
indexed: true,
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
|
-
name:
|
|
134
|
-
type:
|
|
135
|
-
internalType:
|
|
133
|
+
name: 'account',
|
|
134
|
+
type: 'address',
|
|
135
|
+
internalType: 'address',
|
|
136
136
|
indexed: true,
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
|
-
name:
|
|
140
|
-
type:
|
|
141
|
-
internalType:
|
|
139
|
+
name: 'sender',
|
|
140
|
+
type: 'address',
|
|
141
|
+
internalType: 'address',
|
|
142
142
|
indexed: true,
|
|
143
143
|
},
|
|
144
144
|
],
|
|
145
145
|
anonymous: false,
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
type:
|
|
149
|
-
name:
|
|
150
|
-
stateMutability:
|
|
148
|
+
type: 'function',
|
|
149
|
+
name: 'DEFAULT_ADMIN_ROLE',
|
|
150
|
+
stateMutability: 'view',
|
|
151
151
|
inputs: [],
|
|
152
152
|
outputs: [
|
|
153
153
|
{
|
|
154
|
-
name:
|
|
155
|
-
type:
|
|
156
|
-
internalType:
|
|
154
|
+
name: '',
|
|
155
|
+
type: 'bytes32',
|
|
156
|
+
internalType: 'bytes32',
|
|
157
157
|
},
|
|
158
158
|
],
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
|
-
type:
|
|
162
|
-
name:
|
|
163
|
-
stateMutability:
|
|
161
|
+
type: 'function',
|
|
162
|
+
name: 'acceptDefaultAdminTransfer',
|
|
163
|
+
stateMutability: 'nonpayable',
|
|
164
164
|
inputs: [],
|
|
165
165
|
outputs: [],
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
type:
|
|
169
|
-
name:
|
|
170
|
-
stateMutability:
|
|
168
|
+
type: 'function',
|
|
169
|
+
name: 'authorize',
|
|
170
|
+
stateMutability: 'nonpayable',
|
|
171
171
|
inputs: [
|
|
172
172
|
{
|
|
173
|
-
name:
|
|
174
|
-
type:
|
|
175
|
-
internalType:
|
|
173
|
+
name: 'ritualId',
|
|
174
|
+
type: 'uint32',
|
|
175
|
+
internalType: 'uint32',
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
name:
|
|
179
|
-
type:
|
|
180
|
-
internalType:
|
|
178
|
+
name: 'addresses',
|
|
179
|
+
type: 'address[]',
|
|
180
|
+
internalType: 'address[]',
|
|
181
181
|
},
|
|
182
182
|
],
|
|
183
183
|
outputs: [],
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
-
type:
|
|
187
|
-
name:
|
|
188
|
-
stateMutability:
|
|
186
|
+
type: 'function',
|
|
187
|
+
name: 'beginDefaultAdminTransfer',
|
|
188
|
+
stateMutability: 'nonpayable',
|
|
189
189
|
inputs: [
|
|
190
190
|
{
|
|
191
|
-
name:
|
|
192
|
-
type:
|
|
193
|
-
internalType:
|
|
191
|
+
name: 'newAdmin',
|
|
192
|
+
type: 'address',
|
|
193
|
+
internalType: 'address',
|
|
194
194
|
},
|
|
195
195
|
],
|
|
196
196
|
outputs: [],
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
|
-
type:
|
|
200
|
-
name:
|
|
201
|
-
stateMutability:
|
|
199
|
+
type: 'function',
|
|
200
|
+
name: 'cancelDefaultAdminTransfer',
|
|
201
|
+
stateMutability: 'nonpayable',
|
|
202
202
|
inputs: [],
|
|
203
203
|
outputs: [],
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
type:
|
|
207
|
-
name:
|
|
208
|
-
stateMutability:
|
|
206
|
+
type: 'function',
|
|
207
|
+
name: 'changeDefaultAdminDelay',
|
|
208
|
+
stateMutability: 'nonpayable',
|
|
209
209
|
inputs: [
|
|
210
210
|
{
|
|
211
|
-
name:
|
|
212
|
-
type:
|
|
213
|
-
internalType:
|
|
211
|
+
name: 'newDelay',
|
|
212
|
+
type: 'uint48',
|
|
213
|
+
internalType: 'uint48',
|
|
214
214
|
},
|
|
215
215
|
],
|
|
216
216
|
outputs: [],
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
type:
|
|
220
|
-
name:
|
|
221
|
-
stateMutability:
|
|
219
|
+
type: 'function',
|
|
220
|
+
name: 'coordinator',
|
|
221
|
+
stateMutability: 'view',
|
|
222
222
|
inputs: [],
|
|
223
223
|
outputs: [
|
|
224
224
|
{
|
|
225
|
-
name:
|
|
226
|
-
type:
|
|
227
|
-
internalType:
|
|
225
|
+
name: '',
|
|
226
|
+
type: 'address',
|
|
227
|
+
internalType: 'contract Coordinator',
|
|
228
228
|
},
|
|
229
229
|
],
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
|
-
type:
|
|
233
|
-
name:
|
|
234
|
-
stateMutability:
|
|
232
|
+
type: 'function',
|
|
233
|
+
name: 'deauthorize',
|
|
234
|
+
stateMutability: 'nonpayable',
|
|
235
235
|
inputs: [
|
|
236
236
|
{
|
|
237
|
-
name:
|
|
238
|
-
type:
|
|
239
|
-
internalType:
|
|
237
|
+
name: 'ritualId',
|
|
238
|
+
type: 'uint32',
|
|
239
|
+
internalType: 'uint32',
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
|
-
name:
|
|
243
|
-
type:
|
|
244
|
-
internalType:
|
|
242
|
+
name: 'addresses',
|
|
243
|
+
type: 'address[]',
|
|
244
|
+
internalType: 'address[]',
|
|
245
245
|
},
|
|
246
246
|
],
|
|
247
247
|
outputs: [],
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
type:
|
|
251
|
-
name:
|
|
252
|
-
stateMutability:
|
|
250
|
+
type: 'function',
|
|
251
|
+
name: 'defaultAdmin',
|
|
252
|
+
stateMutability: 'view',
|
|
253
253
|
inputs: [],
|
|
254
254
|
outputs: [
|
|
255
255
|
{
|
|
256
|
-
name:
|
|
257
|
-
type:
|
|
258
|
-
internalType:
|
|
256
|
+
name: '',
|
|
257
|
+
type: 'address',
|
|
258
|
+
internalType: 'address',
|
|
259
259
|
},
|
|
260
260
|
],
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
type:
|
|
264
|
-
name:
|
|
265
|
-
stateMutability:
|
|
263
|
+
type: 'function',
|
|
264
|
+
name: 'defaultAdminDelay',
|
|
265
|
+
stateMutability: 'view',
|
|
266
266
|
inputs: [],
|
|
267
267
|
outputs: [
|
|
268
268
|
{
|
|
269
|
-
name:
|
|
270
|
-
type:
|
|
271
|
-
internalType:
|
|
269
|
+
name: '',
|
|
270
|
+
type: 'uint48',
|
|
271
|
+
internalType: 'uint48',
|
|
272
272
|
},
|
|
273
273
|
],
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
type:
|
|
277
|
-
name:
|
|
278
|
-
stateMutability:
|
|
276
|
+
type: 'function',
|
|
277
|
+
name: 'defaultAdminDelayIncreaseWait',
|
|
278
|
+
stateMutability: 'view',
|
|
279
279
|
inputs: [],
|
|
280
280
|
outputs: [
|
|
281
281
|
{
|
|
282
|
-
name:
|
|
283
|
-
type:
|
|
284
|
-
internalType:
|
|
282
|
+
name: '',
|
|
283
|
+
type: 'uint48',
|
|
284
|
+
internalType: 'uint48',
|
|
285
285
|
},
|
|
286
286
|
],
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
type:
|
|
290
|
-
name:
|
|
291
|
-
stateMutability:
|
|
289
|
+
type: 'function',
|
|
290
|
+
name: 'getRoleAdmin',
|
|
291
|
+
stateMutability: 'view',
|
|
292
292
|
inputs: [
|
|
293
293
|
{
|
|
294
|
-
name:
|
|
295
|
-
type:
|
|
296
|
-
internalType:
|
|
294
|
+
name: 'role',
|
|
295
|
+
type: 'bytes32',
|
|
296
|
+
internalType: 'bytes32',
|
|
297
297
|
},
|
|
298
298
|
],
|
|
299
299
|
outputs: [
|
|
300
300
|
{
|
|
301
|
-
name:
|
|
302
|
-
type:
|
|
303
|
-
internalType:
|
|
301
|
+
name: '',
|
|
302
|
+
type: 'bytes32',
|
|
303
|
+
internalType: 'bytes32',
|
|
304
304
|
},
|
|
305
305
|
],
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
|
-
type:
|
|
309
|
-
name:
|
|
310
|
-
stateMutability:
|
|
308
|
+
type: 'function',
|
|
309
|
+
name: 'grantRole',
|
|
310
|
+
stateMutability: 'nonpayable',
|
|
311
311
|
inputs: [
|
|
312
312
|
{
|
|
313
|
-
name:
|
|
314
|
-
type:
|
|
315
|
-
internalType:
|
|
313
|
+
name: 'role',
|
|
314
|
+
type: 'bytes32',
|
|
315
|
+
internalType: 'bytes32',
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
|
-
name:
|
|
319
|
-
type:
|
|
320
|
-
internalType:
|
|
318
|
+
name: 'account',
|
|
319
|
+
type: 'address',
|
|
320
|
+
internalType: 'address',
|
|
321
321
|
},
|
|
322
322
|
],
|
|
323
323
|
outputs: [],
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
type:
|
|
327
|
-
name:
|
|
328
|
-
stateMutability:
|
|
326
|
+
type: 'function',
|
|
327
|
+
name: 'hasRole',
|
|
328
|
+
stateMutability: 'view',
|
|
329
329
|
inputs: [
|
|
330
330
|
{
|
|
331
|
-
name:
|
|
332
|
-
type:
|
|
333
|
-
internalType:
|
|
331
|
+
name: 'role',
|
|
332
|
+
type: 'bytes32',
|
|
333
|
+
internalType: 'bytes32',
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
name:
|
|
337
|
-
type:
|
|
338
|
-
internalType:
|
|
336
|
+
name: 'account',
|
|
337
|
+
type: 'address',
|
|
338
|
+
internalType: 'address',
|
|
339
339
|
},
|
|
340
340
|
],
|
|
341
341
|
outputs: [
|
|
342
342
|
{
|
|
343
|
-
name:
|
|
344
|
-
type:
|
|
345
|
-
internalType:
|
|
343
|
+
name: '',
|
|
344
|
+
type: 'bool',
|
|
345
|
+
internalType: 'bool',
|
|
346
346
|
},
|
|
347
347
|
],
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
type:
|
|
351
|
-
name:
|
|
352
|
-
stateMutability:
|
|
350
|
+
type: 'function',
|
|
351
|
+
name: 'isAddressAuthorized',
|
|
352
|
+
stateMutability: 'view',
|
|
353
353
|
inputs: [
|
|
354
354
|
{
|
|
355
|
-
name:
|
|
356
|
-
type:
|
|
357
|
-
internalType:
|
|
355
|
+
name: 'ritualId',
|
|
356
|
+
type: 'uint32',
|
|
357
|
+
internalType: 'uint32',
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
name:
|
|
361
|
-
type:
|
|
362
|
-
internalType:
|
|
360
|
+
name: 'encryptor',
|
|
361
|
+
type: 'address',
|
|
362
|
+
internalType: 'address',
|
|
363
363
|
},
|
|
364
364
|
],
|
|
365
365
|
outputs: [
|
|
366
366
|
{
|
|
367
|
-
name:
|
|
368
|
-
type:
|
|
369
|
-
internalType:
|
|
367
|
+
name: '',
|
|
368
|
+
type: 'bool',
|
|
369
|
+
internalType: 'bool',
|
|
370
370
|
},
|
|
371
371
|
],
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
type:
|
|
375
|
-
name:
|
|
376
|
-
stateMutability:
|
|
374
|
+
type: 'function',
|
|
375
|
+
name: 'isAuthorized',
|
|
376
|
+
stateMutability: 'view',
|
|
377
377
|
inputs: [
|
|
378
378
|
{
|
|
379
|
-
name:
|
|
380
|
-
type:
|
|
381
|
-
internalType:
|
|
379
|
+
name: 'ritualId',
|
|
380
|
+
type: 'uint32',
|
|
381
|
+
internalType: 'uint32',
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
|
-
name:
|
|
385
|
-
type:
|
|
386
|
-
internalType:
|
|
384
|
+
name: 'evidence',
|
|
385
|
+
type: 'bytes',
|
|
386
|
+
internalType: 'bytes',
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
|
-
name:
|
|
390
|
-
type:
|
|
391
|
-
internalType:
|
|
389
|
+
name: 'ciphertextHeader',
|
|
390
|
+
type: 'bytes',
|
|
391
|
+
internalType: 'bytes',
|
|
392
392
|
},
|
|
393
393
|
],
|
|
394
394
|
outputs: [
|
|
395
395
|
{
|
|
396
|
-
name:
|
|
397
|
-
type:
|
|
398
|
-
internalType:
|
|
396
|
+
name: '',
|
|
397
|
+
type: 'bool',
|
|
398
|
+
internalType: 'bool',
|
|
399
399
|
},
|
|
400
400
|
],
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
|
-
type:
|
|
404
|
-
name:
|
|
405
|
-
stateMutability:
|
|
403
|
+
type: 'function',
|
|
404
|
+
name: 'owner',
|
|
405
|
+
stateMutability: 'view',
|
|
406
406
|
inputs: [],
|
|
407
407
|
outputs: [
|
|
408
408
|
{
|
|
409
|
-
name:
|
|
410
|
-
type:
|
|
411
|
-
internalType:
|
|
409
|
+
name: '',
|
|
410
|
+
type: 'address',
|
|
411
|
+
internalType: 'address',
|
|
412
412
|
},
|
|
413
413
|
],
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
|
-
type:
|
|
417
|
-
name:
|
|
418
|
-
stateMutability:
|
|
416
|
+
type: 'function',
|
|
417
|
+
name: 'pendingDefaultAdmin',
|
|
418
|
+
stateMutability: 'view',
|
|
419
419
|
inputs: [],
|
|
420
420
|
outputs: [
|
|
421
421
|
{
|
|
422
|
-
name:
|
|
423
|
-
type:
|
|
424
|
-
internalType:
|
|
422
|
+
name: 'newAdmin',
|
|
423
|
+
type: 'address',
|
|
424
|
+
internalType: 'address',
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
|
-
name:
|
|
428
|
-
type:
|
|
429
|
-
internalType:
|
|
427
|
+
name: 'schedule',
|
|
428
|
+
type: 'uint48',
|
|
429
|
+
internalType: 'uint48',
|
|
430
430
|
},
|
|
431
431
|
],
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
-
type:
|
|
435
|
-
name:
|
|
436
|
-
stateMutability:
|
|
434
|
+
type: 'function',
|
|
435
|
+
name: 'pendingDefaultAdminDelay',
|
|
436
|
+
stateMutability: 'view',
|
|
437
437
|
inputs: [],
|
|
438
438
|
outputs: [
|
|
439
439
|
{
|
|
440
|
-
name:
|
|
441
|
-
type:
|
|
442
|
-
internalType:
|
|
440
|
+
name: 'newDelay',
|
|
441
|
+
type: 'uint48',
|
|
442
|
+
internalType: 'uint48',
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
name:
|
|
446
|
-
type:
|
|
447
|
-
internalType:
|
|
445
|
+
name: 'schedule',
|
|
446
|
+
type: 'uint48',
|
|
447
|
+
internalType: 'uint48',
|
|
448
448
|
},
|
|
449
449
|
],
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
|
-
type:
|
|
453
|
-
name:
|
|
454
|
-
stateMutability:
|
|
452
|
+
type: 'function',
|
|
453
|
+
name: 'renounceRole',
|
|
454
|
+
stateMutability: 'nonpayable',
|
|
455
455
|
inputs: [
|
|
456
456
|
{
|
|
457
|
-
name:
|
|
458
|
-
type:
|
|
459
|
-
internalType:
|
|
457
|
+
name: 'role',
|
|
458
|
+
type: 'bytes32',
|
|
459
|
+
internalType: 'bytes32',
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
name:
|
|
463
|
-
type:
|
|
464
|
-
internalType:
|
|
462
|
+
name: 'account',
|
|
463
|
+
type: 'address',
|
|
464
|
+
internalType: 'address',
|
|
465
465
|
},
|
|
466
466
|
],
|
|
467
467
|
outputs: [],
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
type:
|
|
471
|
-
name:
|
|
472
|
-
stateMutability:
|
|
470
|
+
type: 'function',
|
|
471
|
+
name: 'revokeRole',
|
|
472
|
+
stateMutability: 'nonpayable',
|
|
473
473
|
inputs: [
|
|
474
474
|
{
|
|
475
|
-
name:
|
|
476
|
-
type:
|
|
477
|
-
internalType:
|
|
475
|
+
name: 'role',
|
|
476
|
+
type: 'bytes32',
|
|
477
|
+
internalType: 'bytes32',
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
name:
|
|
481
|
-
type:
|
|
482
|
-
internalType:
|
|
480
|
+
name: 'account',
|
|
481
|
+
type: 'address',
|
|
482
|
+
internalType: 'address',
|
|
483
483
|
},
|
|
484
484
|
],
|
|
485
485
|
outputs: [],
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
|
-
type:
|
|
489
|
-
name:
|
|
490
|
-
stateMutability:
|
|
488
|
+
type: 'function',
|
|
489
|
+
name: 'rollbackDefaultAdminDelay',
|
|
490
|
+
stateMutability: 'nonpayable',
|
|
491
491
|
inputs: [],
|
|
492
492
|
outputs: [],
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
type:
|
|
496
|
-
name:
|
|
497
|
-
stateMutability:
|
|
495
|
+
type: 'function',
|
|
496
|
+
name: 'setCoordinator',
|
|
497
|
+
stateMutability: 'nonpayable',
|
|
498
498
|
inputs: [
|
|
499
499
|
{
|
|
500
|
-
name:
|
|
501
|
-
type:
|
|
502
|
-
internalType:
|
|
500
|
+
name: '_coordinator',
|
|
501
|
+
type: 'address',
|
|
502
|
+
internalType: 'contract Coordinator',
|
|
503
503
|
},
|
|
504
504
|
],
|
|
505
505
|
outputs: [],
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
|
-
type:
|
|
509
|
-
name:
|
|
510
|
-
stateMutability:
|
|
508
|
+
type: 'function',
|
|
509
|
+
name: 'supportsInterface',
|
|
510
|
+
stateMutability: 'view',
|
|
511
511
|
inputs: [
|
|
512
512
|
{
|
|
513
|
-
name:
|
|
514
|
-
type:
|
|
515
|
-
internalType:
|
|
513
|
+
name: 'interfaceId',
|
|
514
|
+
type: 'bytes4',
|
|
515
|
+
internalType: 'bytes4',
|
|
516
516
|
},
|
|
517
517
|
],
|
|
518
518
|
outputs: [
|
|
519
519
|
{
|
|
520
|
-
name:
|
|
521
|
-
type:
|
|
522
|
-
internalType:
|
|
520
|
+
name: '',
|
|
521
|
+
type: 'bool',
|
|
522
|
+
internalType: 'bool',
|
|
523
523
|
},
|
|
524
524
|
],
|
|
525
525
|
},
|