sablier 1.2.0-beta.5 → 1.2.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 (39) hide show
  1. package/package.json +4 -2
  2. package/dist/abi/airdrops/v1.1/SablierV2MerkleStreamer.json +0 -263
  3. package/dist/abi/airdrops/v1.1/SablierV2MerkleStreamerFactory.json +0 -174
  4. package/dist/abi/airdrops/v1.1/SablierV2MerkleStreamerLL.json +0 -423
  5. package/dist/abi/airdrops/v1.2/SablierV2MerkleLL.json +0 -520
  6. package/dist/abi/airdrops/v1.2/SablierV2MerkleLT.json +0 -578
  7. package/dist/abi/airdrops/v1.2/SablierV2MerkleLockup.json +0 -348
  8. package/dist/abi/airdrops/v1.2/SablierV2MerkleLockupFactory.json +0 -419
  9. package/dist/abi/airdrops/v1.3/SablierMerkleBase.json +0 -441
  10. package/dist/abi/airdrops/v1.3/SablierMerkleFactory.json +0 -364
  11. package/dist/abi/airdrops/v1.3/SablierMerkleInstant.json +0 -519
  12. package/dist/abi/airdrops/v1.3/SablierMerkleLL.json +0 -678
  13. package/dist/abi/airdrops/v1.3/SablierMerkleLT.json +0 -690
  14. package/dist/abi/airdrops/v1.3/SablierMerkleLockup.json +0 -651
  15. package/dist/abi/airdrops/v2.0/SablierFactoryMerkleInstant.json +0 -400
  16. package/dist/abi/airdrops/v2.0/SablierFactoryMerkleLL.json +0 -535
  17. package/dist/abi/airdrops/v2.0/SablierFactoryMerkleLT.json +0 -574
  18. package/dist/abi/airdrops/v2.0/SablierFactoryMerkleVCA.json +0 -498
  19. package/dist/abi/airdrops/v2.0/SablierMerkleInstant.json +0 -696
  20. package/dist/abi/airdrops/v2.0/SablierMerkleLL.json +0 -947
  21. package/dist/abi/airdrops/v2.0/SablierMerkleLT.json +0 -917
  22. package/dist/abi/airdrops/v2.0/SablierMerkleVCA.json +0 -843
  23. package/dist/abi/flow/v1.0/SablierFlow.json +0 -2356
  24. package/dist/abi/flow/v1.1/SablierFlow.json +0 -2393
  25. package/dist/abi/flow/v2.0/SablierFlow.json +0 -961
  26. package/dist/abi/lockup/v1.0/SablierV2Lockup.json +0 -1288
  27. package/dist/abi/lockup/v1.0/SablierV2LockupDynamic.json +0 -916
  28. package/dist/abi/lockup/v1.0/SablierV2LockupLinear.json +0 -829
  29. package/dist/abi/lockup/v1.1/SablierV2Lockup.json +0 -1351
  30. package/dist/abi/lockup/v1.1/SablierV2LockupDynamic.json +0 -934
  31. package/dist/abi/lockup/v1.1/SablierV2LockupLinear.json +0 -847
  32. package/dist/abi/lockup/v1.2/SablierV2Lockup.json +0 -1494
  33. package/dist/abi/lockup/v1.2/SablierV2LockupDynamic.json +0 -974
  34. package/dist/abi/lockup/v1.2/SablierV2LockupLinear.json +0 -895
  35. package/dist/abi/lockup/v1.2/SablierV2LockupTranched.json +0 -927
  36. package/dist/abi/lockup/v2.0/SablierBatchLockup.json +0 -570
  37. package/dist/abi/lockup/v2.0/SablierLockup.json +0 -1220
  38. package/dist/abi/lockup/v3.0/SablierBatchLockup.json +0 -674
  39. package/dist/abi/lockup/v3.0/SablierLockup.json +0 -1168
