@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
package/dist/generated/abis.cjs
CHANGED
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/generated/abis.ts
|
|
21
21
|
var abis_exports = {};
|
|
22
22
|
__export(abis_exports, {
|
|
23
|
+
AroLiquidityCommitment_ABI: () => AroLiquidityCommitment_ABI,
|
|
23
24
|
AroMediaAccessManager_ABI: () => AroMediaAccessManager_ABI,
|
|
24
25
|
AroMediaAssetsRegistry_ABI: () => AroMediaAssetsRegistry_ABI,
|
|
25
26
|
AroMediaIncMultiSig_ABI: () => AroMediaIncMultiSig_ABI,
|
|
@@ -27,7 +28,8 @@ __export(abis_exports, {
|
|
|
27
28
|
AroNomination_ABI: () => AroNomination_ABI,
|
|
28
29
|
AroSBT_ABI: () => AroSBT_ABI,
|
|
29
30
|
ForcedTransferManager_ABI: () => ForcedTransferManager_ABI,
|
|
30
|
-
abis: () => abis
|
|
31
|
+
abis: () => abis,
|
|
32
|
+
cAROUSD_ABI: () => cAROUSD_ABI
|
|
31
33
|
});
|
|
32
34
|
module.exports = __toCommonJS(abis_exports);
|
|
33
35
|
var AroMediaIncMultiSig_ABI = [
|
|
@@ -1736,6 +1738,86 @@ var AroMediaAccessManager_ABI = [
|
|
|
1736
1738
|
"stateMutability": "nonpayable",
|
|
1737
1739
|
"type": "function"
|
|
1738
1740
|
},
|
|
1741
|
+
{
|
|
1742
|
+
"inputs": [
|
|
1743
|
+
{
|
|
1744
|
+
"internalType": "address",
|
|
1745
|
+
"name": "rwaToken",
|
|
1746
|
+
"type": "address"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"internalType": "address",
|
|
1750
|
+
"name": "assetsRegistry",
|
|
1751
|
+
"type": "address"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"internalType": "address",
|
|
1755
|
+
"name": "forcedTransferManager",
|
|
1756
|
+
"type": "address"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"internalType": "address",
|
|
1760
|
+
"name": "sbt",
|
|
1761
|
+
"type": "address"
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"name": "configureAccessControlForAllContracts",
|
|
1765
|
+
"outputs": [],
|
|
1766
|
+
"stateMutability": "nonpayable",
|
|
1767
|
+
"type": "function"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"inputs": [
|
|
1771
|
+
{
|
|
1772
|
+
"internalType": "address",
|
|
1773
|
+
"name": "assetsRegistry",
|
|
1774
|
+
"type": "address"
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"name": "configureAccessControlForAssetsRegistry",
|
|
1778
|
+
"outputs": [],
|
|
1779
|
+
"stateMutability": "nonpayable",
|
|
1780
|
+
"type": "function"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"inputs": [
|
|
1784
|
+
{
|
|
1785
|
+
"internalType": "address",
|
|
1786
|
+
"name": "forcedTransferManager",
|
|
1787
|
+
"type": "address"
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"name": "configureAccessControlForForcedTransferManager",
|
|
1791
|
+
"outputs": [],
|
|
1792
|
+
"stateMutability": "nonpayable",
|
|
1793
|
+
"type": "function"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"inputs": [
|
|
1797
|
+
{
|
|
1798
|
+
"internalType": "address",
|
|
1799
|
+
"name": "rwaToken",
|
|
1800
|
+
"type": "address"
|
|
1801
|
+
}
|
|
1802
|
+
],
|
|
1803
|
+
"name": "configureAccessControlForRWAToken",
|
|
1804
|
+
"outputs": [],
|
|
1805
|
+
"stateMutability": "nonpayable",
|
|
1806
|
+
"type": "function"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"inputs": [
|
|
1810
|
+
{
|
|
1811
|
+
"internalType": "address",
|
|
1812
|
+
"name": "sbt",
|
|
1813
|
+
"type": "address"
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"name": "configureAccessControlForSBT",
|
|
1817
|
+
"outputs": [],
|
|
1818
|
+
"stateMutability": "nonpayable",
|
|
1819
|
+
"type": "function"
|
|
1820
|
+
},
|
|
1739
1821
|
{
|
|
1740
1822
|
"inputs": [
|
|
1741
1823
|
{
|
|
@@ -2388,104 +2470,6 @@ var AroMediaAccessManager_ABI = [
|
|
|
2388
2470
|
"outputs": [],
|
|
2389
2471
|
"stateMutability": "nonpayable",
|
|
2390
2472
|
"type": "function"
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"inputs": [
|
|
2394
|
-
{
|
|
2395
|
-
"internalType": "address",
|
|
2396
|
-
"name": "rwaToken",
|
|
2397
|
-
"type": "address"
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"internalType": "address",
|
|
2401
|
-
"name": "assetsRegistry",
|
|
2402
|
-
"type": "address"
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"internalType": "address",
|
|
2406
|
-
"name": "forcedTransferManager",
|
|
2407
|
-
"type": "address"
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"internalType": "address",
|
|
2411
|
-
"name": "sbt",
|
|
2412
|
-
"type": "address"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"internalType": "address",
|
|
2416
|
-
"name": "nomination",
|
|
2417
|
-
"type": "address"
|
|
2418
|
-
}
|
|
2419
|
-
],
|
|
2420
|
-
"name": "wireAllContracts",
|
|
2421
|
-
"outputs": [],
|
|
2422
|
-
"stateMutability": "nonpayable",
|
|
2423
|
-
"type": "function"
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"inputs": [
|
|
2427
|
-
{
|
|
2428
|
-
"internalType": "address",
|
|
2429
|
-
"name": "assetsRegistry",
|
|
2430
|
-
"type": "address"
|
|
2431
|
-
}
|
|
2432
|
-
],
|
|
2433
|
-
"name": "wireAssetsRegistry",
|
|
2434
|
-
"outputs": [],
|
|
2435
|
-
"stateMutability": "nonpayable",
|
|
2436
|
-
"type": "function"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"inputs": [
|
|
2440
|
-
{
|
|
2441
|
-
"internalType": "address",
|
|
2442
|
-
"name": "forcedTransferManager",
|
|
2443
|
-
"type": "address"
|
|
2444
|
-
}
|
|
2445
|
-
],
|
|
2446
|
-
"name": "wireForcedTransferManager",
|
|
2447
|
-
"outputs": [],
|
|
2448
|
-
"stateMutability": "nonpayable",
|
|
2449
|
-
"type": "function"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"inputs": [
|
|
2453
|
-
{
|
|
2454
|
-
"internalType": "address",
|
|
2455
|
-
"name": "nomination",
|
|
2456
|
-
"type": "address"
|
|
2457
|
-
}
|
|
2458
|
-
],
|
|
2459
|
-
"name": "wireNomination",
|
|
2460
|
-
"outputs": [],
|
|
2461
|
-
"stateMutability": "nonpayable",
|
|
2462
|
-
"type": "function"
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"inputs": [
|
|
2466
|
-
{
|
|
2467
|
-
"internalType": "address",
|
|
2468
|
-
"name": "rwaToken",
|
|
2469
|
-
"type": "address"
|
|
2470
|
-
}
|
|
2471
|
-
],
|
|
2472
|
-
"name": "wireRWAToken",
|
|
2473
|
-
"outputs": [],
|
|
2474
|
-
"stateMutability": "nonpayable",
|
|
2475
|
-
"type": "function"
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"inputs": [
|
|
2479
|
-
{
|
|
2480
|
-
"internalType": "address",
|
|
2481
|
-
"name": "sbt",
|
|
2482
|
-
"type": "address"
|
|
2483
|
-
}
|
|
2484
|
-
],
|
|
2485
|
-
"name": "wireSBT",
|
|
2486
|
-
"outputs": [],
|
|
2487
|
-
"stateMutability": "nonpayable",
|
|
2488
|
-
"type": "function"
|
|
2489
2473
|
}
|
|
2490
2474
|
];
|
|
2491
2475
|
var AroMediaRWA_ABI = [
|
|
@@ -2712,7 +2696,7 @@ var AroMediaRWA_ABI = [
|
|
|
2712
2696
|
"inputs": [
|
|
2713
2697
|
{
|
|
2714
2698
|
"internalType": "address",
|
|
2715
|
-
"name": "
|
|
2699
|
+
"name": "account",
|
|
2716
2700
|
"type": "address"
|
|
2717
2701
|
},
|
|
2718
2702
|
{
|
|
@@ -3026,7 +3010,7 @@ var AroMediaRWA_ABI = [
|
|
|
3026
3010
|
{
|
|
3027
3011
|
"indexed": true,
|
|
3028
3012
|
"internalType": "address",
|
|
3029
|
-
"name": "
|
|
3013
|
+
"name": "account",
|
|
3030
3014
|
"type": "address"
|
|
3031
3015
|
},
|
|
3032
3016
|
{
|
|
@@ -3344,6 +3328,25 @@ var AroMediaRWA_ABI = [
|
|
|
3344
3328
|
"stateMutability": "nonpayable",
|
|
3345
3329
|
"type": "function"
|
|
3346
3330
|
},
|
|
3331
|
+
{
|
|
3332
|
+
"inputs": [
|
|
3333
|
+
{
|
|
3334
|
+
"internalType": "address",
|
|
3335
|
+
"name": "account",
|
|
3336
|
+
"type": "address"
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"name": "canTransact",
|
|
3340
|
+
"outputs": [
|
|
3341
|
+
{
|
|
3342
|
+
"internalType": "bool",
|
|
3343
|
+
"name": "",
|
|
3344
|
+
"type": "bool"
|
|
3345
|
+
}
|
|
3346
|
+
],
|
|
3347
|
+
"stateMutability": "view",
|
|
3348
|
+
"type": "function"
|
|
3349
|
+
},
|
|
3347
3350
|
{
|
|
3348
3351
|
"inputs": [
|
|
3349
3352
|
{
|
|
@@ -5595,106 +5598,182 @@ var AroSBT_ABI = [
|
|
|
5595
5598
|
"type": "error"
|
|
5596
5599
|
},
|
|
5597
5600
|
{
|
|
5598
|
-
"inputs": [
|
|
5599
|
-
|
|
5601
|
+
"inputs": [
|
|
5602
|
+
{
|
|
5603
|
+
"internalType": "bytes32",
|
|
5604
|
+
"name": "approvalDigest",
|
|
5605
|
+
"type": "bytes32"
|
|
5606
|
+
}
|
|
5607
|
+
],
|
|
5608
|
+
"name": "ApprovalAlreadyUsed",
|
|
5600
5609
|
"type": "error"
|
|
5601
5610
|
},
|
|
5602
5611
|
{
|
|
5603
5612
|
"inputs": [
|
|
5604
5613
|
{
|
|
5605
5614
|
"internalType": "address",
|
|
5606
|
-
"name": "
|
|
5615
|
+
"name": "expected",
|
|
5607
5616
|
"type": "address"
|
|
5608
5617
|
},
|
|
5609
|
-
{
|
|
5610
|
-
"internalType": "uint256",
|
|
5611
|
-
"name": "tokenId",
|
|
5612
|
-
"type": "uint256"
|
|
5613
|
-
},
|
|
5614
5618
|
{
|
|
5615
5619
|
"internalType": "address",
|
|
5616
|
-
"name": "
|
|
5620
|
+
"name": "caller",
|
|
5617
5621
|
"type": "address"
|
|
5618
5622
|
}
|
|
5619
5623
|
],
|
|
5620
|
-
"name": "
|
|
5624
|
+
"name": "ApprovalCandidateMismatch",
|
|
5621
5625
|
"type": "error"
|
|
5622
5626
|
},
|
|
5623
5627
|
{
|
|
5624
5628
|
"inputs": [
|
|
5625
5629
|
{
|
|
5626
|
-
"internalType": "
|
|
5627
|
-
"name": "
|
|
5628
|
-
"type": "
|
|
5629
|
-
},
|
|
5630
|
-
{
|
|
5631
|
-
"internalType": "uint256",
|
|
5632
|
-
"name": "tokenId",
|
|
5633
|
-
"type": "uint256"
|
|
5630
|
+
"internalType": "uint64",
|
|
5631
|
+
"name": "deadline",
|
|
5632
|
+
"type": "uint64"
|
|
5634
5633
|
}
|
|
5635
5634
|
],
|
|
5636
|
-
"name": "
|
|
5635
|
+
"name": "ApprovalExpired",
|
|
5637
5636
|
"type": "error"
|
|
5638
5637
|
},
|
|
5639
5638
|
{
|
|
5640
5639
|
"inputs": [
|
|
5641
5640
|
{
|
|
5642
5641
|
"internalType": "address",
|
|
5643
|
-
"name": "
|
|
5642
|
+
"name": "signer",
|
|
5644
5643
|
"type": "address"
|
|
5645
5644
|
}
|
|
5646
5645
|
],
|
|
5647
|
-
"name": "
|
|
5646
|
+
"name": "ApprovalSignerNotApprover",
|
|
5648
5647
|
"type": "error"
|
|
5649
5648
|
},
|
|
5650
5649
|
{
|
|
5651
|
-
"inputs": [
|
|
5652
|
-
|
|
5653
|
-
"internalType": "address",
|
|
5654
|
-
"name": "operator",
|
|
5655
|
-
"type": "address"
|
|
5656
|
-
}
|
|
5657
|
-
],
|
|
5658
|
-
"name": "ERC721InvalidOperator",
|
|
5650
|
+
"inputs": [],
|
|
5651
|
+
"name": "ECDSAInvalidSignature",
|
|
5659
5652
|
"type": "error"
|
|
5660
5653
|
},
|
|
5661
5654
|
{
|
|
5662
5655
|
"inputs": [
|
|
5663
5656
|
{
|
|
5664
|
-
"internalType": "
|
|
5665
|
-
"name": "
|
|
5666
|
-
"type": "
|
|
5657
|
+
"internalType": "uint256",
|
|
5658
|
+
"name": "length",
|
|
5659
|
+
"type": "uint256"
|
|
5667
5660
|
}
|
|
5668
5661
|
],
|
|
5669
|
-
"name": "
|
|
5662
|
+
"name": "ECDSAInvalidSignatureLength",
|
|
5670
5663
|
"type": "error"
|
|
5671
5664
|
},
|
|
5672
5665
|
{
|
|
5673
5666
|
"inputs": [
|
|
5674
5667
|
{
|
|
5675
|
-
"internalType": "
|
|
5676
|
-
"name": "
|
|
5677
|
-
"type": "
|
|
5668
|
+
"internalType": "bytes32",
|
|
5669
|
+
"name": "s",
|
|
5670
|
+
"type": "bytes32"
|
|
5678
5671
|
}
|
|
5679
5672
|
],
|
|
5680
|
-
"name": "
|
|
5673
|
+
"name": "ECDSAInvalidSignatureS",
|
|
5681
5674
|
"type": "error"
|
|
5682
5675
|
},
|
|
5683
5676
|
{
|
|
5684
|
-
"inputs": [
|
|
5685
|
-
|
|
5686
|
-
"internalType": "address",
|
|
5687
|
-
"name": "sender",
|
|
5688
|
-
"type": "address"
|
|
5689
|
-
}
|
|
5690
|
-
],
|
|
5691
|
-
"name": "ERC721InvalidSender",
|
|
5677
|
+
"inputs": [],
|
|
5678
|
+
"name": "ERC721EnumerableForbiddenBatchMint",
|
|
5692
5679
|
"type": "error"
|
|
5693
5680
|
},
|
|
5694
5681
|
{
|
|
5695
5682
|
"inputs": [
|
|
5696
5683
|
{
|
|
5697
|
-
"internalType": "
|
|
5684
|
+
"internalType": "address",
|
|
5685
|
+
"name": "sender",
|
|
5686
|
+
"type": "address"
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"internalType": "uint256",
|
|
5690
|
+
"name": "tokenId",
|
|
5691
|
+
"type": "uint256"
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"internalType": "address",
|
|
5695
|
+
"name": "owner",
|
|
5696
|
+
"type": "address"
|
|
5697
|
+
}
|
|
5698
|
+
],
|
|
5699
|
+
"name": "ERC721IncorrectOwner",
|
|
5700
|
+
"type": "error"
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"inputs": [
|
|
5704
|
+
{
|
|
5705
|
+
"internalType": "address",
|
|
5706
|
+
"name": "operator",
|
|
5707
|
+
"type": "address"
|
|
5708
|
+
},
|
|
5709
|
+
{
|
|
5710
|
+
"internalType": "uint256",
|
|
5711
|
+
"name": "tokenId",
|
|
5712
|
+
"type": "uint256"
|
|
5713
|
+
}
|
|
5714
|
+
],
|
|
5715
|
+
"name": "ERC721InsufficientApproval",
|
|
5716
|
+
"type": "error"
|
|
5717
|
+
},
|
|
5718
|
+
{
|
|
5719
|
+
"inputs": [
|
|
5720
|
+
{
|
|
5721
|
+
"internalType": "address",
|
|
5722
|
+
"name": "approver",
|
|
5723
|
+
"type": "address"
|
|
5724
|
+
}
|
|
5725
|
+
],
|
|
5726
|
+
"name": "ERC721InvalidApprover",
|
|
5727
|
+
"type": "error"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"inputs": [
|
|
5731
|
+
{
|
|
5732
|
+
"internalType": "address",
|
|
5733
|
+
"name": "operator",
|
|
5734
|
+
"type": "address"
|
|
5735
|
+
}
|
|
5736
|
+
],
|
|
5737
|
+
"name": "ERC721InvalidOperator",
|
|
5738
|
+
"type": "error"
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"inputs": [
|
|
5742
|
+
{
|
|
5743
|
+
"internalType": "address",
|
|
5744
|
+
"name": "owner",
|
|
5745
|
+
"type": "address"
|
|
5746
|
+
}
|
|
5747
|
+
],
|
|
5748
|
+
"name": "ERC721InvalidOwner",
|
|
5749
|
+
"type": "error"
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"inputs": [
|
|
5753
|
+
{
|
|
5754
|
+
"internalType": "address",
|
|
5755
|
+
"name": "receiver",
|
|
5756
|
+
"type": "address"
|
|
5757
|
+
}
|
|
5758
|
+
],
|
|
5759
|
+
"name": "ERC721InvalidReceiver",
|
|
5760
|
+
"type": "error"
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
"inputs": [
|
|
5764
|
+
{
|
|
5765
|
+
"internalType": "address",
|
|
5766
|
+
"name": "sender",
|
|
5767
|
+
"type": "address"
|
|
5768
|
+
}
|
|
5769
|
+
],
|
|
5770
|
+
"name": "ERC721InvalidSender",
|
|
5771
|
+
"type": "error"
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"inputs": [
|
|
5775
|
+
{
|
|
5776
|
+
"internalType": "uint256",
|
|
5698
5777
|
"name": "tokenId",
|
|
5699
5778
|
"type": "uint256"
|
|
5700
5779
|
}
|
|
@@ -5728,6 +5807,11 @@ var AroSBT_ABI = [
|
|
|
5728
5807
|
"name": "ExpectedPause",
|
|
5729
5808
|
"type": "error"
|
|
5730
5809
|
},
|
|
5810
|
+
{
|
|
5811
|
+
"inputs": [],
|
|
5812
|
+
"name": "InvalidShortString",
|
|
5813
|
+
"type": "error"
|
|
5814
|
+
},
|
|
5731
5815
|
{
|
|
5732
5816
|
"inputs": [
|
|
5733
5817
|
{
|
|
@@ -5744,6 +5828,17 @@ var AroSBT_ABI = [
|
|
|
5744
5828
|
"name": "SoulboundTransferBlocked",
|
|
5745
5829
|
"type": "error"
|
|
5746
5830
|
},
|
|
5831
|
+
{
|
|
5832
|
+
"inputs": [
|
|
5833
|
+
{
|
|
5834
|
+
"internalType": "string",
|
|
5835
|
+
"name": "str",
|
|
5836
|
+
"type": "string"
|
|
5837
|
+
}
|
|
5838
|
+
],
|
|
5839
|
+
"name": "StringTooLong",
|
|
5840
|
+
"type": "error"
|
|
5841
|
+
},
|
|
5747
5842
|
{
|
|
5748
5843
|
"anonymous": false,
|
|
5749
5844
|
"inputs": [
|
|
@@ -5826,6 +5921,12 @@ var AroSBT_ABI = [
|
|
|
5826
5921
|
"name": "BatchMetadataUpdate",
|
|
5827
5922
|
"type": "event"
|
|
5828
5923
|
},
|
|
5924
|
+
{
|
|
5925
|
+
"anonymous": false,
|
|
5926
|
+
"inputs": [],
|
|
5927
|
+
"name": "EIP712DomainChanged",
|
|
5928
|
+
"type": "event"
|
|
5929
|
+
},
|
|
5829
5930
|
{
|
|
5830
5931
|
"anonymous": false,
|
|
5831
5932
|
"inputs": [
|
|
@@ -5862,9 +5963,9 @@ var AroSBT_ABI = [
|
|
|
5862
5963
|
},
|
|
5863
5964
|
{
|
|
5864
5965
|
"indexed": false,
|
|
5865
|
-
"internalType": "
|
|
5966
|
+
"internalType": "uint256",
|
|
5866
5967
|
"name": "tier",
|
|
5867
|
-
"type": "
|
|
5968
|
+
"type": "uint256"
|
|
5868
5969
|
},
|
|
5869
5970
|
{
|
|
5870
5971
|
"indexed": false,
|
|
@@ -5914,6 +6015,37 @@ var AroSBT_ABI = [
|
|
|
5914
6015
|
"name": "MetadataUpdate",
|
|
5915
6016
|
"type": "event"
|
|
5916
6017
|
},
|
|
6018
|
+
{
|
|
6019
|
+
"anonymous": false,
|
|
6020
|
+
"inputs": [
|
|
6021
|
+
{
|
|
6022
|
+
"indexed": true,
|
|
6023
|
+
"internalType": "address",
|
|
6024
|
+
"name": "candidate",
|
|
6025
|
+
"type": "address"
|
|
6026
|
+
},
|
|
6027
|
+
{
|
|
6028
|
+
"indexed": true,
|
|
6029
|
+
"internalType": "bytes32",
|
|
6030
|
+
"name": "approvalDigest",
|
|
6031
|
+
"type": "bytes32"
|
|
6032
|
+
},
|
|
6033
|
+
{
|
|
6034
|
+
"indexed": true,
|
|
6035
|
+
"internalType": "address",
|
|
6036
|
+
"name": "approver",
|
|
6037
|
+
"type": "address"
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
"indexed": false,
|
|
6041
|
+
"internalType": "bytes32",
|
|
6042
|
+
"name": "nominationId",
|
|
6043
|
+
"type": "bytes32"
|
|
6044
|
+
}
|
|
6045
|
+
],
|
|
6046
|
+
"name": "MintApprovalConsumed",
|
|
6047
|
+
"type": "event"
|
|
6048
|
+
},
|
|
5917
6049
|
{
|
|
5918
6050
|
"anonymous": false,
|
|
5919
6051
|
"inputs": [
|
|
@@ -5944,15 +6076,15 @@ var AroSBT_ABI = [
|
|
|
5944
6076
|
},
|
|
5945
6077
|
{
|
|
5946
6078
|
"indexed": false,
|
|
5947
|
-
"internalType": "
|
|
6079
|
+
"internalType": "uint256",
|
|
5948
6080
|
"name": "oldTier",
|
|
5949
|
-
"type": "
|
|
6081
|
+
"type": "uint256"
|
|
5950
6082
|
},
|
|
5951
6083
|
{
|
|
5952
6084
|
"indexed": false,
|
|
5953
|
-
"internalType": "
|
|
6085
|
+
"internalType": "uint256",
|
|
5954
6086
|
"name": "newTier",
|
|
5955
|
-
"type": "
|
|
6087
|
+
"type": "uint256"
|
|
5956
6088
|
}
|
|
5957
6089
|
],
|
|
5958
6090
|
"name": "TierUpdated",
|
|
@@ -6009,6 +6141,19 @@ var AroSBT_ABI = [
|
|
|
6009
6141
|
"name": "Unpaused",
|
|
6010
6142
|
"type": "event"
|
|
6011
6143
|
},
|
|
6144
|
+
{
|
|
6145
|
+
"inputs": [],
|
|
6146
|
+
"name": "APPROVER_ROLE",
|
|
6147
|
+
"outputs": [
|
|
6148
|
+
{
|
|
6149
|
+
"internalType": "uint64",
|
|
6150
|
+
"name": "",
|
|
6151
|
+
"type": "uint64"
|
|
6152
|
+
}
|
|
6153
|
+
],
|
|
6154
|
+
"stateMutability": "view",
|
|
6155
|
+
"type": "function"
|
|
6156
|
+
},
|
|
6012
6157
|
{
|
|
6013
6158
|
"inputs": [
|
|
6014
6159
|
{
|
|
@@ -6059,6 +6204,49 @@ var AroSBT_ABI = [
|
|
|
6059
6204
|
"stateMutability": "view",
|
|
6060
6205
|
"type": "function"
|
|
6061
6206
|
},
|
|
6207
|
+
{
|
|
6208
|
+
"inputs": [],
|
|
6209
|
+
"name": "eip712Domain",
|
|
6210
|
+
"outputs": [
|
|
6211
|
+
{
|
|
6212
|
+
"internalType": "bytes1",
|
|
6213
|
+
"name": "fields",
|
|
6214
|
+
"type": "bytes1"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"internalType": "string",
|
|
6218
|
+
"name": "name",
|
|
6219
|
+
"type": "string"
|
|
6220
|
+
},
|
|
6221
|
+
{
|
|
6222
|
+
"internalType": "string",
|
|
6223
|
+
"name": "version",
|
|
6224
|
+
"type": "string"
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"internalType": "uint256",
|
|
6228
|
+
"name": "chainId",
|
|
6229
|
+
"type": "uint256"
|
|
6230
|
+
},
|
|
6231
|
+
{
|
|
6232
|
+
"internalType": "address",
|
|
6233
|
+
"name": "verifyingContract",
|
|
6234
|
+
"type": "address"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"internalType": "bytes32",
|
|
6238
|
+
"name": "salt",
|
|
6239
|
+
"type": "bytes32"
|
|
6240
|
+
},
|
|
6241
|
+
{
|
|
6242
|
+
"internalType": "uint256[]",
|
|
6243
|
+
"name": "extensions",
|
|
6244
|
+
"type": "uint256[]"
|
|
6245
|
+
}
|
|
6246
|
+
],
|
|
6247
|
+
"stateMutability": "view",
|
|
6248
|
+
"type": "function"
|
|
6249
|
+
},
|
|
6062
6250
|
{
|
|
6063
6251
|
"inputs": [
|
|
6064
6252
|
{
|
|
@@ -6101,9 +6289,9 @@ var AroSBT_ABI = [
|
|
|
6101
6289
|
"type": "uint256"
|
|
6102
6290
|
},
|
|
6103
6291
|
{
|
|
6104
|
-
"internalType": "
|
|
6292
|
+
"internalType": "uint256",
|
|
6105
6293
|
"name": "tier",
|
|
6106
|
-
"type": "
|
|
6294
|
+
"type": "uint256"
|
|
6107
6295
|
},
|
|
6108
6296
|
{
|
|
6109
6297
|
"internalType": "bytes32",
|
|
@@ -6142,9 +6330,9 @@ var AroSBT_ABI = [
|
|
|
6142
6330
|
"type": "uint256"
|
|
6143
6331
|
},
|
|
6144
6332
|
{
|
|
6145
|
-
"internalType": "
|
|
6333
|
+
"internalType": "uint256",
|
|
6146
6334
|
"name": "tier",
|
|
6147
|
-
"type": "
|
|
6335
|
+
"type": "uint256"
|
|
6148
6336
|
},
|
|
6149
6337
|
{
|
|
6150
6338
|
"internalType": "bytes32",
|
|
@@ -6251,6 +6439,11 @@ var AroSBT_ABI = [
|
|
|
6251
6439
|
"internalType": "string",
|
|
6252
6440
|
"name": "metadataURI",
|
|
6253
6441
|
"type": "string"
|
|
6442
|
+
},
|
|
6443
|
+
{
|
|
6444
|
+
"internalType": "uint256",
|
|
6445
|
+
"name": "tier",
|
|
6446
|
+
"type": "uint256"
|
|
6254
6447
|
}
|
|
6255
6448
|
],
|
|
6256
6449
|
"name": "mint",
|
|
@@ -6280,11 +6473,6 @@ var AroSBT_ABI = [
|
|
|
6280
6473
|
"internalType": "string",
|
|
6281
6474
|
"name": "metadataURI",
|
|
6282
6475
|
"type": "string"
|
|
6283
|
-
},
|
|
6284
|
-
{
|
|
6285
|
-
"internalType": "enum AroSBT.Tier",
|
|
6286
|
-
"name": "tier",
|
|
6287
|
-
"type": "uint8"
|
|
6288
6476
|
}
|
|
6289
6477
|
],
|
|
6290
6478
|
"name": "mint",
|
|
@@ -6298,43 +6486,104 @@ var AroSBT_ABI = [
|
|
|
6298
6486
|
"stateMutability": "nonpayable",
|
|
6299
6487
|
"type": "function"
|
|
6300
6488
|
},
|
|
6301
|
-
{
|
|
6302
|
-
"inputs": [],
|
|
6303
|
-
"name": "name",
|
|
6304
|
-
"outputs": [
|
|
6305
|
-
{
|
|
6306
|
-
"internalType": "string",
|
|
6307
|
-
"name": "",
|
|
6308
|
-
"type": "string"
|
|
6309
|
-
}
|
|
6310
|
-
],
|
|
6311
|
-
"stateMutability": "view",
|
|
6312
|
-
"type": "function"
|
|
6313
|
-
},
|
|
6314
6489
|
{
|
|
6315
6490
|
"inputs": [
|
|
6316
6491
|
{
|
|
6317
|
-
"
|
|
6318
|
-
|
|
6319
|
-
|
|
6320
|
-
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6337
|
-
|
|
6492
|
+
"components": [
|
|
6493
|
+
{
|
|
6494
|
+
"internalType": "address",
|
|
6495
|
+
"name": "candidate",
|
|
6496
|
+
"type": "address"
|
|
6497
|
+
},
|
|
6498
|
+
{
|
|
6499
|
+
"internalType": "uint256",
|
|
6500
|
+
"name": "tier",
|
|
6501
|
+
"type": "uint256"
|
|
6502
|
+
},
|
|
6503
|
+
{
|
|
6504
|
+
"internalType": "bytes32",
|
|
6505
|
+
"name": "kycHash",
|
|
6506
|
+
"type": "bytes32"
|
|
6507
|
+
},
|
|
6508
|
+
{
|
|
6509
|
+
"internalType": "bytes32",
|
|
6510
|
+
"name": "nominationId",
|
|
6511
|
+
"type": "bytes32"
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"internalType": "string",
|
|
6515
|
+
"name": "metadataURI",
|
|
6516
|
+
"type": "string"
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"internalType": "uint64",
|
|
6520
|
+
"name": "deadline",
|
|
6521
|
+
"type": "uint64"
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"internalType": "bytes32",
|
|
6525
|
+
"name": "nonce",
|
|
6526
|
+
"type": "bytes32"
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"internalType": "struct AroSBT.MintApproval",
|
|
6530
|
+
"name": "approval",
|
|
6531
|
+
"type": "tuple"
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"internalType": "bytes",
|
|
6535
|
+
"name": "signature",
|
|
6536
|
+
"type": "bytes"
|
|
6537
|
+
}
|
|
6538
|
+
],
|
|
6539
|
+
"name": "mintWithApproval",
|
|
6540
|
+
"outputs": [
|
|
6541
|
+
{
|
|
6542
|
+
"internalType": "uint256",
|
|
6543
|
+
"name": "",
|
|
6544
|
+
"type": "uint256"
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"stateMutability": "nonpayable",
|
|
6548
|
+
"type": "function"
|
|
6549
|
+
},
|
|
6550
|
+
{
|
|
6551
|
+
"inputs": [],
|
|
6552
|
+
"name": "name",
|
|
6553
|
+
"outputs": [
|
|
6554
|
+
{
|
|
6555
|
+
"internalType": "string",
|
|
6556
|
+
"name": "",
|
|
6557
|
+
"type": "string"
|
|
6558
|
+
}
|
|
6559
|
+
],
|
|
6560
|
+
"stateMutability": "view",
|
|
6561
|
+
"type": "function"
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"inputs": [
|
|
6565
|
+
{
|
|
6566
|
+
"internalType": "uint256",
|
|
6567
|
+
"name": "tokenId",
|
|
6568
|
+
"type": "uint256"
|
|
6569
|
+
}
|
|
6570
|
+
],
|
|
6571
|
+
"name": "ownerOf",
|
|
6572
|
+
"outputs": [
|
|
6573
|
+
{
|
|
6574
|
+
"internalType": "address",
|
|
6575
|
+
"name": "",
|
|
6576
|
+
"type": "address"
|
|
6577
|
+
}
|
|
6578
|
+
],
|
|
6579
|
+
"stateMutability": "view",
|
|
6580
|
+
"type": "function"
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"inputs": [],
|
|
6584
|
+
"name": "pause",
|
|
6585
|
+
"outputs": [],
|
|
6586
|
+
"stateMutability": "nonpayable",
|
|
6338
6587
|
"type": "function"
|
|
6339
6588
|
},
|
|
6340
6589
|
{
|
|
@@ -6453,9 +6702,9 @@ var AroSBT_ABI = [
|
|
|
6453
6702
|
"type": "uint256"
|
|
6454
6703
|
},
|
|
6455
6704
|
{
|
|
6456
|
-
"internalType": "
|
|
6705
|
+
"internalType": "uint256",
|
|
6457
6706
|
"name": "newTier",
|
|
6458
|
-
"type": "
|
|
6707
|
+
"type": "uint256"
|
|
6459
6708
|
}
|
|
6460
6709
|
],
|
|
6461
6710
|
"name": "setTier",
|
|
@@ -6649,6 +6898,25 @@ var AroSBT_ABI = [
|
|
|
6649
6898
|
"outputs": [],
|
|
6650
6899
|
"stateMutability": "nonpayable",
|
|
6651
6900
|
"type": "function"
|
|
6901
|
+
},
|
|
6902
|
+
{
|
|
6903
|
+
"inputs": [
|
|
6904
|
+
{
|
|
6905
|
+
"internalType": "bytes32",
|
|
6906
|
+
"name": "",
|
|
6907
|
+
"type": "bytes32"
|
|
6908
|
+
}
|
|
6909
|
+
],
|
|
6910
|
+
"name": "usedApprovals",
|
|
6911
|
+
"outputs": [
|
|
6912
|
+
{
|
|
6913
|
+
"internalType": "bool",
|
|
6914
|
+
"name": "",
|
|
6915
|
+
"type": "bool"
|
|
6916
|
+
}
|
|
6917
|
+
],
|
|
6918
|
+
"stateMutability": "view",
|
|
6919
|
+
"type": "function"
|
|
6652
6920
|
}
|
|
6653
6921
|
];
|
|
6654
6922
|
var AroNomination_ABI = [
|
|
@@ -7221,6 +7489,1779 @@ var AroNomination_ABI = [
|
|
|
7221
7489
|
"type": "function"
|
|
7222
7490
|
}
|
|
7223
7491
|
];
|
|
7492
|
+
var cAROUSD_ABI = [
|
|
7493
|
+
{
|
|
7494
|
+
"inputs": [
|
|
7495
|
+
{
|
|
7496
|
+
"internalType": "address",
|
|
7497
|
+
"name": "initialAuthority",
|
|
7498
|
+
"type": "address"
|
|
7499
|
+
},
|
|
7500
|
+
{
|
|
7501
|
+
"internalType": "string",
|
|
7502
|
+
"name": "tokenURI_",
|
|
7503
|
+
"type": "string"
|
|
7504
|
+
}
|
|
7505
|
+
],
|
|
7506
|
+
"stateMutability": "nonpayable",
|
|
7507
|
+
"type": "constructor"
|
|
7508
|
+
},
|
|
7509
|
+
{
|
|
7510
|
+
"inputs": [
|
|
7511
|
+
{
|
|
7512
|
+
"internalType": "address",
|
|
7513
|
+
"name": "authority",
|
|
7514
|
+
"type": "address"
|
|
7515
|
+
}
|
|
7516
|
+
],
|
|
7517
|
+
"name": "AccessManagedInvalidAuthority",
|
|
7518
|
+
"type": "error"
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"inputs": [
|
|
7522
|
+
{
|
|
7523
|
+
"internalType": "address",
|
|
7524
|
+
"name": "caller",
|
|
7525
|
+
"type": "address"
|
|
7526
|
+
},
|
|
7527
|
+
{
|
|
7528
|
+
"internalType": "uint32",
|
|
7529
|
+
"name": "delay",
|
|
7530
|
+
"type": "uint32"
|
|
7531
|
+
}
|
|
7532
|
+
],
|
|
7533
|
+
"name": "AccessManagedRequiredDelay",
|
|
7534
|
+
"type": "error"
|
|
7535
|
+
},
|
|
7536
|
+
{
|
|
7537
|
+
"inputs": [
|
|
7538
|
+
{
|
|
7539
|
+
"internalType": "address",
|
|
7540
|
+
"name": "caller",
|
|
7541
|
+
"type": "address"
|
|
7542
|
+
}
|
|
7543
|
+
],
|
|
7544
|
+
"name": "AccessManagedUnauthorized",
|
|
7545
|
+
"type": "error"
|
|
7546
|
+
},
|
|
7547
|
+
{
|
|
7548
|
+
"inputs": [],
|
|
7549
|
+
"name": "ContractPaused",
|
|
7550
|
+
"type": "error"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"inputs": [
|
|
7554
|
+
{
|
|
7555
|
+
"internalType": "uint256",
|
|
7556
|
+
"name": "requestId",
|
|
7557
|
+
"type": "uint256"
|
|
7558
|
+
}
|
|
7559
|
+
],
|
|
7560
|
+
"name": "ERC7984InvalidGatewayRequest",
|
|
7561
|
+
"type": "error"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"inputs": [
|
|
7565
|
+
{
|
|
7566
|
+
"internalType": "address",
|
|
7567
|
+
"name": "receiver",
|
|
7568
|
+
"type": "address"
|
|
7569
|
+
}
|
|
7570
|
+
],
|
|
7571
|
+
"name": "ERC7984InvalidReceiver",
|
|
7572
|
+
"type": "error"
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"inputs": [
|
|
7576
|
+
{
|
|
7577
|
+
"internalType": "address",
|
|
7578
|
+
"name": "sender",
|
|
7579
|
+
"type": "address"
|
|
7580
|
+
}
|
|
7581
|
+
],
|
|
7582
|
+
"name": "ERC7984InvalidSender",
|
|
7583
|
+
"type": "error"
|
|
7584
|
+
},
|
|
7585
|
+
{
|
|
7586
|
+
"inputs": [
|
|
7587
|
+
{
|
|
7588
|
+
"internalType": "address",
|
|
7589
|
+
"name": "caller",
|
|
7590
|
+
"type": "address"
|
|
7591
|
+
}
|
|
7592
|
+
],
|
|
7593
|
+
"name": "ERC7984UnauthorizedCaller",
|
|
7594
|
+
"type": "error"
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"inputs": [
|
|
7598
|
+
{
|
|
7599
|
+
"internalType": "address",
|
|
7600
|
+
"name": "holder",
|
|
7601
|
+
"type": "address"
|
|
7602
|
+
},
|
|
7603
|
+
{
|
|
7604
|
+
"internalType": "address",
|
|
7605
|
+
"name": "spender",
|
|
7606
|
+
"type": "address"
|
|
7607
|
+
}
|
|
7608
|
+
],
|
|
7609
|
+
"name": "ERC7984UnauthorizedSpender",
|
|
7610
|
+
"type": "error"
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"inputs": [
|
|
7614
|
+
{
|
|
7615
|
+
"internalType": "euint64",
|
|
7616
|
+
"name": "amount",
|
|
7617
|
+
"type": "bytes32"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"internalType": "address",
|
|
7621
|
+
"name": "user",
|
|
7622
|
+
"type": "address"
|
|
7623
|
+
}
|
|
7624
|
+
],
|
|
7625
|
+
"name": "ERC7984UnauthorizedUseOfEncryptedAmount",
|
|
7626
|
+
"type": "error"
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
"inputs": [
|
|
7630
|
+
{
|
|
7631
|
+
"internalType": "address",
|
|
7632
|
+
"name": "holder",
|
|
7633
|
+
"type": "address"
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"name": "ERC7984ZeroBalance",
|
|
7637
|
+
"type": "error"
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"inputs": [],
|
|
7641
|
+
"name": "InvalidKMSSignatures",
|
|
7642
|
+
"type": "error"
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"inputs": [
|
|
7646
|
+
{
|
|
7647
|
+
"internalType": "bytes32",
|
|
7648
|
+
"name": "handle",
|
|
7649
|
+
"type": "bytes32"
|
|
7650
|
+
},
|
|
7651
|
+
{
|
|
7652
|
+
"internalType": "address",
|
|
7653
|
+
"name": "sender",
|
|
7654
|
+
"type": "address"
|
|
7655
|
+
}
|
|
7656
|
+
],
|
|
7657
|
+
"name": "SenderNotAllowedToUseHandle",
|
|
7658
|
+
"type": "error"
|
|
7659
|
+
},
|
|
7660
|
+
{
|
|
7661
|
+
"anonymous": false,
|
|
7662
|
+
"inputs": [
|
|
7663
|
+
{
|
|
7664
|
+
"indexed": true,
|
|
7665
|
+
"internalType": "euint64",
|
|
7666
|
+
"name": "encryptedAmount",
|
|
7667
|
+
"type": "bytes32"
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
"indexed": true,
|
|
7671
|
+
"internalType": "address",
|
|
7672
|
+
"name": "requester",
|
|
7673
|
+
"type": "address"
|
|
7674
|
+
}
|
|
7675
|
+
],
|
|
7676
|
+
"name": "AmountDiscloseRequested",
|
|
7677
|
+
"type": "event"
|
|
7678
|
+
},
|
|
7679
|
+
{
|
|
7680
|
+
"anonymous": false,
|
|
7681
|
+
"inputs": [
|
|
7682
|
+
{
|
|
7683
|
+
"indexed": true,
|
|
7684
|
+
"internalType": "euint64",
|
|
7685
|
+
"name": "encryptedAmount",
|
|
7686
|
+
"type": "bytes32"
|
|
7687
|
+
},
|
|
7688
|
+
{
|
|
7689
|
+
"indexed": false,
|
|
7690
|
+
"internalType": "uint64",
|
|
7691
|
+
"name": "amount",
|
|
7692
|
+
"type": "uint64"
|
|
7693
|
+
}
|
|
7694
|
+
],
|
|
7695
|
+
"name": "AmountDisclosed",
|
|
7696
|
+
"type": "event"
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"anonymous": false,
|
|
7700
|
+
"inputs": [
|
|
7701
|
+
{
|
|
7702
|
+
"indexed": false,
|
|
7703
|
+
"internalType": "address",
|
|
7704
|
+
"name": "authority",
|
|
7705
|
+
"type": "address"
|
|
7706
|
+
}
|
|
7707
|
+
],
|
|
7708
|
+
"name": "AuthorityUpdated",
|
|
7709
|
+
"type": "event"
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"anonymous": false,
|
|
7713
|
+
"inputs": [
|
|
7714
|
+
{
|
|
7715
|
+
"indexed": true,
|
|
7716
|
+
"internalType": "address",
|
|
7717
|
+
"name": "from",
|
|
7718
|
+
"type": "address"
|
|
7719
|
+
},
|
|
7720
|
+
{
|
|
7721
|
+
"indexed": true,
|
|
7722
|
+
"internalType": "address",
|
|
7723
|
+
"name": "to",
|
|
7724
|
+
"type": "address"
|
|
7725
|
+
},
|
|
7726
|
+
{
|
|
7727
|
+
"indexed": true,
|
|
7728
|
+
"internalType": "euint64",
|
|
7729
|
+
"name": "amount",
|
|
7730
|
+
"type": "bytes32"
|
|
7731
|
+
}
|
|
7732
|
+
],
|
|
7733
|
+
"name": "ConfidentialTransfer",
|
|
7734
|
+
"type": "event"
|
|
7735
|
+
},
|
|
7736
|
+
{
|
|
7737
|
+
"anonymous": false,
|
|
7738
|
+
"inputs": [
|
|
7739
|
+
{
|
|
7740
|
+
"indexed": true,
|
|
7741
|
+
"internalType": "address",
|
|
7742
|
+
"name": "holder",
|
|
7743
|
+
"type": "address"
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
"indexed": true,
|
|
7747
|
+
"internalType": "address",
|
|
7748
|
+
"name": "operator",
|
|
7749
|
+
"type": "address"
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
"indexed": false,
|
|
7753
|
+
"internalType": "uint48",
|
|
7754
|
+
"name": "until",
|
|
7755
|
+
"type": "uint48"
|
|
7756
|
+
}
|
|
7757
|
+
],
|
|
7758
|
+
"name": "OperatorSet",
|
|
7759
|
+
"type": "event"
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"anonymous": false,
|
|
7763
|
+
"inputs": [
|
|
7764
|
+
{
|
|
7765
|
+
"indexed": false,
|
|
7766
|
+
"internalType": "bool",
|
|
7767
|
+
"name": "paused",
|
|
7768
|
+
"type": "bool"
|
|
7769
|
+
},
|
|
7770
|
+
{
|
|
7771
|
+
"indexed": true,
|
|
7772
|
+
"internalType": "address",
|
|
7773
|
+
"name": "by",
|
|
7774
|
+
"type": "address"
|
|
7775
|
+
}
|
|
7776
|
+
],
|
|
7777
|
+
"name": "PausedSet",
|
|
7778
|
+
"type": "event"
|
|
7779
|
+
},
|
|
7780
|
+
{
|
|
7781
|
+
"anonymous": false,
|
|
7782
|
+
"inputs": [
|
|
7783
|
+
{
|
|
7784
|
+
"indexed": false,
|
|
7785
|
+
"internalType": "bytes32[]",
|
|
7786
|
+
"name": "handlesList",
|
|
7787
|
+
"type": "bytes32[]"
|
|
7788
|
+
},
|
|
7789
|
+
{
|
|
7790
|
+
"indexed": false,
|
|
7791
|
+
"internalType": "bytes",
|
|
7792
|
+
"name": "abiEncodedCleartexts",
|
|
7793
|
+
"type": "bytes"
|
|
7794
|
+
}
|
|
7795
|
+
],
|
|
7796
|
+
"name": "PublicDecryptionVerified",
|
|
7797
|
+
"type": "event"
|
|
7798
|
+
},
|
|
7799
|
+
{
|
|
7800
|
+
"inputs": [],
|
|
7801
|
+
"name": "authority",
|
|
7802
|
+
"outputs": [
|
|
7803
|
+
{
|
|
7804
|
+
"internalType": "address",
|
|
7805
|
+
"name": "",
|
|
7806
|
+
"type": "address"
|
|
7807
|
+
}
|
|
7808
|
+
],
|
|
7809
|
+
"stateMutability": "view",
|
|
7810
|
+
"type": "function"
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"inputs": [
|
|
7814
|
+
{
|
|
7815
|
+
"internalType": "address",
|
|
7816
|
+
"name": "from",
|
|
7817
|
+
"type": "address"
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"internalType": "externalEuint64",
|
|
7821
|
+
"name": "encryptedAmount",
|
|
7822
|
+
"type": "bytes32"
|
|
7823
|
+
},
|
|
7824
|
+
{
|
|
7825
|
+
"internalType": "bytes",
|
|
7826
|
+
"name": "inputProof",
|
|
7827
|
+
"type": "bytes"
|
|
7828
|
+
}
|
|
7829
|
+
],
|
|
7830
|
+
"name": "confidentialAdminBurn",
|
|
7831
|
+
"outputs": [
|
|
7832
|
+
{
|
|
7833
|
+
"internalType": "euint64",
|
|
7834
|
+
"name": "transferred",
|
|
7835
|
+
"type": "bytes32"
|
|
7836
|
+
}
|
|
7837
|
+
],
|
|
7838
|
+
"stateMutability": "nonpayable",
|
|
7839
|
+
"type": "function"
|
|
7840
|
+
},
|
|
7841
|
+
{
|
|
7842
|
+
"inputs": [
|
|
7843
|
+
{
|
|
7844
|
+
"internalType": "address",
|
|
7845
|
+
"name": "account",
|
|
7846
|
+
"type": "address"
|
|
7847
|
+
}
|
|
7848
|
+
],
|
|
7849
|
+
"name": "confidentialBalanceOf",
|
|
7850
|
+
"outputs": [
|
|
7851
|
+
{
|
|
7852
|
+
"internalType": "euint64",
|
|
7853
|
+
"name": "",
|
|
7854
|
+
"type": "bytes32"
|
|
7855
|
+
}
|
|
7856
|
+
],
|
|
7857
|
+
"stateMutability": "view",
|
|
7858
|
+
"type": "function"
|
|
7859
|
+
},
|
|
7860
|
+
{
|
|
7861
|
+
"inputs": [
|
|
7862
|
+
{
|
|
7863
|
+
"internalType": "externalEuint64",
|
|
7864
|
+
"name": "encryptedAmount",
|
|
7865
|
+
"type": "bytes32"
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"internalType": "bytes",
|
|
7869
|
+
"name": "inputProof",
|
|
7870
|
+
"type": "bytes"
|
|
7871
|
+
}
|
|
7872
|
+
],
|
|
7873
|
+
"name": "confidentialBurn",
|
|
7874
|
+
"outputs": [
|
|
7875
|
+
{
|
|
7876
|
+
"internalType": "euint64",
|
|
7877
|
+
"name": "transferred",
|
|
7878
|
+
"type": "bytes32"
|
|
7879
|
+
}
|
|
7880
|
+
],
|
|
7881
|
+
"stateMutability": "nonpayable",
|
|
7882
|
+
"type": "function"
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"inputs": [
|
|
7886
|
+
{
|
|
7887
|
+
"internalType": "address",
|
|
7888
|
+
"name": "from",
|
|
7889
|
+
"type": "address"
|
|
7890
|
+
},
|
|
7891
|
+
{
|
|
7892
|
+
"internalType": "externalEuint64",
|
|
7893
|
+
"name": "encryptedAmount",
|
|
7894
|
+
"type": "bytes32"
|
|
7895
|
+
},
|
|
7896
|
+
{
|
|
7897
|
+
"internalType": "bytes",
|
|
7898
|
+
"name": "inputProof",
|
|
7899
|
+
"type": "bytes"
|
|
7900
|
+
}
|
|
7901
|
+
],
|
|
7902
|
+
"name": "confidentialBurnFrom",
|
|
7903
|
+
"outputs": [
|
|
7904
|
+
{
|
|
7905
|
+
"internalType": "euint64",
|
|
7906
|
+
"name": "transferred",
|
|
7907
|
+
"type": "bytes32"
|
|
7908
|
+
}
|
|
7909
|
+
],
|
|
7910
|
+
"stateMutability": "nonpayable",
|
|
7911
|
+
"type": "function"
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
"inputs": [
|
|
7915
|
+
{
|
|
7916
|
+
"internalType": "address",
|
|
7917
|
+
"name": "to",
|
|
7918
|
+
"type": "address"
|
|
7919
|
+
},
|
|
7920
|
+
{
|
|
7921
|
+
"internalType": "externalEuint64",
|
|
7922
|
+
"name": "encryptedAmount",
|
|
7923
|
+
"type": "bytes32"
|
|
7924
|
+
},
|
|
7925
|
+
{
|
|
7926
|
+
"internalType": "bytes",
|
|
7927
|
+
"name": "inputProof",
|
|
7928
|
+
"type": "bytes"
|
|
7929
|
+
}
|
|
7930
|
+
],
|
|
7931
|
+
"name": "confidentialMint",
|
|
7932
|
+
"outputs": [
|
|
7933
|
+
{
|
|
7934
|
+
"internalType": "euint64",
|
|
7935
|
+
"name": "transferred",
|
|
7936
|
+
"type": "bytes32"
|
|
7937
|
+
}
|
|
7938
|
+
],
|
|
7939
|
+
"stateMutability": "nonpayable",
|
|
7940
|
+
"type": "function"
|
|
7941
|
+
},
|
|
7942
|
+
{
|
|
7943
|
+
"inputs": [
|
|
7944
|
+
{
|
|
7945
|
+
"internalType": "address",
|
|
7946
|
+
"name": "to",
|
|
7947
|
+
"type": "address"
|
|
7948
|
+
},
|
|
7949
|
+
{
|
|
7950
|
+
"internalType": "uint64",
|
|
7951
|
+
"name": "amount",
|
|
7952
|
+
"type": "uint64"
|
|
7953
|
+
}
|
|
7954
|
+
],
|
|
7955
|
+
"name": "confidentialMintTrivial",
|
|
7956
|
+
"outputs": [
|
|
7957
|
+
{
|
|
7958
|
+
"internalType": "euint64",
|
|
7959
|
+
"name": "transferred",
|
|
7960
|
+
"type": "bytes32"
|
|
7961
|
+
}
|
|
7962
|
+
],
|
|
7963
|
+
"stateMutability": "nonpayable",
|
|
7964
|
+
"type": "function"
|
|
7965
|
+
},
|
|
7966
|
+
{
|
|
7967
|
+
"inputs": [],
|
|
7968
|
+
"name": "confidentialTotalSupply",
|
|
7969
|
+
"outputs": [
|
|
7970
|
+
{
|
|
7971
|
+
"internalType": "euint64",
|
|
7972
|
+
"name": "",
|
|
7973
|
+
"type": "bytes32"
|
|
7974
|
+
}
|
|
7975
|
+
],
|
|
7976
|
+
"stateMutability": "view",
|
|
7977
|
+
"type": "function"
|
|
7978
|
+
},
|
|
7979
|
+
{
|
|
7980
|
+
"inputs": [
|
|
7981
|
+
{
|
|
7982
|
+
"internalType": "address",
|
|
7983
|
+
"name": "to",
|
|
7984
|
+
"type": "address"
|
|
7985
|
+
},
|
|
7986
|
+
{
|
|
7987
|
+
"internalType": "externalEuint64",
|
|
7988
|
+
"name": "encryptedAmount",
|
|
7989
|
+
"type": "bytes32"
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"internalType": "bytes",
|
|
7993
|
+
"name": "inputProof",
|
|
7994
|
+
"type": "bytes"
|
|
7995
|
+
}
|
|
7996
|
+
],
|
|
7997
|
+
"name": "confidentialTransfer",
|
|
7998
|
+
"outputs": [
|
|
7999
|
+
{
|
|
8000
|
+
"internalType": "euint64",
|
|
8001
|
+
"name": "",
|
|
8002
|
+
"type": "bytes32"
|
|
8003
|
+
}
|
|
8004
|
+
],
|
|
8005
|
+
"stateMutability": "nonpayable",
|
|
8006
|
+
"type": "function"
|
|
8007
|
+
},
|
|
8008
|
+
{
|
|
8009
|
+
"inputs": [
|
|
8010
|
+
{
|
|
8011
|
+
"internalType": "address",
|
|
8012
|
+
"name": "to",
|
|
8013
|
+
"type": "address"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"internalType": "euint64",
|
|
8017
|
+
"name": "amount",
|
|
8018
|
+
"type": "bytes32"
|
|
8019
|
+
}
|
|
8020
|
+
],
|
|
8021
|
+
"name": "confidentialTransfer",
|
|
8022
|
+
"outputs": [
|
|
8023
|
+
{
|
|
8024
|
+
"internalType": "euint64",
|
|
8025
|
+
"name": "",
|
|
8026
|
+
"type": "bytes32"
|
|
8027
|
+
}
|
|
8028
|
+
],
|
|
8029
|
+
"stateMutability": "nonpayable",
|
|
8030
|
+
"type": "function"
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"inputs": [
|
|
8034
|
+
{
|
|
8035
|
+
"internalType": "address",
|
|
8036
|
+
"name": "to",
|
|
8037
|
+
"type": "address"
|
|
8038
|
+
},
|
|
8039
|
+
{
|
|
8040
|
+
"internalType": "euint64",
|
|
8041
|
+
"name": "amount",
|
|
8042
|
+
"type": "bytes32"
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"internalType": "bytes",
|
|
8046
|
+
"name": "data",
|
|
8047
|
+
"type": "bytes"
|
|
8048
|
+
}
|
|
8049
|
+
],
|
|
8050
|
+
"name": "confidentialTransferAndCall",
|
|
8051
|
+
"outputs": [
|
|
8052
|
+
{
|
|
8053
|
+
"internalType": "euint64",
|
|
8054
|
+
"name": "transferred",
|
|
8055
|
+
"type": "bytes32"
|
|
8056
|
+
}
|
|
8057
|
+
],
|
|
8058
|
+
"stateMutability": "nonpayable",
|
|
8059
|
+
"type": "function"
|
|
8060
|
+
},
|
|
8061
|
+
{
|
|
8062
|
+
"inputs": [
|
|
8063
|
+
{
|
|
8064
|
+
"internalType": "address",
|
|
8065
|
+
"name": "to",
|
|
8066
|
+
"type": "address"
|
|
8067
|
+
},
|
|
8068
|
+
{
|
|
8069
|
+
"internalType": "externalEuint64",
|
|
8070
|
+
"name": "encryptedAmount",
|
|
8071
|
+
"type": "bytes32"
|
|
8072
|
+
},
|
|
8073
|
+
{
|
|
8074
|
+
"internalType": "bytes",
|
|
8075
|
+
"name": "inputProof",
|
|
8076
|
+
"type": "bytes"
|
|
8077
|
+
},
|
|
8078
|
+
{
|
|
8079
|
+
"internalType": "bytes",
|
|
8080
|
+
"name": "data",
|
|
8081
|
+
"type": "bytes"
|
|
8082
|
+
}
|
|
8083
|
+
],
|
|
8084
|
+
"name": "confidentialTransferAndCall",
|
|
8085
|
+
"outputs": [
|
|
8086
|
+
{
|
|
8087
|
+
"internalType": "euint64",
|
|
8088
|
+
"name": "transferred",
|
|
8089
|
+
"type": "bytes32"
|
|
8090
|
+
}
|
|
8091
|
+
],
|
|
8092
|
+
"stateMutability": "nonpayable",
|
|
8093
|
+
"type": "function"
|
|
8094
|
+
},
|
|
8095
|
+
{
|
|
8096
|
+
"inputs": [
|
|
8097
|
+
{
|
|
8098
|
+
"internalType": "address",
|
|
8099
|
+
"name": "from",
|
|
8100
|
+
"type": "address"
|
|
8101
|
+
},
|
|
8102
|
+
{
|
|
8103
|
+
"internalType": "address",
|
|
8104
|
+
"name": "to",
|
|
8105
|
+
"type": "address"
|
|
8106
|
+
},
|
|
8107
|
+
{
|
|
8108
|
+
"internalType": "externalEuint64",
|
|
8109
|
+
"name": "encryptedAmount",
|
|
8110
|
+
"type": "bytes32"
|
|
8111
|
+
},
|
|
8112
|
+
{
|
|
8113
|
+
"internalType": "bytes",
|
|
8114
|
+
"name": "inputProof",
|
|
8115
|
+
"type": "bytes"
|
|
8116
|
+
}
|
|
8117
|
+
],
|
|
8118
|
+
"name": "confidentialTransferFrom",
|
|
8119
|
+
"outputs": [
|
|
8120
|
+
{
|
|
8121
|
+
"internalType": "euint64",
|
|
8122
|
+
"name": "transferred",
|
|
8123
|
+
"type": "bytes32"
|
|
8124
|
+
}
|
|
8125
|
+
],
|
|
8126
|
+
"stateMutability": "nonpayable",
|
|
8127
|
+
"type": "function"
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"inputs": [
|
|
8131
|
+
{
|
|
8132
|
+
"internalType": "address",
|
|
8133
|
+
"name": "from",
|
|
8134
|
+
"type": "address"
|
|
8135
|
+
},
|
|
8136
|
+
{
|
|
8137
|
+
"internalType": "address",
|
|
8138
|
+
"name": "to",
|
|
8139
|
+
"type": "address"
|
|
8140
|
+
},
|
|
8141
|
+
{
|
|
8142
|
+
"internalType": "euint64",
|
|
8143
|
+
"name": "amount",
|
|
8144
|
+
"type": "bytes32"
|
|
8145
|
+
}
|
|
8146
|
+
],
|
|
8147
|
+
"name": "confidentialTransferFrom",
|
|
8148
|
+
"outputs": [
|
|
8149
|
+
{
|
|
8150
|
+
"internalType": "euint64",
|
|
8151
|
+
"name": "transferred",
|
|
8152
|
+
"type": "bytes32"
|
|
8153
|
+
}
|
|
8154
|
+
],
|
|
8155
|
+
"stateMutability": "nonpayable",
|
|
8156
|
+
"type": "function"
|
|
8157
|
+
},
|
|
8158
|
+
{
|
|
8159
|
+
"inputs": [
|
|
8160
|
+
{
|
|
8161
|
+
"internalType": "address",
|
|
8162
|
+
"name": "from",
|
|
8163
|
+
"type": "address"
|
|
8164
|
+
},
|
|
8165
|
+
{
|
|
8166
|
+
"internalType": "address",
|
|
8167
|
+
"name": "to",
|
|
8168
|
+
"type": "address"
|
|
8169
|
+
},
|
|
8170
|
+
{
|
|
8171
|
+
"internalType": "externalEuint64",
|
|
8172
|
+
"name": "encryptedAmount",
|
|
8173
|
+
"type": "bytes32"
|
|
8174
|
+
},
|
|
8175
|
+
{
|
|
8176
|
+
"internalType": "bytes",
|
|
8177
|
+
"name": "inputProof",
|
|
8178
|
+
"type": "bytes"
|
|
8179
|
+
},
|
|
8180
|
+
{
|
|
8181
|
+
"internalType": "bytes",
|
|
8182
|
+
"name": "data",
|
|
8183
|
+
"type": "bytes"
|
|
8184
|
+
}
|
|
8185
|
+
],
|
|
8186
|
+
"name": "confidentialTransferFromAndCall",
|
|
8187
|
+
"outputs": [
|
|
8188
|
+
{
|
|
8189
|
+
"internalType": "euint64",
|
|
8190
|
+
"name": "transferred",
|
|
8191
|
+
"type": "bytes32"
|
|
8192
|
+
}
|
|
8193
|
+
],
|
|
8194
|
+
"stateMutability": "nonpayable",
|
|
8195
|
+
"type": "function"
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"inputs": [
|
|
8199
|
+
{
|
|
8200
|
+
"internalType": "address",
|
|
8201
|
+
"name": "from",
|
|
8202
|
+
"type": "address"
|
|
8203
|
+
},
|
|
8204
|
+
{
|
|
8205
|
+
"internalType": "address",
|
|
8206
|
+
"name": "to",
|
|
8207
|
+
"type": "address"
|
|
8208
|
+
},
|
|
8209
|
+
{
|
|
8210
|
+
"internalType": "euint64",
|
|
8211
|
+
"name": "amount",
|
|
8212
|
+
"type": "bytes32"
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"internalType": "bytes",
|
|
8216
|
+
"name": "data",
|
|
8217
|
+
"type": "bytes"
|
|
8218
|
+
}
|
|
8219
|
+
],
|
|
8220
|
+
"name": "confidentialTransferFromAndCall",
|
|
8221
|
+
"outputs": [
|
|
8222
|
+
{
|
|
8223
|
+
"internalType": "euint64",
|
|
8224
|
+
"name": "transferred",
|
|
8225
|
+
"type": "bytes32"
|
|
8226
|
+
}
|
|
8227
|
+
],
|
|
8228
|
+
"stateMutability": "nonpayable",
|
|
8229
|
+
"type": "function"
|
|
8230
|
+
},
|
|
8231
|
+
{
|
|
8232
|
+
"inputs": [],
|
|
8233
|
+
"name": "contractURI",
|
|
8234
|
+
"outputs": [
|
|
8235
|
+
{
|
|
8236
|
+
"internalType": "string",
|
|
8237
|
+
"name": "",
|
|
8238
|
+
"type": "string"
|
|
8239
|
+
}
|
|
8240
|
+
],
|
|
8241
|
+
"stateMutability": "view",
|
|
8242
|
+
"type": "function"
|
|
8243
|
+
},
|
|
8244
|
+
{
|
|
8245
|
+
"inputs": [],
|
|
8246
|
+
"name": "decimals",
|
|
8247
|
+
"outputs": [
|
|
8248
|
+
{
|
|
8249
|
+
"internalType": "uint8",
|
|
8250
|
+
"name": "",
|
|
8251
|
+
"type": "uint8"
|
|
8252
|
+
}
|
|
8253
|
+
],
|
|
8254
|
+
"stateMutability": "view",
|
|
8255
|
+
"type": "function"
|
|
8256
|
+
},
|
|
8257
|
+
{
|
|
8258
|
+
"inputs": [
|
|
8259
|
+
{
|
|
8260
|
+
"internalType": "euint64",
|
|
8261
|
+
"name": "encryptedAmount",
|
|
8262
|
+
"type": "bytes32"
|
|
8263
|
+
},
|
|
8264
|
+
{
|
|
8265
|
+
"internalType": "uint64",
|
|
8266
|
+
"name": "cleartextAmount",
|
|
8267
|
+
"type": "uint64"
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"internalType": "bytes",
|
|
8271
|
+
"name": "decryptionProof",
|
|
8272
|
+
"type": "bytes"
|
|
8273
|
+
}
|
|
8274
|
+
],
|
|
8275
|
+
"name": "discloseEncryptedAmount",
|
|
8276
|
+
"outputs": [],
|
|
8277
|
+
"stateMutability": "nonpayable",
|
|
8278
|
+
"type": "function"
|
|
8279
|
+
},
|
|
8280
|
+
{
|
|
8281
|
+
"inputs": [],
|
|
8282
|
+
"name": "isConsumingScheduledOp",
|
|
8283
|
+
"outputs": [
|
|
8284
|
+
{
|
|
8285
|
+
"internalType": "bytes4",
|
|
8286
|
+
"name": "",
|
|
8287
|
+
"type": "bytes4"
|
|
8288
|
+
}
|
|
8289
|
+
],
|
|
8290
|
+
"stateMutability": "view",
|
|
8291
|
+
"type": "function"
|
|
8292
|
+
},
|
|
8293
|
+
{
|
|
8294
|
+
"inputs": [
|
|
8295
|
+
{
|
|
8296
|
+
"internalType": "address",
|
|
8297
|
+
"name": "holder",
|
|
8298
|
+
"type": "address"
|
|
8299
|
+
},
|
|
8300
|
+
{
|
|
8301
|
+
"internalType": "address",
|
|
8302
|
+
"name": "spender",
|
|
8303
|
+
"type": "address"
|
|
8304
|
+
}
|
|
8305
|
+
],
|
|
8306
|
+
"name": "isOperator",
|
|
8307
|
+
"outputs": [
|
|
8308
|
+
{
|
|
8309
|
+
"internalType": "bool",
|
|
8310
|
+
"name": "",
|
|
8311
|
+
"type": "bool"
|
|
8312
|
+
}
|
|
8313
|
+
],
|
|
8314
|
+
"stateMutability": "view",
|
|
8315
|
+
"type": "function"
|
|
8316
|
+
},
|
|
8317
|
+
{
|
|
8318
|
+
"inputs": [],
|
|
8319
|
+
"name": "name",
|
|
8320
|
+
"outputs": [
|
|
8321
|
+
{
|
|
8322
|
+
"internalType": "string",
|
|
8323
|
+
"name": "",
|
|
8324
|
+
"type": "string"
|
|
8325
|
+
}
|
|
8326
|
+
],
|
|
8327
|
+
"stateMutability": "view",
|
|
8328
|
+
"type": "function"
|
|
8329
|
+
},
|
|
8330
|
+
{
|
|
8331
|
+
"inputs": [],
|
|
8332
|
+
"name": "pause",
|
|
8333
|
+
"outputs": [],
|
|
8334
|
+
"stateMutability": "nonpayable",
|
|
8335
|
+
"type": "function"
|
|
8336
|
+
},
|
|
8337
|
+
{
|
|
8338
|
+
"inputs": [],
|
|
8339
|
+
"name": "paused",
|
|
8340
|
+
"outputs": [
|
|
8341
|
+
{
|
|
8342
|
+
"internalType": "bool",
|
|
8343
|
+
"name": "",
|
|
8344
|
+
"type": "bool"
|
|
8345
|
+
}
|
|
8346
|
+
],
|
|
8347
|
+
"stateMutability": "view",
|
|
8348
|
+
"type": "function"
|
|
8349
|
+
},
|
|
8350
|
+
{
|
|
8351
|
+
"inputs": [
|
|
8352
|
+
{
|
|
8353
|
+
"internalType": "euint64",
|
|
8354
|
+
"name": "encryptedAmount",
|
|
8355
|
+
"type": "bytes32"
|
|
8356
|
+
}
|
|
8357
|
+
],
|
|
8358
|
+
"name": "requestDiscloseEncryptedAmount",
|
|
8359
|
+
"outputs": [],
|
|
8360
|
+
"stateMutability": "nonpayable",
|
|
8361
|
+
"type": "function"
|
|
8362
|
+
},
|
|
8363
|
+
{
|
|
8364
|
+
"inputs": [
|
|
8365
|
+
{
|
|
8366
|
+
"internalType": "address",
|
|
8367
|
+
"name": "newAuthority",
|
|
8368
|
+
"type": "address"
|
|
8369
|
+
}
|
|
8370
|
+
],
|
|
8371
|
+
"name": "setAuthority",
|
|
8372
|
+
"outputs": [],
|
|
8373
|
+
"stateMutability": "nonpayable",
|
|
8374
|
+
"type": "function"
|
|
8375
|
+
},
|
|
8376
|
+
{
|
|
8377
|
+
"inputs": [
|
|
8378
|
+
{
|
|
8379
|
+
"internalType": "address",
|
|
8380
|
+
"name": "operator",
|
|
8381
|
+
"type": "address"
|
|
8382
|
+
},
|
|
8383
|
+
{
|
|
8384
|
+
"internalType": "uint48",
|
|
8385
|
+
"name": "until",
|
|
8386
|
+
"type": "uint48"
|
|
8387
|
+
}
|
|
8388
|
+
],
|
|
8389
|
+
"name": "setOperator",
|
|
8390
|
+
"outputs": [],
|
|
8391
|
+
"stateMutability": "nonpayable",
|
|
8392
|
+
"type": "function"
|
|
8393
|
+
},
|
|
8394
|
+
{
|
|
8395
|
+
"inputs": [
|
|
8396
|
+
{
|
|
8397
|
+
"internalType": "bytes4",
|
|
8398
|
+
"name": "interfaceId",
|
|
8399
|
+
"type": "bytes4"
|
|
8400
|
+
}
|
|
8401
|
+
],
|
|
8402
|
+
"name": "supportsInterface",
|
|
8403
|
+
"outputs": [
|
|
8404
|
+
{
|
|
8405
|
+
"internalType": "bool",
|
|
8406
|
+
"name": "",
|
|
8407
|
+
"type": "bool"
|
|
8408
|
+
}
|
|
8409
|
+
],
|
|
8410
|
+
"stateMutability": "view",
|
|
8411
|
+
"type": "function"
|
|
8412
|
+
},
|
|
8413
|
+
{
|
|
8414
|
+
"inputs": [],
|
|
8415
|
+
"name": "symbol",
|
|
8416
|
+
"outputs": [
|
|
8417
|
+
{
|
|
8418
|
+
"internalType": "string",
|
|
8419
|
+
"name": "",
|
|
8420
|
+
"type": "string"
|
|
8421
|
+
}
|
|
8422
|
+
],
|
|
8423
|
+
"stateMutability": "view",
|
|
8424
|
+
"type": "function"
|
|
8425
|
+
},
|
|
8426
|
+
{
|
|
8427
|
+
"inputs": [],
|
|
8428
|
+
"name": "unpause",
|
|
8429
|
+
"outputs": [],
|
|
8430
|
+
"stateMutability": "nonpayable",
|
|
8431
|
+
"type": "function"
|
|
8432
|
+
}
|
|
8433
|
+
];
|
|
8434
|
+
var AroLiquidityCommitment_ABI = [
|
|
8435
|
+
{
|
|
8436
|
+
"inputs": [
|
|
8437
|
+
{
|
|
8438
|
+
"internalType": "address",
|
|
8439
|
+
"name": "initialAuthority",
|
|
8440
|
+
"type": "address"
|
|
8441
|
+
},
|
|
8442
|
+
{
|
|
8443
|
+
"internalType": "contract cAROUSD",
|
|
8444
|
+
"name": "arousd",
|
|
8445
|
+
"type": "address"
|
|
8446
|
+
},
|
|
8447
|
+
{
|
|
8448
|
+
"internalType": "address",
|
|
8449
|
+
"name": "feeSink_",
|
|
8450
|
+
"type": "address"
|
|
8451
|
+
}
|
|
8452
|
+
],
|
|
8453
|
+
"stateMutability": "nonpayable",
|
|
8454
|
+
"type": "constructor"
|
|
8455
|
+
},
|
|
8456
|
+
{
|
|
8457
|
+
"inputs": [
|
|
8458
|
+
{
|
|
8459
|
+
"internalType": "address",
|
|
8460
|
+
"name": "authority",
|
|
8461
|
+
"type": "address"
|
|
8462
|
+
}
|
|
8463
|
+
],
|
|
8464
|
+
"name": "AccessManagedInvalidAuthority",
|
|
8465
|
+
"type": "error"
|
|
8466
|
+
},
|
|
8467
|
+
{
|
|
8468
|
+
"inputs": [
|
|
8469
|
+
{
|
|
8470
|
+
"internalType": "address",
|
|
8471
|
+
"name": "caller",
|
|
8472
|
+
"type": "address"
|
|
8473
|
+
},
|
|
8474
|
+
{
|
|
8475
|
+
"internalType": "uint32",
|
|
8476
|
+
"name": "delay",
|
|
8477
|
+
"type": "uint32"
|
|
8478
|
+
}
|
|
8479
|
+
],
|
|
8480
|
+
"name": "AccessManagedRequiredDelay",
|
|
8481
|
+
"type": "error"
|
|
8482
|
+
},
|
|
8483
|
+
{
|
|
8484
|
+
"inputs": [
|
|
8485
|
+
{
|
|
8486
|
+
"internalType": "address",
|
|
8487
|
+
"name": "caller",
|
|
8488
|
+
"type": "address"
|
|
8489
|
+
}
|
|
8490
|
+
],
|
|
8491
|
+
"name": "AccessManagedUnauthorized",
|
|
8492
|
+
"type": "error"
|
|
8493
|
+
},
|
|
8494
|
+
{
|
|
8495
|
+
"inputs": [],
|
|
8496
|
+
"name": "AmountTooLarge",
|
|
8497
|
+
"type": "error"
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
"inputs": [],
|
|
8501
|
+
"name": "AmountZero",
|
|
8502
|
+
"type": "error"
|
|
8503
|
+
},
|
|
8504
|
+
{
|
|
8505
|
+
"inputs": [
|
|
8506
|
+
{
|
|
8507
|
+
"internalType": "uint16",
|
|
8508
|
+
"name": "bps",
|
|
8509
|
+
"type": "uint16"
|
|
8510
|
+
}
|
|
8511
|
+
],
|
|
8512
|
+
"name": "FeeTooHigh",
|
|
8513
|
+
"type": "error"
|
|
8514
|
+
},
|
|
8515
|
+
{
|
|
8516
|
+
"inputs": [
|
|
8517
|
+
{
|
|
8518
|
+
"internalType": "address",
|
|
8519
|
+
"name": "stable",
|
|
8520
|
+
"type": "address"
|
|
8521
|
+
},
|
|
8522
|
+
{
|
|
8523
|
+
"internalType": "uint256",
|
|
8524
|
+
"name": "needed",
|
|
8525
|
+
"type": "uint256"
|
|
8526
|
+
},
|
|
8527
|
+
{
|
|
8528
|
+
"internalType": "uint256",
|
|
8529
|
+
"name": "have",
|
|
8530
|
+
"type": "uint256"
|
|
8531
|
+
}
|
|
8532
|
+
],
|
|
8533
|
+
"name": "InsufficientReserves",
|
|
8534
|
+
"type": "error"
|
|
8535
|
+
},
|
|
8536
|
+
{
|
|
8537
|
+
"inputs": [],
|
|
8538
|
+
"name": "InvalidFeeSink",
|
|
8539
|
+
"type": "error"
|
|
8540
|
+
},
|
|
8541
|
+
{
|
|
8542
|
+
"inputs": [],
|
|
8543
|
+
"name": "InvalidKMSSignatures",
|
|
8544
|
+
"type": "error"
|
|
8545
|
+
},
|
|
8546
|
+
{
|
|
8547
|
+
"inputs": [],
|
|
8548
|
+
"name": "InvalidStableAddress",
|
|
8549
|
+
"type": "error"
|
|
8550
|
+
},
|
|
8551
|
+
{
|
|
8552
|
+
"inputs": [
|
|
8553
|
+
{
|
|
8554
|
+
"internalType": "uint64",
|
|
8555
|
+
"name": "cleartext",
|
|
8556
|
+
"type": "uint64"
|
|
8557
|
+
},
|
|
8558
|
+
{
|
|
8559
|
+
"internalType": "uint64",
|
|
8560
|
+
"name": "cap",
|
|
8561
|
+
"type": "uint64"
|
|
8562
|
+
}
|
|
8563
|
+
],
|
|
8564
|
+
"name": "PayoutExceedsMaxStableOut",
|
|
8565
|
+
"type": "error"
|
|
8566
|
+
},
|
|
8567
|
+
{
|
|
8568
|
+
"inputs": [
|
|
8569
|
+
{
|
|
8570
|
+
"internalType": "uint256",
|
|
8571
|
+
"name": "redeemId",
|
|
8572
|
+
"type": "uint256"
|
|
8573
|
+
}
|
|
8574
|
+
],
|
|
8575
|
+
"name": "RedeemAlreadyFinalized",
|
|
8576
|
+
"type": "error"
|
|
8577
|
+
},
|
|
8578
|
+
{
|
|
8579
|
+
"inputs": [
|
|
8580
|
+
{
|
|
8581
|
+
"internalType": "uint256",
|
|
8582
|
+
"name": "redeemId",
|
|
8583
|
+
"type": "uint256"
|
|
8584
|
+
}
|
|
8585
|
+
],
|
|
8586
|
+
"name": "RedeemUnknown",
|
|
8587
|
+
"type": "error"
|
|
8588
|
+
},
|
|
8589
|
+
{
|
|
8590
|
+
"inputs": [
|
|
8591
|
+
{
|
|
8592
|
+
"internalType": "address",
|
|
8593
|
+
"name": "token",
|
|
8594
|
+
"type": "address"
|
|
8595
|
+
}
|
|
8596
|
+
],
|
|
8597
|
+
"name": "SafeERC20FailedOperation",
|
|
8598
|
+
"type": "error"
|
|
8599
|
+
},
|
|
8600
|
+
{
|
|
8601
|
+
"inputs": [
|
|
8602
|
+
{
|
|
8603
|
+
"internalType": "address",
|
|
8604
|
+
"name": "stable",
|
|
8605
|
+
"type": "address"
|
|
8606
|
+
}
|
|
8607
|
+
],
|
|
8608
|
+
"name": "StableNotAllowed",
|
|
8609
|
+
"type": "error"
|
|
8610
|
+
},
|
|
8611
|
+
{
|
|
8612
|
+
"anonymous": false,
|
|
8613
|
+
"inputs": [
|
|
8614
|
+
{
|
|
8615
|
+
"indexed": false,
|
|
8616
|
+
"internalType": "address",
|
|
8617
|
+
"name": "authority",
|
|
8618
|
+
"type": "address"
|
|
8619
|
+
}
|
|
8620
|
+
],
|
|
8621
|
+
"name": "AuthorityUpdated",
|
|
8622
|
+
"type": "event"
|
|
8623
|
+
},
|
|
8624
|
+
{
|
|
8625
|
+
"anonymous": false,
|
|
8626
|
+
"inputs": [
|
|
8627
|
+
{
|
|
8628
|
+
"indexed": true,
|
|
8629
|
+
"internalType": "address",
|
|
8630
|
+
"name": "depositor",
|
|
8631
|
+
"type": "address"
|
|
8632
|
+
},
|
|
8633
|
+
{
|
|
8634
|
+
"indexed": true,
|
|
8635
|
+
"internalType": "address",
|
|
8636
|
+
"name": "recipient",
|
|
8637
|
+
"type": "address"
|
|
8638
|
+
},
|
|
8639
|
+
{
|
|
8640
|
+
"indexed": true,
|
|
8641
|
+
"internalType": "address",
|
|
8642
|
+
"name": "stable",
|
|
8643
|
+
"type": "address"
|
|
8644
|
+
},
|
|
8645
|
+
{
|
|
8646
|
+
"indexed": false,
|
|
8647
|
+
"internalType": "uint256",
|
|
8648
|
+
"name": "grossAmount",
|
|
8649
|
+
"type": "uint256"
|
|
8650
|
+
},
|
|
8651
|
+
{
|
|
8652
|
+
"indexed": false,
|
|
8653
|
+
"internalType": "uint256",
|
|
8654
|
+
"name": "feeAmount",
|
|
8655
|
+
"type": "uint256"
|
|
8656
|
+
},
|
|
8657
|
+
{
|
|
8658
|
+
"indexed": false,
|
|
8659
|
+
"internalType": "uint256",
|
|
8660
|
+
"name": "netAmount",
|
|
8661
|
+
"type": "uint256"
|
|
8662
|
+
}
|
|
8663
|
+
],
|
|
8664
|
+
"name": "DepositCommitted",
|
|
8665
|
+
"type": "event"
|
|
8666
|
+
},
|
|
8667
|
+
{
|
|
8668
|
+
"anonymous": false,
|
|
8669
|
+
"inputs": [
|
|
8670
|
+
{
|
|
8671
|
+
"indexed": false,
|
|
8672
|
+
"internalType": "uint16",
|
|
8673
|
+
"name": "oldBps",
|
|
8674
|
+
"type": "uint16"
|
|
8675
|
+
},
|
|
8676
|
+
{
|
|
8677
|
+
"indexed": false,
|
|
8678
|
+
"internalType": "uint16",
|
|
8679
|
+
"name": "newBps",
|
|
8680
|
+
"type": "uint16"
|
|
8681
|
+
}
|
|
8682
|
+
],
|
|
8683
|
+
"name": "DepositFeeUpdated",
|
|
8684
|
+
"type": "event"
|
|
8685
|
+
},
|
|
8686
|
+
{
|
|
8687
|
+
"anonymous": false,
|
|
8688
|
+
"inputs": [
|
|
8689
|
+
{
|
|
8690
|
+
"indexed": true,
|
|
8691
|
+
"internalType": "address",
|
|
8692
|
+
"name": "oldSink",
|
|
8693
|
+
"type": "address"
|
|
8694
|
+
},
|
|
8695
|
+
{
|
|
8696
|
+
"indexed": true,
|
|
8697
|
+
"internalType": "address",
|
|
8698
|
+
"name": "newSink",
|
|
8699
|
+
"type": "address"
|
|
8700
|
+
}
|
|
8701
|
+
],
|
|
8702
|
+
"name": "FeeSinkUpdated",
|
|
8703
|
+
"type": "event"
|
|
8704
|
+
},
|
|
8705
|
+
{
|
|
8706
|
+
"anonymous": false,
|
|
8707
|
+
"inputs": [
|
|
8708
|
+
{
|
|
8709
|
+
"indexed": false,
|
|
8710
|
+
"internalType": "bytes32[]",
|
|
8711
|
+
"name": "handlesList",
|
|
8712
|
+
"type": "bytes32[]"
|
|
8713
|
+
},
|
|
8714
|
+
{
|
|
8715
|
+
"indexed": false,
|
|
8716
|
+
"internalType": "bytes",
|
|
8717
|
+
"name": "abiEncodedCleartexts",
|
|
8718
|
+
"type": "bytes"
|
|
8719
|
+
}
|
|
8720
|
+
],
|
|
8721
|
+
"name": "PublicDecryptionVerified",
|
|
8722
|
+
"type": "event"
|
|
8723
|
+
},
|
|
8724
|
+
{
|
|
8725
|
+
"anonymous": false,
|
|
8726
|
+
"inputs": [
|
|
8727
|
+
{
|
|
8728
|
+
"indexed": false,
|
|
8729
|
+
"internalType": "uint16",
|
|
8730
|
+
"name": "oldBps",
|
|
8731
|
+
"type": "uint16"
|
|
8732
|
+
},
|
|
8733
|
+
{
|
|
8734
|
+
"indexed": false,
|
|
8735
|
+
"internalType": "uint16",
|
|
8736
|
+
"name": "newBps",
|
|
8737
|
+
"type": "uint16"
|
|
8738
|
+
}
|
|
8739
|
+
],
|
|
8740
|
+
"name": "RedeemFeeUpdated",
|
|
8741
|
+
"type": "event"
|
|
8742
|
+
},
|
|
8743
|
+
{
|
|
8744
|
+
"anonymous": false,
|
|
8745
|
+
"inputs": [
|
|
8746
|
+
{
|
|
8747
|
+
"indexed": true,
|
|
8748
|
+
"internalType": "uint256",
|
|
8749
|
+
"name": "redeemId",
|
|
8750
|
+
"type": "uint256"
|
|
8751
|
+
},
|
|
8752
|
+
{
|
|
8753
|
+
"indexed": true,
|
|
8754
|
+
"internalType": "address",
|
|
8755
|
+
"name": "redeemer",
|
|
8756
|
+
"type": "address"
|
|
8757
|
+
},
|
|
8758
|
+
{
|
|
8759
|
+
"indexed": true,
|
|
8760
|
+
"internalType": "address",
|
|
8761
|
+
"name": "stable",
|
|
8762
|
+
"type": "address"
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"indexed": false,
|
|
8766
|
+
"internalType": "uint64",
|
|
8767
|
+
"name": "cleartextBurned",
|
|
8768
|
+
"type": "uint64"
|
|
8769
|
+
},
|
|
8770
|
+
{
|
|
8771
|
+
"indexed": false,
|
|
8772
|
+
"internalType": "uint256",
|
|
8773
|
+
"name": "feeAmount",
|
|
8774
|
+
"type": "uint256"
|
|
8775
|
+
},
|
|
8776
|
+
{
|
|
8777
|
+
"indexed": false,
|
|
8778
|
+
"internalType": "uint256",
|
|
8779
|
+
"name": "netPaid",
|
|
8780
|
+
"type": "uint256"
|
|
8781
|
+
}
|
|
8782
|
+
],
|
|
8783
|
+
"name": "RedeemFinalized",
|
|
8784
|
+
"type": "event"
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"anonymous": false,
|
|
8788
|
+
"inputs": [
|
|
8789
|
+
{
|
|
8790
|
+
"indexed": true,
|
|
8791
|
+
"internalType": "uint256",
|
|
8792
|
+
"name": "redeemId",
|
|
8793
|
+
"type": "uint256"
|
|
8794
|
+
},
|
|
8795
|
+
{
|
|
8796
|
+
"indexed": true,
|
|
8797
|
+
"internalType": "address",
|
|
8798
|
+
"name": "redeemer",
|
|
8799
|
+
"type": "address"
|
|
8800
|
+
},
|
|
8801
|
+
{
|
|
8802
|
+
"indexed": true,
|
|
8803
|
+
"internalType": "address",
|
|
8804
|
+
"name": "stable",
|
|
8805
|
+
"type": "address"
|
|
8806
|
+
},
|
|
8807
|
+
{
|
|
8808
|
+
"indexed": false,
|
|
8809
|
+
"internalType": "uint64",
|
|
8810
|
+
"name": "maxStableOut",
|
|
8811
|
+
"type": "uint64"
|
|
8812
|
+
},
|
|
8813
|
+
{
|
|
8814
|
+
"indexed": false,
|
|
8815
|
+
"internalType": "euint64",
|
|
8816
|
+
"name": "burnedHandle",
|
|
8817
|
+
"type": "bytes32"
|
|
8818
|
+
}
|
|
8819
|
+
],
|
|
8820
|
+
"name": "RedeemRequested",
|
|
8821
|
+
"type": "event"
|
|
8822
|
+
},
|
|
8823
|
+
{
|
|
8824
|
+
"anonymous": false,
|
|
8825
|
+
"inputs": [
|
|
8826
|
+
{
|
|
8827
|
+
"indexed": true,
|
|
8828
|
+
"internalType": "address",
|
|
8829
|
+
"name": "stable",
|
|
8830
|
+
"type": "address"
|
|
8831
|
+
},
|
|
8832
|
+
{
|
|
8833
|
+
"indexed": false,
|
|
8834
|
+
"internalType": "bool",
|
|
8835
|
+
"name": "allowed",
|
|
8836
|
+
"type": "bool"
|
|
8837
|
+
}
|
|
8838
|
+
],
|
|
8839
|
+
"name": "StableAllowed",
|
|
8840
|
+
"type": "event"
|
|
8841
|
+
},
|
|
8842
|
+
{
|
|
8843
|
+
"anonymous": false,
|
|
8844
|
+
"inputs": [
|
|
8845
|
+
{
|
|
8846
|
+
"indexed": true,
|
|
8847
|
+
"internalType": "address",
|
|
8848
|
+
"name": "stable",
|
|
8849
|
+
"type": "address"
|
|
8850
|
+
},
|
|
8851
|
+
{
|
|
8852
|
+
"indexed": true,
|
|
8853
|
+
"internalType": "address",
|
|
8854
|
+
"name": "to",
|
|
8855
|
+
"type": "address"
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"indexed": false,
|
|
8859
|
+
"internalType": "uint256",
|
|
8860
|
+
"name": "amount",
|
|
8861
|
+
"type": "uint256"
|
|
8862
|
+
}
|
|
8863
|
+
],
|
|
8864
|
+
"name": "Swept",
|
|
8865
|
+
"type": "event"
|
|
8866
|
+
},
|
|
8867
|
+
{
|
|
8868
|
+
"inputs": [],
|
|
8869
|
+
"name": "AROUSD",
|
|
8870
|
+
"outputs": [
|
|
8871
|
+
{
|
|
8872
|
+
"internalType": "contract cAROUSD",
|
|
8873
|
+
"name": "",
|
|
8874
|
+
"type": "address"
|
|
8875
|
+
}
|
|
8876
|
+
],
|
|
8877
|
+
"stateMutability": "view",
|
|
8878
|
+
"type": "function"
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"inputs": [],
|
|
8882
|
+
"name": "FEE_BPS_DENOMINATOR",
|
|
8883
|
+
"outputs": [
|
|
8884
|
+
{
|
|
8885
|
+
"internalType": "uint256",
|
|
8886
|
+
"name": "",
|
|
8887
|
+
"type": "uint256"
|
|
8888
|
+
}
|
|
8889
|
+
],
|
|
8890
|
+
"stateMutability": "view",
|
|
8891
|
+
"type": "function"
|
|
8892
|
+
},
|
|
8893
|
+
{
|
|
8894
|
+
"inputs": [],
|
|
8895
|
+
"name": "MAX_FEE_BPS",
|
|
8896
|
+
"outputs": [
|
|
8897
|
+
{
|
|
8898
|
+
"internalType": "uint256",
|
|
8899
|
+
"name": "",
|
|
8900
|
+
"type": "uint256"
|
|
8901
|
+
}
|
|
8902
|
+
],
|
|
8903
|
+
"stateMutability": "view",
|
|
8904
|
+
"type": "function"
|
|
8905
|
+
},
|
|
8906
|
+
{
|
|
8907
|
+
"inputs": [],
|
|
8908
|
+
"name": "authority",
|
|
8909
|
+
"outputs": [
|
|
8910
|
+
{
|
|
8911
|
+
"internalType": "address",
|
|
8912
|
+
"name": "",
|
|
8913
|
+
"type": "address"
|
|
8914
|
+
}
|
|
8915
|
+
],
|
|
8916
|
+
"stateMutability": "view",
|
|
8917
|
+
"type": "function"
|
|
8918
|
+
},
|
|
8919
|
+
{
|
|
8920
|
+
"inputs": [
|
|
8921
|
+
{
|
|
8922
|
+
"internalType": "address",
|
|
8923
|
+
"name": "recipient",
|
|
8924
|
+
"type": "address"
|
|
8925
|
+
},
|
|
8926
|
+
{
|
|
8927
|
+
"internalType": "address",
|
|
8928
|
+
"name": "stable",
|
|
8929
|
+
"type": "address"
|
|
8930
|
+
},
|
|
8931
|
+
{
|
|
8932
|
+
"internalType": "uint256",
|
|
8933
|
+
"name": "amount",
|
|
8934
|
+
"type": "uint256"
|
|
8935
|
+
}
|
|
8936
|
+
],
|
|
8937
|
+
"name": "commitDeposit",
|
|
8938
|
+
"outputs": [
|
|
8939
|
+
{
|
|
8940
|
+
"internalType": "uint256",
|
|
8941
|
+
"name": "netAmount",
|
|
8942
|
+
"type": "uint256"
|
|
8943
|
+
}
|
|
8944
|
+
],
|
|
8945
|
+
"stateMutability": "nonpayable",
|
|
8946
|
+
"type": "function"
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
"inputs": [],
|
|
8950
|
+
"name": "depositFeeBps",
|
|
8951
|
+
"outputs": [
|
|
8952
|
+
{
|
|
8953
|
+
"internalType": "uint16",
|
|
8954
|
+
"name": "",
|
|
8955
|
+
"type": "uint16"
|
|
8956
|
+
}
|
|
8957
|
+
],
|
|
8958
|
+
"stateMutability": "view",
|
|
8959
|
+
"type": "function"
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"inputs": [],
|
|
8963
|
+
"name": "feeSink",
|
|
8964
|
+
"outputs": [
|
|
8965
|
+
{
|
|
8966
|
+
"internalType": "address",
|
|
8967
|
+
"name": "",
|
|
8968
|
+
"type": "address"
|
|
8969
|
+
}
|
|
8970
|
+
],
|
|
8971
|
+
"stateMutability": "view",
|
|
8972
|
+
"type": "function"
|
|
8973
|
+
},
|
|
8974
|
+
{
|
|
8975
|
+
"inputs": [
|
|
8976
|
+
{
|
|
8977
|
+
"internalType": "uint256",
|
|
8978
|
+
"name": "redeemId",
|
|
8979
|
+
"type": "uint256"
|
|
8980
|
+
},
|
|
8981
|
+
{
|
|
8982
|
+
"internalType": "uint64",
|
|
8983
|
+
"name": "cleartextBurned",
|
|
8984
|
+
"type": "uint64"
|
|
8985
|
+
},
|
|
8986
|
+
{
|
|
8987
|
+
"internalType": "bytes",
|
|
8988
|
+
"name": "decryptionProof",
|
|
8989
|
+
"type": "bytes"
|
|
8990
|
+
}
|
|
8991
|
+
],
|
|
8992
|
+
"name": "finalizeRedeem",
|
|
8993
|
+
"outputs": [],
|
|
8994
|
+
"stateMutability": "nonpayable",
|
|
8995
|
+
"type": "function"
|
|
8996
|
+
},
|
|
8997
|
+
{
|
|
8998
|
+
"inputs": [
|
|
8999
|
+
{
|
|
9000
|
+
"internalType": "address",
|
|
9001
|
+
"name": "stable",
|
|
9002
|
+
"type": "address"
|
|
9003
|
+
}
|
|
9004
|
+
],
|
|
9005
|
+
"name": "freeReserves",
|
|
9006
|
+
"outputs": [
|
|
9007
|
+
{
|
|
9008
|
+
"internalType": "uint256",
|
|
9009
|
+
"name": "",
|
|
9010
|
+
"type": "uint256"
|
|
9011
|
+
}
|
|
9012
|
+
],
|
|
9013
|
+
"stateMutability": "view",
|
|
9014
|
+
"type": "function"
|
|
9015
|
+
},
|
|
9016
|
+
{
|
|
9017
|
+
"inputs": [],
|
|
9018
|
+
"name": "isConsumingScheduledOp",
|
|
9019
|
+
"outputs": [
|
|
9020
|
+
{
|
|
9021
|
+
"internalType": "bytes4",
|
|
9022
|
+
"name": "",
|
|
9023
|
+
"type": "bytes4"
|
|
9024
|
+
}
|
|
9025
|
+
],
|
|
9026
|
+
"stateMutability": "view",
|
|
9027
|
+
"type": "function"
|
|
9028
|
+
},
|
|
9029
|
+
{
|
|
9030
|
+
"inputs": [],
|
|
9031
|
+
"name": "nextRedeemId",
|
|
9032
|
+
"outputs": [
|
|
9033
|
+
{
|
|
9034
|
+
"internalType": "uint256",
|
|
9035
|
+
"name": "",
|
|
9036
|
+
"type": "uint256"
|
|
9037
|
+
}
|
|
9038
|
+
],
|
|
9039
|
+
"stateMutability": "view",
|
|
9040
|
+
"type": "function"
|
|
9041
|
+
},
|
|
9042
|
+
{
|
|
9043
|
+
"inputs": [
|
|
9044
|
+
{
|
|
9045
|
+
"internalType": "address",
|
|
9046
|
+
"name": "stable",
|
|
9047
|
+
"type": "address"
|
|
9048
|
+
}
|
|
9049
|
+
],
|
|
9050
|
+
"name": "pendingRedeemLiability",
|
|
9051
|
+
"outputs": [
|
|
9052
|
+
{
|
|
9053
|
+
"internalType": "uint256",
|
|
9054
|
+
"name": "",
|
|
9055
|
+
"type": "uint256"
|
|
9056
|
+
}
|
|
9057
|
+
],
|
|
9058
|
+
"stateMutability": "view",
|
|
9059
|
+
"type": "function"
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"inputs": [
|
|
9063
|
+
{
|
|
9064
|
+
"internalType": "uint256",
|
|
9065
|
+
"name": "id",
|
|
9066
|
+
"type": "uint256"
|
|
9067
|
+
}
|
|
9068
|
+
],
|
|
9069
|
+
"name": "pendingRedeems",
|
|
9070
|
+
"outputs": [
|
|
9071
|
+
{
|
|
9072
|
+
"internalType": "address",
|
|
9073
|
+
"name": "redeemer",
|
|
9074
|
+
"type": "address"
|
|
9075
|
+
},
|
|
9076
|
+
{
|
|
9077
|
+
"internalType": "address",
|
|
9078
|
+
"name": "stable",
|
|
9079
|
+
"type": "address"
|
|
9080
|
+
},
|
|
9081
|
+
{
|
|
9082
|
+
"internalType": "euint64",
|
|
9083
|
+
"name": "burnedHandle",
|
|
9084
|
+
"type": "bytes32"
|
|
9085
|
+
},
|
|
9086
|
+
{
|
|
9087
|
+
"internalType": "uint64",
|
|
9088
|
+
"name": "maxStableOut",
|
|
9089
|
+
"type": "uint64"
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
"internalType": "uint64",
|
|
9093
|
+
"name": "settledAmount",
|
|
9094
|
+
"type": "uint64"
|
|
9095
|
+
},
|
|
9096
|
+
{
|
|
9097
|
+
"internalType": "bool",
|
|
9098
|
+
"name": "finalized",
|
|
9099
|
+
"type": "bool"
|
|
9100
|
+
}
|
|
9101
|
+
],
|
|
9102
|
+
"stateMutability": "view",
|
|
9103
|
+
"type": "function"
|
|
9104
|
+
},
|
|
9105
|
+
{
|
|
9106
|
+
"inputs": [],
|
|
9107
|
+
"name": "redeemFeeBps",
|
|
9108
|
+
"outputs": [
|
|
9109
|
+
{
|
|
9110
|
+
"internalType": "uint16",
|
|
9111
|
+
"name": "",
|
|
9112
|
+
"type": "uint16"
|
|
9113
|
+
}
|
|
9114
|
+
],
|
|
9115
|
+
"stateMutability": "view",
|
|
9116
|
+
"type": "function"
|
|
9117
|
+
},
|
|
9118
|
+
{
|
|
9119
|
+
"inputs": [
|
|
9120
|
+
{
|
|
9121
|
+
"internalType": "address",
|
|
9122
|
+
"name": "stable",
|
|
9123
|
+
"type": "address"
|
|
9124
|
+
},
|
|
9125
|
+
{
|
|
9126
|
+
"internalType": "uint64",
|
|
9127
|
+
"name": "maxStableOut",
|
|
9128
|
+
"type": "uint64"
|
|
9129
|
+
},
|
|
9130
|
+
{
|
|
9131
|
+
"internalType": "externalEuint64",
|
|
9132
|
+
"name": "encryptedAmount",
|
|
9133
|
+
"type": "bytes32"
|
|
9134
|
+
},
|
|
9135
|
+
{
|
|
9136
|
+
"internalType": "bytes",
|
|
9137
|
+
"name": "inputProof",
|
|
9138
|
+
"type": "bytes"
|
|
9139
|
+
}
|
|
9140
|
+
],
|
|
9141
|
+
"name": "requestRedeem",
|
|
9142
|
+
"outputs": [
|
|
9143
|
+
{
|
|
9144
|
+
"internalType": "uint256",
|
|
9145
|
+
"name": "redeemId",
|
|
9146
|
+
"type": "uint256"
|
|
9147
|
+
}
|
|
9148
|
+
],
|
|
9149
|
+
"stateMutability": "nonpayable",
|
|
9150
|
+
"type": "function"
|
|
9151
|
+
},
|
|
9152
|
+
{
|
|
9153
|
+
"inputs": [
|
|
9154
|
+
{
|
|
9155
|
+
"internalType": "address",
|
|
9156
|
+
"name": "newAuthority",
|
|
9157
|
+
"type": "address"
|
|
9158
|
+
}
|
|
9159
|
+
],
|
|
9160
|
+
"name": "setAuthority",
|
|
9161
|
+
"outputs": [],
|
|
9162
|
+
"stateMutability": "nonpayable",
|
|
9163
|
+
"type": "function"
|
|
9164
|
+
},
|
|
9165
|
+
{
|
|
9166
|
+
"inputs": [
|
|
9167
|
+
{
|
|
9168
|
+
"internalType": "uint16",
|
|
9169
|
+
"name": "bps",
|
|
9170
|
+
"type": "uint16"
|
|
9171
|
+
}
|
|
9172
|
+
],
|
|
9173
|
+
"name": "setDepositFeeBps",
|
|
9174
|
+
"outputs": [],
|
|
9175
|
+
"stateMutability": "nonpayable",
|
|
9176
|
+
"type": "function"
|
|
9177
|
+
},
|
|
9178
|
+
{
|
|
9179
|
+
"inputs": [
|
|
9180
|
+
{
|
|
9181
|
+
"internalType": "address",
|
|
9182
|
+
"name": "newSink",
|
|
9183
|
+
"type": "address"
|
|
9184
|
+
}
|
|
9185
|
+
],
|
|
9186
|
+
"name": "setFeeSink",
|
|
9187
|
+
"outputs": [],
|
|
9188
|
+
"stateMutability": "nonpayable",
|
|
9189
|
+
"type": "function"
|
|
9190
|
+
},
|
|
9191
|
+
{
|
|
9192
|
+
"inputs": [
|
|
9193
|
+
{
|
|
9194
|
+
"internalType": "uint16",
|
|
9195
|
+
"name": "bps",
|
|
9196
|
+
"type": "uint16"
|
|
9197
|
+
}
|
|
9198
|
+
],
|
|
9199
|
+
"name": "setRedeemFeeBps",
|
|
9200
|
+
"outputs": [],
|
|
9201
|
+
"stateMutability": "nonpayable",
|
|
9202
|
+
"type": "function"
|
|
9203
|
+
},
|
|
9204
|
+
{
|
|
9205
|
+
"inputs": [
|
|
9206
|
+
{
|
|
9207
|
+
"internalType": "address",
|
|
9208
|
+
"name": "stable",
|
|
9209
|
+
"type": "address"
|
|
9210
|
+
},
|
|
9211
|
+
{
|
|
9212
|
+
"internalType": "bool",
|
|
9213
|
+
"name": "allowed",
|
|
9214
|
+
"type": "bool"
|
|
9215
|
+
}
|
|
9216
|
+
],
|
|
9217
|
+
"name": "setStableAllowed",
|
|
9218
|
+
"outputs": [],
|
|
9219
|
+
"stateMutability": "nonpayable",
|
|
9220
|
+
"type": "function"
|
|
9221
|
+
},
|
|
9222
|
+
{
|
|
9223
|
+
"inputs": [
|
|
9224
|
+
{
|
|
9225
|
+
"internalType": "address",
|
|
9226
|
+
"name": "stable",
|
|
9227
|
+
"type": "address"
|
|
9228
|
+
}
|
|
9229
|
+
],
|
|
9230
|
+
"name": "stableAllowed",
|
|
9231
|
+
"outputs": [
|
|
9232
|
+
{
|
|
9233
|
+
"internalType": "bool",
|
|
9234
|
+
"name": "",
|
|
9235
|
+
"type": "bool"
|
|
9236
|
+
}
|
|
9237
|
+
],
|
|
9238
|
+
"stateMutability": "view",
|
|
9239
|
+
"type": "function"
|
|
9240
|
+
},
|
|
9241
|
+
{
|
|
9242
|
+
"inputs": [
|
|
9243
|
+
{
|
|
9244
|
+
"internalType": "address",
|
|
9245
|
+
"name": "stable",
|
|
9246
|
+
"type": "address"
|
|
9247
|
+
},
|
|
9248
|
+
{
|
|
9249
|
+
"internalType": "address",
|
|
9250
|
+
"name": "to",
|
|
9251
|
+
"type": "address"
|
|
9252
|
+
},
|
|
9253
|
+
{
|
|
9254
|
+
"internalType": "uint256",
|
|
9255
|
+
"name": "amount",
|
|
9256
|
+
"type": "uint256"
|
|
9257
|
+
}
|
|
9258
|
+
],
|
|
9259
|
+
"name": "sweep",
|
|
9260
|
+
"outputs": [],
|
|
9261
|
+
"stateMutability": "nonpayable",
|
|
9262
|
+
"type": "function"
|
|
9263
|
+
}
|
|
9264
|
+
];
|
|
7224
9265
|
var abis = {
|
|
7225
9266
|
AroMediaIncMultiSig: AroMediaIncMultiSig_ABI,
|
|
7226
9267
|
AroMediaAccessManager: AroMediaAccessManager_ABI,
|
|
@@ -7228,10 +9269,13 @@ var abis = {
|
|
|
7228
9269
|
AroMediaAssetsRegistry: AroMediaAssetsRegistry_ABI,
|
|
7229
9270
|
ForcedTransferManager: ForcedTransferManager_ABI,
|
|
7230
9271
|
AroSBT: AroSBT_ABI,
|
|
7231
|
-
AroNomination: AroNomination_ABI
|
|
9272
|
+
AroNomination: AroNomination_ABI,
|
|
9273
|
+
cAROUSD: cAROUSD_ABI,
|
|
9274
|
+
AroLiquidityCommitment: AroLiquidityCommitment_ABI
|
|
7232
9275
|
};
|
|
7233
9276
|
// Annotate the CommonJS export names for ESM import in node:
|
|
7234
9277
|
0 && (module.exports = {
|
|
9278
|
+
AroLiquidityCommitment_ABI,
|
|
7235
9279
|
AroMediaAccessManager_ABI,
|
|
7236
9280
|
AroMediaAssetsRegistry_ABI,
|
|
7237
9281
|
AroMediaIncMultiSig_ABI,
|
|
@@ -7239,6 +9283,7 @@ var abis = {
|
|
|
7239
9283
|
AroNomination_ABI,
|
|
7240
9284
|
AroSBT_ABI,
|
|
7241
9285
|
ForcedTransferManager_ABI,
|
|
7242
|
-
abis
|
|
9286
|
+
abis,
|
|
9287
|
+
cAROUSD_ABI
|
|
7243
9288
|
});
|
|
7244
9289
|
//# sourceMappingURL=abis.cjs.map
|