polymarket-apis 0.2.2__py3-none-any.whl

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.

Potentially problematic release.


This version of polymarket-apis might be problematic. Click here for more details.

Files changed (40) hide show
  1. polymarket_apis/__init__.py +2 -0
  2. polymarket_apis/clients/__init__.py +0 -0
  3. polymarket_apis/clients/clob_client.py +730 -0
  4. polymarket_apis/clients/data_client.py +234 -0
  5. polymarket_apis/clients/gamma_client.py +311 -0
  6. polymarket_apis/clients/web3_client.py +261 -0
  7. polymarket_apis/clients/websockets_client.py +131 -0
  8. polymarket_apis/types/__init__.py +0 -0
  9. polymarket_apis/types/clob_types.py +494 -0
  10. polymarket_apis/types/common.py +49 -0
  11. polymarket_apis/types/data_types.py +161 -0
  12. polymarket_apis/types/gamma_types.py +313 -0
  13. polymarket_apis/types/websockets_types.py +191 -0
  14. polymarket_apis/utilities/__init__.py +0 -0
  15. polymarket_apis/utilities/config.py +36 -0
  16. polymarket_apis/utilities/constants.py +26 -0
  17. polymarket_apis/utilities/endpoints.py +37 -0
  18. polymarket_apis/utilities/exceptions.py +11 -0
  19. polymarket_apis/utilities/headers.py +54 -0
  20. polymarket_apis/utilities/order_builder/__init__.py +0 -0
  21. polymarket_apis/utilities/order_builder/builder.py +240 -0
  22. polymarket_apis/utilities/order_builder/helpers.py +61 -0
  23. polymarket_apis/utilities/signing/__init__.py +0 -0
  24. polymarket_apis/utilities/signing/eip712.py +28 -0
  25. polymarket_apis/utilities/signing/hmac.py +20 -0
  26. polymarket_apis/utilities/signing/model.py +8 -0
  27. polymarket_apis/utilities/signing/signer.py +25 -0
  28. polymarket_apis/utilities/web3/__init__.py +0 -0
  29. polymarket_apis/utilities/web3/abis/CTFExchange.json +1851 -0
  30. polymarket_apis/utilities/web3/abis/ConditionalTokens.json +705 -0
  31. polymarket_apis/utilities/web3/abis/NegRiskAdapter.json +999 -0
  32. polymarket_apis/utilities/web3/abis/NegRiskCtfExchange.json +1856 -0
  33. polymarket_apis/utilities/web3/abis/ProxyWalletFactory.json +319 -0
  34. polymarket_apis/utilities/web3/abis/UChildERC20Proxy.json +1438 -0
  35. polymarket_apis/utilities/web3/abis/__init__.py +0 -0
  36. polymarket_apis/utilities/web3/abis/custom_contract_errors.py +31 -0
  37. polymarket_apis/utilities/web3/helpers.py +8 -0
  38. polymarket_apis-0.2.2.dist-info/METADATA +18 -0
  39. polymarket_apis-0.2.2.dist-info/RECORD +40 -0
  40. polymarket_apis-0.2.2.dist-info/WHEEL +4 -0