@@ -1,1494 +0,0 @@
1
- [
2
- {
3
- "type": "function",
4
- "name": "MAX_BROKER_FEE",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "uint256",
10
- "internalType": "UD60x18"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
- {
16
- "type": "function",
17
- "name": "admin",
18
- "inputs": [],
19
- "outputs": [
20
- {
21
- "name": "",
22
- "type": "address",
23
- "internalType": "address"
24
- }
25
- ],
26
- "stateMutability": "view"
27
- },
28
- {
29
- "type": "function",
30
- "name": "allowToHook",
31
- "inputs": [
32
- {
33
- "name": "recipient",
34
- "type": "address",
35
- "internalType": "address"
36
- }
37
- ],
38
- "outputs": [],
39
- "stateMutability": "nonpayable"
40
- },
41
- {
42
- "type": "function",
43
- "name": "approve",
44
- "inputs": [
45
- {
46
- "name": "to",
47
- "type": "address",
48
- "internalType": "address"
49
- },
50
- {
51
- "name": "tokenId",
52
- "type": "uint256",
53
- "internalType": "uint256"
54
- }
55
- ],
56
- "outputs": [],
57
- "stateMutability": "nonpayable"
58
- },
59
- {
60
- "type": "function",
61
- "name": "balanceOf",
62
- "inputs": [
63
- {
64
- "name": "owner",
65
- "type": "address",
66
- "internalType": "address"
67
- }
68
- ],
69
- "outputs": [
70
- {
71
- "name": "",
72
- "type": "uint256",
73
- "internalType": "uint256"
74
- }
75
- ],
76
- "stateMutability": "view"
77
- },
78
- {
79
- "type": "function",
80
- "name": "burn",
81
- "inputs": [
82
- {
83
- "name": "streamId",
84
- "type": "uint256",
85
- "internalType": "uint256"
86
- }
87
- ],
88
- "outputs": [],
89
- "stateMutability": "nonpayable"
90
- },
91
- {
92
- "type": "function",
93
- "name": "cancel",
94
- "inputs": [
95
- {
96
- "name": "streamId",
97
- "type": "uint256",
98
- "internalType": "uint256"
99
- }
100
- ],
101
- "outputs": [],
102
- "stateMutability": "nonpayable"
103
- },
104
- {
105
- "type": "function",
106
- "name": "cancelMultiple",
107
- "inputs": [
108
- {
109
- "name": "streamIds",
110
- "type": "uint256[]",
111
- "internalType": "uint256[]"
112
- }
113
- ],
114
- "outputs": [],
115
- "stateMutability": "nonpayable"
116
- },
117
- {
118
- "type": "function",
119
- "name": "getApproved",
120
- "inputs": [
121
- {
122
- "name": "tokenId",
123
- "type": "uint256",
124
- "internalType": "uint256"
125
- }
126
- ],
127
- "outputs": [
128
- {
129
- "name": "",
130
- "type": "address",
131
- "internalType": "address"
132
- }
133
- ],
134
- "stateMutability": "view"
135
- },
136
- {
137
- "type": "function",
138
- "name": "getAsset",
139
- "inputs": [
140
- {
141
- "name": "streamId",
142
- "type": "uint256",
143
- "internalType": "uint256"
144
- }
145
- ],
146
- "outputs": [
147
- {
148
- "name": "asset",
149
- "type": "address",
150
- "internalType": "contract IERC20"
151
- }
152
- ],
153
- "stateMutability": "view"
154
- },
155
- {
156
- "type": "function",
157
- "name": "getDepositedAmount",
158
- "inputs": [
159
- {
160
- "name": "streamId",
161
- "type": "uint256",
162
- "internalType": "uint256"
163
- }
164
- ],
165
- "outputs": [
166
- {
167
- "name": "depositedAmount",
168
- "type": "uint128",
169
- "internalType": "uint128"
170
- }
171
- ],
172
- "stateMutability": "view"
173
- },
174
- {
175
- "type": "function",
176
- "name": "getEndTime",
177
- "inputs": [
178
- {
179
- "name": "streamId",
180
- "type": "uint256",
181
- "internalType": "uint256"
182
- }
183
- ],
184
- "outputs": [
185
- {
186
- "name": "endTime",
187
- "type": "uint40",
188
- "internalType": "uint40"
189
- }
190
- ],
191
- "stateMutability": "view"
192
- },
193
- {
194
- "type": "function",
195
- "name": "getRecipient",
196
- "inputs": [
197
- {
198
- "name": "streamId",
199
- "type": "uint256",
200
- "internalType": "uint256"
201
- }
202
- ],
203
- "outputs": [
204
- {
205
- "name": "recipient",
206
- "type": "address",
207
- "internalType": "address"
208
- }
209
- ],
210
- "stateMutability": "view"
211
- },
212
- {
213
- "type": "function",
214
- "name": "getRefundedAmount",
215
- "inputs": [
216
- {
217
- "name": "streamId",
218
- "type": "uint256",
219
- "internalType": "uint256"
220
- }
221
- ],
222
- "outputs": [
223
- {
224
- "name": "refundedAmount",
225
- "type": "uint128",
226
- "internalType": "uint128"
227
- }
228
- ],
229
- "stateMutability": "view"
230
- },
231
- {
232
- "type": "function",
233
- "name": "getSender",
234
- "inputs": [
235
- {
236
- "name": "streamId",
237
- "type": "uint256",
238
- "internalType": "uint256"
239
- }
240
- ],
241
- "outputs": [
242
- {
243
- "name": "sender",
244
- "type": "address",
245
- "internalType": "address"
246
- }
247
- ],
248
- "stateMutability": "view"
249
- },
250
- {
251
- "type": "function",
252
- "name": "getStartTime",
253
- "inputs": [
254
- {
255
- "name": "streamId",
256
- "type": "uint256",
257
- "internalType": "uint256"
258
- }
259
- ],
260
- "outputs": [
261
- {
262
- "name": "startTime",
263
- "type": "uint40",
264
- "internalType": "uint40"
265
- }
266
- ],
267
- "stateMutability": "view"
268
- },
269
- {
270
- "type": "function",
271
- "name": "getWithdrawnAmount",
272
- "inputs": [
273
- {
274
- "name": "streamId",
275
- "type": "uint256",
276
- "internalType": "uint256"
277
- }
278
- ],
279
- "outputs": [
280
- {
281
- "name": "withdrawnAmount",
282
- "type": "uint128",
283
- "internalType": "uint128"
284
- }
285
- ],
286
- "stateMutability": "view"
287
- },
288
- {
289
- "type": "function",
290
- "name": "isAllowedToHook",
291
- "inputs": [
292
- {
293
- "name": "recipient",
294
- "type": "address",
295
- "internalType": "address"
296
- }
297
- ],
298
- "outputs": [
299
- {
300
- "name": "result",
301
- "type": "bool",
302
- "internalType": "bool"
303
- }
304
- ],
305
- "stateMutability": "view"
306
- },
307
- {
308
- "type": "function",
309
- "name": "isApprovedForAll",
310
- "inputs": [
311
- {
312
- "name": "owner",
313
- "type": "address",
314
- "internalType": "address"
315
- },
316
- {
317
- "name": "operator",
318
- "type": "address",
319
- "internalType": "address"
320
- }
321
- ],
322
- "outputs": [
323
- {
324
- "name": "",
325
- "type": "bool",
326
- "internalType": "bool"
327
- }
328
- ],
329
- "stateMutability": "view"
330
- },
331
- {
332
- "type": "function",
333
- "name": "isCancelable",
334
- "inputs": [
335
- {
336
- "name": "streamId",
337
- "type": "uint256",
338
- "internalType": "uint256"
339
- }
340
- ],
341
- "outputs": [
342
- {
343
- "name": "result",
344
- "type": "bool",
345
- "internalType": "bool"
346
- }
347
- ],
348
- "stateMutability": "view"
349
- },
350
- {
351
- "type": "function",
352
- "name": "isCold",
353
- "inputs": [
354
- {
355
- "name": "streamId",
356
- "type": "uint256",
357
- "internalType": "uint256"
358
- }
359
- ],
360
- "outputs": [
361
- {
362
- "name": "result",
363
- "type": "bool",
364
- "internalType": "bool"
365
- }
366
- ],
367
- "stateMutability": "view"
368
- },
369
- {
370
- "type": "function",
371
- "name": "isDepleted",
372
- "inputs": [
373
- {
374
- "name": "streamId",
375
- "type": "uint256",
376
- "internalType": "uint256"
377
- }
378
- ],
379
- "outputs": [
380
- {
381
- "name": "result",
382
- "type": "bool",
383
- "internalType": "bool"
384
- }
385
- ],
386
- "stateMutability": "view"
387
- },
388
- {
389
- "type": "function",
390
- "name": "isStream",
391
- "inputs": [
392
- {
393
- "name": "streamId",
394
- "type": "uint256",
395
- "internalType": "uint256"
396
- }
397
- ],
398
- "outputs": [
399
- {
400
- "name": "result",
401
- "type": "bool",
402
- "internalType": "bool"
403
- }
404
- ],
405
- "stateMutability": "view"
406
- },
407
- {
408
- "type": "function",
409
- "name": "isTransferable",
410
- "inputs": [
411
- {
412
- "name": "streamId",
413
- "type": "uint256",
414
- "internalType": "uint256"
415
- }
416
- ],
417
- "outputs": [
418
- {
419
- "name": "result",
420
- "type": "bool",
421
- "internalType": "bool"
422
- }
423
- ],
424
- "stateMutability": "view"
425
- },
426
- {
427
- "type": "function",
428
- "name": "isWarm",
429
- "inputs": [
430
- {
431
- "name": "streamId",
432
- "type": "uint256",
433
- "internalType": "uint256"
434
- }
435
- ],
436
- "outputs": [
437
- {
438
- "name": "result",
439
- "type": "bool",
440
- "internalType": "bool"
441
- }
442
- ],
443
- "stateMutability": "view"
444
- },
445
- {
446
- "type": "function",
447
- "name": "name",
448
- "inputs": [],
449
- "outputs": [
450
- {
451
- "name": "",
452
- "type": "string",
453
- "internalType": "string"
454
- }
455
- ],
456
- "stateMutability": "view"
457
- },
458
- {
459
- "type": "function",
460
- "name": "nextStreamId",
461
- "inputs": [],
462
- "outputs": [
463
- {
464
- "name": "",
465
- "type": "uint256",
466
- "internalType": "uint256"
467
- }
468
- ],
469
- "stateMutability": "view"
470
- },
471
- {
472
- "type": "function",
473
- "name": "nftDescriptor",
474
- "inputs": [],
475
- "outputs": [
476
- {
477
- "name": "",
478
- "type": "address",
479
- "internalType": "contract ISablierV2NFTDescriptor"
480
- }
481
- ],
482
- "stateMutability": "view"
483
- },
484
- {
485
- "type": "function",
486
- "name": "ownerOf",
487
- "inputs": [
488
- {
489
- "name": "tokenId",
490
- "type": "uint256",
491
- "internalType": "uint256"
492
- }
493
- ],
494
- "outputs": [
495
- {
496
- "name": "",
497
- "type": "address",
498
- "internalType": "address"
499
- }
500
- ],
501
- "stateMutability": "view"
502
- },
503
- {
504
- "type": "function",
505
- "name": "refundableAmountOf",
506
- "inputs": [
507
- {
508
- "name": "streamId",
509
- "type": "uint256",
510
- "internalType": "uint256"
511
- }
512
- ],
513
- "outputs": [
514
- {
515
- "name": "refundableAmount",
516
- "type": "uint128",
517
- "internalType": "uint128"
518
- }
519
- ],
520
- "stateMutability": "view"
521
- },
522
- {
523
- "type": "function",
524
- "name": "renounce",
525
- "inputs": [
526
- {
527
- "name": "streamId",
528
- "type": "uint256",
529
- "internalType": "uint256"
530
- }
531
- ],
532
- "outputs": [],
533
- "stateMutability": "nonpayable"
534
- },
535
- {
536
- "type": "function",
537
- "name": "safeTransferFrom",
538
- "inputs": [
539
- {
540
- "name": "from",
541
- "type": "address",
542
- "internalType": "address"
543
- },
544
- {
545
- "name": "to",
546
- "type": "address",
547
- "internalType": "address"
548
- },
549
- {
550
- "name": "tokenId",
551
- "type": "uint256",
552
- "internalType": "uint256"
553
- }
554
- ],
555
- "outputs": [],
556
- "stateMutability": "nonpayable"
557
- },
558
- {
559
- "type": "function",
560
- "name": "safeTransferFrom",
561
- "inputs": [
562
- {
563
- "name": "from",
564
- "type": "address",
565
- "internalType": "address"
566
- },
567
- {
568
- "name": "to",
569
- "type": "address",
570
- "internalType": "address"
571
- },
572
- {
573
- "name": "tokenId",
574
- "type": "uint256",
575
- "internalType": "uint256"
576
- },
577
- {
578
- "name": "data",
579
- "type": "bytes",
580
- "internalType": "bytes"
581
- }
582
- ],
583
- "outputs": [],
584
- "stateMutability": "nonpayable"
585
- },
586
- {
587
- "type": "function",
588
- "name": "setApprovalForAll",
589
- "inputs": [
590
- {
591
- "name": "operator",
592
- "type": "address",
593
- "internalType": "address"
594
- },
595
- {
596
- "name": "approved",
597
- "type": "bool",
598
- "internalType": "bool"
599
- }
600
- ],
601
- "outputs": [],
602
- "stateMutability": "nonpayable"
603
- },
604
- {
605
- "type": "function",
606
- "name": "setNFTDescriptor",
607
- "inputs": [
608
- {
609
- "name": "newNFTDescriptor",
610
- "type": "address",
611
- "internalType": "contract ISablierV2NFTDescriptor"
612
- }
613
- ],
614
- "outputs": [],
615
- "stateMutability": "nonpayable"
616
- },
617
- {
618
- "type": "function",
619
- "name": "statusOf",
620
- "inputs": [
621
- {
622
- "name": "streamId",
623
- "type": "uint256",
624
- "internalType": "uint256"
625
- }
626
- ],
627
- "outputs": [
628
- {
629
- "name": "status",
630
- "type": "uint8",
631
- "internalType": "enum Lockup.Status"
632
- }
633
- ],
634
- "stateMutability": "view"
635
- },
636
- {
637
- "type": "function",
638
- "name": "streamedAmountOf",
639
- "inputs": [
640
- {
641
- "name": "streamId",
642
- "type": "uint256",
643
- "internalType": "uint256"
644
- }
645
- ],
646
- "outputs": [
647
- {
648
- "name": "streamedAmount",
649
- "type": "uint128",
650
- "internalType": "uint128"
651
- }
652
- ],
653
- "stateMutability": "view"
654
- },
655
- {
656
- "type": "function",
657
- "name": "supportsInterface",
658
- "inputs": [
659
- {
660
- "name": "interfaceId",
661
- "type": "bytes4",
662
- "internalType": "bytes4"
663
- }
664
- ],
665
- "outputs": [
666
- {
667
- "name": "",
668
- "type": "bool",
669
- "internalType": "bool"
670
- }
671
- ],
672
- "stateMutability": "view"
673
- },
674
- {
675
- "type": "function",
676
- "name": "symbol",
677
- "inputs": [],
678
- "outputs": [
679
- {
680
- "name": "",
681
- "type": "string",
682
- "internalType": "string"
683
- }
684
- ],
685
- "stateMutability": "view"
686
- },
687
- {
688
- "type": "function",
689
- "name": "tokenURI",
690
- "inputs": [
691
- {
692
- "name": "streamId",
693
- "type": "uint256",
694
- "internalType": "uint256"
695
- }
696
- ],
697
- "outputs": [
698
- {
699
- "name": "uri",
700
- "type": "string",
701
- "internalType": "string"
702
- }
703
- ],
704
- "stateMutability": "view"
705
- },
706
- {
707
- "type": "function",
708
- "name": "transferAdmin",
709
- "inputs": [
710
- {
711
- "name": "newAdmin",
712
- "type": "address",
713
- "internalType": "address"
714
- }
715
- ],
716
- "outputs": [],
717
- "stateMutability": "nonpayable"
718
- },
719
- {
720
- "type": "function",
721
- "name": "transferFrom",
722
- "inputs": [
723
- {
724
- "name": "from",
725
- "type": "address",
726
- "internalType": "address"
727
- },
728
- {
729
- "name": "to",
730
- "type": "address",
731
- "internalType": "address"
732
- },
733
- {
734
- "name": "tokenId",
735
- "type": "uint256",
736
- "internalType": "uint256"
737
- }
738
- ],
739
- "outputs": [],
740
- "stateMutability": "nonpayable"
741
- },
742
- {
743
- "type": "function",
744
- "name": "wasCanceled",
745
- "inputs": [
746
- {
747
- "name": "streamId",
748
- "type": "uint256",
749
- "internalType": "uint256"
750
- }
751
- ],
752
- "outputs": [
753
- {
754
- "name": "result",
755
- "type": "bool",
756
- "internalType": "bool"
757
- }
758
- ],
759
- "stateMutability": "view"
760
- },
761
- {
762
- "type": "function",
763
- "name": "withdraw",
764
- "inputs": [
765
- {
766
- "name": "streamId",
767
- "type": "uint256",
768
- "internalType": "uint256"
769
- },
770
- {
771
- "name": "to",
772
- "type": "address",
773
- "internalType": "address"
774
- },
775
- {
776
- "name": "amount",
777
- "type": "uint128",
778
- "internalType": "uint128"
779
- }
780
- ],
781
- "outputs": [],
782
- "stateMutability": "nonpayable"
783
- },
784
- {
785
- "type": "function",
786
- "name": "withdrawMax",
787
- "inputs": [
788
- {
789
- "name": "streamId",
790
- "type": "uint256",
791
- "internalType": "uint256"
792
- },
793
- {
794
- "name": "to",
795
- "type": "address",
796
- "internalType": "address"
797
- }
798
- ],
799
- "outputs": [
800
- {
801
- "name": "withdrawnAmount",
802
- "type": "uint128",
803
- "internalType": "uint128"
804
- }
805
- ],
806
- "stateMutability": "nonpayable"
807
- },
808
- {
809
- "type": "function",
810
- "name": "withdrawMaxAndTransfer",
811
- "inputs": [
812
- {
813
- "name": "streamId",
814
- "type": "uint256",
815
- "internalType": "uint256"
816
- },
817
- {
818
- "name": "newRecipient",
819
- "type": "address",
820
- "internalType": "address"
821
- }
822
- ],
823
- "outputs": [
824
- {
825
- "name": "withdrawnAmount",
826
- "type": "uint128",
827
- "internalType": "uint128"
828
- }
829
- ],
830
- "stateMutability": "nonpayable"
831
- },
832
- {
833
- "type": "function",
834
- "name": "withdrawMultiple",
835
- "inputs": [
836
- {
837
- "name": "streamIds",
838
- "type": "uint256[]",
839
- "internalType": "uint256[]"
840
- },
841
- {
842
- "name": "amounts",
843
- "type": "uint128[]",
844
- "internalType": "uint128[]"
845
- }
846
- ],
847
- "outputs": [],
848
- "stateMutability": "nonpayable"
849
- },
850
- {
851
- "type": "function",
852
- "name": "withdrawableAmountOf",
853
- "inputs": [
854
- {
855
- "name": "streamId",
856
- "type": "uint256",
857
- "internalType": "uint256"
858
- }
859
- ],
860
- "outputs": [
861
- {
862
- "name": "withdrawableAmount",
863
- "type": "uint128",
864
- "internalType": "uint128"
865
- }
866
- ],
867
- "stateMutability": "view"
868
- },
869
- {
870
- "type": "event",
871
- "name": "AllowToHook",
872
- "inputs": [
873
- {
874
- "name": "admin",
875
- "type": "address",
876
- "indexed": true,
877
- "internalType": "address"
878
- },
879
- {
880
- "name": "recipient",
881
- "type": "address",
882
- "indexed": false,
883
- "internalType": "address"
884
- }
885
- ],
886
- "anonymous": false
887
- },
888
- {
889
- "type": "event",
890
- "name": "Approval",
891
- "inputs": [
892
- {
893
- "name": "owner",
894
- "type": "address",
895
- "indexed": true,
896
- "internalType": "address"
897
- },
898
- {
899
- "name": "approved",
900
- "type": "address",
901
- "indexed": true,
902
- "internalType": "address"
903
- },
904
- {
905
- "name": "tokenId",
906
- "type": "uint256",
907
- "indexed": true,
908
- "internalType": "uint256"
909
- }
910
- ],
911
- "anonymous": false
912
- },
913
- {
914
- "type": "event",
915
- "name": "ApprovalForAll",
916
- "inputs": [
917
- {
918
- "name": "owner",
919
- "type": "address",
920
- "indexed": true,
921
- "internalType": "address"
922
- },
923
- {
924
- "name": "operator",
925
- "type": "address",
926
- "indexed": true,
927
- "internalType": "address"
928
- },
929
- {
930
- "name": "approved",
931
- "type": "bool",
932
- "indexed": false,
933
- "internalType": "bool"
934
- }
935
- ],
936
- "anonymous": false
937
- },
938
- {
939
- "type": "event",
940
- "name": "BatchMetadataUpdate",
941
- "inputs": [
942
- {
943
- "name": "_fromTokenId",
944
- "type": "uint256",
945
- "indexed": false,
946
- "internalType": "uint256"
947
- },
948
- {
949
- "name": "_toTokenId",
950
- "type": "uint256",
951
- "indexed": false,
952
- "internalType": "uint256"
953
- }
954
- ],
955
- "anonymous": false
956
- },
957
- {
958
- "type": "event",
959
- "name": "CancelLockupStream",
960
- "inputs": [
961
- {
962
- "name": "streamId",
963
- "type": "uint256",
964
- "indexed": false,
965
- "internalType": "uint256"
966
- },
967
- {
968
- "name": "sender",
969
- "type": "address",
970
- "indexed": true,
971
- "internalType": "address"
972
- },
973
- {
974
- "name": "recipient",
975
- "type": "address",
976
- "indexed": true,
977
- "internalType": "address"
978
- },
979
- {
980
- "name": "asset",
981
- "type": "address",
982
- "indexed": true,
983
- "internalType": "contract IERC20"
984
- },
985
- {
986
- "name": "senderAmount",
987
- "type": "uint128",
988
- "indexed": false,
989
- "internalType": "uint128"
990
- },
991
- {
992
- "name": "recipientAmount",
993
- "type": "uint128",
994
- "indexed": false,
995
- "internalType": "uint128"
996
- }
997
- ],
998
- "anonymous": false
999
- },
1000
- {
1001
- "type": "event",
1002
- "name": "MetadataUpdate",
1003
- "inputs": [
1004
- {
1005
- "name": "_tokenId",
1006
- "type": "uint256",
1007
- "indexed": false,
1008
- "internalType": "uint256"
1009
- }
1010
- ],
1011
- "anonymous": false
1012
- },
1013
- {
1014
- "type": "event",
1015
- "name": "RenounceLockupStream",
1016
- "inputs": [
1017
- {
1018
- "name": "streamId",
1019
- "type": "uint256",
1020
- "indexed": true,
1021
- "internalType": "uint256"
1022
- }
1023
- ],
1024
- "anonymous": false
1025
- },
1026
- {
1027
- "type": "event",
1028
- "name": "SetNFTDescriptor",
1029
- "inputs": [
1030
- {
1031
- "name": "admin",
1032
- "type": "address",
1033
- "indexed": true,
1034
- "internalType": "address"
1035
- },
1036
- {
1037
- "name": "oldNFTDescriptor",
1038
- "type": "address",
1039
- "indexed": false,
1040
- "internalType": "contract ISablierV2NFTDescriptor"
1041
- },
1042
- {
1043
- "name": "newNFTDescriptor",
1044
- "type": "address",
1045
- "indexed": false,
1046
- "internalType": "contract ISablierV2NFTDescriptor"
1047
- }
1048
- ],
1049
- "anonymous": false
1050
- },
1051
- {
1052
- "type": "event",
1053
- "name": "Transfer",
1054
- "inputs": [
1055
- {
1056
- "name": "from",
1057
- "type": "address",
1058
- "indexed": true,
1059
- "internalType": "address"
1060
- },
1061
- {
1062
- "name": "to",
1063
- "type": "address",
1064
- "indexed": true,
1065
- "internalType": "address"
1066
- },
1067
- {
1068
- "name": "tokenId",
1069
- "type": "uint256",
1070
- "indexed": true,
1071
- "internalType": "uint256"
1072
- }
1073
- ],
1074
- "anonymous": false
1075
- },
1076
- {
1077
- "type": "event",
1078
- "name": "TransferAdmin",
1079
- "inputs": [
1080
- {
1081
- "name": "oldAdmin",
1082
- "type": "address",
1083
- "indexed": true,
1084
- "internalType": "address"
1085
- },
1086
- {
1087
- "name": "newAdmin",
1088
- "type": "address",
1089
- "indexed": true,
1090
- "internalType": "address"
1091
- }
1092
- ],
1093
- "anonymous": false
1094
- },
1095
- {
1096
- "type": "event",
1097
- "name": "WithdrawFromLockupStream",
1098
- "inputs": [
1099
- {
1100
- "name": "streamId",
1101
- "type": "uint256",
1102
- "indexed": true,
1103
- "internalType": "uint256"
1104
- },
1105
- {
1106
- "name": "to",
1107
- "type": "address",
1108
- "indexed": true,
1109
- "internalType": "address"
1110
- },
1111
- {
1112
- "name": "asset",
1113
- "type": "address",
1114
- "indexed": true,
1115
- "internalType": "contract IERC20"
1116
- },
1117
- {
1118
- "name": "amount",
1119
- "type": "uint128",
1120
- "indexed": false,
1121
- "internalType": "uint128"
1122
- }
1123
- ],
1124
- "anonymous": false
1125
- },
1126
- {
1127
- "type": "error",
1128
- "name": "AddressEmptyCode",
1129
- "inputs": [
1130
- {
1131
- "name": "target",
1132
- "type": "address",
1133
- "internalType": "address"
1134
- }
1135
- ]
1136
- },
1137
- {
1138
- "type": "error",
1139
- "name": "AddressInsufficientBalance",
1140
- "inputs": [
1141
- {
1142
- "name": "account",
1143
- "type": "address",
1144
- "internalType": "address"
1145
- }
1146
- ]
1147
- },
1148
- {
1149
- "type": "error",
1150
- "name": "CallerNotAdmin",
1151
- "inputs": [
1152
- {
1153
- "name": "admin",
1154
- "type": "address",
1155
- "internalType": "address"
1156
- },
1157
- {
1158
- "name": "caller",
1159
- "type": "address",
1160
- "internalType": "address"
1161
- }
1162
- ]
1163
- },
1164
- {
1165
- "type": "error",
1166
- "name": "DelegateCall",
1167
- "inputs": []
1168
- },
1169
- {
1170
- "type": "error",
1171
- "name": "ERC721IncorrectOwner",
1172
- "inputs": [
1173
- {
1174
- "name": "sender",
1175
- "type": "address",
1176
- "internalType": "address"
1177
- },
1178
- {
1179
- "name": "tokenId",
1180
- "type": "uint256",
1181
- "internalType": "uint256"
1182
- },
1183
- {
1184
- "name": "owner",
1185
- "type": "address",
1186
- "internalType": "address"
1187
- }
1188
- ]
1189
- },
1190
- {
1191
- "type": "error",
1192
- "name": "ERC721InsufficientApproval",
1193
- "inputs": [
1194
- {
1195
- "name": "operator",
1196
- "type": "address",
1197
- "internalType": "address"
1198
- },
1199
- {
1200
- "name": "tokenId",
1201
- "type": "uint256",
1202
- "internalType": "uint256"
1203
- }
1204
- ]
1205
- },
1206
- {
1207
- "type": "error",
1208
- "name": "ERC721InvalidApprover",
1209
- "inputs": [
1210
- {
1211
- "name": "approver",
1212
- "type": "address",
1213
- "internalType": "address"
1214
- }
1215
- ]
1216
- },
1217
- {
1218
- "type": "error",
1219
- "name": "ERC721InvalidOperator",
1220
- "inputs": [
1221
- {
1222
- "name": "operator",
1223
- "type": "address",
1224
- "internalType": "address"
1225
- }
1226
- ]
1227
- },
1228
- {
1229
- "type": "error",
1230
- "name": "ERC721InvalidOwner",
1231
- "inputs": [
1232
- {
1233
- "name": "owner",
1234
- "type": "address",
1235
- "internalType": "address"
1236
- }
1237
- ]
1238
- },
1239
- {
1240
- "type": "error",
1241
- "name": "ERC721InvalidReceiver",
1242
- "inputs": [
1243
- {
1244
- "name": "receiver",
1245
- "type": "address",
1246
- "internalType": "address"
1247
- }
1248
- ]
1249
- },
1250
- {
1251
- "type": "error",
1252
- "name": "ERC721InvalidSender",
1253
- "inputs": [
1254
- {
1255
- "name": "sender",
1256
- "type": "address",
1257
- "internalType": "address"
1258
- }
1259
- ]
1260
- },
1261
- {
1262
- "type": "error",
1263
- "name": "ERC721NonexistentToken",
1264
- "inputs": [
1265
- {
1266
- "name": "tokenId",
1267
- "type": "uint256",
1268
- "internalType": "uint256"
1269
- }
1270
- ]
1271
- },
1272
- {
1273
- "type": "error",
1274
- "name": "FailedInnerCall",
1275
- "inputs": []
1276
- },
1277
- {
1278
- "type": "error",
1279
- "name": "SablierV2Lockup_AllowToHookUnsupportedInterface",
1280
- "inputs": [
1281
- {
1282
- "name": "recipient",
1283
- "type": "address",
1284
- "internalType": "address"
1285
- }
1286
- ]
1287
- },
1288
- {
1289
- "type": "error",
1290
- "name": "SablierV2Lockup_AllowToHookZeroCodeSize",
1291
- "inputs": [
1292
- {
1293
- "name": "recipient",
1294
- "type": "address",
1295
- "internalType": "address"
1296
- }
1297
- ]
1298
- },
1299
- {
1300
- "type": "error",
1301
- "name": "SablierV2Lockup_InvalidHookSelector",
1302
- "inputs": [
1303
- {
1304
- "name": "recipient",
1305
- "type": "address",
1306
- "internalType": "address"
1307
- }
1308
- ]
1309
- },
1310
- {
1311
- "type": "error",
1312
- "name": "SablierV2Lockup_NotTransferable",
1313
- "inputs": [
1314
- {
1315
- "name": "tokenId",
1316
- "type": "uint256",
1317
- "internalType": "uint256"
1318
- }
1319
- ]
1320
- },
1321
- {
1322
- "type": "error",
1323
- "name": "SablierV2Lockup_Null",
1324
- "inputs": [
1325
- {
1326
- "name": "streamId",
1327
- "type": "uint256",
1328
- "internalType": "uint256"
1329
- }
1330
- ]
1331
- },
1332
- {
1333
- "type": "error",
1334
- "name": "SablierV2Lockup_Overdraw",
1335
- "inputs": [
1336
- {
1337
- "name": "streamId",
1338
- "type": "uint256",
1339
- "internalType": "uint256"
1340
- },
1341
- {
1342
- "name": "amount",
1343
- "type": "uint128",
1344
- "internalType": "uint128"
1345
- },
1346
- {
1347
- "name": "withdrawableAmount",
1348
- "type": "uint128",
1349
- "internalType": "uint128"
1350
- }
1351
- ]
1352
- },
1353
- {
1354
- "type": "error",
1355
- "name": "SablierV2Lockup_StreamCanceled",
1356
- "inputs": [
1357
- {
1358
- "name": "streamId",
1359
- "type": "uint256",
1360
- "internalType": "uint256"
1361
- }
1362
- ]
1363
- },
1364
- {
1365
- "type": "error",
1366
- "name": "SablierV2Lockup_StreamDepleted",
1367
- "inputs": [
1368
- {
1369
- "name": "streamId",
1370
- "type": "uint256",
1371
- "internalType": "uint256"
1372
- }
1373
- ]
1374
- },
1375
- {
1376
- "type": "error",
1377
- "name": "SablierV2Lockup_StreamNotCancelable",
1378
- "inputs": [
1379
- {
1380
- "name": "streamId",
1381
- "type": "uint256",
1382
- "internalType": "uint256"
1383
- }
1384
- ]
1385
- },
1386
- {
1387
- "type": "error",
1388
- "name": "SablierV2Lockup_StreamNotDepleted",
1389
- "inputs": [
1390
- {
1391
- "name": "streamId",
1392
- "type": "uint256",
1393
- "internalType": "uint256"
1394
- }
1395
- ]
1396
- },
1397
- {
1398
- "type": "error",
1399
- "name": "SablierV2Lockup_StreamSettled",
1400
- "inputs": [
1401
- {
1402
- "name": "streamId",
1403
- "type": "uint256",
1404
- "internalType": "uint256"
1405
- }
1406
- ]
1407
- },
1408
- {
1409
- "type": "error",
1410
- "name": "SablierV2Lockup_Unauthorized",
1411
- "inputs": [
1412
- {
1413
- "name": "streamId",
1414
- "type": "uint256",
1415
- "internalType": "uint256"
1416
- },
1417
- {
1418
- "name": "caller",
1419
- "type": "address",
1420
- "internalType": "address"
1421
- }
1422
- ]
1423
- },
1424
- {
1425
- "type": "error",
1426
- "name": "SablierV2Lockup_WithdrawAmountZero",
1427
- "inputs": [
1428
- {
1429
- "name": "streamId",
1430
- "type": "uint256",
1431
- "internalType": "uint256"
1432
- }
1433
- ]
1434
- },
1435
- {
1436
- "type": "error",
1437
- "name": "SablierV2Lockup_WithdrawArrayCountsNotEqual",
1438
- "inputs": [
1439
- {
1440
- "name": "streamIdsCount",
1441
- "type": "uint256",
1442
- "internalType": "uint256"
1443
- },
1444
- {
1445
- "name": "amountsCount",
1446
- "type": "uint256",
1447
- "internalType": "uint256"
1448
- }
1449
- ]
1450
- },
1451
- {
1452
- "type": "error",
1453
- "name": "SablierV2Lockup_WithdrawToZeroAddress",
1454
- "inputs": [
1455
- {
1456
- "name": "streamId",
1457
- "type": "uint256",
1458
- "internalType": "uint256"
1459
- }
1460
- ]
1461
- },
1462
- {
1463
- "type": "error",
1464
- "name": "SablierV2Lockup_WithdrawalAddressNotRecipient",
1465
- "inputs": [
1466
- {
1467
- "name": "streamId",
1468
- "type": "uint256",
1469
- "internalType": "uint256"
1470
- },
1471
- {
1472
- "name": "caller",
1473
- "type": "address",
1474
- "internalType": "address"
1475
- },
1476
- {
1477
- "name": "to",
1478
- "type": "address",
1479
- "internalType": "address"
1480
- }
1481
- ]
1482
- },
1483
- {
1484
- "type": "error",
1485
- "name": "SafeERC20FailedOperation",
1486
- "inputs": [
1487
- {
1488
- "name": "token",
1489
- "type": "address",
1490
- "internalType": "address"
1491
- }
1492
- ]
1493
- }
1494
- ]