@lukso/lsp23-contracts 0.15.0 → 0.15.1

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.
@@ -1,795 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- import type {
5
- BaseContract,
6
- BigNumberish,
7
- BytesLike,
8
- FunctionFragment,
9
- Result,
10
- Interface,
11
- EventFragment,
12
- AddressLike,
13
- ContractRunner,
14
- ContractMethod,
15
- Listener,
16
- } from "ethers";
17
- import type {
18
- TypedContractEvent,
19
- TypedDeferredTopicFilter,
20
- TypedEventLog,
21
- TypedLogDescription,
22
- TypedListener,
23
- TypedContractMethod,
24
- } from "../../common";
25
-
26
- export interface UniversalProfileInitPostDeploymentModuleInterface
27
- extends Interface {
28
- getFunction(
29
- nameOrSignature:
30
- | "RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY"
31
- | "RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD"
32
- | "VERSION"
33
- | "acceptOwnership"
34
- | "batchCalls"
35
- | "execute"
36
- | "executeBatch"
37
- | "executePostDeployment"
38
- | "getData"
39
- | "getDataBatch"
40
- | "initialize"
41
- | "isValidSignature"
42
- | "owner"
43
- | "pendingOwner"
44
- | "renounceOwnership"
45
- | "setData"
46
- | "setDataAndTransferOwnership"
47
- | "setDataBatch"
48
- | "supportsInterface"
49
- | "transferOwnership"
50
- | "universalReceiver"
51
- ): FunctionFragment;
52
-
53
- getEvent(
54
- nameOrSignatureOrTopic:
55
- | "ContractCreated"
56
- | "DataChanged"
57
- | "Executed"
58
- | "Initialized"
59
- | "OwnershipRenounced"
60
- | "OwnershipTransferStarted"
61
- | "OwnershipTransferred"
62
- | "RenounceOwnershipStarted"
63
- | "UniversalReceiver"
64
- ): EventFragment;
65
-
66
- encodeFunctionData(
67
- functionFragment: "RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY",
68
- values?: undefined
69
- ): string;
70
- encodeFunctionData(
71
- functionFragment: "RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD",
72
- values?: undefined
73
- ): string;
74
- encodeFunctionData(functionFragment: "VERSION", values?: undefined): string;
75
- encodeFunctionData(
76
- functionFragment: "acceptOwnership",
77
- values?: undefined
78
- ): string;
79
- encodeFunctionData(
80
- functionFragment: "batchCalls",
81
- values: [BytesLike[]]
82
- ): string;
83
- encodeFunctionData(
84
- functionFragment: "execute",
85
- values: [BigNumberish, AddressLike, BigNumberish, BytesLike]
86
- ): string;
87
- encodeFunctionData(
88
- functionFragment: "executeBatch",
89
- values: [BigNumberish[], AddressLike[], BigNumberish[], BytesLike[]]
90
- ): string;
91
- encodeFunctionData(
92
- functionFragment: "executePostDeployment",
93
- values: [AddressLike, AddressLike, BytesLike]
94
- ): string;
95
- encodeFunctionData(functionFragment: "getData", values: [BytesLike]): string;
96
- encodeFunctionData(
97
- functionFragment: "getDataBatch",
98
- values: [BytesLike[]]
99
- ): string;
100
- encodeFunctionData(
101
- functionFragment: "initialize",
102
- values: [AddressLike]
103
- ): string;
104
- encodeFunctionData(
105
- functionFragment: "isValidSignature",
106
- values: [BytesLike, BytesLike]
107
- ): string;
108
- encodeFunctionData(functionFragment: "owner", values?: undefined): string;
109
- encodeFunctionData(
110
- functionFragment: "pendingOwner",
111
- values?: undefined
112
- ): string;
113
- encodeFunctionData(
114
- functionFragment: "renounceOwnership",
115
- values?: undefined
116
- ): string;
117
- encodeFunctionData(
118
- functionFragment: "setData",
119
- values: [BytesLike, BytesLike]
120
- ): string;
121
- encodeFunctionData(
122
- functionFragment: "setDataAndTransferOwnership",
123
- values: [BytesLike[], BytesLike[], AddressLike]
124
- ): string;
125
- encodeFunctionData(
126
- functionFragment: "setDataBatch",
127
- values: [BytesLike[], BytesLike[]]
128
- ): string;
129
- encodeFunctionData(
130
- functionFragment: "supportsInterface",
131
- values: [BytesLike]
132
- ): string;
133
- encodeFunctionData(
134
- functionFragment: "transferOwnership",
135
- values: [AddressLike]
136
- ): string;
137
- encodeFunctionData(
138
- functionFragment: "universalReceiver",
139
- values: [BytesLike, BytesLike]
140
- ): string;
141
-
142
- decodeFunctionResult(
143
- functionFragment: "RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY",
144
- data: BytesLike
145
- ): Result;
146
- decodeFunctionResult(
147
- functionFragment: "RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD",
148
- data: BytesLike
149
- ): Result;
150
- decodeFunctionResult(functionFragment: "VERSION", data: BytesLike): Result;
151
- decodeFunctionResult(
152
- functionFragment: "acceptOwnership",
153
- data: BytesLike
154
- ): Result;
155
- decodeFunctionResult(functionFragment: "batchCalls", data: BytesLike): Result;
156
- decodeFunctionResult(functionFragment: "execute", data: BytesLike): Result;
157
- decodeFunctionResult(
158
- functionFragment: "executeBatch",
159
- data: BytesLike
160
- ): Result;
161
- decodeFunctionResult(
162
- functionFragment: "executePostDeployment",
163
- data: BytesLike
164
- ): Result;
165
- decodeFunctionResult(functionFragment: "getData", data: BytesLike): Result;
166
- decodeFunctionResult(
167
- functionFragment: "getDataBatch",
168
- data: BytesLike
169
- ): Result;
170
- decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
171
- decodeFunctionResult(
172
- functionFragment: "isValidSignature",
173
- data: BytesLike
174
- ): Result;
175
- decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
176
- decodeFunctionResult(
177
- functionFragment: "pendingOwner",
178
- data: BytesLike
179
- ): Result;
180
- decodeFunctionResult(
181
- functionFragment: "renounceOwnership",
182
- data: BytesLike
183
- ): Result;
184
- decodeFunctionResult(functionFragment: "setData", data: BytesLike): Result;
185
- decodeFunctionResult(
186
- functionFragment: "setDataAndTransferOwnership",
187
- data: BytesLike
188
- ): Result;
189
- decodeFunctionResult(
190
- functionFragment: "setDataBatch",
191
- data: BytesLike
192
- ): Result;
193
- decodeFunctionResult(
194
- functionFragment: "supportsInterface",
195
- data: BytesLike
196
- ): Result;
197
- decodeFunctionResult(
198
- functionFragment: "transferOwnership",
199
- data: BytesLike
200
- ): Result;
201
- decodeFunctionResult(
202
- functionFragment: "universalReceiver",
203
- data: BytesLike
204
- ): Result;
205
- }
206
-
207
- export namespace ContractCreatedEvent {
208
- export type InputTuple = [
209
- operationType: BigNumberish,
210
- contractAddress: AddressLike,
211
- value: BigNumberish,
212
- salt: BytesLike
213
- ];
214
- export type OutputTuple = [
215
- operationType: bigint,
216
- contractAddress: string,
217
- value: bigint,
218
- salt: string
219
- ];
220
- export interface OutputObject {
221
- operationType: bigint;
222
- contractAddress: string;
223
- value: bigint;
224
- salt: string;
225
- }
226
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
227
- export type Filter = TypedDeferredTopicFilter<Event>;
228
- export type Log = TypedEventLog<Event>;
229
- export type LogDescription = TypedLogDescription<Event>;
230
- }
231
-
232
- export namespace DataChangedEvent {
233
- export type InputTuple = [dataKey: BytesLike, dataValue: BytesLike];
234
- export type OutputTuple = [dataKey: string, dataValue: string];
235
- export interface OutputObject {
236
- dataKey: string;
237
- dataValue: string;
238
- }
239
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
240
- export type Filter = TypedDeferredTopicFilter<Event>;
241
- export type Log = TypedEventLog<Event>;
242
- export type LogDescription = TypedLogDescription<Event>;
243
- }
244
-
245
- export namespace ExecutedEvent {
246
- export type InputTuple = [
247
- operationType: BigNumberish,
248
- target: AddressLike,
249
- value: BigNumberish,
250
- selector: BytesLike
251
- ];
252
- export type OutputTuple = [
253
- operationType: bigint,
254
- target: string,
255
- value: bigint,
256
- selector: string
257
- ];
258
- export interface OutputObject {
259
- operationType: bigint;
260
- target: string;
261
- value: bigint;
262
- selector: string;
263
- }
264
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
265
- export type Filter = TypedDeferredTopicFilter<Event>;
266
- export type Log = TypedEventLog<Event>;
267
- export type LogDescription = TypedLogDescription<Event>;
268
- }
269
-
270
- export namespace InitializedEvent {
271
- export type InputTuple = [version: BigNumberish];
272
- export type OutputTuple = [version: bigint];
273
- export interface OutputObject {
274
- version: bigint;
275
- }
276
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
277
- export type Filter = TypedDeferredTopicFilter<Event>;
278
- export type Log = TypedEventLog<Event>;
279
- export type LogDescription = TypedLogDescription<Event>;
280
- }
281
-
282
- export namespace OwnershipRenouncedEvent {
283
- export type InputTuple = [];
284
- export type OutputTuple = [];
285
- export interface OutputObject {}
286
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
287
- export type Filter = TypedDeferredTopicFilter<Event>;
288
- export type Log = TypedEventLog<Event>;
289
- export type LogDescription = TypedLogDescription<Event>;
290
- }
291
-
292
- export namespace OwnershipTransferStartedEvent {
293
- export type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
294
- export type OutputTuple = [previousOwner: string, newOwner: string];
295
- export interface OutputObject {
296
- previousOwner: string;
297
- newOwner: string;
298
- }
299
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
300
- export type Filter = TypedDeferredTopicFilter<Event>;
301
- export type Log = TypedEventLog<Event>;
302
- export type LogDescription = TypedLogDescription<Event>;
303
- }
304
-
305
- export namespace OwnershipTransferredEvent {
306
- export type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
307
- export type OutputTuple = [previousOwner: string, newOwner: string];
308
- export interface OutputObject {
309
- previousOwner: string;
310
- newOwner: string;
311
- }
312
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
313
- export type Filter = TypedDeferredTopicFilter<Event>;
314
- export type Log = TypedEventLog<Event>;
315
- export type LogDescription = TypedLogDescription<Event>;
316
- }
317
-
318
- export namespace RenounceOwnershipStartedEvent {
319
- export type InputTuple = [];
320
- export type OutputTuple = [];
321
- export interface OutputObject {}
322
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
323
- export type Filter = TypedDeferredTopicFilter<Event>;
324
- export type Log = TypedEventLog<Event>;
325
- export type LogDescription = TypedLogDescription<Event>;
326
- }
327
-
328
- export namespace UniversalReceiverEvent {
329
- export type InputTuple = [
330
- from: AddressLike,
331
- value: BigNumberish,
332
- typeId: BytesLike,
333
- receivedData: BytesLike,
334
- returnedValue: BytesLike
335
- ];
336
- export type OutputTuple = [
337
- from: string,
338
- value: bigint,
339
- typeId: string,
340
- receivedData: string,
341
- returnedValue: string
342
- ];
343
- export interface OutputObject {
344
- from: string;
345
- value: bigint;
346
- typeId: string;
347
- receivedData: string;
348
- returnedValue: string;
349
- }
350
- export type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
351
- export type Filter = TypedDeferredTopicFilter<Event>;
352
- export type Log = TypedEventLog<Event>;
353
- export type LogDescription = TypedLogDescription<Event>;
354
- }
355
-
356
- export interface UniversalProfileInitPostDeploymentModule extends BaseContract {
357
- connect(
358
- runner?: ContractRunner | null
359
- ): UniversalProfileInitPostDeploymentModule;
360
- waitForDeployment(): Promise<this>;
361
-
362
- interface: UniversalProfileInitPostDeploymentModuleInterface;
363
-
364
- queryFilter<TCEvent extends TypedContractEvent>(
365
- event: TCEvent,
366
- fromBlockOrBlockhash?: string | number | undefined,
367
- toBlock?: string | number | undefined
368
- ): Promise<Array<TypedEventLog<TCEvent>>>;
369
- queryFilter<TCEvent extends TypedContractEvent>(
370
- filter: TypedDeferredTopicFilter<TCEvent>,
371
- fromBlockOrBlockhash?: string | number | undefined,
372
- toBlock?: string | number | undefined
373
- ): Promise<Array<TypedEventLog<TCEvent>>>;
374
-
375
- on<TCEvent extends TypedContractEvent>(
376
- event: TCEvent,
377
- listener: TypedListener<TCEvent>
378
- ): Promise<this>;
379
- on<TCEvent extends TypedContractEvent>(
380
- filter: TypedDeferredTopicFilter<TCEvent>,
381
- listener: TypedListener<TCEvent>
382
- ): Promise<this>;
383
-
384
- once<TCEvent extends TypedContractEvent>(
385
- event: TCEvent,
386
- listener: TypedListener<TCEvent>
387
- ): Promise<this>;
388
- once<TCEvent extends TypedContractEvent>(
389
- filter: TypedDeferredTopicFilter<TCEvent>,
390
- listener: TypedListener<TCEvent>
391
- ): Promise<this>;
392
-
393
- listeners<TCEvent extends TypedContractEvent>(
394
- event: TCEvent
395
- ): Promise<Array<TypedListener<TCEvent>>>;
396
- listeners(eventName?: string): Promise<Array<Listener>>;
397
- removeAllListeners<TCEvent extends TypedContractEvent>(
398
- event?: TCEvent
399
- ): Promise<this>;
400
-
401
- RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY: TypedContractMethod<
402
- [],
403
- [bigint],
404
- "view"
405
- >;
406
-
407
- RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD: TypedContractMethod<
408
- [],
409
- [bigint],
410
- "view"
411
- >;
412
-
413
- VERSION: TypedContractMethod<[], [string], "view">;
414
-
415
- acceptOwnership: TypedContractMethod<[], [void], "nonpayable">;
416
-
417
- batchCalls: TypedContractMethod<
418
- [data: BytesLike[]],
419
- [string[]],
420
- "nonpayable"
421
- >;
422
-
423
- execute: TypedContractMethod<
424
- [
425
- operationType: BigNumberish,
426
- target: AddressLike,
427
- value: BigNumberish,
428
- data: BytesLike
429
- ],
430
- [string],
431
- "payable"
432
- >;
433
-
434
- executeBatch: TypedContractMethod<
435
- [
436
- operationsType: BigNumberish[],
437
- targets: AddressLike[],
438
- values: BigNumberish[],
439
- datas: BytesLike[]
440
- ],
441
- [string[]],
442
- "payable"
443
- >;
444
-
445
- executePostDeployment: TypedContractMethod<
446
- [
447
- universalProfile: AddressLike,
448
- keyManager: AddressLike,
449
- setDataBatchBytes: BytesLike
450
- ],
451
- [void],
452
- "nonpayable"
453
- >;
454
-
455
- getData: TypedContractMethod<[dataKey: BytesLike], [string], "view">;
456
-
457
- getDataBatch: TypedContractMethod<
458
- [dataKeys: BytesLike[]],
459
- [string[]],
460
- "view"
461
- >;
462
-
463
- initialize: TypedContractMethod<
464
- [initialOwner: AddressLike],
465
- [void],
466
- "payable"
467
- >;
468
-
469
- isValidSignature: TypedContractMethod<
470
- [dataHash: BytesLike, signature: BytesLike],
471
- [string],
472
- "view"
473
- >;
474
-
475
- owner: TypedContractMethod<[], [string], "view">;
476
-
477
- pendingOwner: TypedContractMethod<[], [string], "view">;
478
-
479
- renounceOwnership: TypedContractMethod<[], [void], "nonpayable">;
480
-
481
- setData: TypedContractMethod<
482
- [dataKey: BytesLike, dataValue: BytesLike],
483
- [void],
484
- "payable"
485
- >;
486
-
487
- setDataAndTransferOwnership: TypedContractMethod<
488
- [dataKeys: BytesLike[], dataValues: BytesLike[], newOwner: AddressLike],
489
- [void],
490
- "payable"
491
- >;
492
-
493
- setDataBatch: TypedContractMethod<
494
- [dataKeys: BytesLike[], dataValues: BytesLike[]],
495
- [void],
496
- "payable"
497
- >;
498
-
499
- supportsInterface: TypedContractMethod<
500
- [interfaceId: BytesLike],
501
- [boolean],
502
- "view"
503
- >;
504
-
505
- transferOwnership: TypedContractMethod<
506
- [pendingNewOwner: AddressLike],
507
- [void],
508
- "nonpayable"
509
- >;
510
-
511
- universalReceiver: TypedContractMethod<
512
- [typeId: BytesLike, receivedData: BytesLike],
513
- [string],
514
- "payable"
515
- >;
516
-
517
- getFunction<T extends ContractMethod = ContractMethod>(
518
- key: string | FunctionFragment
519
- ): T;
520
-
521
- getFunction(
522
- nameOrSignature: "RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY"
523
- ): TypedContractMethod<[], [bigint], "view">;
524
- getFunction(
525
- nameOrSignature: "RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD"
526
- ): TypedContractMethod<[], [bigint], "view">;
527
- getFunction(
528
- nameOrSignature: "VERSION"
529
- ): TypedContractMethod<[], [string], "view">;
530
- getFunction(
531
- nameOrSignature: "acceptOwnership"
532
- ): TypedContractMethod<[], [void], "nonpayable">;
533
- getFunction(
534
- nameOrSignature: "batchCalls"
535
- ): TypedContractMethod<[data: BytesLike[]], [string[]], "nonpayable">;
536
- getFunction(
537
- nameOrSignature: "execute"
538
- ): TypedContractMethod<
539
- [
540
- operationType: BigNumberish,
541
- target: AddressLike,
542
- value: BigNumberish,
543
- data: BytesLike
544
- ],
545
- [string],
546
- "payable"
547
- >;
548
- getFunction(
549
- nameOrSignature: "executeBatch"
550
- ): TypedContractMethod<
551
- [
552
- operationsType: BigNumberish[],
553
- targets: AddressLike[],
554
- values: BigNumberish[],
555
- datas: BytesLike[]
556
- ],
557
- [string[]],
558
- "payable"
559
- >;
560
- getFunction(
561
- nameOrSignature: "executePostDeployment"
562
- ): TypedContractMethod<
563
- [
564
- universalProfile: AddressLike,
565
- keyManager: AddressLike,
566
- setDataBatchBytes: BytesLike
567
- ],
568
- [void],
569
- "nonpayable"
570
- >;
571
- getFunction(
572
- nameOrSignature: "getData"
573
- ): TypedContractMethod<[dataKey: BytesLike], [string], "view">;
574
- getFunction(
575
- nameOrSignature: "getDataBatch"
576
- ): TypedContractMethod<[dataKeys: BytesLike[]], [string[]], "view">;
577
- getFunction(
578
- nameOrSignature: "initialize"
579
- ): TypedContractMethod<[initialOwner: AddressLike], [void], "payable">;
580
- getFunction(
581
- nameOrSignature: "isValidSignature"
582
- ): TypedContractMethod<
583
- [dataHash: BytesLike, signature: BytesLike],
584
- [string],
585
- "view"
586
- >;
587
- getFunction(
588
- nameOrSignature: "owner"
589
- ): TypedContractMethod<[], [string], "view">;
590
- getFunction(
591
- nameOrSignature: "pendingOwner"
592
- ): TypedContractMethod<[], [string], "view">;
593
- getFunction(
594
- nameOrSignature: "renounceOwnership"
595
- ): TypedContractMethod<[], [void], "nonpayable">;
596
- getFunction(
597
- nameOrSignature: "setData"
598
- ): TypedContractMethod<
599
- [dataKey: BytesLike, dataValue: BytesLike],
600
- [void],
601
- "payable"
602
- >;
603
- getFunction(
604
- nameOrSignature: "setDataAndTransferOwnership"
605
- ): TypedContractMethod<
606
- [dataKeys: BytesLike[], dataValues: BytesLike[], newOwner: AddressLike],
607
- [void],
608
- "payable"
609
- >;
610
- getFunction(
611
- nameOrSignature: "setDataBatch"
612
- ): TypedContractMethod<
613
- [dataKeys: BytesLike[], dataValues: BytesLike[]],
614
- [void],
615
- "payable"
616
- >;
617
- getFunction(
618
- nameOrSignature: "supportsInterface"
619
- ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">;
620
- getFunction(
621
- nameOrSignature: "transferOwnership"
622
- ): TypedContractMethod<[pendingNewOwner: AddressLike], [void], "nonpayable">;
623
- getFunction(
624
- nameOrSignature: "universalReceiver"
625
- ): TypedContractMethod<
626
- [typeId: BytesLike, receivedData: BytesLike],
627
- [string],
628
- "payable"
629
- >;
630
-
631
- getEvent(
632
- key: "ContractCreated"
633
- ): TypedContractEvent<
634
- ContractCreatedEvent.InputTuple,
635
- ContractCreatedEvent.OutputTuple,
636
- ContractCreatedEvent.OutputObject
637
- >;
638
- getEvent(
639
- key: "DataChanged"
640
- ): TypedContractEvent<
641
- DataChangedEvent.InputTuple,
642
- DataChangedEvent.OutputTuple,
643
- DataChangedEvent.OutputObject
644
- >;
645
- getEvent(
646
- key: "Executed"
647
- ): TypedContractEvent<
648
- ExecutedEvent.InputTuple,
649
- ExecutedEvent.OutputTuple,
650
- ExecutedEvent.OutputObject
651
- >;
652
- getEvent(
653
- key: "Initialized"
654
- ): TypedContractEvent<
655
- InitializedEvent.InputTuple,
656
- InitializedEvent.OutputTuple,
657
- InitializedEvent.OutputObject
658
- >;
659
- getEvent(
660
- key: "OwnershipRenounced"
661
- ): TypedContractEvent<
662
- OwnershipRenouncedEvent.InputTuple,
663
- OwnershipRenouncedEvent.OutputTuple,
664
- OwnershipRenouncedEvent.OutputObject
665
- >;
666
- getEvent(
667
- key: "OwnershipTransferStarted"
668
- ): TypedContractEvent<
669
- OwnershipTransferStartedEvent.InputTuple,
670
- OwnershipTransferStartedEvent.OutputTuple,
671
- OwnershipTransferStartedEvent.OutputObject
672
- >;
673
- getEvent(
674
- key: "OwnershipTransferred"
675
- ): TypedContractEvent<
676
- OwnershipTransferredEvent.InputTuple,
677
- OwnershipTransferredEvent.OutputTuple,
678
- OwnershipTransferredEvent.OutputObject
679
- >;
680
- getEvent(
681
- key: "RenounceOwnershipStarted"
682
- ): TypedContractEvent<
683
- RenounceOwnershipStartedEvent.InputTuple,
684
- RenounceOwnershipStartedEvent.OutputTuple,
685
- RenounceOwnershipStartedEvent.OutputObject
686
- >;
687
- getEvent(
688
- key: "UniversalReceiver"
689
- ): TypedContractEvent<
690
- UniversalReceiverEvent.InputTuple,
691
- UniversalReceiverEvent.OutputTuple,
692
- UniversalReceiverEvent.OutputObject
693
- >;
694
-
695
- filters: {
696
- "ContractCreated(uint256,address,uint256,bytes32)": TypedContractEvent<
697
- ContractCreatedEvent.InputTuple,
698
- ContractCreatedEvent.OutputTuple,
699
- ContractCreatedEvent.OutputObject
700
- >;
701
- ContractCreated: TypedContractEvent<
702
- ContractCreatedEvent.InputTuple,
703
- ContractCreatedEvent.OutputTuple,
704
- ContractCreatedEvent.OutputObject
705
- >;
706
-
707
- "DataChanged(bytes32,bytes)": TypedContractEvent<
708
- DataChangedEvent.InputTuple,
709
- DataChangedEvent.OutputTuple,
710
- DataChangedEvent.OutputObject
711
- >;
712
- DataChanged: TypedContractEvent<
713
- DataChangedEvent.InputTuple,
714
- DataChangedEvent.OutputTuple,
715
- DataChangedEvent.OutputObject
716
- >;
717
-
718
- "Executed(uint256,address,uint256,bytes4)": TypedContractEvent<
719
- ExecutedEvent.InputTuple,
720
- ExecutedEvent.OutputTuple,
721
- ExecutedEvent.OutputObject
722
- >;
723
- Executed: TypedContractEvent<
724
- ExecutedEvent.InputTuple,
725
- ExecutedEvent.OutputTuple,
726
- ExecutedEvent.OutputObject
727
- >;
728
-
729
- "Initialized(uint8)": TypedContractEvent<
730
- InitializedEvent.InputTuple,
731
- InitializedEvent.OutputTuple,
732
- InitializedEvent.OutputObject
733
- >;
734
- Initialized: TypedContractEvent<
735
- InitializedEvent.InputTuple,
736
- InitializedEvent.OutputTuple,
737
- InitializedEvent.OutputObject
738
- >;
739
-
740
- "OwnershipRenounced()": TypedContractEvent<
741
- OwnershipRenouncedEvent.InputTuple,
742
- OwnershipRenouncedEvent.OutputTuple,
743
- OwnershipRenouncedEvent.OutputObject
744
- >;
745
- OwnershipRenounced: TypedContractEvent<
746
- OwnershipRenouncedEvent.InputTuple,
747
- OwnershipRenouncedEvent.OutputTuple,
748
- OwnershipRenouncedEvent.OutputObject
749
- >;
750
-
751
- "OwnershipTransferStarted(address,address)": TypedContractEvent<
752
- OwnershipTransferStartedEvent.InputTuple,
753
- OwnershipTransferStartedEvent.OutputTuple,
754
- OwnershipTransferStartedEvent.OutputObject
755
- >;
756
- OwnershipTransferStarted: TypedContractEvent<
757
- OwnershipTransferStartedEvent.InputTuple,
758
- OwnershipTransferStartedEvent.OutputTuple,
759
- OwnershipTransferStartedEvent.OutputObject
760
- >;
761
-
762
- "OwnershipTransferred(address,address)": TypedContractEvent<
763
- OwnershipTransferredEvent.InputTuple,
764
- OwnershipTransferredEvent.OutputTuple,
765
- OwnershipTransferredEvent.OutputObject
766
- >;
767
- OwnershipTransferred: TypedContractEvent<
768
- OwnershipTransferredEvent.InputTuple,
769
- OwnershipTransferredEvent.OutputTuple,
770
- OwnershipTransferredEvent.OutputObject
771
- >;
772
-
773
- "RenounceOwnershipStarted()": TypedContractEvent<
774
- RenounceOwnershipStartedEvent.InputTuple,
775
- RenounceOwnershipStartedEvent.OutputTuple,
776
- RenounceOwnershipStartedEvent.OutputObject
777
- >;
778
- RenounceOwnershipStarted: TypedContractEvent<
779
- RenounceOwnershipStartedEvent.InputTuple,
780
- RenounceOwnershipStartedEvent.OutputTuple,
781
- RenounceOwnershipStartedEvent.OutputObject
782
- >;
783
-
784
- "UniversalReceiver(address,uint256,bytes32,bytes,bytes)": TypedContractEvent<
785
- UniversalReceiverEvent.InputTuple,
786
- UniversalReceiverEvent.OutputTuple,
787
- UniversalReceiverEvent.OutputObject
788
- >;
789
- UniversalReceiver: TypedContractEvent<
790
- UniversalReceiverEvent.InputTuple,
791
- UniversalReceiverEvent.OutputTuple,
792
- UniversalReceiverEvent.OutputObject
793
- >;
794
- };
795
- }