@@ -0,0 +1,1851 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "_collateral",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "address",
11
+ "name": "_ctf",
12
+ "type": "address"
13
+ },
14
+ {
15
+ "internalType": "address",
16
+ "name": "_proxyFactory",
17
+ "type": "address"
18
+ },
19
+ {
20
+ "internalType": "address",
21
+ "name": "_safeFactory",
22
+ "type": "address"
23
+ }
24
+ ],
25
+ "stateMutability": "nonpayable",
26
+ "type": "constructor"
27
+ },
28
+ {
29
+ "inputs": [ ],
30
+ "name": "AlreadyRegistered",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [ ],
35
+ "name": "FeeTooHigh",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [ ],
40
+ "name": "InvalidComplement",
41
+ "type": "error"
42
+ },
43
+ {
44
+ "inputs": [ ],
45
+ "name": "InvalidNonce",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [ ],
50
+ "name": "InvalidSignature",
51
+ "type": "error"
52
+ },
53
+ {
54
+ "inputs": [ ],
55
+ "name": "InvalidTokenId",
56
+ "type": "error"
57
+ },
58
+ {
59
+ "inputs": [ ],
60
+ "name": "MakingGtRemaining",
61
+ "type": "error"
62
+ },
63
+ {
64
+ "inputs": [ ],
65
+ "name": "MismatchedTokenIds",
66
+ "type": "error"
67
+ },
68
+ {
69
+ "inputs": [ ],
70
+ "name": "NotAdmin",
71
+ "type": "error"
72
+ },
73
+ {
74
+ "inputs": [ ],
75
+ "name": "NotCrossing",
76
+ "type": "error"
77
+ },
78
+ {
79
+ "inputs": [ ],
80
+ "name": "NotOperator",
81
+ "type": "error"
82
+ },
83
+ {
84
+ "inputs": [ ],
85
+ "name": "NotOwner",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [ ],
90
+ "name": "NotTaker",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [ ],
95
+ "name": "OrderExpired",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [ ],
100
+ "name": "OrderFilledOrCancelled",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [ ],
105
+ "name": "Paused",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [ ],
110
+ "name": "TooLittleTokensReceived",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "anonymous": false,
115
+ "inputs": [
116
+ {
117
+ "indexed": true,
118
+ "internalType": "address",
119
+ "name": "receiver",
120
+ "type": "address"
121
+ },
122
+ {
123
+ "indexed": false,
124
+ "internalType": "uint256",
125
+ "name": "tokenId",
126
+ "type": "uint256"
127
+ },
128
+ {
129
+ "indexed": false,
130
+ "internalType": "uint256",
131
+ "name": "amount",
132
+ "type": "uint256"
133
+ }
134
+ ],
135
+ "name": "FeeCharged",
136
+ "type": "event"
137
+ },
138
+ {
139
+ "anonymous": false,
140
+ "inputs": [
141
+ {
142
+ "indexed": true,
143
+ "internalType": "address",
144
+ "name": "newAdminAddress",
145
+ "type": "address"
146
+ },
147
+ {
148
+ "indexed": true,
149
+ "internalType": "address",
150
+ "name": "admin",
151
+ "type": "address"
152
+ }
153
+ ],
154
+ "name": "NewAdmin",
155
+ "type": "event"
156
+ },
157
+ {
158
+ "anonymous": false,
159
+ "inputs": [
160
+ {
161
+ "indexed": true,
162
+ "internalType": "address",
163
+ "name": "newOperatorAddress",
164
+ "type": "address"
165
+ },
166
+ {
167
+ "indexed": true,
168
+ "internalType": "address",
169
+ "name": "admin",
170
+ "type": "address"
171
+ }
172
+ ],
173
+ "name": "NewOperator",
174
+ "type": "event"
175
+ },
176
+ {
177
+ "anonymous": false,
178
+ "inputs": [
179
+ {
180
+ "indexed": true,
181
+ "internalType": "bytes32",
182
+ "name": "orderHash",
183
+ "type": "bytes32"
184
+ }
185
+ ],
186
+ "name": "OrderCancelled",
187
+ "type": "event"
188
+ },
189
+ {
190
+ "anonymous": false,
191
+ "inputs": [
192
+ {
193
+ "indexed": true,
194
+ "internalType": "bytes32",
195
+ "name": "orderHash",
196
+ "type": "bytes32"
197
+ },
198
+ {
199
+ "indexed": true,
200
+ "internalType": "address",
201
+ "name": "maker",
202
+ "type": "address"
203
+ },
204
+ {
205
+ "indexed": true,
206
+ "internalType": "address",
207
+ "name": "taker",
208
+ "type": "address"
209
+ },
210
+ {
211
+ "indexed": false,
212
+ "internalType": "uint256",
213
+ "name": "makerAssetId",
214
+ "type": "uint256"
215
+ },
216
+ {
217
+ "indexed": false,
218
+ "internalType": "uint256",
219
+ "name": "takerAssetId",
220
+ "type": "uint256"
221
+ },
222
+ {
223
+ "indexed": false,
224
+ "internalType": "uint256",
225
+ "name": "makerAmountFilled",
226
+ "type": "uint256"
227
+ },
228
+ {
229
+ "indexed": false,
230
+ "internalType": "uint256",
231
+ "name": "takerAmountFilled",
232
+ "type": "uint256"
233
+ },
234
+ {
235
+ "indexed": false,
236
+ "internalType": "uint256",
237
+ "name": "fee",
238
+ "type": "uint256"
239
+ }
240
+ ],
241
+ "name": "OrderFilled",
242
+ "type": "event"
243
+ },
244
+ {
245
+ "anonymous": false,
246
+ "inputs": [
247
+ {
248
+ "indexed": true,
249
+ "internalType": "bytes32",
250
+ "name": "takerOrderHash",
251
+ "type": "bytes32"
252
+ },
253
+ {
254
+ "indexed": true,
255
+ "internalType": "address",
256
+ "name": "takerOrderMaker",
257
+ "type": "address"
258
+ },
259
+ {
260
+ "indexed": false,
261
+ "internalType": "uint256",
262
+ "name": "makerAssetId",
263
+ "type": "uint256"
264
+ },
265
+ {
266
+ "indexed": false,
267
+ "internalType": "uint256",
268
+ "name": "takerAssetId",
269
+ "type": "uint256"
270
+ },
271
+ {
272
+ "indexed": false,
273
+ "internalType": "uint256",
274
+ "name": "makerAmountFilled",
275
+ "type": "uint256"
276
+ },
277
+ {
278
+ "indexed": false,
279
+ "internalType": "uint256",
280
+ "name": "takerAmountFilled",
281
+ "type": "uint256"
282
+ }
283
+ ],
284
+ "name": "OrdersMatched",
285
+ "type": "event"
286
+ },
287
+ {
288
+ "anonymous": false,
289
+ "inputs": [
290
+ {
291
+ "indexed": true,
292
+ "internalType": "address",
293
+ "name": "oldProxyFactory",
294
+ "type": "address"
295
+ },
296
+ {
297
+ "indexed": true,
298
+ "internalType": "address",
299
+ "name": "newProxyFactory",
300
+ "type": "address"
301
+ }
302
+ ],
303
+ "name": "ProxyFactoryUpdated",
304
+ "type": "event"
305
+ },
306
+ {
307
+ "anonymous": false,
308
+ "inputs": [
309
+ {
310
+ "indexed": true,
311
+ "internalType": "address",
312
+ "name": "removedAdmin",
313
+ "type": "address"
314
+ },
315
+ {
316
+ "indexed": true,
317
+ "internalType": "address",
318
+ "name": "admin",
319
+ "type": "address"
320
+ }
321
+ ],
322
+ "name": "RemovedAdmin",
323
+ "type": "event"
324
+ },
325
+ {
326
+ "anonymous": false,
327
+ "inputs": [
328
+ {
329
+ "indexed": true,
330
+ "internalType": "address",
331
+ "name": "removedOperator",
332
+ "type": "address"
333
+ },
334
+ {
335
+ "indexed": true,
336
+ "internalType": "address",
337
+ "name": "admin",
338
+ "type": "address"
339
+ }
340
+ ],
341
+ "name": "RemovedOperator",
342
+ "type": "event"
343
+ },
344
+ {
345
+ "anonymous": false,
346
+ "inputs": [
347
+ {
348
+ "indexed": true,
349
+ "internalType": "address",
350
+ "name": "oldSafeFactory",
351
+ "type": "address"
352
+ },
353
+ {
354
+ "indexed": true,
355
+ "internalType": "address",
356
+ "name": "newSafeFactory",
357
+ "type": "address"
358
+ }
359
+ ],
360
+ "name": "SafeFactoryUpdated",
361
+ "type": "event"
362
+ },
363
+ {
364
+ "anonymous": false,
365
+ "inputs": [
366
+ {
367
+ "indexed": true,
368
+ "internalType": "uint256",
369
+ "name": "token0",
370
+ "type": "uint256"
371
+ },
372
+ {
373
+ "indexed": true,
374
+ "internalType": "uint256",
375
+ "name": "token1",
376
+ "type": "uint256"
377
+ },
378
+ {
379
+ "indexed": true,
380
+ "internalType": "bytes32",
381
+ "name": "conditionId",
382
+ "type": "bytes32"
383
+ }
384
+ ],
385
+ "name": "TokenRegistered",
386
+ "type": "event"
387
+ },
388
+ {
389
+ "anonymous": false,
390
+ "inputs": [
391
+ {
392
+ "indexed": true,
393
+ "internalType": "address",
394
+ "name": "pauser",
395
+ "type": "address"
396
+ }
397
+ ],
398
+ "name": "TradingPaused",
399
+ "type": "event"
400
+ },
401
+ {
402
+ "anonymous": false,
403
+ "inputs": [
404
+ {
405
+ "indexed": true,
406
+ "internalType": "address",
407
+ "name": "pauser",
408
+ "type": "address"
409
+ }
410
+ ],
411
+ "name": "TradingUnpaused",
412
+ "type": "event"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "admin_",
419
+ "type": "address"
420
+ }
421
+ ],
422
+ "name": "addAdmin",
423
+ "outputs": [ ],
424
+ "stateMutability": "nonpayable",
425
+ "type": "function"
426
+ },
427
+ {
428
+ "inputs": [
429
+ {
430
+ "internalType": "address",
431
+ "name": "operator_",
432
+ "type": "address"
433
+ }
434
+ ],
435
+ "name": "addOperator",
436
+ "outputs": [ ],
437
+ "stateMutability": "nonpayable",
438
+ "type": "function"
439
+ },
440
+ {
441
+ "inputs": [
442
+ {
443
+ "internalType": "address",
444
+ "name": "",
445
+ "type": "address"
446
+ }
447
+ ],
448
+ "name": "admins",
449
+ "outputs": [
450
+ {
451
+ "internalType": "uint256",
452
+ "name": "",
453
+ "type": "uint256"
454
+ }
455
+ ],
456
+ "stateMutability": "view",
457
+ "type": "function"
458
+ },
459
+ {
460
+ "inputs": [
461
+ {
462
+ "components": [
463
+ {
464
+ "internalType": "uint256",
465
+ "name": "salt",
466
+ "type": "uint256"
467
+ },
468
+ {
469
+ "internalType": "address",
470
+ "name": "maker",
471
+ "type": "address"
472
+ },
473
+ {
474
+ "internalType": "address",
475
+ "name": "signer",
476
+ "type": "address"
477
+ },
478
+ {
479
+ "internalType": "address",
480
+ "name": "taker",
481
+ "type": "address"
482
+ },
483
+ {
484
+ "internalType": "uint256",
485
+ "name": "tokenId",
486
+ "type": "uint256"
487
+ },
488
+ {
489
+ "internalType": "uint256",
490
+ "name": "makerAmount",
491
+ "type": "uint256"
492
+ },
493
+ {
494
+ "internalType": "uint256",
495
+ "name": "takerAmount",
496
+ "type": "uint256"
497
+ },
498
+ {
499
+ "internalType": "uint256",
500
+ "name": "expiration",
501
+ "type": "uint256"
502
+ },
503
+ {
504
+ "internalType": "uint256",
505
+ "name": "nonce",
506
+ "type": "uint256"
507
+ },
508
+ {
509
+ "internalType": "uint256",
510
+ "name": "feeRateBps",
511
+ "type": "uint256"
512
+ },
513
+ {
514
+ "internalType": "enum Side",
515
+ "name": "side",
516
+ "type": "uint8"
517
+ },
518
+ {
519
+ "internalType": "enum SignatureType",
520
+ "name": "signatureType",
521
+ "type": "uint8"
522
+ },
523
+ {
524
+ "internalType": "bytes",
525
+ "name": "signature",
526
+ "type": "bytes"
527
+ }
528
+ ],
529
+ "internalType": "struct Order",
530
+ "name": "order",
531
+ "type": "tuple"
532
+ }
533
+ ],
534
+ "name": "cancelOrder",
535
+ "outputs": [ ],
536
+ "stateMutability": "nonpayable",
537
+ "type": "function"
538
+ },
539
+ {
540
+ "inputs": [
541
+ {
542
+ "components": [
543
+ {
544
+ "internalType": "uint256",
545
+ "name": "salt",
546
+ "type": "uint256"
547
+ },
548
+ {
549
+ "internalType": "address",
550
+ "name": "maker",
551
+ "type": "address"
552
+ },
553
+ {
554
+ "internalType": "address",
555
+ "name": "signer",
556
+ "type": "address"
557
+ },
558
+ {
559
+ "internalType": "address",
560
+ "name": "taker",
561
+ "type": "address"
562
+ },
563
+ {
564
+ "internalType": "uint256",
565
+ "name": "tokenId",
566
+ "type": "uint256"
567
+ },
568
+ {
569
+ "internalType": "uint256",
570
+ "name": "makerAmount",
571
+ "type": "uint256"
572
+ },
573
+ {
574
+ "internalType": "uint256",
575
+ "name": "takerAmount",
576
+ "type": "uint256"
577
+ },
578
+ {
579
+ "internalType": "uint256",
580
+ "name": "expiration",
581
+ "type": "uint256"
582
+ },
583
+ {
584
+ "internalType": "uint256",
585
+ "name": "nonce",
586
+ "type": "uint256"
587
+ },
588
+ {
589
+ "internalType": "uint256",
590
+ "name": "feeRateBps",
591
+ "type": "uint256"
592
+ },
593
+ {
594
+ "internalType": "enum Side",
595
+ "name": "side",
596
+ "type": "uint8"
597
+ },
598
+ {
599
+ "internalType": "enum SignatureType",
600
+ "name": "signatureType",
601
+ "type": "uint8"
602
+ },
603
+ {
604
+ "internalType": "bytes",
605
+ "name": "signature",
606
+ "type": "bytes"
607
+ }
608
+ ],
609
+ "internalType": "struct Order[]",
610
+ "name": "orders",
611
+ "type": "tuple[]"
612
+ }
613
+ ],
614
+ "name": "cancelOrders",
615
+ "outputs": [ ],
616
+ "stateMutability": "nonpayable",
617
+ "type": "function"
618
+ },
619
+ {
620
+ "inputs": [ ],
621
+ "name": "domainSeparator",
622
+ "outputs": [
623
+ {
624
+ "internalType": "bytes32",
625
+ "name": "",
626
+ "type": "bytes32"
627
+ }
628
+ ],
629
+ "stateMutability": "view",
630
+ "type": "function"
631
+ },
632
+ {
633
+ "inputs": [
634
+ {
635
+ "components": [
636
+ {
637
+ "internalType": "uint256",
638
+ "name": "salt",
639
+ "type": "uint256"
640
+ },
641
+ {
642
+ "internalType": "address",
643
+ "name": "maker",
644
+ "type": "address"
645
+ },
646
+ {
647
+ "internalType": "address",
648
+ "name": "signer",
649
+ "type": "address"
650
+ },
651
+ {
652
+ "internalType": "address",
653
+ "name": "taker",
654
+ "type": "address"
655
+ },
656
+ {
657
+ "internalType": "uint256",
658
+ "name": "tokenId",
659
+ "type": "uint256"
660
+ },
661
+ {
662
+ "internalType": "uint256",
663
+ "name": "makerAmount",
664
+ "type": "uint256"
665
+ },
666
+ {
667
+ "internalType": "uint256",
668
+ "name": "takerAmount",
669
+ "type": "uint256"
670
+ },
671
+ {
672
+ "internalType": "uint256",
673
+ "name": "expiration",
674
+ "type": "uint256"
675
+ },
676
+ {
677
+ "internalType": "uint256",
678
+ "name": "nonce",
679
+ "type": "uint256"
680
+ },
681
+ {
682
+ "internalType": "uint256",
683
+ "name": "feeRateBps",
684
+ "type": "uint256"
685
+ },
686
+ {
687
+ "internalType": "enum Side",
688
+ "name": "side",
689
+ "type": "uint8"
690
+ },
691
+ {
692
+ "internalType": "enum SignatureType",
693
+ "name": "signatureType",
694
+ "type": "uint8"
695
+ },
696
+ {
697
+ "internalType": "bytes",
698
+ "name": "signature",
699
+ "type": "bytes"
700
+ }
701
+ ],
702
+ "internalType": "struct Order",
703
+ "name": "order",
704
+ "type": "tuple"
705
+ },
706
+ {
707
+ "internalType": "uint256",
708
+ "name": "fillAmount",
709
+ "type": "uint256"
710
+ }
711
+ ],
712
+ "name": "fillOrder",
713
+ "outputs": [ ],
714
+ "stateMutability": "nonpayable",
715
+ "type": "function"
716
+ },
717
+ {
718
+ "inputs": [
719
+ {
720
+ "components": [
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "salt",
724
+ "type": "uint256"
725
+ },
726
+ {
727
+ "internalType": "address",
728
+ "name": "maker",
729
+ "type": "address"
730
+ },
731
+ {
732
+ "internalType": "address",
733
+ "name": "signer",
734
+ "type": "address"
735
+ },
736
+ {
737
+ "internalType": "address",
738
+ "name": "taker",
739
+ "type": "address"
740
+ },
741
+ {
742
+ "internalType": "uint256",
743
+ "name": "tokenId",
744
+ "type": "uint256"
745
+ },
746
+ {
747
+ "internalType": "uint256",
748
+ "name": "makerAmount",
749
+ "type": "uint256"
750
+ },
751
+ {
752
+ "internalType": "uint256",
753
+ "name": "takerAmount",
754
+ "type": "uint256"
755
+ },
756
+ {
757
+ "internalType": "uint256",
758
+ "name": "expiration",
759
+ "type": "uint256"
760
+ },
761
+ {
762
+ "internalType": "uint256",
763
+ "name": "nonce",
764
+ "type": "uint256"
765
+ },
766
+ {
767
+ "internalType": "uint256",
768
+ "name": "feeRateBps",
769
+ "type": "uint256"
770
+ },
771
+ {
772
+ "internalType": "enum Side",
773
+ "name": "side",
774
+ "type": "uint8"
775
+ },
776
+ {
777
+ "internalType": "enum SignatureType",
778
+ "name": "signatureType",
779
+ "type": "uint8"
780
+ },
781
+ {
782
+ "internalType": "bytes",
783
+ "name": "signature",
784
+ "type": "bytes"
785
+ }
786
+ ],
787
+ "internalType": "struct Order[]",
788
+ "name": "orders",
789
+ "type": "tuple[]"
790
+ },
791
+ {
792
+ "internalType": "uint256[]",
793
+ "name": "fillAmounts",
794
+ "type": "uint256[]"
795
+ }
796
+ ],
797
+ "name": "fillOrders",
798
+ "outputs": [ ],
799
+ "stateMutability": "nonpayable",
800
+ "type": "function"
801
+ },
802
+ {
803
+ "inputs": [ ],
804
+ "name": "getCollateral",
805
+ "outputs": [
806
+ {
807
+ "internalType": "address",
808
+ "name": "",
809
+ "type": "address"
810
+ }
811
+ ],
812
+ "stateMutability": "view",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [
817
+ {
818
+ "internalType": "uint256",
819
+ "name": "token",
820
+ "type": "uint256"
821
+ }
822
+ ],
823
+ "name": "getComplement",
824
+ "outputs": [
825
+ {
826
+ "internalType": "uint256",
827
+ "name": "",
828
+ "type": "uint256"
829
+ }
830
+ ],
831
+ "stateMutability": "view",
832
+ "type": "function"
833
+ },
834
+ {
835
+ "inputs": [
836
+ {
837
+ "internalType": "uint256",
838
+ "name": "token",
839
+ "type": "uint256"
840
+ }
841
+ ],
842
+ "name": "getConditionId",
843
+ "outputs": [
844
+ {
845
+ "internalType": "bytes32",
846
+ "name": "",
847
+ "type": "bytes32"
848
+ }
849
+ ],
850
+ "stateMutability": "view",
851
+ "type": "function"
852
+ },
853
+ {
854
+ "inputs": [ ],
855
+ "name": "getCtf",
856
+ "outputs": [
857
+ {
858
+ "internalType": "address",
859
+ "name": "",
860
+ "type": "address"
861
+ }
862
+ ],
863
+ "stateMutability": "view",
864
+ "type": "function"
865
+ },
866
+ {
867
+ "inputs": [ ],
868
+ "name": "getMaxFeeRate",
869
+ "outputs": [
870
+ {
871
+ "internalType": "uint256",
872
+ "name": "",
873
+ "type": "uint256"
874
+ }
875
+ ],
876
+ "stateMutability": "pure",
877
+ "type": "function"
878
+ },
879
+ {
880
+ "inputs": [
881
+ {
882
+ "internalType": "bytes32",
883
+ "name": "orderHash",
884
+ "type": "bytes32"
885
+ }
886
+ ],
887
+ "name": "getOrderStatus",
888
+ "outputs": [
889
+ {
890
+ "components": [
891
+ {
892
+ "internalType": "bool",
893
+ "name": "isFilledOrCancelled",
894
+ "type": "bool"
895
+ },
896
+ {
897
+ "internalType": "uint256",
898
+ "name": "remaining",
899
+ "type": "uint256"
900
+ }
901
+ ],
902
+ "internalType": "struct OrderStatus",
903
+ "name": "",
904
+ "type": "tuple"
905
+ }
906
+ ],
907
+ "stateMutability": "view",
908
+ "type": "function"
909
+ },
910
+ {
911
+ "inputs": [ ],
912
+ "name": "getPolyProxyFactoryImplementation",
913
+ "outputs": [
914
+ {
915
+ "internalType": "address",
916
+ "name": "",
917
+ "type": "address"
918
+ }
919
+ ],
920
+ "stateMutability": "view",
921
+ "type": "function"
922
+ },
923
+ {
924
+ "inputs": [
925
+ {
926
+ "internalType": "address",
927
+ "name": "_addr",
928
+ "type": "address"
929
+ }
930
+ ],
931
+ "name": "getPolyProxyWalletAddress",
932
+ "outputs": [
933
+ {
934
+ "internalType": "address",
935
+ "name": "",
936
+ "type": "address"
937
+ }
938
+ ],
939
+ "stateMutability": "view",
940
+ "type": "function"
941
+ },
942
+ {
943
+ "inputs": [ ],
944
+ "name": "getProxyFactory",
945
+ "outputs": [
946
+ {
947
+ "internalType": "address",
948
+ "name": "",
949
+ "type": "address"
950
+ }
951
+ ],
952
+ "stateMutability": "view",
953
+ "type": "function"
954
+ },
955
+ {
956
+ "inputs": [
957
+ {
958
+ "internalType": "address",
959
+ "name": "_addr",
960
+ "type": "address"
961
+ }
962
+ ],
963
+ "name": "getSafeAddress",
964
+ "outputs": [
965
+ {
966
+ "internalType": "address",
967
+ "name": "",
968
+ "type": "address"
969
+ }
970
+ ],
971
+ "stateMutability": "view",
972
+ "type": "function"
973
+ },
974
+ {
975
+ "inputs": [ ],
976
+ "name": "getSafeFactory",
977
+ "outputs": [
978
+ {
979
+ "internalType": "address",
980
+ "name": "",
981
+ "type": "address"
982
+ }
983
+ ],
984
+ "stateMutability": "view",
985
+ "type": "function"
986
+ },
987
+ {
988
+ "inputs": [ ],
989
+ "name": "getSafeFactoryImplementation",
990
+ "outputs": [
991
+ {
992
+ "internalType": "address",
993
+ "name": "",
994
+ "type": "address"
995
+ }
996
+ ],
997
+ "stateMutability": "view",
998
+ "type": "function"
999
+ },
1000
+ {
1001
+ "inputs": [
1002
+ {
1003
+ "components": [
1004
+ {
1005
+ "internalType": "uint256",
1006
+ "name": "salt",
1007
+ "type": "uint256"
1008
+ },
1009
+ {
1010
+ "internalType": "address",
1011
+ "name": "maker",
1012
+ "type": "address"
1013
+ },
1014
+ {
1015
+ "internalType": "address",
1016
+ "name": "signer",
1017
+ "type": "address"
1018
+ },
1019
+ {
1020
+ "internalType": "address",
1021
+ "name": "taker",
1022
+ "type": "address"
1023
+ },
1024
+ {
1025
+ "internalType": "uint256",
1026
+ "name": "tokenId",
1027
+ "type": "uint256"
1028
+ },
1029
+ {
1030
+ "internalType": "uint256",
1031
+ "name": "makerAmount",
1032
+ "type": "uint256"
1033
+ },
1034
+ {
1035
+ "internalType": "uint256",
1036
+ "name": "takerAmount",
1037
+ "type": "uint256"
1038
+ },
1039
+ {
1040
+ "internalType": "uint256",
1041
+ "name": "expiration",
1042
+ "type": "uint256"
1043
+ },
1044
+ {
1045
+ "internalType": "uint256",
1046
+ "name": "nonce",
1047
+ "type": "uint256"
1048
+ },
1049
+ {
1050
+ "internalType": "uint256",
1051
+ "name": "feeRateBps",
1052
+ "type": "uint256"
1053
+ },
1054
+ {
1055
+ "internalType": "enum Side",
1056
+ "name": "side",
1057
+ "type": "uint8"
1058
+ },
1059
+ {
1060
+ "internalType": "enum SignatureType",
1061
+ "name": "signatureType",
1062
+ "type": "uint8"
1063
+ },
1064
+ {
1065
+ "internalType": "bytes",
1066
+ "name": "signature",
1067
+ "type": "bytes"
1068
+ }
1069
+ ],
1070
+ "internalType": "struct Order",
1071
+ "name": "order",
1072
+ "type": "tuple"
1073
+ }
1074
+ ],
1075
+ "name": "hashOrder",
1076
+ "outputs": [
1077
+ {
1078
+ "internalType": "bytes32",
1079
+ "name": "",
1080
+ "type": "bytes32"
1081
+ }
1082
+ ],
1083
+ "stateMutability": "view",
1084
+ "type": "function"
1085
+ },
1086
+ {
1087
+ "inputs": [ ],
1088
+ "name": "incrementNonce",
1089
+ "outputs": [ ],
1090
+ "stateMutability": "nonpayable",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [
1095
+ {
1096
+ "internalType": "address",
1097
+ "name": "usr",
1098
+ "type": "address"
1099
+ }
1100
+ ],
1101
+ "name": "isAdmin",
1102
+ "outputs": [
1103
+ {
1104
+ "internalType": "bool",
1105
+ "name": "",
1106
+ "type": "bool"
1107
+ }
1108
+ ],
1109
+ "stateMutability": "view",
1110
+ "type": "function"
1111
+ },
1112
+ {
1113
+ "inputs": [
1114
+ {
1115
+ "internalType": "address",
1116
+ "name": "usr",
1117
+ "type": "address"
1118
+ }
1119
+ ],
1120
+ "name": "isOperator",
1121
+ "outputs": [
1122
+ {
1123
+ "internalType": "bool",
1124
+ "name": "",
1125
+ "type": "bool"
1126
+ }
1127
+ ],
1128
+ "stateMutability": "view",
1129
+ "type": "function"
1130
+ },
1131
+ {
1132
+ "inputs": [
1133
+ {
1134
+ "internalType": "address",
1135
+ "name": "usr",
1136
+ "type": "address"
1137
+ },
1138
+ {
1139
+ "internalType": "uint256",
1140
+ "name": "nonce",
1141
+ "type": "uint256"
1142
+ }
1143
+ ],
1144
+ "name": "isValidNonce",
1145
+ "outputs": [
1146
+ {
1147
+ "internalType": "bool",
1148
+ "name": "",
1149
+ "type": "bool"
1150
+ }
1151
+ ],
1152
+ "stateMutability": "view",
1153
+ "type": "function"
1154
+ },
1155
+ {
1156
+ "inputs": [
1157
+ {
1158
+ "components": [
1159
+ {
1160
+ "internalType": "uint256",
1161
+ "name": "salt",
1162
+ "type": "uint256"
1163
+ },
1164
+ {
1165
+ "internalType": "address",
1166
+ "name": "maker",
1167
+ "type": "address"
1168
+ },
1169
+ {
1170
+ "internalType": "address",
1171
+ "name": "signer",
1172
+ "type": "address"
1173
+ },
1174
+ {
1175
+ "internalType": "address",
1176
+ "name": "taker",
1177
+ "type": "address"
1178
+ },
1179
+ {
1180
+ "internalType": "uint256",
1181
+ "name": "tokenId",
1182
+ "type": "uint256"
1183
+ },
1184
+ {
1185
+ "internalType": "uint256",
1186
+ "name": "makerAmount",
1187
+ "type": "uint256"
1188
+ },
1189
+ {
1190
+ "internalType": "uint256",
1191
+ "name": "takerAmount",
1192
+ "type": "uint256"
1193
+ },
1194
+ {
1195
+ "internalType": "uint256",
1196
+ "name": "expiration",
1197
+ "type": "uint256"
1198
+ },
1199
+ {
1200
+ "internalType": "uint256",
1201
+ "name": "nonce",
1202
+ "type": "uint256"
1203
+ },
1204
+ {
1205
+ "internalType": "uint256",
1206
+ "name": "feeRateBps",
1207
+ "type": "uint256"
1208
+ },
1209
+ {
1210
+ "internalType": "enum Side",
1211
+ "name": "side",
1212
+ "type": "uint8"
1213
+ },
1214
+ {
1215
+ "internalType": "enum SignatureType",
1216
+ "name": "signatureType",
1217
+ "type": "uint8"
1218
+ },
1219
+ {
1220
+ "internalType": "bytes",
1221
+ "name": "signature",
1222
+ "type": "bytes"
1223
+ }
1224
+ ],
1225
+ "internalType": "struct Order",
1226
+ "name": "takerOrder",
1227
+ "type": "tuple"
1228
+ },
1229
+ {
1230
+ "components": [
1231
+ {
1232
+ "internalType": "uint256",
1233
+ "name": "salt",
1234
+ "type": "uint256"
1235
+ },
1236
+ {
1237
+ "internalType": "address",
1238
+ "name": "maker",
1239
+ "type": "address"
1240
+ },
1241
+ {
1242
+ "internalType": "address",
1243
+ "name": "signer",
1244
+ "type": "address"
1245
+ },
1246
+ {
1247
+ "internalType": "address",
1248
+ "name": "taker",
1249
+ "type": "address"
1250
+ },
1251
+ {
1252
+ "internalType": "uint256",
1253
+ "name": "tokenId",
1254
+ "type": "uint256"
1255
+ },
1256
+ {
1257
+ "internalType": "uint256",
1258
+ "name": "makerAmount",
1259
+ "type": "uint256"
1260
+ },
1261
+ {
1262
+ "internalType": "uint256",
1263
+ "name": "takerAmount",
1264
+ "type": "uint256"
1265
+ },
1266
+ {
1267
+ "internalType": "uint256",
1268
+ "name": "expiration",
1269
+ "type": "uint256"
1270
+ },
1271
+ {
1272
+ "internalType": "uint256",
1273
+ "name": "nonce",
1274
+ "type": "uint256"
1275
+ },
1276
+ {
1277
+ "internalType": "uint256",
1278
+ "name": "feeRateBps",
1279
+ "type": "uint256"
1280
+ },
1281
+ {
1282
+ "internalType": "enum Side",
1283
+ "name": "side",
1284
+ "type": "uint8"
1285
+ },
1286
+ {
1287
+ "internalType": "enum SignatureType",
1288
+ "name": "signatureType",
1289
+ "type": "uint8"
1290
+ },
1291
+ {
1292
+ "internalType": "bytes",
1293
+ "name": "signature",
1294
+ "type": "bytes"
1295
+ }
1296
+ ],
1297
+ "internalType": "struct Order[]",
1298
+ "name": "makerOrders",
1299
+ "type": "tuple[]"
1300
+ },
1301
+ {
1302
+ "internalType": "uint256",
1303
+ "name": "takerFillAmount",
1304
+ "type": "uint256"
1305
+ },
1306
+ {
1307
+ "internalType": "uint256[]",
1308
+ "name": "makerFillAmounts",
1309
+ "type": "uint256[]"
1310
+ }
1311
+ ],
1312
+ "name": "matchOrders",
1313
+ "outputs": [ ],
1314
+ "stateMutability": "nonpayable",
1315
+ "type": "function"
1316
+ },
1317
+ {
1318
+ "inputs": [
1319
+ {
1320
+ "internalType": "address",
1321
+ "name": "",
1322
+ "type": "address"
1323
+ }
1324
+ ],
1325
+ "name": "nonces",
1326
+ "outputs": [
1327
+ {
1328
+ "internalType": "uint256",
1329
+ "name": "",
1330
+ "type": "uint256"
1331
+ }
1332
+ ],
1333
+ "stateMutability": "view",
1334
+ "type": "function"
1335
+ },
1336
+ {
1337
+ "inputs": [
1338
+ {
1339
+ "internalType": "address",
1340
+ "name": "",
1341
+ "type": "address"
1342
+ },
1343
+ {
1344
+ "internalType": "address",
1345
+ "name": "",
1346
+ "type": "address"
1347
+ },
1348
+ {
1349
+ "internalType": "uint256[]",
1350
+ "name": "",
1351
+ "type": "uint256[]"
1352
+ },
1353
+ {
1354
+ "internalType": "uint256[]",
1355
+ "name": "",
1356
+ "type": "uint256[]"
1357
+ },
1358
+ {
1359
+ "internalType": "bytes",
1360
+ "name": "",
1361
+ "type": "bytes"
1362
+ }
1363
+ ],
1364
+ "name": "onERC1155BatchReceived",
1365
+ "outputs": [
1366
+ {
1367
+ "internalType": "bytes4",
1368
+ "name": "",
1369
+ "type": "bytes4"
1370
+ }
1371
+ ],
1372
+ "stateMutability": "nonpayable",
1373
+ "type": "function"
1374
+ },
1375
+ {
1376
+ "inputs": [
1377
+ {
1378
+ "internalType": "address",
1379
+ "name": "",
1380
+ "type": "address"
1381
+ },
1382
+ {
1383
+ "internalType": "address",
1384
+ "name": "",
1385
+ "type": "address"
1386
+ },
1387
+ {
1388
+ "internalType": "uint256",
1389
+ "name": "",
1390
+ "type": "uint256"
1391
+ },
1392
+ {
1393
+ "internalType": "uint256",
1394
+ "name": "",
1395
+ "type": "uint256"
1396
+ },
1397
+ {
1398
+ "internalType": "bytes",
1399
+ "name": "",
1400
+ "type": "bytes"
1401
+ }
1402
+ ],
1403
+ "name": "onERC1155Received",
1404
+ "outputs": [
1405
+ {
1406
+ "internalType": "bytes4",
1407
+ "name": "",
1408
+ "type": "bytes4"
1409
+ }
1410
+ ],
1411
+ "stateMutability": "nonpayable",
1412
+ "type": "function"
1413
+ },
1414
+ {
1415
+ "inputs": [
1416
+ {
1417
+ "internalType": "address",
1418
+ "name": "",
1419
+ "type": "address"
1420
+ }
1421
+ ],
1422
+ "name": "operators",
1423
+ "outputs": [
1424
+ {
1425
+ "internalType": "uint256",
1426
+ "name": "",
1427
+ "type": "uint256"
1428
+ }
1429
+ ],
1430
+ "stateMutability": "view",
1431
+ "type": "function"
1432
+ },
1433
+ {
1434
+ "inputs": [
1435
+ {
1436
+ "internalType": "bytes32",
1437
+ "name": "",
1438
+ "type": "bytes32"
1439
+ }
1440
+ ],
1441
+ "name": "orderStatus",
1442
+ "outputs": [
1443
+ {
1444
+ "internalType": "bool",
1445
+ "name": "isFilledOrCancelled",
1446
+ "type": "bool"
1447
+ },
1448
+ {
1449
+ "internalType": "uint256",
1450
+ "name": "remaining",
1451
+ "type": "uint256"
1452
+ }
1453
+ ],
1454
+ "stateMutability": "view",
1455
+ "type": "function"
1456
+ },
1457
+ {
1458
+ "inputs": [ ],
1459
+ "name": "parentCollectionId",
1460
+ "outputs": [
1461
+ {
1462
+ "internalType": "bytes32",
1463
+ "name": "",
1464
+ "type": "bytes32"
1465
+ }
1466
+ ],
1467
+ "stateMutability": "view",
1468
+ "type": "function"
1469
+ },
1470
+ {
1471
+ "inputs": [ ],
1472
+ "name": "pauseTrading",
1473
+ "outputs": [ ],
1474
+ "stateMutability": "nonpayable",
1475
+ "type": "function"
1476
+ },
1477
+ {
1478
+ "inputs": [ ],
1479
+ "name": "paused",
1480
+ "outputs": [
1481
+ {
1482
+ "internalType": "bool",
1483
+ "name": "",
1484
+ "type": "bool"
1485
+ }
1486
+ ],
1487
+ "stateMutability": "view",
1488
+ "type": "function"
1489
+ },
1490
+ {
1491
+ "inputs": [ ],
1492
+ "name": "proxyFactory",
1493
+ "outputs": [
1494
+ {
1495
+ "internalType": "address",
1496
+ "name": "",
1497
+ "type": "address"
1498
+ }
1499
+ ],
1500
+ "stateMutability": "view",
1501
+ "type": "function"
1502
+ },
1503
+ {
1504
+ "inputs": [
1505
+ {
1506
+ "internalType": "uint256",
1507
+ "name": "token",
1508
+ "type": "uint256"
1509
+ },
1510
+ {
1511
+ "internalType": "uint256",
1512
+ "name": "complement",
1513
+ "type": "uint256"
1514
+ },
1515
+ {
1516
+ "internalType": "bytes32",
1517
+ "name": "conditionId",
1518
+ "type": "bytes32"
1519
+ }
1520
+ ],
1521
+ "name": "registerToken",
1522
+ "outputs": [ ],
1523
+ "stateMutability": "nonpayable",
1524
+ "type": "function"
1525
+ },
1526
+ {
1527
+ "inputs": [
1528
+ {
1529
+ "internalType": "uint256",
1530
+ "name": "",
1531
+ "type": "uint256"
1532
+ }
1533
+ ],
1534
+ "name": "registry",
1535
+ "outputs": [
1536
+ {
1537
+ "internalType": "uint256",
1538
+ "name": "complement",
1539
+ "type": "uint256"
1540
+ },
1541
+ {
1542
+ "internalType": "bytes32",
1543
+ "name": "conditionId",
1544
+ "type": "bytes32"
1545
+ }
1546
+ ],
1547
+ "stateMutability": "view",
1548
+ "type": "function"
1549
+ },
1550
+ {
1551
+ "inputs": [
1552
+ {
1553
+ "internalType": "address",
1554
+ "name": "admin",
1555
+ "type": "address"
1556
+ }
1557
+ ],
1558
+ "name": "removeAdmin",
1559
+ "outputs": [ ],
1560
+ "stateMutability": "nonpayable",
1561
+ "type": "function"
1562
+ },
1563
+ {
1564
+ "inputs": [
1565
+ {
1566
+ "internalType": "address",
1567
+ "name": "operator",
1568
+ "type": "address"
1569
+ }
1570
+ ],
1571
+ "name": "removeOperator",
1572
+ "outputs": [ ],
1573
+ "stateMutability": "nonpayable",
1574
+ "type": "function"
1575
+ },
1576
+ {
1577
+ "inputs": [ ],
1578
+ "name": "renounceAdminRole",
1579
+ "outputs": [ ],
1580
+ "stateMutability": "nonpayable",
1581
+ "type": "function"
1582
+ },
1583
+ {
1584
+ "inputs": [ ],
1585
+ "name": "renounceOperatorRole",
1586
+ "outputs": [ ],
1587
+ "stateMutability": "nonpayable",
1588
+ "type": "function"
1589
+ },
1590
+ {
1591
+ "inputs": [ ],
1592
+ "name": "safeFactory",
1593
+ "outputs": [
1594
+ {
1595
+ "internalType": "address",
1596
+ "name": "",
1597
+ "type": "address"
1598
+ }
1599
+ ],
1600
+ "stateMutability": "view",
1601
+ "type": "function"
1602
+ },
1603
+ {
1604
+ "inputs": [
1605
+ {
1606
+ "internalType": "address",
1607
+ "name": "_newProxyFactory",
1608
+ "type": "address"
1609
+ }
1610
+ ],
1611
+ "name": "setProxyFactory",
1612
+ "outputs": [ ],
1613
+ "stateMutability": "nonpayable",
1614
+ "type": "function"
1615
+ },
1616
+ {
1617
+ "inputs": [
1618
+ {
1619
+ "internalType": "address",
1620
+ "name": "_newSafeFactory",
1621
+ "type": "address"
1622
+ }
1623
+ ],
1624
+ "name": "setSafeFactory",
1625
+ "outputs": [ ],
1626
+ "stateMutability": "nonpayable",
1627
+ "type": "function"
1628
+ },
1629
+ {
1630
+ "inputs": [
1631
+ {
1632
+ "internalType": "bytes4",
1633
+ "name": "interfaceId",
1634
+ "type": "bytes4"
1635
+ }
1636
+ ],
1637
+ "name": "supportsInterface",
1638
+ "outputs": [
1639
+ {
1640
+ "internalType": "bool",
1641
+ "name": "",
1642
+ "type": "bool"
1643
+ }
1644
+ ],
1645
+ "stateMutability": "view",
1646
+ "type": "function"
1647
+ },
1648
+ {
1649
+ "inputs": [ ],
1650
+ "name": "unpauseTrading",
1651
+ "outputs": [ ],
1652
+ "stateMutability": "nonpayable",
1653
+ "type": "function"
1654
+ },
1655
+ {
1656
+ "inputs": [
1657
+ {
1658
+ "internalType": "uint256",
1659
+ "name": "token",
1660
+ "type": "uint256"
1661
+ },
1662
+ {
1663
+ "internalType": "uint256",
1664
+ "name": "complement",
1665
+ "type": "uint256"
1666
+ }
1667
+ ],
1668
+ "name": "validateComplement",
1669
+ "outputs": [ ],
1670
+ "stateMutability": "view",
1671
+ "type": "function"
1672
+ },
1673
+ {
1674
+ "inputs": [
1675
+ {
1676
+ "components": [
1677
+ {
1678
+ "internalType": "uint256",
1679
+ "name": "salt",
1680
+ "type": "uint256"
1681
+ },
1682
+ {
1683
+ "internalType": "address",
1684
+ "name": "maker",
1685
+ "type": "address"
1686
+ },
1687
+ {
1688
+ "internalType": "address",
1689
+ "name": "signer",
1690
+ "type": "address"
1691
+ },
1692
+ {
1693
+ "internalType": "address",
1694
+ "name": "taker",
1695
+ "type": "address"
1696
+ },
1697
+ {
1698
+ "internalType": "uint256",
1699
+ "name": "tokenId",
1700
+ "type": "uint256"
1701
+ },
1702
+ {
1703
+ "internalType": "uint256",
1704
+ "name": "makerAmount",
1705
+ "type": "uint256"
1706
+ },
1707
+ {
1708
+ "internalType": "uint256",
1709
+ "name": "takerAmount",
1710
+ "type": "uint256"
1711
+ },
1712
+ {
1713
+ "internalType": "uint256",
1714
+ "name": "expiration",
1715
+ "type": "uint256"
1716
+ },
1717
+ {
1718
+ "internalType": "uint256",
1719
+ "name": "nonce",
1720
+ "type": "uint256"
1721
+ },
1722
+ {
1723
+ "internalType": "uint256",
1724
+ "name": "feeRateBps",
1725
+ "type": "uint256"
1726
+ },
1727
+ {
1728
+ "internalType": "enum Side",
1729
+ "name": "side",
1730
+ "type": "uint8"
1731
+ },
1732
+ {
1733
+ "internalType": "enum SignatureType",
1734
+ "name": "signatureType",
1735
+ "type": "uint8"
1736
+ },
1737
+ {
1738
+ "internalType": "bytes",
1739
+ "name": "signature",
1740
+ "type": "bytes"
1741
+ }
1742
+ ],
1743
+ "internalType": "struct Order",
1744
+ "name": "order",
1745
+ "type": "tuple"
1746
+ }
1747
+ ],
1748
+ "name": "validateOrder",
1749
+ "outputs": [ ],
1750
+ "stateMutability": "view",
1751
+ "type": "function"
1752
+ },
1753
+ {
1754
+ "inputs": [
1755
+ {
1756
+ "internalType": "bytes32",
1757
+ "name": "orderHash",
1758
+ "type": "bytes32"
1759
+ },
1760
+ {
1761
+ "components": [
1762
+ {
1763
+ "internalType": "uint256",
1764
+ "name": "salt",
1765
+ "type": "uint256"
1766
+ },
1767
+ {
1768
+ "internalType": "address",
1769
+ "name": "maker",
1770
+ "type": "address"
1771
+ },
1772
+ {
1773
+ "internalType": "address",
1774
+ "name": "signer",
1775
+ "type": "address"
1776
+ },
1777
+ {
1778
+ "internalType": "address",
1779
+ "name": "taker",
1780
+ "type": "address"
1781
+ },
1782
+ {
1783
+ "internalType": "uint256",
1784
+ "name": "tokenId",
1785
+ "type": "uint256"
1786
+ },
1787
+ {
1788
+ "internalType": "uint256",
1789
+ "name": "makerAmount",
1790
+ "type": "uint256"
1791
+ },
1792
+ {
1793
+ "internalType": "uint256",
1794
+ "name": "takerAmount",
1795
+ "type": "uint256"
1796
+ },
1797
+ {
1798
+ "internalType": "uint256",
1799
+ "name": "expiration",
1800
+ "type": "uint256"
1801
+ },
1802
+ {
1803
+ "internalType": "uint256",
1804
+ "name": "nonce",
1805
+ "type": "uint256"
1806
+ },
1807
+ {
1808
+ "internalType": "uint256",
1809
+ "name": "feeRateBps",
1810
+ "type": "uint256"
1811
+ },
1812
+ {
1813
+ "internalType": "enum Side",
1814
+ "name": "side",
1815
+ "type": "uint8"
1816
+ },
1817
+ {
1818
+ "internalType": "enum SignatureType",
1819
+ "name": "signatureType",
1820
+ "type": "uint8"
1821
+ },
1822
+ {
1823
+ "internalType": "bytes",
1824
+ "name": "signature",
1825
+ "type": "bytes"
1826
+ }
1827
+ ],
1828
+ "internalType": "struct Order",
1829
+ "name": "order",
1830
+ "type": "tuple"
1831
+ }
1832
+ ],
1833
+ "name": "validateOrderSignature",
1834
+ "outputs": [ ],
1835
+ "stateMutability": "view",
1836
+ "type": "function"
1837
+ },
1838
+ {
1839
+ "inputs": [
1840
+ {
1841
+ "internalType": "uint256",
1842
+ "name": "tokenId",
1843
+ "type": "uint256"
1844
+ }
1845
+ ],
1846
+ "name": "validateTokenId",
1847
+ "outputs": [ ],
1848
+ "stateMutability": "view",
1849
+ "type": "function"
1850
+ }
1851
+ ]