@aromedia/contracts-sdk 0.2.0 → 1.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.
- package/dist/chains.d.cts +10 -0
- package/dist/chains.d.ts +10 -0
- package/dist/{chunk-7I5N3BGV.js → chunk-BENMJNYO.js} +3 -3
- package/dist/chunk-BENMJNYO.js.map +1 -0
- package/dist/{chunk-TZQHQLNY.js → chunk-EGUPIYHR.js} +2242 -199
- package/dist/chunk-EGUPIYHR.js.map +1 -0
- package/dist/{chunk-BYPGUFYV.js → chunk-VUYKYCOD.js} +1 -1
- package/dist/chunk-VUYKYCOD.js.map +1 -0
- package/dist/{chunk-FWZ7XKFC.js → chunk-WUHQC3GY.js} +22 -12
- package/dist/chunk-WUHQC3GY.js.map +1 -0
- package/dist/generated/abis.cjs +2245 -200
- package/dist/generated/abis.cjs.map +1 -1
- package/dist/generated/abis.d.cts +6046 -2916
- package/dist/generated/abis.d.ts +6046 -2916
- package/dist/generated/abis.js +7 -3
- package/dist/generated/addresses.cjs +21 -11
- package/dist/generated/addresses.cjs.map +1 -1
- package/dist/generated/addresses.js +1 -1
- package/dist/hooks/index.cjs +307 -27
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.cts +46 -5
- package/dist/hooks/index.d.ts +46 -5
- package/dist/hooks/index.js +7 -3
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.cjs +2421 -313
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +132 -14
- package/dist/index.d.ts +132 -14
- package/dist/index.js +60 -7
- package/dist/index.js.map +1 -1
- package/dist/{onboarding-DxL_LpM3.d.ts → onboarding-BD_g7Len.d.ts} +64 -9
- package/dist/{onboarding-BHpAJaNW.d.cts → onboarding-DDKwXy8O.d.cts} +64 -9
- package/dist/workflows/index.cjs +282 -17
- package/dist/workflows/index.cjs.map +1 -1
- package/dist/workflows/index.d.cts +1 -1
- package/dist/workflows/index.d.ts +1 -1
- package/dist/workflows/index.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-7I5N3BGV.js.map +0 -1
- package/dist/chunk-BYPGUFYV.js.map +0 -1
- package/dist/chunk-FWZ7XKFC.js.map +0 -1
- package/dist/chunk-TZQHQLNY.js.map +0 -1
|
@@ -1705,6 +1705,86 @@ var AroMediaAccessManager_ABI = [
|
|
|
1705
1705
|
"stateMutability": "nonpayable",
|
|
1706
1706
|
"type": "function"
|
|
1707
1707
|
},
|
|
1708
|
+
{
|
|
1709
|
+
"inputs": [
|
|
1710
|
+
{
|
|
1711
|
+
"internalType": "address",
|
|
1712
|
+
"name": "rwaToken",
|
|
1713
|
+
"type": "address"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"internalType": "address",
|
|
1717
|
+
"name": "assetsRegistry",
|
|
1718
|
+
"type": "address"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"internalType": "address",
|
|
1722
|
+
"name": "forcedTransferManager",
|
|
1723
|
+
"type": "address"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"internalType": "address",
|
|
1727
|
+
"name": "sbt",
|
|
1728
|
+
"type": "address"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"name": "configureAccessControlForAllContracts",
|
|
1732
|
+
"outputs": [],
|
|
1733
|
+
"stateMutability": "nonpayable",
|
|
1734
|
+
"type": "function"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"inputs": [
|
|
1738
|
+
{
|
|
1739
|
+
"internalType": "address",
|
|
1740
|
+
"name": "assetsRegistry",
|
|
1741
|
+
"type": "address"
|
|
1742
|
+
}
|
|
1743
|
+
],
|
|
1744
|
+
"name": "configureAccessControlForAssetsRegistry",
|
|
1745
|
+
"outputs": [],
|
|
1746
|
+
"stateMutability": "nonpayable",
|
|
1747
|
+
"type": "function"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"inputs": [
|
|
1751
|
+
{
|
|
1752
|
+
"internalType": "address",
|
|
1753
|
+
"name": "forcedTransferManager",
|
|
1754
|
+
"type": "address"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"name": "configureAccessControlForForcedTransferManager",
|
|
1758
|
+
"outputs": [],
|
|
1759
|
+
"stateMutability": "nonpayable",
|
|
1760
|
+
"type": "function"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"inputs": [
|
|
1764
|
+
{
|
|
1765
|
+
"internalType": "address",
|
|
1766
|
+
"name": "rwaToken",
|
|
1767
|
+
"type": "address"
|
|
1768
|
+
}
|
|
1769
|
+
],
|
|
1770
|
+
"name": "configureAccessControlForRWAToken",
|
|
1771
|
+
"outputs": [],
|
|
1772
|
+
"stateMutability": "nonpayable",
|
|
1773
|
+
"type": "function"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"inputs": [
|
|
1777
|
+
{
|
|
1778
|
+
"internalType": "address",
|
|
1779
|
+
"name": "sbt",
|
|
1780
|
+
"type": "address"
|
|
1781
|
+
}
|
|
1782
|
+
],
|
|
1783
|
+
"name": "configureAccessControlForSBT",
|
|
1784
|
+
"outputs": [],
|
|
1785
|
+
"stateMutability": "nonpayable",
|
|
1786
|
+
"type": "function"
|
|
1787
|
+
},
|
|
1708
1788
|
{
|
|
1709
1789
|
"inputs": [
|
|
1710
1790
|
{
|
|
@@ -2357,104 +2437,6 @@ var AroMediaAccessManager_ABI = [
|
|
|
2357
2437
|
"outputs": [],
|
|
2358
2438
|
"stateMutability": "nonpayable",
|
|
2359
2439
|
"type": "function"
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"inputs": [
|
|
2363
|
-
{
|
|
2364
|
-
"internalType": "address",
|
|
2365
|
-
"name": "rwaToken",
|
|
2366
|
-
"type": "address"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"internalType": "address",
|
|
2370
|
-
"name": "assetsRegistry",
|
|
2371
|
-
"type": "address"
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"internalType": "address",
|
|
2375
|
-
"name": "forcedTransferManager",
|
|
2376
|
-
"type": "address"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"internalType": "address",
|
|
2380
|
-
"name": "sbt",
|
|
2381
|
-
"type": "address"
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"internalType": "address",
|
|
2385
|
-
"name": "nomination",
|
|
2386
|
-
"type": "address"
|
|
2387
|
-
}
|
|
2388
|
-
],
|
|
2389
|
-
"name": "wireAllContracts",
|
|
2390
|
-
"outputs": [],
|
|
2391
|
-
"stateMutability": "nonpayable",
|
|
2392
|
-
"type": "function"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"inputs": [
|
|
2396
|
-
{
|
|
2397
|
-
"internalType": "address",
|
|
2398
|
-
"name": "assetsRegistry",
|
|
2399
|
-
"type": "address"
|
|
2400
|
-
}
|
|
2401
|
-
],
|
|
2402
|
-
"name": "wireAssetsRegistry",
|
|
2403
|
-
"outputs": [],
|
|
2404
|
-
"stateMutability": "nonpayable",
|
|
2405
|
-
"type": "function"
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"inputs": [
|
|
2409
|
-
{
|
|
2410
|
-
"internalType": "address",
|
|
2411
|
-
"name": "forcedTransferManager",
|
|
2412
|
-
"type": "address"
|
|
2413
|
-
}
|
|
2414
|
-
],
|
|
2415
|
-
"name": "wireForcedTransferManager",
|
|
2416
|
-
"outputs": [],
|
|
2417
|
-
"stateMutability": "nonpayable",
|
|
2418
|
-
"type": "function"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"inputs": [
|
|
2422
|
-
{
|
|
2423
|
-
"internalType": "address",
|
|
2424
|
-
"name": "nomination",
|
|
2425
|
-
"type": "address"
|
|
2426
|
-
}
|
|
2427
|
-
],
|
|
2428
|
-
"name": "wireNomination",
|
|
2429
|
-
"outputs": [],
|
|
2430
|
-
"stateMutability": "nonpayable",
|
|
2431
|
-
"type": "function"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"inputs": [
|
|
2435
|
-
{
|
|
2436
|
-
"internalType": "address",
|
|
2437
|
-
"name": "rwaToken",
|
|
2438
|
-
"type": "address"
|
|
2439
|
-
}
|
|
2440
|
-
],
|
|
2441
|
-
"name": "wireRWAToken",
|
|
2442
|
-
"outputs": [],
|
|
2443
|
-
"stateMutability": "nonpayable",
|
|
2444
|
-
"type": "function"
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"inputs": [
|
|
2448
|
-
{
|
|
2449
|
-
"internalType": "address",
|
|
2450
|
-
"name": "sbt",
|
|
2451
|
-
"type": "address"
|
|
2452
|
-
}
|
|
2453
|
-
],
|
|
2454
|
-
"name": "wireSBT",
|
|
2455
|
-
"outputs": [],
|
|
2456
|
-
"stateMutability": "nonpayable",
|
|
2457
|
-
"type": "function"
|
|
2458
2440
|
}
|
|
2459
2441
|
];
|
|
2460
2442
|
var AroMediaRWA_ABI = [
|
|
@@ -2681,7 +2663,7 @@ var AroMediaRWA_ABI = [
|
|
|
2681
2663
|
"inputs": [
|
|
2682
2664
|
{
|
|
2683
2665
|
"internalType": "address",
|
|
2684
|
-
"name": "
|
|
2666
|
+
"name": "account",
|
|
2685
2667
|
"type": "address"
|
|
2686
2668
|
},
|
|
2687
2669
|
{
|
|
@@ -2995,7 +2977,7 @@ var AroMediaRWA_ABI = [
|
|
|
2995
2977
|
{
|
|
2996
2978
|
"indexed": true,
|
|
2997
2979
|
"internalType": "address",
|
|
2998
|
-
"name": "
|
|
2980
|
+
"name": "account",
|
|
2999
2981
|
"type": "address"
|
|
3000
2982
|
},
|
|
3001
2983
|
{
|
|
@@ -3313,6 +3295,25 @@ var AroMediaRWA_ABI = [
|
|
|
3313
3295
|
"stateMutability": "nonpayable",
|
|
3314
3296
|
"type": "function"
|
|
3315
3297
|
},
|
|
3298
|
+
{
|
|
3299
|
+
"inputs": [
|
|
3300
|
+
{
|
|
3301
|
+
"internalType": "address",
|
|
3302
|
+
"name": "account",
|
|
3303
|
+
"type": "address"
|
|
3304
|
+
}
|
|
3305
|
+
],
|
|
3306
|
+
"name": "canTransact",
|
|
3307
|
+
"outputs": [
|
|
3308
|
+
{
|
|
3309
|
+
"internalType": "bool",
|
|
3310
|
+
"name": "",
|
|
3311
|
+
"type": "bool"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"stateMutability": "view",
|
|
3315
|
+
"type": "function"
|
|
3316
|
+
},
|
|
3316
3317
|
{
|
|
3317
3318
|
"inputs": [
|
|
3318
3319
|
{
|
|
@@ -5564,106 +5565,182 @@ var AroSBT_ABI = [
|
|
|
5564
5565
|
"type": "error"
|
|
5565
5566
|
},
|
|
5566
5567
|
{
|
|
5567
|
-
"inputs": [
|
|
5568
|
-
|
|
5568
|
+
"inputs": [
|
|
5569
|
+
{
|
|
5570
|
+
"internalType": "bytes32",
|
|
5571
|
+
"name": "approvalDigest",
|
|
5572
|
+
"type": "bytes32"
|
|
5573
|
+
}
|
|
5574
|
+
],
|
|
5575
|
+
"name": "ApprovalAlreadyUsed",
|
|
5569
5576
|
"type": "error"
|
|
5570
5577
|
},
|
|
5571
5578
|
{
|
|
5572
5579
|
"inputs": [
|
|
5573
5580
|
{
|
|
5574
5581
|
"internalType": "address",
|
|
5575
|
-
"name": "
|
|
5582
|
+
"name": "expected",
|
|
5576
5583
|
"type": "address"
|
|
5577
5584
|
},
|
|
5578
|
-
{
|
|
5579
|
-
"internalType": "uint256",
|
|
5580
|
-
"name": "tokenId",
|
|
5581
|
-
"type": "uint256"
|
|
5582
|
-
},
|
|
5583
5585
|
{
|
|
5584
5586
|
"internalType": "address",
|
|
5585
|
-
"name": "
|
|
5587
|
+
"name": "caller",
|
|
5586
5588
|
"type": "address"
|
|
5587
5589
|
}
|
|
5588
5590
|
],
|
|
5589
|
-
"name": "
|
|
5591
|
+
"name": "ApprovalCandidateMismatch",
|
|
5590
5592
|
"type": "error"
|
|
5591
5593
|
},
|
|
5592
5594
|
{
|
|
5593
5595
|
"inputs": [
|
|
5594
5596
|
{
|
|
5595
|
-
"internalType": "
|
|
5596
|
-
"name": "
|
|
5597
|
-
"type": "
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"internalType": "uint256",
|
|
5601
|
-
"name": "tokenId",
|
|
5602
|
-
"type": "uint256"
|
|
5597
|
+
"internalType": "uint64",
|
|
5598
|
+
"name": "deadline",
|
|
5599
|
+
"type": "uint64"
|
|
5603
5600
|
}
|
|
5604
5601
|
],
|
|
5605
|
-
"name": "
|
|
5602
|
+
"name": "ApprovalExpired",
|
|
5606
5603
|
"type": "error"
|
|
5607
5604
|
},
|
|
5608
5605
|
{
|
|
5609
5606
|
"inputs": [
|
|
5610
5607
|
{
|
|
5611
5608
|
"internalType": "address",
|
|
5612
|
-
"name": "
|
|
5609
|
+
"name": "signer",
|
|
5613
5610
|
"type": "address"
|
|
5614
5611
|
}
|
|
5615
5612
|
],
|
|
5616
|
-
"name": "
|
|
5613
|
+
"name": "ApprovalSignerNotApprover",
|
|
5617
5614
|
"type": "error"
|
|
5618
5615
|
},
|
|
5619
5616
|
{
|
|
5620
|
-
"inputs": [
|
|
5621
|
-
|
|
5622
|
-
"internalType": "address",
|
|
5623
|
-
"name": "operator",
|
|
5624
|
-
"type": "address"
|
|
5625
|
-
}
|
|
5626
|
-
],
|
|
5627
|
-
"name": "ERC721InvalidOperator",
|
|
5617
|
+
"inputs": [],
|
|
5618
|
+
"name": "ECDSAInvalidSignature",
|
|
5628
5619
|
"type": "error"
|
|
5629
5620
|
},
|
|
5630
5621
|
{
|
|
5631
5622
|
"inputs": [
|
|
5632
5623
|
{
|
|
5633
|
-
"internalType": "
|
|
5634
|
-
"name": "
|
|
5635
|
-
"type": "
|
|
5624
|
+
"internalType": "uint256",
|
|
5625
|
+
"name": "length",
|
|
5626
|
+
"type": "uint256"
|
|
5636
5627
|
}
|
|
5637
5628
|
],
|
|
5638
|
-
"name": "
|
|
5629
|
+
"name": "ECDSAInvalidSignatureLength",
|
|
5639
5630
|
"type": "error"
|
|
5640
5631
|
},
|
|
5641
5632
|
{
|
|
5642
5633
|
"inputs": [
|
|
5643
5634
|
{
|
|
5644
|
-
"internalType": "
|
|
5645
|
-
"name": "
|
|
5646
|
-
"type": "
|
|
5635
|
+
"internalType": "bytes32",
|
|
5636
|
+
"name": "s",
|
|
5637
|
+
"type": "bytes32"
|
|
5647
5638
|
}
|
|
5648
5639
|
],
|
|
5649
|
-
"name": "
|
|
5640
|
+
"name": "ECDSAInvalidSignatureS",
|
|
5650
5641
|
"type": "error"
|
|
5651
5642
|
},
|
|
5652
5643
|
{
|
|
5653
|
-
"inputs": [
|
|
5654
|
-
|
|
5655
|
-
"internalType": "address",
|
|
5656
|
-
"name": "sender",
|
|
5657
|
-
"type": "address"
|
|
5658
|
-
}
|
|
5659
|
-
],
|
|
5660
|
-
"name": "ERC721InvalidSender",
|
|
5644
|
+
"inputs": [],
|
|
5645
|
+
"name": "ERC721EnumerableForbiddenBatchMint",
|
|
5661
5646
|
"type": "error"
|
|
5662
5647
|
},
|
|
5663
5648
|
{
|
|
5664
5649
|
"inputs": [
|
|
5665
5650
|
{
|
|
5666
|
-
"internalType": "
|
|
5651
|
+
"internalType": "address",
|
|
5652
|
+
"name": "sender",
|
|
5653
|
+
"type": "address"
|
|
5654
|
+
},
|
|
5655
|
+
{
|
|
5656
|
+
"internalType": "uint256",
|
|
5657
|
+
"name": "tokenId",
|
|
5658
|
+
"type": "uint256"
|
|
5659
|
+
},
|
|
5660
|
+
{
|
|
5661
|
+
"internalType": "address",
|
|
5662
|
+
"name": "owner",
|
|
5663
|
+
"type": "address"
|
|
5664
|
+
}
|
|
5665
|
+
],
|
|
5666
|
+
"name": "ERC721IncorrectOwner",
|
|
5667
|
+
"type": "error"
|
|
5668
|
+
},
|
|
5669
|
+
{
|
|
5670
|
+
"inputs": [
|
|
5671
|
+
{
|
|
5672
|
+
"internalType": "address",
|
|
5673
|
+
"name": "operator",
|
|
5674
|
+
"type": "address"
|
|
5675
|
+
},
|
|
5676
|
+
{
|
|
5677
|
+
"internalType": "uint256",
|
|
5678
|
+
"name": "tokenId",
|
|
5679
|
+
"type": "uint256"
|
|
5680
|
+
}
|
|
5681
|
+
],
|
|
5682
|
+
"name": "ERC721InsufficientApproval",
|
|
5683
|
+
"type": "error"
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
|
+
"inputs": [
|
|
5687
|
+
{
|
|
5688
|
+
"internalType": "address",
|
|
5689
|
+
"name": "approver",
|
|
5690
|
+
"type": "address"
|
|
5691
|
+
}
|
|
5692
|
+
],
|
|
5693
|
+
"name": "ERC721InvalidApprover",
|
|
5694
|
+
"type": "error"
|
|
5695
|
+
},
|
|
5696
|
+
{
|
|
5697
|
+
"inputs": [
|
|
5698
|
+
{
|
|
5699
|
+
"internalType": "address",
|
|
5700
|
+
"name": "operator",
|
|
5701
|
+
"type": "address"
|
|
5702
|
+
}
|
|
5703
|
+
],
|
|
5704
|
+
"name": "ERC721InvalidOperator",
|
|
5705
|
+
"type": "error"
|
|
5706
|
+
},
|
|
5707
|
+
{
|
|
5708
|
+
"inputs": [
|
|
5709
|
+
{
|
|
5710
|
+
"internalType": "address",
|
|
5711
|
+
"name": "owner",
|
|
5712
|
+
"type": "address"
|
|
5713
|
+
}
|
|
5714
|
+
],
|
|
5715
|
+
"name": "ERC721InvalidOwner",
|
|
5716
|
+
"type": "error"
|
|
5717
|
+
},
|
|
5718
|
+
{
|
|
5719
|
+
"inputs": [
|
|
5720
|
+
{
|
|
5721
|
+
"internalType": "address",
|
|
5722
|
+
"name": "receiver",
|
|
5723
|
+
"type": "address"
|
|
5724
|
+
}
|
|
5725
|
+
],
|
|
5726
|
+
"name": "ERC721InvalidReceiver",
|
|
5727
|
+
"type": "error"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"inputs": [
|
|
5731
|
+
{
|
|
5732
|
+
"internalType": "address",
|
|
5733
|
+
"name": "sender",
|
|
5734
|
+
"type": "address"
|
|
5735
|
+
}
|
|
5736
|
+
],
|
|
5737
|
+
"name": "ERC721InvalidSender",
|
|
5738
|
+
"type": "error"
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"inputs": [
|
|
5742
|
+
{
|
|
5743
|
+
"internalType": "uint256",
|
|
5667
5744
|
"name": "tokenId",
|
|
5668
5745
|
"type": "uint256"
|
|
5669
5746
|
}
|
|
@@ -5697,6 +5774,11 @@ var AroSBT_ABI = [
|
|
|
5697
5774
|
"name": "ExpectedPause",
|
|
5698
5775
|
"type": "error"
|
|
5699
5776
|
},
|
|
5777
|
+
{
|
|
5778
|
+
"inputs": [],
|
|
5779
|
+
"name": "InvalidShortString",
|
|
5780
|
+
"type": "error"
|
|
5781
|
+
},
|
|
5700
5782
|
{
|
|
5701
5783
|
"inputs": [
|
|
5702
5784
|
{
|
|
@@ -5713,6 +5795,17 @@ var AroSBT_ABI = [
|
|
|
5713
5795
|
"name": "SoulboundTransferBlocked",
|
|
5714
5796
|
"type": "error"
|
|
5715
5797
|
},
|
|
5798
|
+
{
|
|
5799
|
+
"inputs": [
|
|
5800
|
+
{
|
|
5801
|
+
"internalType": "string",
|
|
5802
|
+
"name": "str",
|
|
5803
|
+
"type": "string"
|
|
5804
|
+
}
|
|
5805
|
+
],
|
|
5806
|
+
"name": "StringTooLong",
|
|
5807
|
+
"type": "error"
|
|
5808
|
+
},
|
|
5716
5809
|
{
|
|
5717
5810
|
"anonymous": false,
|
|
5718
5811
|
"inputs": [
|
|
@@ -5795,6 +5888,12 @@ var AroSBT_ABI = [
|
|
|
5795
5888
|
"name": "BatchMetadataUpdate",
|
|
5796
5889
|
"type": "event"
|
|
5797
5890
|
},
|
|
5891
|
+
{
|
|
5892
|
+
"anonymous": false,
|
|
5893
|
+
"inputs": [],
|
|
5894
|
+
"name": "EIP712DomainChanged",
|
|
5895
|
+
"type": "event"
|
|
5896
|
+
},
|
|
5798
5897
|
{
|
|
5799
5898
|
"anonymous": false,
|
|
5800
5899
|
"inputs": [
|
|
@@ -5831,9 +5930,9 @@ var AroSBT_ABI = [
|
|
|
5831
5930
|
},
|
|
5832
5931
|
{
|
|
5833
5932
|
"indexed": false,
|
|
5834
|
-
"internalType": "
|
|
5933
|
+
"internalType": "uint256",
|
|
5835
5934
|
"name": "tier",
|
|
5836
|
-
"type": "
|
|
5935
|
+
"type": "uint256"
|
|
5837
5936
|
},
|
|
5838
5937
|
{
|
|
5839
5938
|
"indexed": false,
|
|
@@ -5883,6 +5982,37 @@ var AroSBT_ABI = [
|
|
|
5883
5982
|
"name": "MetadataUpdate",
|
|
5884
5983
|
"type": "event"
|
|
5885
5984
|
},
|
|
5985
|
+
{
|
|
5986
|
+
"anonymous": false,
|
|
5987
|
+
"inputs": [
|
|
5988
|
+
{
|
|
5989
|
+
"indexed": true,
|
|
5990
|
+
"internalType": "address",
|
|
5991
|
+
"name": "candidate",
|
|
5992
|
+
"type": "address"
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"indexed": true,
|
|
5996
|
+
"internalType": "bytes32",
|
|
5997
|
+
"name": "approvalDigest",
|
|
5998
|
+
"type": "bytes32"
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
"indexed": true,
|
|
6002
|
+
"internalType": "address",
|
|
6003
|
+
"name": "approver",
|
|
6004
|
+
"type": "address"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
"indexed": false,
|
|
6008
|
+
"internalType": "bytes32",
|
|
6009
|
+
"name": "nominationId",
|
|
6010
|
+
"type": "bytes32"
|
|
6011
|
+
}
|
|
6012
|
+
],
|
|
6013
|
+
"name": "MintApprovalConsumed",
|
|
6014
|
+
"type": "event"
|
|
6015
|
+
},
|
|
5886
6016
|
{
|
|
5887
6017
|
"anonymous": false,
|
|
5888
6018
|
"inputs": [
|
|
@@ -5913,15 +6043,15 @@ var AroSBT_ABI = [
|
|
|
5913
6043
|
},
|
|
5914
6044
|
{
|
|
5915
6045
|
"indexed": false,
|
|
5916
|
-
"internalType": "
|
|
6046
|
+
"internalType": "uint256",
|
|
5917
6047
|
"name": "oldTier",
|
|
5918
|
-
"type": "
|
|
6048
|
+
"type": "uint256"
|
|
5919
6049
|
},
|
|
5920
6050
|
{
|
|
5921
6051
|
"indexed": false,
|
|
5922
|
-
"internalType": "
|
|
6052
|
+
"internalType": "uint256",
|
|
5923
6053
|
"name": "newTier",
|
|
5924
|
-
"type": "
|
|
6054
|
+
"type": "uint256"
|
|
5925
6055
|
}
|
|
5926
6056
|
],
|
|
5927
6057
|
"name": "TierUpdated",
|
|
@@ -5978,6 +6108,19 @@ var AroSBT_ABI = [
|
|
|
5978
6108
|
"name": "Unpaused",
|
|
5979
6109
|
"type": "event"
|
|
5980
6110
|
},
|
|
6111
|
+
{
|
|
6112
|
+
"inputs": [],
|
|
6113
|
+
"name": "APPROVER_ROLE",
|
|
6114
|
+
"outputs": [
|
|
6115
|
+
{
|
|
6116
|
+
"internalType": "uint64",
|
|
6117
|
+
"name": "",
|
|
6118
|
+
"type": "uint64"
|
|
6119
|
+
}
|
|
6120
|
+
],
|
|
6121
|
+
"stateMutability": "view",
|
|
6122
|
+
"type": "function"
|
|
6123
|
+
},
|
|
5981
6124
|
{
|
|
5982
6125
|
"inputs": [
|
|
5983
6126
|
{
|
|
@@ -6028,6 +6171,49 @@ var AroSBT_ABI = [
|
|
|
6028
6171
|
"stateMutability": "view",
|
|
6029
6172
|
"type": "function"
|
|
6030
6173
|
},
|
|
6174
|
+
{
|
|
6175
|
+
"inputs": [],
|
|
6176
|
+
"name": "eip712Domain",
|
|
6177
|
+
"outputs": [
|
|
6178
|
+
{
|
|
6179
|
+
"internalType": "bytes1",
|
|
6180
|
+
"name": "fields",
|
|
6181
|
+
"type": "bytes1"
|
|
6182
|
+
},
|
|
6183
|
+
{
|
|
6184
|
+
"internalType": "string",
|
|
6185
|
+
"name": "name",
|
|
6186
|
+
"type": "string"
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"internalType": "string",
|
|
6190
|
+
"name": "version",
|
|
6191
|
+
"type": "string"
|
|
6192
|
+
},
|
|
6193
|
+
{
|
|
6194
|
+
"internalType": "uint256",
|
|
6195
|
+
"name": "chainId",
|
|
6196
|
+
"type": "uint256"
|
|
6197
|
+
},
|
|
6198
|
+
{
|
|
6199
|
+
"internalType": "address",
|
|
6200
|
+
"name": "verifyingContract",
|
|
6201
|
+
"type": "address"
|
|
6202
|
+
},
|
|
6203
|
+
{
|
|
6204
|
+
"internalType": "bytes32",
|
|
6205
|
+
"name": "salt",
|
|
6206
|
+
"type": "bytes32"
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"internalType": "uint256[]",
|
|
6210
|
+
"name": "extensions",
|
|
6211
|
+
"type": "uint256[]"
|
|
6212
|
+
}
|
|
6213
|
+
],
|
|
6214
|
+
"stateMutability": "view",
|
|
6215
|
+
"type": "function"
|
|
6216
|
+
},
|
|
6031
6217
|
{
|
|
6032
6218
|
"inputs": [
|
|
6033
6219
|
{
|
|
@@ -6070,9 +6256,9 @@ var AroSBT_ABI = [
|
|
|
6070
6256
|
"type": "uint256"
|
|
6071
6257
|
},
|
|
6072
6258
|
{
|
|
6073
|
-
"internalType": "
|
|
6259
|
+
"internalType": "uint256",
|
|
6074
6260
|
"name": "tier",
|
|
6075
|
-
"type": "
|
|
6261
|
+
"type": "uint256"
|
|
6076
6262
|
},
|
|
6077
6263
|
{
|
|
6078
6264
|
"internalType": "bytes32",
|
|
@@ -6111,9 +6297,9 @@ var AroSBT_ABI = [
|
|
|
6111
6297
|
"type": "uint256"
|
|
6112
6298
|
},
|
|
6113
6299
|
{
|
|
6114
|
-
"internalType": "
|
|
6300
|
+
"internalType": "uint256",
|
|
6115
6301
|
"name": "tier",
|
|
6116
|
-
"type": "
|
|
6302
|
+
"type": "uint256"
|
|
6117
6303
|
},
|
|
6118
6304
|
{
|
|
6119
6305
|
"internalType": "bytes32",
|
|
@@ -6220,6 +6406,11 @@ var AroSBT_ABI = [
|
|
|
6220
6406
|
"internalType": "string",
|
|
6221
6407
|
"name": "metadataURI",
|
|
6222
6408
|
"type": "string"
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"internalType": "uint256",
|
|
6412
|
+
"name": "tier",
|
|
6413
|
+
"type": "uint256"
|
|
6223
6414
|
}
|
|
6224
6415
|
],
|
|
6225
6416
|
"name": "mint",
|
|
@@ -6249,11 +6440,6 @@ var AroSBT_ABI = [
|
|
|
6249
6440
|
"internalType": "string",
|
|
6250
6441
|
"name": "metadataURI",
|
|
6251
6442
|
"type": "string"
|
|
6252
|
-
},
|
|
6253
|
-
{
|
|
6254
|
-
"internalType": "enum AroSBT.Tier",
|
|
6255
|
-
"name": "tier",
|
|
6256
|
-
"type": "uint8"
|
|
6257
6443
|
}
|
|
6258
6444
|
],
|
|
6259
6445
|
"name": "mint",
|
|
@@ -6267,43 +6453,104 @@ var AroSBT_ABI = [
|
|
|
6267
6453
|
"stateMutability": "nonpayable",
|
|
6268
6454
|
"type": "function"
|
|
6269
6455
|
},
|
|
6270
|
-
{
|
|
6271
|
-
"inputs": [],
|
|
6272
|
-
"name": "name",
|
|
6273
|
-
"outputs": [
|
|
6274
|
-
{
|
|
6275
|
-
"internalType": "string",
|
|
6276
|
-
"name": "",
|
|
6277
|
-
"type": "string"
|
|
6278
|
-
}
|
|
6279
|
-
],
|
|
6280
|
-
"stateMutability": "view",
|
|
6281
|
-
"type": "function"
|
|
6282
|
-
},
|
|
6283
6456
|
{
|
|
6284
6457
|
"inputs": [
|
|
6285
6458
|
{
|
|
6286
|
-
"
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6459
|
+
"components": [
|
|
6460
|
+
{
|
|
6461
|
+
"internalType": "address",
|
|
6462
|
+
"name": "candidate",
|
|
6463
|
+
"type": "address"
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"internalType": "uint256",
|
|
6467
|
+
"name": "tier",
|
|
6468
|
+
"type": "uint256"
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"internalType": "bytes32",
|
|
6472
|
+
"name": "kycHash",
|
|
6473
|
+
"type": "bytes32"
|
|
6474
|
+
},
|
|
6475
|
+
{
|
|
6476
|
+
"internalType": "bytes32",
|
|
6477
|
+
"name": "nominationId",
|
|
6478
|
+
"type": "bytes32"
|
|
6479
|
+
},
|
|
6480
|
+
{
|
|
6481
|
+
"internalType": "string",
|
|
6482
|
+
"name": "metadataURI",
|
|
6483
|
+
"type": "string"
|
|
6484
|
+
},
|
|
6485
|
+
{
|
|
6486
|
+
"internalType": "uint64",
|
|
6487
|
+
"name": "deadline",
|
|
6488
|
+
"type": "uint64"
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"internalType": "bytes32",
|
|
6492
|
+
"name": "nonce",
|
|
6493
|
+
"type": "bytes32"
|
|
6494
|
+
}
|
|
6495
|
+
],
|
|
6496
|
+
"internalType": "struct AroSBT.MintApproval",
|
|
6497
|
+
"name": "approval",
|
|
6498
|
+
"type": "tuple"
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"internalType": "bytes",
|
|
6502
|
+
"name": "signature",
|
|
6503
|
+
"type": "bytes"
|
|
6504
|
+
}
|
|
6505
|
+
],
|
|
6506
|
+
"name": "mintWithApproval",
|
|
6507
|
+
"outputs": [
|
|
6508
|
+
{
|
|
6509
|
+
"internalType": "uint256",
|
|
6510
|
+
"name": "",
|
|
6511
|
+
"type": "uint256"
|
|
6512
|
+
}
|
|
6513
|
+
],
|
|
6514
|
+
"stateMutability": "nonpayable",
|
|
6515
|
+
"type": "function"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"inputs": [],
|
|
6519
|
+
"name": "name",
|
|
6520
|
+
"outputs": [
|
|
6521
|
+
{
|
|
6522
|
+
"internalType": "string",
|
|
6523
|
+
"name": "",
|
|
6524
|
+
"type": "string"
|
|
6525
|
+
}
|
|
6526
|
+
],
|
|
6527
|
+
"stateMutability": "view",
|
|
6528
|
+
"type": "function"
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"inputs": [
|
|
6532
|
+
{
|
|
6533
|
+
"internalType": "uint256",
|
|
6534
|
+
"name": "tokenId",
|
|
6535
|
+
"type": "uint256"
|
|
6536
|
+
}
|
|
6537
|
+
],
|
|
6538
|
+
"name": "ownerOf",
|
|
6539
|
+
"outputs": [
|
|
6540
|
+
{
|
|
6541
|
+
"internalType": "address",
|
|
6542
|
+
"name": "",
|
|
6543
|
+
"type": "address"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"stateMutability": "view",
|
|
6547
|
+
"type": "function"
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"inputs": [],
|
|
6551
|
+
"name": "pause",
|
|
6552
|
+
"outputs": [],
|
|
6553
|
+
"stateMutability": "nonpayable",
|
|
6307
6554
|
"type": "function"
|
|
6308
6555
|
},
|
|
6309
6556
|
{
|
|
@@ -6422,9 +6669,9 @@ var AroSBT_ABI = [
|
|
|
6422
6669
|
"type": "uint256"
|
|
6423
6670
|
},
|
|
6424
6671
|
{
|
|
6425
|
-
"internalType": "
|
|
6672
|
+
"internalType": "uint256",
|
|
6426
6673
|
"name": "newTier",
|
|
6427
|
-
"type": "
|
|
6674
|
+
"type": "uint256"
|
|
6428
6675
|
}
|
|
6429
6676
|
],
|
|
6430
6677
|
"name": "setTier",
|
|
@@ -6618,6 +6865,25 @@ var AroSBT_ABI = [
|
|
|
6618
6865
|
"outputs": [],
|
|
6619
6866
|
"stateMutability": "nonpayable",
|
|
6620
6867
|
"type": "function"
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"inputs": [
|
|
6871
|
+
{
|
|
6872
|
+
"internalType": "bytes32",
|
|
6873
|
+
"name": "",
|
|
6874
|
+
"type": "bytes32"
|
|
6875
|
+
}
|
|
6876
|
+
],
|
|
6877
|
+
"name": "usedApprovals",
|
|
6878
|
+
"outputs": [
|
|
6879
|
+
{
|
|
6880
|
+
"internalType": "bool",
|
|
6881
|
+
"name": "",
|
|
6882
|
+
"type": "bool"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6885
|
+
"stateMutability": "view",
|
|
6886
|
+
"type": "function"
|
|
6621
6887
|
}
|
|
6622
6888
|
];
|
|
6623
6889
|
var AroNomination_ABI = [
|
|
@@ -7190,6 +7456,1779 @@ var AroNomination_ABI = [
|
|
|
7190
7456
|
"type": "function"
|
|
7191
7457
|
}
|
|
7192
7458
|
];
|
|
7459
|
+
var cAROUSD_ABI = [
|
|
7460
|
+
{
|
|
7461
|
+
"inputs": [
|
|
7462
|
+
{
|
|
7463
|
+
"internalType": "address",
|
|
7464
|
+
"name": "initialAuthority",
|
|
7465
|
+
"type": "address"
|
|
7466
|
+
},
|
|
7467
|
+
{
|
|
7468
|
+
"internalType": "string",
|
|
7469
|
+
"name": "tokenURI_",
|
|
7470
|
+
"type": "string"
|
|
7471
|
+
}
|
|
7472
|
+
],
|
|
7473
|
+
"stateMutability": "nonpayable",
|
|
7474
|
+
"type": "constructor"
|
|
7475
|
+
},
|
|
7476
|
+
{
|
|
7477
|
+
"inputs": [
|
|
7478
|
+
{
|
|
7479
|
+
"internalType": "address",
|
|
7480
|
+
"name": "authority",
|
|
7481
|
+
"type": "address"
|
|
7482
|
+
}
|
|
7483
|
+
],
|
|
7484
|
+
"name": "AccessManagedInvalidAuthority",
|
|
7485
|
+
"type": "error"
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"inputs": [
|
|
7489
|
+
{
|
|
7490
|
+
"internalType": "address",
|
|
7491
|
+
"name": "caller",
|
|
7492
|
+
"type": "address"
|
|
7493
|
+
},
|
|
7494
|
+
{
|
|
7495
|
+
"internalType": "uint32",
|
|
7496
|
+
"name": "delay",
|
|
7497
|
+
"type": "uint32"
|
|
7498
|
+
}
|
|
7499
|
+
],
|
|
7500
|
+
"name": "AccessManagedRequiredDelay",
|
|
7501
|
+
"type": "error"
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"inputs": [
|
|
7505
|
+
{
|
|
7506
|
+
"internalType": "address",
|
|
7507
|
+
"name": "caller",
|
|
7508
|
+
"type": "address"
|
|
7509
|
+
}
|
|
7510
|
+
],
|
|
7511
|
+
"name": "AccessManagedUnauthorized",
|
|
7512
|
+
"type": "error"
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"inputs": [],
|
|
7516
|
+
"name": "ContractPaused",
|
|
7517
|
+
"type": "error"
|
|
7518
|
+
},
|
|
7519
|
+
{
|
|
7520
|
+
"inputs": [
|
|
7521
|
+
{
|
|
7522
|
+
"internalType": "uint256",
|
|
7523
|
+
"name": "requestId",
|
|
7524
|
+
"type": "uint256"
|
|
7525
|
+
}
|
|
7526
|
+
],
|
|
7527
|
+
"name": "ERC7984InvalidGatewayRequest",
|
|
7528
|
+
"type": "error"
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"inputs": [
|
|
7532
|
+
{
|
|
7533
|
+
"internalType": "address",
|
|
7534
|
+
"name": "receiver",
|
|
7535
|
+
"type": "address"
|
|
7536
|
+
}
|
|
7537
|
+
],
|
|
7538
|
+
"name": "ERC7984InvalidReceiver",
|
|
7539
|
+
"type": "error"
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"inputs": [
|
|
7543
|
+
{
|
|
7544
|
+
"internalType": "address",
|
|
7545
|
+
"name": "sender",
|
|
7546
|
+
"type": "address"
|
|
7547
|
+
}
|
|
7548
|
+
],
|
|
7549
|
+
"name": "ERC7984InvalidSender",
|
|
7550
|
+
"type": "error"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"inputs": [
|
|
7554
|
+
{
|
|
7555
|
+
"internalType": "address",
|
|
7556
|
+
"name": "caller",
|
|
7557
|
+
"type": "address"
|
|
7558
|
+
}
|
|
7559
|
+
],
|
|
7560
|
+
"name": "ERC7984UnauthorizedCaller",
|
|
7561
|
+
"type": "error"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"inputs": [
|
|
7565
|
+
{
|
|
7566
|
+
"internalType": "address",
|
|
7567
|
+
"name": "holder",
|
|
7568
|
+
"type": "address"
|
|
7569
|
+
},
|
|
7570
|
+
{
|
|
7571
|
+
"internalType": "address",
|
|
7572
|
+
"name": "spender",
|
|
7573
|
+
"type": "address"
|
|
7574
|
+
}
|
|
7575
|
+
],
|
|
7576
|
+
"name": "ERC7984UnauthorizedSpender",
|
|
7577
|
+
"type": "error"
|
|
7578
|
+
},
|
|
7579
|
+
{
|
|
7580
|
+
"inputs": [
|
|
7581
|
+
{
|
|
7582
|
+
"internalType": "euint64",
|
|
7583
|
+
"name": "amount",
|
|
7584
|
+
"type": "bytes32"
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
"internalType": "address",
|
|
7588
|
+
"name": "user",
|
|
7589
|
+
"type": "address"
|
|
7590
|
+
}
|
|
7591
|
+
],
|
|
7592
|
+
"name": "ERC7984UnauthorizedUseOfEncryptedAmount",
|
|
7593
|
+
"type": "error"
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"inputs": [
|
|
7597
|
+
{
|
|
7598
|
+
"internalType": "address",
|
|
7599
|
+
"name": "holder",
|
|
7600
|
+
"type": "address"
|
|
7601
|
+
}
|
|
7602
|
+
],
|
|
7603
|
+
"name": "ERC7984ZeroBalance",
|
|
7604
|
+
"type": "error"
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"inputs": [],
|
|
7608
|
+
"name": "InvalidKMSSignatures",
|
|
7609
|
+
"type": "error"
|
|
7610
|
+
},
|
|
7611
|
+
{
|
|
7612
|
+
"inputs": [
|
|
7613
|
+
{
|
|
7614
|
+
"internalType": "bytes32",
|
|
7615
|
+
"name": "handle",
|
|
7616
|
+
"type": "bytes32"
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"internalType": "address",
|
|
7620
|
+
"name": "sender",
|
|
7621
|
+
"type": "address"
|
|
7622
|
+
}
|
|
7623
|
+
],
|
|
7624
|
+
"name": "SenderNotAllowedToUseHandle",
|
|
7625
|
+
"type": "error"
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"anonymous": false,
|
|
7629
|
+
"inputs": [
|
|
7630
|
+
{
|
|
7631
|
+
"indexed": true,
|
|
7632
|
+
"internalType": "euint64",
|
|
7633
|
+
"name": "encryptedAmount",
|
|
7634
|
+
"type": "bytes32"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"indexed": true,
|
|
7638
|
+
"internalType": "address",
|
|
7639
|
+
"name": "requester",
|
|
7640
|
+
"type": "address"
|
|
7641
|
+
}
|
|
7642
|
+
],
|
|
7643
|
+
"name": "AmountDiscloseRequested",
|
|
7644
|
+
"type": "event"
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"anonymous": false,
|
|
7648
|
+
"inputs": [
|
|
7649
|
+
{
|
|
7650
|
+
"indexed": true,
|
|
7651
|
+
"internalType": "euint64",
|
|
7652
|
+
"name": "encryptedAmount",
|
|
7653
|
+
"type": "bytes32"
|
|
7654
|
+
},
|
|
7655
|
+
{
|
|
7656
|
+
"indexed": false,
|
|
7657
|
+
"internalType": "uint64",
|
|
7658
|
+
"name": "amount",
|
|
7659
|
+
"type": "uint64"
|
|
7660
|
+
}
|
|
7661
|
+
],
|
|
7662
|
+
"name": "AmountDisclosed",
|
|
7663
|
+
"type": "event"
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"anonymous": false,
|
|
7667
|
+
"inputs": [
|
|
7668
|
+
{
|
|
7669
|
+
"indexed": false,
|
|
7670
|
+
"internalType": "address",
|
|
7671
|
+
"name": "authority",
|
|
7672
|
+
"type": "address"
|
|
7673
|
+
}
|
|
7674
|
+
],
|
|
7675
|
+
"name": "AuthorityUpdated",
|
|
7676
|
+
"type": "event"
|
|
7677
|
+
},
|
|
7678
|
+
{
|
|
7679
|
+
"anonymous": false,
|
|
7680
|
+
"inputs": [
|
|
7681
|
+
{
|
|
7682
|
+
"indexed": true,
|
|
7683
|
+
"internalType": "address",
|
|
7684
|
+
"name": "from",
|
|
7685
|
+
"type": "address"
|
|
7686
|
+
},
|
|
7687
|
+
{
|
|
7688
|
+
"indexed": true,
|
|
7689
|
+
"internalType": "address",
|
|
7690
|
+
"name": "to",
|
|
7691
|
+
"type": "address"
|
|
7692
|
+
},
|
|
7693
|
+
{
|
|
7694
|
+
"indexed": true,
|
|
7695
|
+
"internalType": "euint64",
|
|
7696
|
+
"name": "amount",
|
|
7697
|
+
"type": "bytes32"
|
|
7698
|
+
}
|
|
7699
|
+
],
|
|
7700
|
+
"name": "ConfidentialTransfer",
|
|
7701
|
+
"type": "event"
|
|
7702
|
+
},
|
|
7703
|
+
{
|
|
7704
|
+
"anonymous": false,
|
|
7705
|
+
"inputs": [
|
|
7706
|
+
{
|
|
7707
|
+
"indexed": true,
|
|
7708
|
+
"internalType": "address",
|
|
7709
|
+
"name": "holder",
|
|
7710
|
+
"type": "address"
|
|
7711
|
+
},
|
|
7712
|
+
{
|
|
7713
|
+
"indexed": true,
|
|
7714
|
+
"internalType": "address",
|
|
7715
|
+
"name": "operator",
|
|
7716
|
+
"type": "address"
|
|
7717
|
+
},
|
|
7718
|
+
{
|
|
7719
|
+
"indexed": false,
|
|
7720
|
+
"internalType": "uint48",
|
|
7721
|
+
"name": "until",
|
|
7722
|
+
"type": "uint48"
|
|
7723
|
+
}
|
|
7724
|
+
],
|
|
7725
|
+
"name": "OperatorSet",
|
|
7726
|
+
"type": "event"
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"anonymous": false,
|
|
7730
|
+
"inputs": [
|
|
7731
|
+
{
|
|
7732
|
+
"indexed": false,
|
|
7733
|
+
"internalType": "bool",
|
|
7734
|
+
"name": "paused",
|
|
7735
|
+
"type": "bool"
|
|
7736
|
+
},
|
|
7737
|
+
{
|
|
7738
|
+
"indexed": true,
|
|
7739
|
+
"internalType": "address",
|
|
7740
|
+
"name": "by",
|
|
7741
|
+
"type": "address"
|
|
7742
|
+
}
|
|
7743
|
+
],
|
|
7744
|
+
"name": "PausedSet",
|
|
7745
|
+
"type": "event"
|
|
7746
|
+
},
|
|
7747
|
+
{
|
|
7748
|
+
"anonymous": false,
|
|
7749
|
+
"inputs": [
|
|
7750
|
+
{
|
|
7751
|
+
"indexed": false,
|
|
7752
|
+
"internalType": "bytes32[]",
|
|
7753
|
+
"name": "handlesList",
|
|
7754
|
+
"type": "bytes32[]"
|
|
7755
|
+
},
|
|
7756
|
+
{
|
|
7757
|
+
"indexed": false,
|
|
7758
|
+
"internalType": "bytes",
|
|
7759
|
+
"name": "abiEncodedCleartexts",
|
|
7760
|
+
"type": "bytes"
|
|
7761
|
+
}
|
|
7762
|
+
],
|
|
7763
|
+
"name": "PublicDecryptionVerified",
|
|
7764
|
+
"type": "event"
|
|
7765
|
+
},
|
|
7766
|
+
{
|
|
7767
|
+
"inputs": [],
|
|
7768
|
+
"name": "authority",
|
|
7769
|
+
"outputs": [
|
|
7770
|
+
{
|
|
7771
|
+
"internalType": "address",
|
|
7772
|
+
"name": "",
|
|
7773
|
+
"type": "address"
|
|
7774
|
+
}
|
|
7775
|
+
],
|
|
7776
|
+
"stateMutability": "view",
|
|
7777
|
+
"type": "function"
|
|
7778
|
+
},
|
|
7779
|
+
{
|
|
7780
|
+
"inputs": [
|
|
7781
|
+
{
|
|
7782
|
+
"internalType": "address",
|
|
7783
|
+
"name": "from",
|
|
7784
|
+
"type": "address"
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"internalType": "externalEuint64",
|
|
7788
|
+
"name": "encryptedAmount",
|
|
7789
|
+
"type": "bytes32"
|
|
7790
|
+
},
|
|
7791
|
+
{
|
|
7792
|
+
"internalType": "bytes",
|
|
7793
|
+
"name": "inputProof",
|
|
7794
|
+
"type": "bytes"
|
|
7795
|
+
}
|
|
7796
|
+
],
|
|
7797
|
+
"name": "confidentialAdminBurn",
|
|
7798
|
+
"outputs": [
|
|
7799
|
+
{
|
|
7800
|
+
"internalType": "euint64",
|
|
7801
|
+
"name": "transferred",
|
|
7802
|
+
"type": "bytes32"
|
|
7803
|
+
}
|
|
7804
|
+
],
|
|
7805
|
+
"stateMutability": "nonpayable",
|
|
7806
|
+
"type": "function"
|
|
7807
|
+
},
|
|
7808
|
+
{
|
|
7809
|
+
"inputs": [
|
|
7810
|
+
{
|
|
7811
|
+
"internalType": "address",
|
|
7812
|
+
"name": "account",
|
|
7813
|
+
"type": "address"
|
|
7814
|
+
}
|
|
7815
|
+
],
|
|
7816
|
+
"name": "confidentialBalanceOf",
|
|
7817
|
+
"outputs": [
|
|
7818
|
+
{
|
|
7819
|
+
"internalType": "euint64",
|
|
7820
|
+
"name": "",
|
|
7821
|
+
"type": "bytes32"
|
|
7822
|
+
}
|
|
7823
|
+
],
|
|
7824
|
+
"stateMutability": "view",
|
|
7825
|
+
"type": "function"
|
|
7826
|
+
},
|
|
7827
|
+
{
|
|
7828
|
+
"inputs": [
|
|
7829
|
+
{
|
|
7830
|
+
"internalType": "externalEuint64",
|
|
7831
|
+
"name": "encryptedAmount",
|
|
7832
|
+
"type": "bytes32"
|
|
7833
|
+
},
|
|
7834
|
+
{
|
|
7835
|
+
"internalType": "bytes",
|
|
7836
|
+
"name": "inputProof",
|
|
7837
|
+
"type": "bytes"
|
|
7838
|
+
}
|
|
7839
|
+
],
|
|
7840
|
+
"name": "confidentialBurn",
|
|
7841
|
+
"outputs": [
|
|
7842
|
+
{
|
|
7843
|
+
"internalType": "euint64",
|
|
7844
|
+
"name": "transferred",
|
|
7845
|
+
"type": "bytes32"
|
|
7846
|
+
}
|
|
7847
|
+
],
|
|
7848
|
+
"stateMutability": "nonpayable",
|
|
7849
|
+
"type": "function"
|
|
7850
|
+
},
|
|
7851
|
+
{
|
|
7852
|
+
"inputs": [
|
|
7853
|
+
{
|
|
7854
|
+
"internalType": "address",
|
|
7855
|
+
"name": "from",
|
|
7856
|
+
"type": "address"
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"internalType": "externalEuint64",
|
|
7860
|
+
"name": "encryptedAmount",
|
|
7861
|
+
"type": "bytes32"
|
|
7862
|
+
},
|
|
7863
|
+
{
|
|
7864
|
+
"internalType": "bytes",
|
|
7865
|
+
"name": "inputProof",
|
|
7866
|
+
"type": "bytes"
|
|
7867
|
+
}
|
|
7868
|
+
],
|
|
7869
|
+
"name": "confidentialBurnFrom",
|
|
7870
|
+
"outputs": [
|
|
7871
|
+
{
|
|
7872
|
+
"internalType": "euint64",
|
|
7873
|
+
"name": "transferred",
|
|
7874
|
+
"type": "bytes32"
|
|
7875
|
+
}
|
|
7876
|
+
],
|
|
7877
|
+
"stateMutability": "nonpayable",
|
|
7878
|
+
"type": "function"
|
|
7879
|
+
},
|
|
7880
|
+
{
|
|
7881
|
+
"inputs": [
|
|
7882
|
+
{
|
|
7883
|
+
"internalType": "address",
|
|
7884
|
+
"name": "to",
|
|
7885
|
+
"type": "address"
|
|
7886
|
+
},
|
|
7887
|
+
{
|
|
7888
|
+
"internalType": "externalEuint64",
|
|
7889
|
+
"name": "encryptedAmount",
|
|
7890
|
+
"type": "bytes32"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"internalType": "bytes",
|
|
7894
|
+
"name": "inputProof",
|
|
7895
|
+
"type": "bytes"
|
|
7896
|
+
}
|
|
7897
|
+
],
|
|
7898
|
+
"name": "confidentialMint",
|
|
7899
|
+
"outputs": [
|
|
7900
|
+
{
|
|
7901
|
+
"internalType": "euint64",
|
|
7902
|
+
"name": "transferred",
|
|
7903
|
+
"type": "bytes32"
|
|
7904
|
+
}
|
|
7905
|
+
],
|
|
7906
|
+
"stateMutability": "nonpayable",
|
|
7907
|
+
"type": "function"
|
|
7908
|
+
},
|
|
7909
|
+
{
|
|
7910
|
+
"inputs": [
|
|
7911
|
+
{
|
|
7912
|
+
"internalType": "address",
|
|
7913
|
+
"name": "to",
|
|
7914
|
+
"type": "address"
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"internalType": "uint64",
|
|
7918
|
+
"name": "amount",
|
|
7919
|
+
"type": "uint64"
|
|
7920
|
+
}
|
|
7921
|
+
],
|
|
7922
|
+
"name": "confidentialMintTrivial",
|
|
7923
|
+
"outputs": [
|
|
7924
|
+
{
|
|
7925
|
+
"internalType": "euint64",
|
|
7926
|
+
"name": "transferred",
|
|
7927
|
+
"type": "bytes32"
|
|
7928
|
+
}
|
|
7929
|
+
],
|
|
7930
|
+
"stateMutability": "nonpayable",
|
|
7931
|
+
"type": "function"
|
|
7932
|
+
},
|
|
7933
|
+
{
|
|
7934
|
+
"inputs": [],
|
|
7935
|
+
"name": "confidentialTotalSupply",
|
|
7936
|
+
"outputs": [
|
|
7937
|
+
{
|
|
7938
|
+
"internalType": "euint64",
|
|
7939
|
+
"name": "",
|
|
7940
|
+
"type": "bytes32"
|
|
7941
|
+
}
|
|
7942
|
+
],
|
|
7943
|
+
"stateMutability": "view",
|
|
7944
|
+
"type": "function"
|
|
7945
|
+
},
|
|
7946
|
+
{
|
|
7947
|
+
"inputs": [
|
|
7948
|
+
{
|
|
7949
|
+
"internalType": "address",
|
|
7950
|
+
"name": "to",
|
|
7951
|
+
"type": "address"
|
|
7952
|
+
},
|
|
7953
|
+
{
|
|
7954
|
+
"internalType": "externalEuint64",
|
|
7955
|
+
"name": "encryptedAmount",
|
|
7956
|
+
"type": "bytes32"
|
|
7957
|
+
},
|
|
7958
|
+
{
|
|
7959
|
+
"internalType": "bytes",
|
|
7960
|
+
"name": "inputProof",
|
|
7961
|
+
"type": "bytes"
|
|
7962
|
+
}
|
|
7963
|
+
],
|
|
7964
|
+
"name": "confidentialTransfer",
|
|
7965
|
+
"outputs": [
|
|
7966
|
+
{
|
|
7967
|
+
"internalType": "euint64",
|
|
7968
|
+
"name": "",
|
|
7969
|
+
"type": "bytes32"
|
|
7970
|
+
}
|
|
7971
|
+
],
|
|
7972
|
+
"stateMutability": "nonpayable",
|
|
7973
|
+
"type": "function"
|
|
7974
|
+
},
|
|
7975
|
+
{
|
|
7976
|
+
"inputs": [
|
|
7977
|
+
{
|
|
7978
|
+
"internalType": "address",
|
|
7979
|
+
"name": "to",
|
|
7980
|
+
"type": "address"
|
|
7981
|
+
},
|
|
7982
|
+
{
|
|
7983
|
+
"internalType": "euint64",
|
|
7984
|
+
"name": "amount",
|
|
7985
|
+
"type": "bytes32"
|
|
7986
|
+
}
|
|
7987
|
+
],
|
|
7988
|
+
"name": "confidentialTransfer",
|
|
7989
|
+
"outputs": [
|
|
7990
|
+
{
|
|
7991
|
+
"internalType": "euint64",
|
|
7992
|
+
"name": "",
|
|
7993
|
+
"type": "bytes32"
|
|
7994
|
+
}
|
|
7995
|
+
],
|
|
7996
|
+
"stateMutability": "nonpayable",
|
|
7997
|
+
"type": "function"
|
|
7998
|
+
},
|
|
7999
|
+
{
|
|
8000
|
+
"inputs": [
|
|
8001
|
+
{
|
|
8002
|
+
"internalType": "address",
|
|
8003
|
+
"name": "to",
|
|
8004
|
+
"type": "address"
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"internalType": "euint64",
|
|
8008
|
+
"name": "amount",
|
|
8009
|
+
"type": "bytes32"
|
|
8010
|
+
},
|
|
8011
|
+
{
|
|
8012
|
+
"internalType": "bytes",
|
|
8013
|
+
"name": "data",
|
|
8014
|
+
"type": "bytes"
|
|
8015
|
+
}
|
|
8016
|
+
],
|
|
8017
|
+
"name": "confidentialTransferAndCall",
|
|
8018
|
+
"outputs": [
|
|
8019
|
+
{
|
|
8020
|
+
"internalType": "euint64",
|
|
8021
|
+
"name": "transferred",
|
|
8022
|
+
"type": "bytes32"
|
|
8023
|
+
}
|
|
8024
|
+
],
|
|
8025
|
+
"stateMutability": "nonpayable",
|
|
8026
|
+
"type": "function"
|
|
8027
|
+
},
|
|
8028
|
+
{
|
|
8029
|
+
"inputs": [
|
|
8030
|
+
{
|
|
8031
|
+
"internalType": "address",
|
|
8032
|
+
"name": "to",
|
|
8033
|
+
"type": "address"
|
|
8034
|
+
},
|
|
8035
|
+
{
|
|
8036
|
+
"internalType": "externalEuint64",
|
|
8037
|
+
"name": "encryptedAmount",
|
|
8038
|
+
"type": "bytes32"
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"internalType": "bytes",
|
|
8042
|
+
"name": "inputProof",
|
|
8043
|
+
"type": "bytes"
|
|
8044
|
+
},
|
|
8045
|
+
{
|
|
8046
|
+
"internalType": "bytes",
|
|
8047
|
+
"name": "data",
|
|
8048
|
+
"type": "bytes"
|
|
8049
|
+
}
|
|
8050
|
+
],
|
|
8051
|
+
"name": "confidentialTransferAndCall",
|
|
8052
|
+
"outputs": [
|
|
8053
|
+
{
|
|
8054
|
+
"internalType": "euint64",
|
|
8055
|
+
"name": "transferred",
|
|
8056
|
+
"type": "bytes32"
|
|
8057
|
+
}
|
|
8058
|
+
],
|
|
8059
|
+
"stateMutability": "nonpayable",
|
|
8060
|
+
"type": "function"
|
|
8061
|
+
},
|
|
8062
|
+
{
|
|
8063
|
+
"inputs": [
|
|
8064
|
+
{
|
|
8065
|
+
"internalType": "address",
|
|
8066
|
+
"name": "from",
|
|
8067
|
+
"type": "address"
|
|
8068
|
+
},
|
|
8069
|
+
{
|
|
8070
|
+
"internalType": "address",
|
|
8071
|
+
"name": "to",
|
|
8072
|
+
"type": "address"
|
|
8073
|
+
},
|
|
8074
|
+
{
|
|
8075
|
+
"internalType": "externalEuint64",
|
|
8076
|
+
"name": "encryptedAmount",
|
|
8077
|
+
"type": "bytes32"
|
|
8078
|
+
},
|
|
8079
|
+
{
|
|
8080
|
+
"internalType": "bytes",
|
|
8081
|
+
"name": "inputProof",
|
|
8082
|
+
"type": "bytes"
|
|
8083
|
+
}
|
|
8084
|
+
],
|
|
8085
|
+
"name": "confidentialTransferFrom",
|
|
8086
|
+
"outputs": [
|
|
8087
|
+
{
|
|
8088
|
+
"internalType": "euint64",
|
|
8089
|
+
"name": "transferred",
|
|
8090
|
+
"type": "bytes32"
|
|
8091
|
+
}
|
|
8092
|
+
],
|
|
8093
|
+
"stateMutability": "nonpayable",
|
|
8094
|
+
"type": "function"
|
|
8095
|
+
},
|
|
8096
|
+
{
|
|
8097
|
+
"inputs": [
|
|
8098
|
+
{
|
|
8099
|
+
"internalType": "address",
|
|
8100
|
+
"name": "from",
|
|
8101
|
+
"type": "address"
|
|
8102
|
+
},
|
|
8103
|
+
{
|
|
8104
|
+
"internalType": "address",
|
|
8105
|
+
"name": "to",
|
|
8106
|
+
"type": "address"
|
|
8107
|
+
},
|
|
8108
|
+
{
|
|
8109
|
+
"internalType": "euint64",
|
|
8110
|
+
"name": "amount",
|
|
8111
|
+
"type": "bytes32"
|
|
8112
|
+
}
|
|
8113
|
+
],
|
|
8114
|
+
"name": "confidentialTransferFrom",
|
|
8115
|
+
"outputs": [
|
|
8116
|
+
{
|
|
8117
|
+
"internalType": "euint64",
|
|
8118
|
+
"name": "transferred",
|
|
8119
|
+
"type": "bytes32"
|
|
8120
|
+
}
|
|
8121
|
+
],
|
|
8122
|
+
"stateMutability": "nonpayable",
|
|
8123
|
+
"type": "function"
|
|
8124
|
+
},
|
|
8125
|
+
{
|
|
8126
|
+
"inputs": [
|
|
8127
|
+
{
|
|
8128
|
+
"internalType": "address",
|
|
8129
|
+
"name": "from",
|
|
8130
|
+
"type": "address"
|
|
8131
|
+
},
|
|
8132
|
+
{
|
|
8133
|
+
"internalType": "address",
|
|
8134
|
+
"name": "to",
|
|
8135
|
+
"type": "address"
|
|
8136
|
+
},
|
|
8137
|
+
{
|
|
8138
|
+
"internalType": "externalEuint64",
|
|
8139
|
+
"name": "encryptedAmount",
|
|
8140
|
+
"type": "bytes32"
|
|
8141
|
+
},
|
|
8142
|
+
{
|
|
8143
|
+
"internalType": "bytes",
|
|
8144
|
+
"name": "inputProof",
|
|
8145
|
+
"type": "bytes"
|
|
8146
|
+
},
|
|
8147
|
+
{
|
|
8148
|
+
"internalType": "bytes",
|
|
8149
|
+
"name": "data",
|
|
8150
|
+
"type": "bytes"
|
|
8151
|
+
}
|
|
8152
|
+
],
|
|
8153
|
+
"name": "confidentialTransferFromAndCall",
|
|
8154
|
+
"outputs": [
|
|
8155
|
+
{
|
|
8156
|
+
"internalType": "euint64",
|
|
8157
|
+
"name": "transferred",
|
|
8158
|
+
"type": "bytes32"
|
|
8159
|
+
}
|
|
8160
|
+
],
|
|
8161
|
+
"stateMutability": "nonpayable",
|
|
8162
|
+
"type": "function"
|
|
8163
|
+
},
|
|
8164
|
+
{
|
|
8165
|
+
"inputs": [
|
|
8166
|
+
{
|
|
8167
|
+
"internalType": "address",
|
|
8168
|
+
"name": "from",
|
|
8169
|
+
"type": "address"
|
|
8170
|
+
},
|
|
8171
|
+
{
|
|
8172
|
+
"internalType": "address",
|
|
8173
|
+
"name": "to",
|
|
8174
|
+
"type": "address"
|
|
8175
|
+
},
|
|
8176
|
+
{
|
|
8177
|
+
"internalType": "euint64",
|
|
8178
|
+
"name": "amount",
|
|
8179
|
+
"type": "bytes32"
|
|
8180
|
+
},
|
|
8181
|
+
{
|
|
8182
|
+
"internalType": "bytes",
|
|
8183
|
+
"name": "data",
|
|
8184
|
+
"type": "bytes"
|
|
8185
|
+
}
|
|
8186
|
+
],
|
|
8187
|
+
"name": "confidentialTransferFromAndCall",
|
|
8188
|
+
"outputs": [
|
|
8189
|
+
{
|
|
8190
|
+
"internalType": "euint64",
|
|
8191
|
+
"name": "transferred",
|
|
8192
|
+
"type": "bytes32"
|
|
8193
|
+
}
|
|
8194
|
+
],
|
|
8195
|
+
"stateMutability": "nonpayable",
|
|
8196
|
+
"type": "function"
|
|
8197
|
+
},
|
|
8198
|
+
{
|
|
8199
|
+
"inputs": [],
|
|
8200
|
+
"name": "contractURI",
|
|
8201
|
+
"outputs": [
|
|
8202
|
+
{
|
|
8203
|
+
"internalType": "string",
|
|
8204
|
+
"name": "",
|
|
8205
|
+
"type": "string"
|
|
8206
|
+
}
|
|
8207
|
+
],
|
|
8208
|
+
"stateMutability": "view",
|
|
8209
|
+
"type": "function"
|
|
8210
|
+
},
|
|
8211
|
+
{
|
|
8212
|
+
"inputs": [],
|
|
8213
|
+
"name": "decimals",
|
|
8214
|
+
"outputs": [
|
|
8215
|
+
{
|
|
8216
|
+
"internalType": "uint8",
|
|
8217
|
+
"name": "",
|
|
8218
|
+
"type": "uint8"
|
|
8219
|
+
}
|
|
8220
|
+
],
|
|
8221
|
+
"stateMutability": "view",
|
|
8222
|
+
"type": "function"
|
|
8223
|
+
},
|
|
8224
|
+
{
|
|
8225
|
+
"inputs": [
|
|
8226
|
+
{
|
|
8227
|
+
"internalType": "euint64",
|
|
8228
|
+
"name": "encryptedAmount",
|
|
8229
|
+
"type": "bytes32"
|
|
8230
|
+
},
|
|
8231
|
+
{
|
|
8232
|
+
"internalType": "uint64",
|
|
8233
|
+
"name": "cleartextAmount",
|
|
8234
|
+
"type": "uint64"
|
|
8235
|
+
},
|
|
8236
|
+
{
|
|
8237
|
+
"internalType": "bytes",
|
|
8238
|
+
"name": "decryptionProof",
|
|
8239
|
+
"type": "bytes"
|
|
8240
|
+
}
|
|
8241
|
+
],
|
|
8242
|
+
"name": "discloseEncryptedAmount",
|
|
8243
|
+
"outputs": [],
|
|
8244
|
+
"stateMutability": "nonpayable",
|
|
8245
|
+
"type": "function"
|
|
8246
|
+
},
|
|
8247
|
+
{
|
|
8248
|
+
"inputs": [],
|
|
8249
|
+
"name": "isConsumingScheduledOp",
|
|
8250
|
+
"outputs": [
|
|
8251
|
+
{
|
|
8252
|
+
"internalType": "bytes4",
|
|
8253
|
+
"name": "",
|
|
8254
|
+
"type": "bytes4"
|
|
8255
|
+
}
|
|
8256
|
+
],
|
|
8257
|
+
"stateMutability": "view",
|
|
8258
|
+
"type": "function"
|
|
8259
|
+
},
|
|
8260
|
+
{
|
|
8261
|
+
"inputs": [
|
|
8262
|
+
{
|
|
8263
|
+
"internalType": "address",
|
|
8264
|
+
"name": "holder",
|
|
8265
|
+
"type": "address"
|
|
8266
|
+
},
|
|
8267
|
+
{
|
|
8268
|
+
"internalType": "address",
|
|
8269
|
+
"name": "spender",
|
|
8270
|
+
"type": "address"
|
|
8271
|
+
}
|
|
8272
|
+
],
|
|
8273
|
+
"name": "isOperator",
|
|
8274
|
+
"outputs": [
|
|
8275
|
+
{
|
|
8276
|
+
"internalType": "bool",
|
|
8277
|
+
"name": "",
|
|
8278
|
+
"type": "bool"
|
|
8279
|
+
}
|
|
8280
|
+
],
|
|
8281
|
+
"stateMutability": "view",
|
|
8282
|
+
"type": "function"
|
|
8283
|
+
},
|
|
8284
|
+
{
|
|
8285
|
+
"inputs": [],
|
|
8286
|
+
"name": "name",
|
|
8287
|
+
"outputs": [
|
|
8288
|
+
{
|
|
8289
|
+
"internalType": "string",
|
|
8290
|
+
"name": "",
|
|
8291
|
+
"type": "string"
|
|
8292
|
+
}
|
|
8293
|
+
],
|
|
8294
|
+
"stateMutability": "view",
|
|
8295
|
+
"type": "function"
|
|
8296
|
+
},
|
|
8297
|
+
{
|
|
8298
|
+
"inputs": [],
|
|
8299
|
+
"name": "pause",
|
|
8300
|
+
"outputs": [],
|
|
8301
|
+
"stateMutability": "nonpayable",
|
|
8302
|
+
"type": "function"
|
|
8303
|
+
},
|
|
8304
|
+
{
|
|
8305
|
+
"inputs": [],
|
|
8306
|
+
"name": "paused",
|
|
8307
|
+
"outputs": [
|
|
8308
|
+
{
|
|
8309
|
+
"internalType": "bool",
|
|
8310
|
+
"name": "",
|
|
8311
|
+
"type": "bool"
|
|
8312
|
+
}
|
|
8313
|
+
],
|
|
8314
|
+
"stateMutability": "view",
|
|
8315
|
+
"type": "function"
|
|
8316
|
+
},
|
|
8317
|
+
{
|
|
8318
|
+
"inputs": [
|
|
8319
|
+
{
|
|
8320
|
+
"internalType": "euint64",
|
|
8321
|
+
"name": "encryptedAmount",
|
|
8322
|
+
"type": "bytes32"
|
|
8323
|
+
}
|
|
8324
|
+
],
|
|
8325
|
+
"name": "requestDiscloseEncryptedAmount",
|
|
8326
|
+
"outputs": [],
|
|
8327
|
+
"stateMutability": "nonpayable",
|
|
8328
|
+
"type": "function"
|
|
8329
|
+
},
|
|
8330
|
+
{
|
|
8331
|
+
"inputs": [
|
|
8332
|
+
{
|
|
8333
|
+
"internalType": "address",
|
|
8334
|
+
"name": "newAuthority",
|
|
8335
|
+
"type": "address"
|
|
8336
|
+
}
|
|
8337
|
+
],
|
|
8338
|
+
"name": "setAuthority",
|
|
8339
|
+
"outputs": [],
|
|
8340
|
+
"stateMutability": "nonpayable",
|
|
8341
|
+
"type": "function"
|
|
8342
|
+
},
|
|
8343
|
+
{
|
|
8344
|
+
"inputs": [
|
|
8345
|
+
{
|
|
8346
|
+
"internalType": "address",
|
|
8347
|
+
"name": "operator",
|
|
8348
|
+
"type": "address"
|
|
8349
|
+
},
|
|
8350
|
+
{
|
|
8351
|
+
"internalType": "uint48",
|
|
8352
|
+
"name": "until",
|
|
8353
|
+
"type": "uint48"
|
|
8354
|
+
}
|
|
8355
|
+
],
|
|
8356
|
+
"name": "setOperator",
|
|
8357
|
+
"outputs": [],
|
|
8358
|
+
"stateMutability": "nonpayable",
|
|
8359
|
+
"type": "function"
|
|
8360
|
+
},
|
|
8361
|
+
{
|
|
8362
|
+
"inputs": [
|
|
8363
|
+
{
|
|
8364
|
+
"internalType": "bytes4",
|
|
8365
|
+
"name": "interfaceId",
|
|
8366
|
+
"type": "bytes4"
|
|
8367
|
+
}
|
|
8368
|
+
],
|
|
8369
|
+
"name": "supportsInterface",
|
|
8370
|
+
"outputs": [
|
|
8371
|
+
{
|
|
8372
|
+
"internalType": "bool",
|
|
8373
|
+
"name": "",
|
|
8374
|
+
"type": "bool"
|
|
8375
|
+
}
|
|
8376
|
+
],
|
|
8377
|
+
"stateMutability": "view",
|
|
8378
|
+
"type": "function"
|
|
8379
|
+
},
|
|
8380
|
+
{
|
|
8381
|
+
"inputs": [],
|
|
8382
|
+
"name": "symbol",
|
|
8383
|
+
"outputs": [
|
|
8384
|
+
{
|
|
8385
|
+
"internalType": "string",
|
|
8386
|
+
"name": "",
|
|
8387
|
+
"type": "string"
|
|
8388
|
+
}
|
|
8389
|
+
],
|
|
8390
|
+
"stateMutability": "view",
|
|
8391
|
+
"type": "function"
|
|
8392
|
+
},
|
|
8393
|
+
{
|
|
8394
|
+
"inputs": [],
|
|
8395
|
+
"name": "unpause",
|
|
8396
|
+
"outputs": [],
|
|
8397
|
+
"stateMutability": "nonpayable",
|
|
8398
|
+
"type": "function"
|
|
8399
|
+
}
|
|
8400
|
+
];
|
|
8401
|
+
var AroLiquidityCommitment_ABI = [
|
|
8402
|
+
{
|
|
8403
|
+
"inputs": [
|
|
8404
|
+
{
|
|
8405
|
+
"internalType": "address",
|
|
8406
|
+
"name": "initialAuthority",
|
|
8407
|
+
"type": "address"
|
|
8408
|
+
},
|
|
8409
|
+
{
|
|
8410
|
+
"internalType": "contract cAROUSD",
|
|
8411
|
+
"name": "arousd",
|
|
8412
|
+
"type": "address"
|
|
8413
|
+
},
|
|
8414
|
+
{
|
|
8415
|
+
"internalType": "address",
|
|
8416
|
+
"name": "feeSink_",
|
|
8417
|
+
"type": "address"
|
|
8418
|
+
}
|
|
8419
|
+
],
|
|
8420
|
+
"stateMutability": "nonpayable",
|
|
8421
|
+
"type": "constructor"
|
|
8422
|
+
},
|
|
8423
|
+
{
|
|
8424
|
+
"inputs": [
|
|
8425
|
+
{
|
|
8426
|
+
"internalType": "address",
|
|
8427
|
+
"name": "authority",
|
|
8428
|
+
"type": "address"
|
|
8429
|
+
}
|
|
8430
|
+
],
|
|
8431
|
+
"name": "AccessManagedInvalidAuthority",
|
|
8432
|
+
"type": "error"
|
|
8433
|
+
},
|
|
8434
|
+
{
|
|
8435
|
+
"inputs": [
|
|
8436
|
+
{
|
|
8437
|
+
"internalType": "address",
|
|
8438
|
+
"name": "caller",
|
|
8439
|
+
"type": "address"
|
|
8440
|
+
},
|
|
8441
|
+
{
|
|
8442
|
+
"internalType": "uint32",
|
|
8443
|
+
"name": "delay",
|
|
8444
|
+
"type": "uint32"
|
|
8445
|
+
}
|
|
8446
|
+
],
|
|
8447
|
+
"name": "AccessManagedRequiredDelay",
|
|
8448
|
+
"type": "error"
|
|
8449
|
+
},
|
|
8450
|
+
{
|
|
8451
|
+
"inputs": [
|
|
8452
|
+
{
|
|
8453
|
+
"internalType": "address",
|
|
8454
|
+
"name": "caller",
|
|
8455
|
+
"type": "address"
|
|
8456
|
+
}
|
|
8457
|
+
],
|
|
8458
|
+
"name": "AccessManagedUnauthorized",
|
|
8459
|
+
"type": "error"
|
|
8460
|
+
},
|
|
8461
|
+
{
|
|
8462
|
+
"inputs": [],
|
|
8463
|
+
"name": "AmountTooLarge",
|
|
8464
|
+
"type": "error"
|
|
8465
|
+
},
|
|
8466
|
+
{
|
|
8467
|
+
"inputs": [],
|
|
8468
|
+
"name": "AmountZero",
|
|
8469
|
+
"type": "error"
|
|
8470
|
+
},
|
|
8471
|
+
{
|
|
8472
|
+
"inputs": [
|
|
8473
|
+
{
|
|
8474
|
+
"internalType": "uint16",
|
|
8475
|
+
"name": "bps",
|
|
8476
|
+
"type": "uint16"
|
|
8477
|
+
}
|
|
8478
|
+
],
|
|
8479
|
+
"name": "FeeTooHigh",
|
|
8480
|
+
"type": "error"
|
|
8481
|
+
},
|
|
8482
|
+
{
|
|
8483
|
+
"inputs": [
|
|
8484
|
+
{
|
|
8485
|
+
"internalType": "address",
|
|
8486
|
+
"name": "stable",
|
|
8487
|
+
"type": "address"
|
|
8488
|
+
},
|
|
8489
|
+
{
|
|
8490
|
+
"internalType": "uint256",
|
|
8491
|
+
"name": "needed",
|
|
8492
|
+
"type": "uint256"
|
|
8493
|
+
},
|
|
8494
|
+
{
|
|
8495
|
+
"internalType": "uint256",
|
|
8496
|
+
"name": "have",
|
|
8497
|
+
"type": "uint256"
|
|
8498
|
+
}
|
|
8499
|
+
],
|
|
8500
|
+
"name": "InsufficientReserves",
|
|
8501
|
+
"type": "error"
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
"inputs": [],
|
|
8505
|
+
"name": "InvalidFeeSink",
|
|
8506
|
+
"type": "error"
|
|
8507
|
+
},
|
|
8508
|
+
{
|
|
8509
|
+
"inputs": [],
|
|
8510
|
+
"name": "InvalidKMSSignatures",
|
|
8511
|
+
"type": "error"
|
|
8512
|
+
},
|
|
8513
|
+
{
|
|
8514
|
+
"inputs": [],
|
|
8515
|
+
"name": "InvalidStableAddress",
|
|
8516
|
+
"type": "error"
|
|
8517
|
+
},
|
|
8518
|
+
{
|
|
8519
|
+
"inputs": [
|
|
8520
|
+
{
|
|
8521
|
+
"internalType": "uint64",
|
|
8522
|
+
"name": "cleartext",
|
|
8523
|
+
"type": "uint64"
|
|
8524
|
+
},
|
|
8525
|
+
{
|
|
8526
|
+
"internalType": "uint64",
|
|
8527
|
+
"name": "cap",
|
|
8528
|
+
"type": "uint64"
|
|
8529
|
+
}
|
|
8530
|
+
],
|
|
8531
|
+
"name": "PayoutExceedsMaxStableOut",
|
|
8532
|
+
"type": "error"
|
|
8533
|
+
},
|
|
8534
|
+
{
|
|
8535
|
+
"inputs": [
|
|
8536
|
+
{
|
|
8537
|
+
"internalType": "uint256",
|
|
8538
|
+
"name": "redeemId",
|
|
8539
|
+
"type": "uint256"
|
|
8540
|
+
}
|
|
8541
|
+
],
|
|
8542
|
+
"name": "RedeemAlreadyFinalized",
|
|
8543
|
+
"type": "error"
|
|
8544
|
+
},
|
|
8545
|
+
{
|
|
8546
|
+
"inputs": [
|
|
8547
|
+
{
|
|
8548
|
+
"internalType": "uint256",
|
|
8549
|
+
"name": "redeemId",
|
|
8550
|
+
"type": "uint256"
|
|
8551
|
+
}
|
|
8552
|
+
],
|
|
8553
|
+
"name": "RedeemUnknown",
|
|
8554
|
+
"type": "error"
|
|
8555
|
+
},
|
|
8556
|
+
{
|
|
8557
|
+
"inputs": [
|
|
8558
|
+
{
|
|
8559
|
+
"internalType": "address",
|
|
8560
|
+
"name": "token",
|
|
8561
|
+
"type": "address"
|
|
8562
|
+
}
|
|
8563
|
+
],
|
|
8564
|
+
"name": "SafeERC20FailedOperation",
|
|
8565
|
+
"type": "error"
|
|
8566
|
+
},
|
|
8567
|
+
{
|
|
8568
|
+
"inputs": [
|
|
8569
|
+
{
|
|
8570
|
+
"internalType": "address",
|
|
8571
|
+
"name": "stable",
|
|
8572
|
+
"type": "address"
|
|
8573
|
+
}
|
|
8574
|
+
],
|
|
8575
|
+
"name": "StableNotAllowed",
|
|
8576
|
+
"type": "error"
|
|
8577
|
+
},
|
|
8578
|
+
{
|
|
8579
|
+
"anonymous": false,
|
|
8580
|
+
"inputs": [
|
|
8581
|
+
{
|
|
8582
|
+
"indexed": false,
|
|
8583
|
+
"internalType": "address",
|
|
8584
|
+
"name": "authority",
|
|
8585
|
+
"type": "address"
|
|
8586
|
+
}
|
|
8587
|
+
],
|
|
8588
|
+
"name": "AuthorityUpdated",
|
|
8589
|
+
"type": "event"
|
|
8590
|
+
},
|
|
8591
|
+
{
|
|
8592
|
+
"anonymous": false,
|
|
8593
|
+
"inputs": [
|
|
8594
|
+
{
|
|
8595
|
+
"indexed": true,
|
|
8596
|
+
"internalType": "address",
|
|
8597
|
+
"name": "depositor",
|
|
8598
|
+
"type": "address"
|
|
8599
|
+
},
|
|
8600
|
+
{
|
|
8601
|
+
"indexed": true,
|
|
8602
|
+
"internalType": "address",
|
|
8603
|
+
"name": "recipient",
|
|
8604
|
+
"type": "address"
|
|
8605
|
+
},
|
|
8606
|
+
{
|
|
8607
|
+
"indexed": true,
|
|
8608
|
+
"internalType": "address",
|
|
8609
|
+
"name": "stable",
|
|
8610
|
+
"type": "address"
|
|
8611
|
+
},
|
|
8612
|
+
{
|
|
8613
|
+
"indexed": false,
|
|
8614
|
+
"internalType": "uint256",
|
|
8615
|
+
"name": "grossAmount",
|
|
8616
|
+
"type": "uint256"
|
|
8617
|
+
},
|
|
8618
|
+
{
|
|
8619
|
+
"indexed": false,
|
|
8620
|
+
"internalType": "uint256",
|
|
8621
|
+
"name": "feeAmount",
|
|
8622
|
+
"type": "uint256"
|
|
8623
|
+
},
|
|
8624
|
+
{
|
|
8625
|
+
"indexed": false,
|
|
8626
|
+
"internalType": "uint256",
|
|
8627
|
+
"name": "netAmount",
|
|
8628
|
+
"type": "uint256"
|
|
8629
|
+
}
|
|
8630
|
+
],
|
|
8631
|
+
"name": "DepositCommitted",
|
|
8632
|
+
"type": "event"
|
|
8633
|
+
},
|
|
8634
|
+
{
|
|
8635
|
+
"anonymous": false,
|
|
8636
|
+
"inputs": [
|
|
8637
|
+
{
|
|
8638
|
+
"indexed": false,
|
|
8639
|
+
"internalType": "uint16",
|
|
8640
|
+
"name": "oldBps",
|
|
8641
|
+
"type": "uint16"
|
|
8642
|
+
},
|
|
8643
|
+
{
|
|
8644
|
+
"indexed": false,
|
|
8645
|
+
"internalType": "uint16",
|
|
8646
|
+
"name": "newBps",
|
|
8647
|
+
"type": "uint16"
|
|
8648
|
+
}
|
|
8649
|
+
],
|
|
8650
|
+
"name": "DepositFeeUpdated",
|
|
8651
|
+
"type": "event"
|
|
8652
|
+
},
|
|
8653
|
+
{
|
|
8654
|
+
"anonymous": false,
|
|
8655
|
+
"inputs": [
|
|
8656
|
+
{
|
|
8657
|
+
"indexed": true,
|
|
8658
|
+
"internalType": "address",
|
|
8659
|
+
"name": "oldSink",
|
|
8660
|
+
"type": "address"
|
|
8661
|
+
},
|
|
8662
|
+
{
|
|
8663
|
+
"indexed": true,
|
|
8664
|
+
"internalType": "address",
|
|
8665
|
+
"name": "newSink",
|
|
8666
|
+
"type": "address"
|
|
8667
|
+
}
|
|
8668
|
+
],
|
|
8669
|
+
"name": "FeeSinkUpdated",
|
|
8670
|
+
"type": "event"
|
|
8671
|
+
},
|
|
8672
|
+
{
|
|
8673
|
+
"anonymous": false,
|
|
8674
|
+
"inputs": [
|
|
8675
|
+
{
|
|
8676
|
+
"indexed": false,
|
|
8677
|
+
"internalType": "bytes32[]",
|
|
8678
|
+
"name": "handlesList",
|
|
8679
|
+
"type": "bytes32[]"
|
|
8680
|
+
},
|
|
8681
|
+
{
|
|
8682
|
+
"indexed": false,
|
|
8683
|
+
"internalType": "bytes",
|
|
8684
|
+
"name": "abiEncodedCleartexts",
|
|
8685
|
+
"type": "bytes"
|
|
8686
|
+
}
|
|
8687
|
+
],
|
|
8688
|
+
"name": "PublicDecryptionVerified",
|
|
8689
|
+
"type": "event"
|
|
8690
|
+
},
|
|
8691
|
+
{
|
|
8692
|
+
"anonymous": false,
|
|
8693
|
+
"inputs": [
|
|
8694
|
+
{
|
|
8695
|
+
"indexed": false,
|
|
8696
|
+
"internalType": "uint16",
|
|
8697
|
+
"name": "oldBps",
|
|
8698
|
+
"type": "uint16"
|
|
8699
|
+
},
|
|
8700
|
+
{
|
|
8701
|
+
"indexed": false,
|
|
8702
|
+
"internalType": "uint16",
|
|
8703
|
+
"name": "newBps",
|
|
8704
|
+
"type": "uint16"
|
|
8705
|
+
}
|
|
8706
|
+
],
|
|
8707
|
+
"name": "RedeemFeeUpdated",
|
|
8708
|
+
"type": "event"
|
|
8709
|
+
},
|
|
8710
|
+
{
|
|
8711
|
+
"anonymous": false,
|
|
8712
|
+
"inputs": [
|
|
8713
|
+
{
|
|
8714
|
+
"indexed": true,
|
|
8715
|
+
"internalType": "uint256",
|
|
8716
|
+
"name": "redeemId",
|
|
8717
|
+
"type": "uint256"
|
|
8718
|
+
},
|
|
8719
|
+
{
|
|
8720
|
+
"indexed": true,
|
|
8721
|
+
"internalType": "address",
|
|
8722
|
+
"name": "redeemer",
|
|
8723
|
+
"type": "address"
|
|
8724
|
+
},
|
|
8725
|
+
{
|
|
8726
|
+
"indexed": true,
|
|
8727
|
+
"internalType": "address",
|
|
8728
|
+
"name": "stable",
|
|
8729
|
+
"type": "address"
|
|
8730
|
+
},
|
|
8731
|
+
{
|
|
8732
|
+
"indexed": false,
|
|
8733
|
+
"internalType": "uint64",
|
|
8734
|
+
"name": "cleartextBurned",
|
|
8735
|
+
"type": "uint64"
|
|
8736
|
+
},
|
|
8737
|
+
{
|
|
8738
|
+
"indexed": false,
|
|
8739
|
+
"internalType": "uint256",
|
|
8740
|
+
"name": "feeAmount",
|
|
8741
|
+
"type": "uint256"
|
|
8742
|
+
},
|
|
8743
|
+
{
|
|
8744
|
+
"indexed": false,
|
|
8745
|
+
"internalType": "uint256",
|
|
8746
|
+
"name": "netPaid",
|
|
8747
|
+
"type": "uint256"
|
|
8748
|
+
}
|
|
8749
|
+
],
|
|
8750
|
+
"name": "RedeemFinalized",
|
|
8751
|
+
"type": "event"
|
|
8752
|
+
},
|
|
8753
|
+
{
|
|
8754
|
+
"anonymous": false,
|
|
8755
|
+
"inputs": [
|
|
8756
|
+
{
|
|
8757
|
+
"indexed": true,
|
|
8758
|
+
"internalType": "uint256",
|
|
8759
|
+
"name": "redeemId",
|
|
8760
|
+
"type": "uint256"
|
|
8761
|
+
},
|
|
8762
|
+
{
|
|
8763
|
+
"indexed": true,
|
|
8764
|
+
"internalType": "address",
|
|
8765
|
+
"name": "redeemer",
|
|
8766
|
+
"type": "address"
|
|
8767
|
+
},
|
|
8768
|
+
{
|
|
8769
|
+
"indexed": true,
|
|
8770
|
+
"internalType": "address",
|
|
8771
|
+
"name": "stable",
|
|
8772
|
+
"type": "address"
|
|
8773
|
+
},
|
|
8774
|
+
{
|
|
8775
|
+
"indexed": false,
|
|
8776
|
+
"internalType": "uint64",
|
|
8777
|
+
"name": "maxStableOut",
|
|
8778
|
+
"type": "uint64"
|
|
8779
|
+
},
|
|
8780
|
+
{
|
|
8781
|
+
"indexed": false,
|
|
8782
|
+
"internalType": "euint64",
|
|
8783
|
+
"name": "burnedHandle",
|
|
8784
|
+
"type": "bytes32"
|
|
8785
|
+
}
|
|
8786
|
+
],
|
|
8787
|
+
"name": "RedeemRequested",
|
|
8788
|
+
"type": "event"
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"anonymous": false,
|
|
8792
|
+
"inputs": [
|
|
8793
|
+
{
|
|
8794
|
+
"indexed": true,
|
|
8795
|
+
"internalType": "address",
|
|
8796
|
+
"name": "stable",
|
|
8797
|
+
"type": "address"
|
|
8798
|
+
},
|
|
8799
|
+
{
|
|
8800
|
+
"indexed": false,
|
|
8801
|
+
"internalType": "bool",
|
|
8802
|
+
"name": "allowed",
|
|
8803
|
+
"type": "bool"
|
|
8804
|
+
}
|
|
8805
|
+
],
|
|
8806
|
+
"name": "StableAllowed",
|
|
8807
|
+
"type": "event"
|
|
8808
|
+
},
|
|
8809
|
+
{
|
|
8810
|
+
"anonymous": false,
|
|
8811
|
+
"inputs": [
|
|
8812
|
+
{
|
|
8813
|
+
"indexed": true,
|
|
8814
|
+
"internalType": "address",
|
|
8815
|
+
"name": "stable",
|
|
8816
|
+
"type": "address"
|
|
8817
|
+
},
|
|
8818
|
+
{
|
|
8819
|
+
"indexed": true,
|
|
8820
|
+
"internalType": "address",
|
|
8821
|
+
"name": "to",
|
|
8822
|
+
"type": "address"
|
|
8823
|
+
},
|
|
8824
|
+
{
|
|
8825
|
+
"indexed": false,
|
|
8826
|
+
"internalType": "uint256",
|
|
8827
|
+
"name": "amount",
|
|
8828
|
+
"type": "uint256"
|
|
8829
|
+
}
|
|
8830
|
+
],
|
|
8831
|
+
"name": "Swept",
|
|
8832
|
+
"type": "event"
|
|
8833
|
+
},
|
|
8834
|
+
{
|
|
8835
|
+
"inputs": [],
|
|
8836
|
+
"name": "AROUSD",
|
|
8837
|
+
"outputs": [
|
|
8838
|
+
{
|
|
8839
|
+
"internalType": "contract cAROUSD",
|
|
8840
|
+
"name": "",
|
|
8841
|
+
"type": "address"
|
|
8842
|
+
}
|
|
8843
|
+
],
|
|
8844
|
+
"stateMutability": "view",
|
|
8845
|
+
"type": "function"
|
|
8846
|
+
},
|
|
8847
|
+
{
|
|
8848
|
+
"inputs": [],
|
|
8849
|
+
"name": "FEE_BPS_DENOMINATOR",
|
|
8850
|
+
"outputs": [
|
|
8851
|
+
{
|
|
8852
|
+
"internalType": "uint256",
|
|
8853
|
+
"name": "",
|
|
8854
|
+
"type": "uint256"
|
|
8855
|
+
}
|
|
8856
|
+
],
|
|
8857
|
+
"stateMutability": "view",
|
|
8858
|
+
"type": "function"
|
|
8859
|
+
},
|
|
8860
|
+
{
|
|
8861
|
+
"inputs": [],
|
|
8862
|
+
"name": "MAX_FEE_BPS",
|
|
8863
|
+
"outputs": [
|
|
8864
|
+
{
|
|
8865
|
+
"internalType": "uint256",
|
|
8866
|
+
"name": "",
|
|
8867
|
+
"type": "uint256"
|
|
8868
|
+
}
|
|
8869
|
+
],
|
|
8870
|
+
"stateMutability": "view",
|
|
8871
|
+
"type": "function"
|
|
8872
|
+
},
|
|
8873
|
+
{
|
|
8874
|
+
"inputs": [],
|
|
8875
|
+
"name": "authority",
|
|
8876
|
+
"outputs": [
|
|
8877
|
+
{
|
|
8878
|
+
"internalType": "address",
|
|
8879
|
+
"name": "",
|
|
8880
|
+
"type": "address"
|
|
8881
|
+
}
|
|
8882
|
+
],
|
|
8883
|
+
"stateMutability": "view",
|
|
8884
|
+
"type": "function"
|
|
8885
|
+
},
|
|
8886
|
+
{
|
|
8887
|
+
"inputs": [
|
|
8888
|
+
{
|
|
8889
|
+
"internalType": "address",
|
|
8890
|
+
"name": "recipient",
|
|
8891
|
+
"type": "address"
|
|
8892
|
+
},
|
|
8893
|
+
{
|
|
8894
|
+
"internalType": "address",
|
|
8895
|
+
"name": "stable",
|
|
8896
|
+
"type": "address"
|
|
8897
|
+
},
|
|
8898
|
+
{
|
|
8899
|
+
"internalType": "uint256",
|
|
8900
|
+
"name": "amount",
|
|
8901
|
+
"type": "uint256"
|
|
8902
|
+
}
|
|
8903
|
+
],
|
|
8904
|
+
"name": "commitDeposit",
|
|
8905
|
+
"outputs": [
|
|
8906
|
+
{
|
|
8907
|
+
"internalType": "uint256",
|
|
8908
|
+
"name": "netAmount",
|
|
8909
|
+
"type": "uint256"
|
|
8910
|
+
}
|
|
8911
|
+
],
|
|
8912
|
+
"stateMutability": "nonpayable",
|
|
8913
|
+
"type": "function"
|
|
8914
|
+
},
|
|
8915
|
+
{
|
|
8916
|
+
"inputs": [],
|
|
8917
|
+
"name": "depositFeeBps",
|
|
8918
|
+
"outputs": [
|
|
8919
|
+
{
|
|
8920
|
+
"internalType": "uint16",
|
|
8921
|
+
"name": "",
|
|
8922
|
+
"type": "uint16"
|
|
8923
|
+
}
|
|
8924
|
+
],
|
|
8925
|
+
"stateMutability": "view",
|
|
8926
|
+
"type": "function"
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
"inputs": [],
|
|
8930
|
+
"name": "feeSink",
|
|
8931
|
+
"outputs": [
|
|
8932
|
+
{
|
|
8933
|
+
"internalType": "address",
|
|
8934
|
+
"name": "",
|
|
8935
|
+
"type": "address"
|
|
8936
|
+
}
|
|
8937
|
+
],
|
|
8938
|
+
"stateMutability": "view",
|
|
8939
|
+
"type": "function"
|
|
8940
|
+
},
|
|
8941
|
+
{
|
|
8942
|
+
"inputs": [
|
|
8943
|
+
{
|
|
8944
|
+
"internalType": "uint256",
|
|
8945
|
+
"name": "redeemId",
|
|
8946
|
+
"type": "uint256"
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
"internalType": "uint64",
|
|
8950
|
+
"name": "cleartextBurned",
|
|
8951
|
+
"type": "uint64"
|
|
8952
|
+
},
|
|
8953
|
+
{
|
|
8954
|
+
"internalType": "bytes",
|
|
8955
|
+
"name": "decryptionProof",
|
|
8956
|
+
"type": "bytes"
|
|
8957
|
+
}
|
|
8958
|
+
],
|
|
8959
|
+
"name": "finalizeRedeem",
|
|
8960
|
+
"outputs": [],
|
|
8961
|
+
"stateMutability": "nonpayable",
|
|
8962
|
+
"type": "function"
|
|
8963
|
+
},
|
|
8964
|
+
{
|
|
8965
|
+
"inputs": [
|
|
8966
|
+
{
|
|
8967
|
+
"internalType": "address",
|
|
8968
|
+
"name": "stable",
|
|
8969
|
+
"type": "address"
|
|
8970
|
+
}
|
|
8971
|
+
],
|
|
8972
|
+
"name": "freeReserves",
|
|
8973
|
+
"outputs": [
|
|
8974
|
+
{
|
|
8975
|
+
"internalType": "uint256",
|
|
8976
|
+
"name": "",
|
|
8977
|
+
"type": "uint256"
|
|
8978
|
+
}
|
|
8979
|
+
],
|
|
8980
|
+
"stateMutability": "view",
|
|
8981
|
+
"type": "function"
|
|
8982
|
+
},
|
|
8983
|
+
{
|
|
8984
|
+
"inputs": [],
|
|
8985
|
+
"name": "isConsumingScheduledOp",
|
|
8986
|
+
"outputs": [
|
|
8987
|
+
{
|
|
8988
|
+
"internalType": "bytes4",
|
|
8989
|
+
"name": "",
|
|
8990
|
+
"type": "bytes4"
|
|
8991
|
+
}
|
|
8992
|
+
],
|
|
8993
|
+
"stateMutability": "view",
|
|
8994
|
+
"type": "function"
|
|
8995
|
+
},
|
|
8996
|
+
{
|
|
8997
|
+
"inputs": [],
|
|
8998
|
+
"name": "nextRedeemId",
|
|
8999
|
+
"outputs": [
|
|
9000
|
+
{
|
|
9001
|
+
"internalType": "uint256",
|
|
9002
|
+
"name": "",
|
|
9003
|
+
"type": "uint256"
|
|
9004
|
+
}
|
|
9005
|
+
],
|
|
9006
|
+
"stateMutability": "view",
|
|
9007
|
+
"type": "function"
|
|
9008
|
+
},
|
|
9009
|
+
{
|
|
9010
|
+
"inputs": [
|
|
9011
|
+
{
|
|
9012
|
+
"internalType": "address",
|
|
9013
|
+
"name": "stable",
|
|
9014
|
+
"type": "address"
|
|
9015
|
+
}
|
|
9016
|
+
],
|
|
9017
|
+
"name": "pendingRedeemLiability",
|
|
9018
|
+
"outputs": [
|
|
9019
|
+
{
|
|
9020
|
+
"internalType": "uint256",
|
|
9021
|
+
"name": "",
|
|
9022
|
+
"type": "uint256"
|
|
9023
|
+
}
|
|
9024
|
+
],
|
|
9025
|
+
"stateMutability": "view",
|
|
9026
|
+
"type": "function"
|
|
9027
|
+
},
|
|
9028
|
+
{
|
|
9029
|
+
"inputs": [
|
|
9030
|
+
{
|
|
9031
|
+
"internalType": "uint256",
|
|
9032
|
+
"name": "id",
|
|
9033
|
+
"type": "uint256"
|
|
9034
|
+
}
|
|
9035
|
+
],
|
|
9036
|
+
"name": "pendingRedeems",
|
|
9037
|
+
"outputs": [
|
|
9038
|
+
{
|
|
9039
|
+
"internalType": "address",
|
|
9040
|
+
"name": "redeemer",
|
|
9041
|
+
"type": "address"
|
|
9042
|
+
},
|
|
9043
|
+
{
|
|
9044
|
+
"internalType": "address",
|
|
9045
|
+
"name": "stable",
|
|
9046
|
+
"type": "address"
|
|
9047
|
+
},
|
|
9048
|
+
{
|
|
9049
|
+
"internalType": "euint64",
|
|
9050
|
+
"name": "burnedHandle",
|
|
9051
|
+
"type": "bytes32"
|
|
9052
|
+
},
|
|
9053
|
+
{
|
|
9054
|
+
"internalType": "uint64",
|
|
9055
|
+
"name": "maxStableOut",
|
|
9056
|
+
"type": "uint64"
|
|
9057
|
+
},
|
|
9058
|
+
{
|
|
9059
|
+
"internalType": "uint64",
|
|
9060
|
+
"name": "settledAmount",
|
|
9061
|
+
"type": "uint64"
|
|
9062
|
+
},
|
|
9063
|
+
{
|
|
9064
|
+
"internalType": "bool",
|
|
9065
|
+
"name": "finalized",
|
|
9066
|
+
"type": "bool"
|
|
9067
|
+
}
|
|
9068
|
+
],
|
|
9069
|
+
"stateMutability": "view",
|
|
9070
|
+
"type": "function"
|
|
9071
|
+
},
|
|
9072
|
+
{
|
|
9073
|
+
"inputs": [],
|
|
9074
|
+
"name": "redeemFeeBps",
|
|
9075
|
+
"outputs": [
|
|
9076
|
+
{
|
|
9077
|
+
"internalType": "uint16",
|
|
9078
|
+
"name": "",
|
|
9079
|
+
"type": "uint16"
|
|
9080
|
+
}
|
|
9081
|
+
],
|
|
9082
|
+
"stateMutability": "view",
|
|
9083
|
+
"type": "function"
|
|
9084
|
+
},
|
|
9085
|
+
{
|
|
9086
|
+
"inputs": [
|
|
9087
|
+
{
|
|
9088
|
+
"internalType": "address",
|
|
9089
|
+
"name": "stable",
|
|
9090
|
+
"type": "address"
|
|
9091
|
+
},
|
|
9092
|
+
{
|
|
9093
|
+
"internalType": "uint64",
|
|
9094
|
+
"name": "maxStableOut",
|
|
9095
|
+
"type": "uint64"
|
|
9096
|
+
},
|
|
9097
|
+
{
|
|
9098
|
+
"internalType": "externalEuint64",
|
|
9099
|
+
"name": "encryptedAmount",
|
|
9100
|
+
"type": "bytes32"
|
|
9101
|
+
},
|
|
9102
|
+
{
|
|
9103
|
+
"internalType": "bytes",
|
|
9104
|
+
"name": "inputProof",
|
|
9105
|
+
"type": "bytes"
|
|
9106
|
+
}
|
|
9107
|
+
],
|
|
9108
|
+
"name": "requestRedeem",
|
|
9109
|
+
"outputs": [
|
|
9110
|
+
{
|
|
9111
|
+
"internalType": "uint256",
|
|
9112
|
+
"name": "redeemId",
|
|
9113
|
+
"type": "uint256"
|
|
9114
|
+
}
|
|
9115
|
+
],
|
|
9116
|
+
"stateMutability": "nonpayable",
|
|
9117
|
+
"type": "function"
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
"inputs": [
|
|
9121
|
+
{
|
|
9122
|
+
"internalType": "address",
|
|
9123
|
+
"name": "newAuthority",
|
|
9124
|
+
"type": "address"
|
|
9125
|
+
}
|
|
9126
|
+
],
|
|
9127
|
+
"name": "setAuthority",
|
|
9128
|
+
"outputs": [],
|
|
9129
|
+
"stateMutability": "nonpayable",
|
|
9130
|
+
"type": "function"
|
|
9131
|
+
},
|
|
9132
|
+
{
|
|
9133
|
+
"inputs": [
|
|
9134
|
+
{
|
|
9135
|
+
"internalType": "uint16",
|
|
9136
|
+
"name": "bps",
|
|
9137
|
+
"type": "uint16"
|
|
9138
|
+
}
|
|
9139
|
+
],
|
|
9140
|
+
"name": "setDepositFeeBps",
|
|
9141
|
+
"outputs": [],
|
|
9142
|
+
"stateMutability": "nonpayable",
|
|
9143
|
+
"type": "function"
|
|
9144
|
+
},
|
|
9145
|
+
{
|
|
9146
|
+
"inputs": [
|
|
9147
|
+
{
|
|
9148
|
+
"internalType": "address",
|
|
9149
|
+
"name": "newSink",
|
|
9150
|
+
"type": "address"
|
|
9151
|
+
}
|
|
9152
|
+
],
|
|
9153
|
+
"name": "setFeeSink",
|
|
9154
|
+
"outputs": [],
|
|
9155
|
+
"stateMutability": "nonpayable",
|
|
9156
|
+
"type": "function"
|
|
9157
|
+
},
|
|
9158
|
+
{
|
|
9159
|
+
"inputs": [
|
|
9160
|
+
{
|
|
9161
|
+
"internalType": "uint16",
|
|
9162
|
+
"name": "bps",
|
|
9163
|
+
"type": "uint16"
|
|
9164
|
+
}
|
|
9165
|
+
],
|
|
9166
|
+
"name": "setRedeemFeeBps",
|
|
9167
|
+
"outputs": [],
|
|
9168
|
+
"stateMutability": "nonpayable",
|
|
9169
|
+
"type": "function"
|
|
9170
|
+
},
|
|
9171
|
+
{
|
|
9172
|
+
"inputs": [
|
|
9173
|
+
{
|
|
9174
|
+
"internalType": "address",
|
|
9175
|
+
"name": "stable",
|
|
9176
|
+
"type": "address"
|
|
9177
|
+
},
|
|
9178
|
+
{
|
|
9179
|
+
"internalType": "bool",
|
|
9180
|
+
"name": "allowed",
|
|
9181
|
+
"type": "bool"
|
|
9182
|
+
}
|
|
9183
|
+
],
|
|
9184
|
+
"name": "setStableAllowed",
|
|
9185
|
+
"outputs": [],
|
|
9186
|
+
"stateMutability": "nonpayable",
|
|
9187
|
+
"type": "function"
|
|
9188
|
+
},
|
|
9189
|
+
{
|
|
9190
|
+
"inputs": [
|
|
9191
|
+
{
|
|
9192
|
+
"internalType": "address",
|
|
9193
|
+
"name": "stable",
|
|
9194
|
+
"type": "address"
|
|
9195
|
+
}
|
|
9196
|
+
],
|
|
9197
|
+
"name": "stableAllowed",
|
|
9198
|
+
"outputs": [
|
|
9199
|
+
{
|
|
9200
|
+
"internalType": "bool",
|
|
9201
|
+
"name": "",
|
|
9202
|
+
"type": "bool"
|
|
9203
|
+
}
|
|
9204
|
+
],
|
|
9205
|
+
"stateMutability": "view",
|
|
9206
|
+
"type": "function"
|
|
9207
|
+
},
|
|
9208
|
+
{
|
|
9209
|
+
"inputs": [
|
|
9210
|
+
{
|
|
9211
|
+
"internalType": "address",
|
|
9212
|
+
"name": "stable",
|
|
9213
|
+
"type": "address"
|
|
9214
|
+
},
|
|
9215
|
+
{
|
|
9216
|
+
"internalType": "address",
|
|
9217
|
+
"name": "to",
|
|
9218
|
+
"type": "address"
|
|
9219
|
+
},
|
|
9220
|
+
{
|
|
9221
|
+
"internalType": "uint256",
|
|
9222
|
+
"name": "amount",
|
|
9223
|
+
"type": "uint256"
|
|
9224
|
+
}
|
|
9225
|
+
],
|
|
9226
|
+
"name": "sweep",
|
|
9227
|
+
"outputs": [],
|
|
9228
|
+
"stateMutability": "nonpayable",
|
|
9229
|
+
"type": "function"
|
|
9230
|
+
}
|
|
9231
|
+
];
|
|
7193
9232
|
var abis = {
|
|
7194
9233
|
AroMediaIncMultiSig: AroMediaIncMultiSig_ABI,
|
|
7195
9234
|
AroMediaAccessManager: AroMediaAccessManager_ABI,
|
|
@@ -7197,7 +9236,9 @@ var abis = {
|
|
|
7197
9236
|
AroMediaAssetsRegistry: AroMediaAssetsRegistry_ABI,
|
|
7198
9237
|
ForcedTransferManager: ForcedTransferManager_ABI,
|
|
7199
9238
|
AroSBT: AroSBT_ABI,
|
|
7200
|
-
AroNomination: AroNomination_ABI
|
|
9239
|
+
AroNomination: AroNomination_ABI,
|
|
9240
|
+
cAROUSD: cAROUSD_ABI,
|
|
9241
|
+
AroLiquidityCommitment: AroLiquidityCommitment_ABI
|
|
7201
9242
|
};
|
|
7202
9243
|
|
|
7203
9244
|
export {
|
|
@@ -7208,6 +9249,8 @@ export {
|
|
|
7208
9249
|
ForcedTransferManager_ABI,
|
|
7209
9250
|
AroSBT_ABI,
|
|
7210
9251
|
AroNomination_ABI,
|
|
9252
|
+
cAROUSD_ABI,
|
|
9253
|
+
AroLiquidityCommitment_ABI,
|
|
7211
9254
|
abis
|
|
7212
9255
|
};
|
|
7213
|
-
//# sourceMappingURL=chunk-
|
|
9256
|
+
//# sourceMappingURL=chunk-EGUPIYHR.js.map
|