@pearldigital/p3-abis 3.0.0

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.
Files changed (57) hide show
  1. package/LICENSE +17 -0
  2. package/README.md +50 -0
  3. package/package.json +37 -0
  4. package/src/IAbstractFeeModule.d.ts +252 -0
  5. package/src/IAbstractFeeModule.js +252 -0
  6. package/src/IAbstractTimelockUpgrade.d.ts +169 -0
  7. package/src/IAbstractTimelockUpgrade.js +169 -0
  8. package/src/IAbstractTreasuryManagerRestricted.d.ts +15 -0
  9. package/src/IAbstractTreasuryManagerRestricted.js +15 -0
  10. package/src/IAbstractTreasuryRestricted.d.ts +15 -0
  11. package/src/IAbstractTreasuryRestricted.js +15 -0
  12. package/src/IP3AgentLimitComplianceModule.d.ts +761 -0
  13. package/src/IP3AgentLimitComplianceModule.js +761 -0
  14. package/src/IP3AgenticRegistryManager.d.ts +2074 -0
  15. package/src/IP3AgenticRegistryManager.js +2074 -0
  16. package/src/IP3AttestationManager.d.ts +1347 -0
  17. package/src/IP3AttestationManager.js +1347 -0
  18. package/src/IP3BasicToken.d.ts +951 -0
  19. package/src/IP3BasicToken.js +951 -0
  20. package/src/IP3ComplianceFactory.d.ts +591 -0
  21. package/src/IP3ComplianceFactory.js +591 -0
  22. package/src/IP3ComplianceModule.d.ts +609 -0
  23. package/src/IP3ComplianceModule.js +609 -0
  24. package/src/IP3DepositToken.d.ts +1104 -0
  25. package/src/IP3DepositToken.js +1104 -0
  26. package/src/IP3DigitalSecurityToken.d.ts +1197 -0
  27. package/src/IP3DigitalSecurityToken.js +1197 -0
  28. package/src/IP3EIP3009.d.ts +586 -0
  29. package/src/IP3EIP3009.js +586 -0
  30. package/src/IP3ERC20ConverterManager.d.ts +867 -0
  31. package/src/IP3ERC20ConverterManager.js +867 -0
  32. package/src/IP3ERC8004Connector.d.ts +955 -0
  33. package/src/IP3ERC8004Connector.js +955 -0
  34. package/src/IP3FXSwap.d.ts +779 -0
  35. package/src/IP3FXSwap.js +779 -0
  36. package/src/IP3ModularCompliance.d.ts +771 -0
  37. package/src/IP3ModularCompliance.js +771 -0
  38. package/src/IP3ReputationComplianceModule.d.ts +691 -0
  39. package/src/IP3ReputationComplianceModule.js +691 -0
  40. package/src/IP3StablecoinSwap.d.ts +1082 -0
  41. package/src/IP3StablecoinSwap.js +1082 -0
  42. package/src/IP3StablecoinToken.d.ts +1127 -0
  43. package/src/IP3StablecoinToken.js +1127 -0
  44. package/src/IP3TokensFactory.d.ts +431 -0
  45. package/src/IP3TokensFactory.js +431 -0
  46. package/src/IP3TransferManager.d.ts +1234 -0
  47. package/src/IP3TransferManager.js +1234 -0
  48. package/src/IP3TreasuryManager.d.ts +1652 -0
  49. package/src/IP3TreasuryManager.js +1652 -0
  50. package/src/IP3YieldBearingStablecoinToken.d.ts +1163 -0
  51. package/src/IP3YieldBearingStablecoinToken.js +1163 -0
  52. package/src/IRecoveryVelocityComplianceModule.d.ts +1032 -0
  53. package/src/IRecoveryVelocityComplianceModule.js +1032 -0
  54. package/src/ISolvencyComplianceModule.d.ts +653 -0
  55. package/src/ISolvencyComplianceModule.js +653 -0
  56. package/src/index.d.ts +27 -0
  57. package/src/index.js +27 -0
@@ -0,0 +1,951 @@
1
+ // Auto-generated by scripts/build-abis.mjs. Do not edit by hand.
2
+ export declare const abi: [
3
+ {
4
+ "type": "function",
5
+ "name": "allowance",
6
+ "inputs": [
7
+ {
8
+ "name": "owner",
9
+ "type": "address",
10
+ "internalType": "address"
11
+ },
12
+ {
13
+ "name": "spender",
14
+ "type": "address",
15
+ "internalType": "address"
16
+ }
17
+ ],
18
+ "outputs": [
19
+ {
20
+ "name": "",
21
+ "type": "uint256",
22
+ "internalType": "uint256"
23
+ }
24
+ ],
25
+ "stateMutability": "view"
26
+ },
27
+ {
28
+ "type": "function",
29
+ "name": "approve",
30
+ "inputs": [
31
+ {
32
+ "name": "spender",
33
+ "type": "address",
34
+ "internalType": "address"
35
+ },
36
+ {
37
+ "name": "amount",
38
+ "type": "uint256",
39
+ "internalType": "uint256"
40
+ }
41
+ ],
42
+ "outputs": [
43
+ {
44
+ "name": "",
45
+ "type": "bool",
46
+ "internalType": "bool"
47
+ }
48
+ ],
49
+ "stateMutability": "nonpayable"
50
+ },
51
+ {
52
+ "type": "function",
53
+ "name": "balanceOf",
54
+ "inputs": [
55
+ {
56
+ "name": "account",
57
+ "type": "address",
58
+ "internalType": "address"
59
+ }
60
+ ],
61
+ "outputs": [
62
+ {
63
+ "name": "",
64
+ "type": "uint256",
65
+ "internalType": "uint256"
66
+ }
67
+ ],
68
+ "stateMutability": "view"
69
+ },
70
+ {
71
+ "type": "function",
72
+ "name": "batchBurn",
73
+ "inputs": [
74
+ {
75
+ "name": "_userAddresses",
76
+ "type": "address[]",
77
+ "internalType": "address[]"
78
+ },
79
+ {
80
+ "name": "_amounts",
81
+ "type": "uint256[]",
82
+ "internalType": "uint256[]"
83
+ }
84
+ ],
85
+ "outputs": [],
86
+ "stateMutability": "nonpayable"
87
+ },
88
+ {
89
+ "type": "function",
90
+ "name": "batchForcedTransfer",
91
+ "inputs": [
92
+ {
93
+ "name": "_fromList",
94
+ "type": "address[]",
95
+ "internalType": "address[]"
96
+ },
97
+ {
98
+ "name": "_toList",
99
+ "type": "address[]",
100
+ "internalType": "address[]"
101
+ },
102
+ {
103
+ "name": "_amounts",
104
+ "type": "uint256[]",
105
+ "internalType": "uint256[]"
106
+ }
107
+ ],
108
+ "outputs": [],
109
+ "stateMutability": "nonpayable"
110
+ },
111
+ {
112
+ "type": "function",
113
+ "name": "batchFreezePartialTokens",
114
+ "inputs": [
115
+ {
116
+ "name": "_userAddresses",
117
+ "type": "address[]",
118
+ "internalType": "address[]"
119
+ },
120
+ {
121
+ "name": "_amounts",
122
+ "type": "uint256[]",
123
+ "internalType": "uint256[]"
124
+ }
125
+ ],
126
+ "outputs": [],
127
+ "stateMutability": "nonpayable"
128
+ },
129
+ {
130
+ "type": "function",
131
+ "name": "batchMint",
132
+ "inputs": [
133
+ {
134
+ "name": "_toList",
135
+ "type": "address[]",
136
+ "internalType": "address[]"
137
+ },
138
+ {
139
+ "name": "_amounts",
140
+ "type": "uint256[]",
141
+ "internalType": "uint256[]"
142
+ }
143
+ ],
144
+ "outputs": [],
145
+ "stateMutability": "nonpayable"
146
+ },
147
+ {
148
+ "type": "function",
149
+ "name": "batchSetAddressFrozen",
150
+ "inputs": [
151
+ {
152
+ "name": "_userAddresses",
153
+ "type": "address[]",
154
+ "internalType": "address[]"
155
+ },
156
+ {
157
+ "name": "_freeze",
158
+ "type": "bool[]",
159
+ "internalType": "bool[]"
160
+ }
161
+ ],
162
+ "outputs": [],
163
+ "stateMutability": "nonpayable"
164
+ },
165
+ {
166
+ "type": "function",
167
+ "name": "batchTransfer",
168
+ "inputs": [
169
+ {
170
+ "name": "_toList",
171
+ "type": "address[]",
172
+ "internalType": "address[]"
173
+ },
174
+ {
175
+ "name": "_amounts",
176
+ "type": "uint256[]",
177
+ "internalType": "uint256[]"
178
+ }
179
+ ],
180
+ "outputs": [],
181
+ "stateMutability": "nonpayable"
182
+ },
183
+ {
184
+ "type": "function",
185
+ "name": "batchUnfreezePartialTokens",
186
+ "inputs": [
187
+ {
188
+ "name": "_userAddresses",
189
+ "type": "address[]",
190
+ "internalType": "address[]"
191
+ },
192
+ {
193
+ "name": "_amounts",
194
+ "type": "uint256[]",
195
+ "internalType": "uint256[]"
196
+ }
197
+ ],
198
+ "outputs": [],
199
+ "stateMutability": "nonpayable"
200
+ },
201
+ {
202
+ "type": "function",
203
+ "name": "burn",
204
+ "inputs": [
205
+ {
206
+ "name": "_userAddress",
207
+ "type": "address",
208
+ "internalType": "address"
209
+ },
210
+ {
211
+ "name": "_amount",
212
+ "type": "uint256",
213
+ "internalType": "uint256"
214
+ }
215
+ ],
216
+ "outputs": [],
217
+ "stateMutability": "nonpayable"
218
+ },
219
+ {
220
+ "type": "function",
221
+ "name": "compliance",
222
+ "inputs": [],
223
+ "outputs": [
224
+ {
225
+ "name": "",
226
+ "type": "address",
227
+ "internalType": "contract IModularCompliance"
228
+ }
229
+ ],
230
+ "stateMutability": "view"
231
+ },
232
+ {
233
+ "type": "function",
234
+ "name": "decimals",
235
+ "inputs": [],
236
+ "outputs": [
237
+ {
238
+ "name": "",
239
+ "type": "uint8",
240
+ "internalType": "uint8"
241
+ }
242
+ ],
243
+ "stateMutability": "view"
244
+ },
245
+ {
246
+ "type": "function",
247
+ "name": "forcedTransfer",
248
+ "inputs": [
249
+ {
250
+ "name": "_from",
251
+ "type": "address",
252
+ "internalType": "address"
253
+ },
254
+ {
255
+ "name": "_to",
256
+ "type": "address",
257
+ "internalType": "address"
258
+ },
259
+ {
260
+ "name": "_amount",
261
+ "type": "uint256",
262
+ "internalType": "uint256"
263
+ }
264
+ ],
265
+ "outputs": [
266
+ {
267
+ "name": "",
268
+ "type": "bool",
269
+ "internalType": "bool"
270
+ }
271
+ ],
272
+ "stateMutability": "nonpayable"
273
+ },
274
+ {
275
+ "type": "function",
276
+ "name": "freezePartialTokens",
277
+ "inputs": [
278
+ {
279
+ "name": "_userAddress",
280
+ "type": "address",
281
+ "internalType": "address"
282
+ },
283
+ {
284
+ "name": "_amount",
285
+ "type": "uint256",
286
+ "internalType": "uint256"
287
+ }
288
+ ],
289
+ "outputs": [],
290
+ "stateMutability": "nonpayable"
291
+ },
292
+ {
293
+ "type": "function",
294
+ "name": "getFrozenTokens",
295
+ "inputs": [
296
+ {
297
+ "name": "_userAddress",
298
+ "type": "address",
299
+ "internalType": "address"
300
+ }
301
+ ],
302
+ "outputs": [
303
+ {
304
+ "name": "",
305
+ "type": "uint256",
306
+ "internalType": "uint256"
307
+ }
308
+ ],
309
+ "stateMutability": "view"
310
+ },
311
+ {
312
+ "type": "function",
313
+ "name": "getP3TokenType",
314
+ "inputs": [],
315
+ "outputs": [
316
+ {
317
+ "name": "",
318
+ "type": "uint8",
319
+ "internalType": "enum IP3BasicToken.P3TokenTypes"
320
+ }
321
+ ],
322
+ "stateMutability": "view"
323
+ },
324
+ {
325
+ "type": "function",
326
+ "name": "identityRegistry",
327
+ "inputs": [],
328
+ "outputs": [
329
+ {
330
+ "name": "",
331
+ "type": "address",
332
+ "internalType": "contract IIdentityRegistry"
333
+ }
334
+ ],
335
+ "stateMutability": "view"
336
+ },
337
+ {
338
+ "type": "function",
339
+ "name": "initializeEIP3009",
340
+ "inputs": [
341
+ {
342
+ "name": "agenticRegistry_",
343
+ "type": "address",
344
+ "internalType": "address"
345
+ }
346
+ ],
347
+ "outputs": [],
348
+ "stateMutability": "nonpayable"
349
+ },
350
+ {
351
+ "type": "function",
352
+ "name": "isFrozen",
353
+ "inputs": [
354
+ {
355
+ "name": "_userAddress",
356
+ "type": "address",
357
+ "internalType": "address"
358
+ }
359
+ ],
360
+ "outputs": [
361
+ {
362
+ "name": "",
363
+ "type": "bool",
364
+ "internalType": "bool"
365
+ }
366
+ ],
367
+ "stateMutability": "view"
368
+ },
369
+ {
370
+ "type": "function",
371
+ "name": "mint",
372
+ "inputs": [
373
+ {
374
+ "name": "_to",
375
+ "type": "address",
376
+ "internalType": "address"
377
+ },
378
+ {
379
+ "name": "_amount",
380
+ "type": "uint256",
381
+ "internalType": "uint256"
382
+ }
383
+ ],
384
+ "outputs": [],
385
+ "stateMutability": "nonpayable"
386
+ },
387
+ {
388
+ "type": "function",
389
+ "name": "name",
390
+ "inputs": [],
391
+ "outputs": [
392
+ {
393
+ "name": "",
394
+ "type": "string",
395
+ "internalType": "string"
396
+ }
397
+ ],
398
+ "stateMutability": "view"
399
+ },
400
+ {
401
+ "type": "function",
402
+ "name": "onchainID",
403
+ "inputs": [],
404
+ "outputs": [
405
+ {
406
+ "name": "",
407
+ "type": "address",
408
+ "internalType": "address"
409
+ }
410
+ ],
411
+ "stateMutability": "view"
412
+ },
413
+ {
414
+ "type": "function",
415
+ "name": "pause",
416
+ "inputs": [],
417
+ "outputs": [],
418
+ "stateMutability": "nonpayable"
419
+ },
420
+ {
421
+ "type": "function",
422
+ "name": "paused",
423
+ "inputs": [],
424
+ "outputs": [
425
+ {
426
+ "name": "",
427
+ "type": "bool",
428
+ "internalType": "bool"
429
+ }
430
+ ],
431
+ "stateMutability": "view"
432
+ },
433
+ {
434
+ "type": "function",
435
+ "name": "recoveryAddress",
436
+ "inputs": [
437
+ {
438
+ "name": "_lostWallet",
439
+ "type": "address",
440
+ "internalType": "address"
441
+ },
442
+ {
443
+ "name": "_newWallet",
444
+ "type": "address",
445
+ "internalType": "address"
446
+ },
447
+ {
448
+ "name": "_investorOnchainID",
449
+ "type": "address",
450
+ "internalType": "address"
451
+ }
452
+ ],
453
+ "outputs": [
454
+ {
455
+ "name": "",
456
+ "type": "bool",
457
+ "internalType": "bool"
458
+ }
459
+ ],
460
+ "stateMutability": "nonpayable"
461
+ },
462
+ {
463
+ "type": "function",
464
+ "name": "setAddressFrozen",
465
+ "inputs": [
466
+ {
467
+ "name": "_userAddress",
468
+ "type": "address",
469
+ "internalType": "address"
470
+ },
471
+ {
472
+ "name": "_freeze",
473
+ "type": "bool",
474
+ "internalType": "bool"
475
+ }
476
+ ],
477
+ "outputs": [],
478
+ "stateMutability": "nonpayable"
479
+ },
480
+ {
481
+ "type": "function",
482
+ "name": "setCompliance",
483
+ "inputs": [
484
+ {
485
+ "name": "_compliance",
486
+ "type": "address",
487
+ "internalType": "address"
488
+ }
489
+ ],
490
+ "outputs": [],
491
+ "stateMutability": "nonpayable"
492
+ },
493
+ {
494
+ "type": "function",
495
+ "name": "setIdentityRegistry",
496
+ "inputs": [
497
+ {
498
+ "name": "_identityRegistry",
499
+ "type": "address",
500
+ "internalType": "address"
501
+ }
502
+ ],
503
+ "outputs": [],
504
+ "stateMutability": "nonpayable"
505
+ },
506
+ {
507
+ "type": "function",
508
+ "name": "setName",
509
+ "inputs": [
510
+ {
511
+ "name": "_name",
512
+ "type": "string",
513
+ "internalType": "string"
514
+ }
515
+ ],
516
+ "outputs": [],
517
+ "stateMutability": "nonpayable"
518
+ },
519
+ {
520
+ "type": "function",
521
+ "name": "setOnchainID",
522
+ "inputs": [
523
+ {
524
+ "name": "_onchainID",
525
+ "type": "address",
526
+ "internalType": "address"
527
+ }
528
+ ],
529
+ "outputs": [],
530
+ "stateMutability": "nonpayable"
531
+ },
532
+ {
533
+ "type": "function",
534
+ "name": "setP3TokenType",
535
+ "inputs": [
536
+ {
537
+ "name": "newTokenType_",
538
+ "type": "uint8",
539
+ "internalType": "enum IP3BasicToken.P3TokenTypes"
540
+ }
541
+ ],
542
+ "outputs": [],
543
+ "stateMutability": "nonpayable"
544
+ },
545
+ {
546
+ "type": "function",
547
+ "name": "setSymbol",
548
+ "inputs": [
549
+ {
550
+ "name": "_symbol",
551
+ "type": "string",
552
+ "internalType": "string"
553
+ }
554
+ ],
555
+ "outputs": [],
556
+ "stateMutability": "nonpayable"
557
+ },
558
+ {
559
+ "type": "function",
560
+ "name": "symbol",
561
+ "inputs": [],
562
+ "outputs": [
563
+ {
564
+ "name": "",
565
+ "type": "string",
566
+ "internalType": "string"
567
+ }
568
+ ],
569
+ "stateMutability": "view"
570
+ },
571
+ {
572
+ "type": "function",
573
+ "name": "totalSupply",
574
+ "inputs": [],
575
+ "outputs": [
576
+ {
577
+ "name": "",
578
+ "type": "uint256",
579
+ "internalType": "uint256"
580
+ }
581
+ ],
582
+ "stateMutability": "view"
583
+ },
584
+ {
585
+ "type": "function",
586
+ "name": "transfer",
587
+ "inputs": [
588
+ {
589
+ "name": "to",
590
+ "type": "address",
591
+ "internalType": "address"
592
+ },
593
+ {
594
+ "name": "amount",
595
+ "type": "uint256",
596
+ "internalType": "uint256"
597
+ }
598
+ ],
599
+ "outputs": [
600
+ {
601
+ "name": "",
602
+ "type": "bool",
603
+ "internalType": "bool"
604
+ }
605
+ ],
606
+ "stateMutability": "nonpayable"
607
+ },
608
+ {
609
+ "type": "function",
610
+ "name": "transferFrom",
611
+ "inputs": [
612
+ {
613
+ "name": "from",
614
+ "type": "address",
615
+ "internalType": "address"
616
+ },
617
+ {
618
+ "name": "to",
619
+ "type": "address",
620
+ "internalType": "address"
621
+ },
622
+ {
623
+ "name": "amount",
624
+ "type": "uint256",
625
+ "internalType": "uint256"
626
+ }
627
+ ],
628
+ "outputs": [
629
+ {
630
+ "name": "",
631
+ "type": "bool",
632
+ "internalType": "bool"
633
+ }
634
+ ],
635
+ "stateMutability": "nonpayable"
636
+ },
637
+ {
638
+ "type": "function",
639
+ "name": "unfreezePartialTokens",
640
+ "inputs": [
641
+ {
642
+ "name": "_userAddress",
643
+ "type": "address",
644
+ "internalType": "address"
645
+ },
646
+ {
647
+ "name": "_amount",
648
+ "type": "uint256",
649
+ "internalType": "uint256"
650
+ }
651
+ ],
652
+ "outputs": [],
653
+ "stateMutability": "nonpayable"
654
+ },
655
+ {
656
+ "type": "function",
657
+ "name": "unpause",
658
+ "inputs": [],
659
+ "outputs": [],
660
+ "stateMutability": "nonpayable"
661
+ },
662
+ {
663
+ "type": "function",
664
+ "name": "version",
665
+ "inputs": [],
666
+ "outputs": [
667
+ {
668
+ "name": "",
669
+ "type": "string",
670
+ "internalType": "string"
671
+ }
672
+ ],
673
+ "stateMutability": "view"
674
+ },
675
+ {
676
+ "type": "event",
677
+ "name": "AddressFrozen",
678
+ "inputs": [
679
+ {
680
+ "name": "_userAddress",
681
+ "type": "address",
682
+ "indexed": true,
683
+ "internalType": "address"
684
+ },
685
+ {
686
+ "name": "_isFrozen",
687
+ "type": "bool",
688
+ "indexed": true,
689
+ "internalType": "bool"
690
+ },
691
+ {
692
+ "name": "_owner",
693
+ "type": "address",
694
+ "indexed": true,
695
+ "internalType": "address"
696
+ }
697
+ ],
698
+ "anonymous": false
699
+ },
700
+ {
701
+ "type": "event",
702
+ "name": "Approval",
703
+ "inputs": [
704
+ {
705
+ "name": "owner",
706
+ "type": "address",
707
+ "indexed": true,
708
+ "internalType": "address"
709
+ },
710
+ {
711
+ "name": "spender",
712
+ "type": "address",
713
+ "indexed": true,
714
+ "internalType": "address"
715
+ },
716
+ {
717
+ "name": "value",
718
+ "type": "uint256",
719
+ "indexed": false,
720
+ "internalType": "uint256"
721
+ }
722
+ ],
723
+ "anonymous": false
724
+ },
725
+ {
726
+ "type": "event",
727
+ "name": "ComplianceAdded",
728
+ "inputs": [
729
+ {
730
+ "name": "_compliance",
731
+ "type": "address",
732
+ "indexed": true,
733
+ "internalType": "address"
734
+ }
735
+ ],
736
+ "anonymous": false
737
+ },
738
+ {
739
+ "type": "event",
740
+ "name": "EIP3009Initialized",
741
+ "inputs": [
742
+ {
743
+ "name": "agenticRegistry",
744
+ "type": "address",
745
+ "indexed": true,
746
+ "internalType": "address"
747
+ }
748
+ ],
749
+ "anonymous": false
750
+ },
751
+ {
752
+ "type": "event",
753
+ "name": "IdentityRegistryAdded",
754
+ "inputs": [
755
+ {
756
+ "name": "_identityRegistry",
757
+ "type": "address",
758
+ "indexed": true,
759
+ "internalType": "address"
760
+ }
761
+ ],
762
+ "anonymous": false
763
+ },
764
+ {
765
+ "type": "event",
766
+ "name": "Paused",
767
+ "inputs": [
768
+ {
769
+ "name": "_userAddress",
770
+ "type": "address",
771
+ "indexed": false,
772
+ "internalType": "address"
773
+ }
774
+ ],
775
+ "anonymous": false
776
+ },
777
+ {
778
+ "type": "event",
779
+ "name": "RecoverySuccess",
780
+ "inputs": [
781
+ {
782
+ "name": "_lostWallet",
783
+ "type": "address",
784
+ "indexed": true,
785
+ "internalType": "address"
786
+ },
787
+ {
788
+ "name": "_newWallet",
789
+ "type": "address",
790
+ "indexed": true,
791
+ "internalType": "address"
792
+ },
793
+ {
794
+ "name": "_investorOnchainID",
795
+ "type": "address",
796
+ "indexed": true,
797
+ "internalType": "address"
798
+ }
799
+ ],
800
+ "anonymous": false
801
+ },
802
+ {
803
+ "type": "event",
804
+ "name": "TokensFrozen",
805
+ "inputs": [
806
+ {
807
+ "name": "_userAddress",
808
+ "type": "address",
809
+ "indexed": true,
810
+ "internalType": "address"
811
+ },
812
+ {
813
+ "name": "_amount",
814
+ "type": "uint256",
815
+ "indexed": false,
816
+ "internalType": "uint256"
817
+ }
818
+ ],
819
+ "anonymous": false
820
+ },
821
+ {
822
+ "type": "event",
823
+ "name": "TokensUnfrozen",
824
+ "inputs": [
825
+ {
826
+ "name": "_userAddress",
827
+ "type": "address",
828
+ "indexed": true,
829
+ "internalType": "address"
830
+ },
831
+ {
832
+ "name": "_amount",
833
+ "type": "uint256",
834
+ "indexed": false,
835
+ "internalType": "uint256"
836
+ }
837
+ ],
838
+ "anonymous": false
839
+ },
840
+ {
841
+ "type": "event",
842
+ "name": "Transfer",
843
+ "inputs": [
844
+ {
845
+ "name": "from",
846
+ "type": "address",
847
+ "indexed": true,
848
+ "internalType": "address"
849
+ },
850
+ {
851
+ "name": "to",
852
+ "type": "address",
853
+ "indexed": true,
854
+ "internalType": "address"
855
+ },
856
+ {
857
+ "name": "value",
858
+ "type": "uint256",
859
+ "indexed": false,
860
+ "internalType": "uint256"
861
+ }
862
+ ],
863
+ "anonymous": false
864
+ },
865
+ {
866
+ "type": "event",
867
+ "name": "Unpaused",
868
+ "inputs": [
869
+ {
870
+ "name": "_userAddress",
871
+ "type": "address",
872
+ "indexed": false,
873
+ "internalType": "address"
874
+ }
875
+ ],
876
+ "anonymous": false
877
+ },
878
+ {
879
+ "type": "event",
880
+ "name": "UpdatedTokenInformation",
881
+ "inputs": [
882
+ {
883
+ "name": "_newName",
884
+ "type": "string",
885
+ "indexed": true,
886
+ "internalType": "string"
887
+ },
888
+ {
889
+ "name": "_newSymbol",
890
+ "type": "string",
891
+ "indexed": true,
892
+ "internalType": "string"
893
+ },
894
+ {
895
+ "name": "_newDecimals",
896
+ "type": "uint8",
897
+ "indexed": false,
898
+ "internalType": "uint8"
899
+ },
900
+ {
901
+ "name": "_newVersion",
902
+ "type": "string",
903
+ "indexed": false,
904
+ "internalType": "string"
905
+ },
906
+ {
907
+ "name": "_newOnchainID",
908
+ "type": "address",
909
+ "indexed": true,
910
+ "internalType": "address"
911
+ }
912
+ ],
913
+ "anonymous": false
914
+ },
915
+ {
916
+ "type": "error",
917
+ "name": "P3BasicTokenEIP3009AlreadyInitialized",
918
+ "inputs": []
919
+ },
920
+ {
921
+ "type": "error",
922
+ "name": "P3BasicTokenInsufficientBalance",
923
+ "inputs": []
924
+ },
925
+ {
926
+ "type": "error",
927
+ "name": "P3BasicTokenInvalidTokenType",
928
+ "inputs": []
929
+ },
930
+ {
931
+ "type": "error",
932
+ "name": "P3BasicTokenOnlyOwnerOrAgent",
933
+ "inputs": []
934
+ },
935
+ {
936
+ "type": "error",
937
+ "name": "P3BasicTokenTransferNotPossible",
938
+ "inputs": []
939
+ },
940
+ {
941
+ "type": "error",
942
+ "name": "P3BasicTokenUnableToUpdateP3TokenType",
943
+ "inputs": []
944
+ },
945
+ {
946
+ "type": "error",
947
+ "name": "P3BasicTokenWalletFrozen",
948
+ "inputs": []
949
+ }
950
+ ] as const;
951
+ export default abi;